forked from TrueCloudLab/certificates
Fix json tag for Azure.ObjectIDs.
This commit is contained in:
parent
6f46cdb432
commit
15b1049f19
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ type Azure struct {
|
|||
TenantID string `json:"tenantID"`
|
||||
ResourceGroups []string `json:"resourceGroups"`
|
||||
SubscriptionIDs []string `json:"subscriptionIDs"`
|
||||
ObjectIDs []string `json:"ObjectIDs"`
|
||||
ObjectIDs []string `json:"objectIDs"`
|
||||
Audience string `json:"audience,omitempty"`
|
||||
DisableCustomSANs bool `json:"disableCustomSANs"`
|
||||
DisableTrustOnFirstUse bool `json:"disableTrustOnFirstUse"`
|
||||
|
|
Loading…
Reference in a new issue