diff --git a/providers/azure/resources/armsecurity.go b/providers/azure/resources/armsecurity.go index a5c632c2cd..ee5f5ce84a 100644 --- a/providers/azure/resources/armsecurity.go +++ b/providers/azure/resources/armsecurity.go @@ -198,6 +198,9 @@ type PolicyAssignment struct { Effect struct { Value string `json:"value"` } `json:"effect"` + ApprovedExtensions struct { + Value []string `json:"value"` + } `json:"approvedExtensions"` } `json:"parameters"` Scope string `json:"scope"` NotScopes []interface{} `json:"notScopes"`