Skip to content

Commit

Permalink
update usage of scopes with policy exemptions (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
picccard authored Jun 18, 2024
1 parent 53c1928 commit cb9973e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/policy-exemptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ It is best to explain the details with examples. They are based on JSON files, b
"displayName": "Descriptive name displayed on portal",
"description": "More details",
"exemptionCategory": "Waiver",
"scope": [
"scopes": [
"/subscriptions/11111111-2222-3333-4444-555555555555",
"/subscriptions/11111111-2222-3333-4444-555555555556/resourceGroups/resourceGroupName1",
],
Expand Down Expand Up @@ -272,7 +272,7 @@ It is best to explain the details with examples. They are based on JSON files, b
"displayName": "Descriptive name displayed on portal",
"description": "More details",
"exemptionCategory": "Waiver",
"scope": [
"scopes": [
"humanReadableName:/subscriptions/11111111-2222-3333-4444-555555555555",
"/subscriptions/11111111-2222-3333-4444-555555555556/resourceGroups/resourceGroupName1",
],
Expand Down

1 comment on commit cb9973e

@rpetersson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! 🚀

Please sign in to comment.