Skip to content

Commit

Permalink
Fix json tag for Azure.ObjectIDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Feb 28, 2022
1 parent 6f46cdb commit 15b1049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authority/provisioner/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 15b1049

Please sign in to comment.