Fix json tag for Azure.ObjectIDs.

This commit is contained in:
Mariano Cano 2022-02-28 14:36:37 -08:00
parent 6f46cdb432
commit 15b1049f19

View file

@ -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"`