Skip to content

Commit

Permalink
add azure.subscription.policy.assignment.parameters+++++++
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Weber <[email protected]>
  • Loading branch information
mm-weber committed Dec 24, 2024
1 parent ad8706f commit 6a95f2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions providers/azure/resources/armsecurity.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 6a95f2f

Please sign in to comment.