Skip to content

Commit

Permalink
Added new Exemption Features to documentation (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
techlake authored Jun 26, 2023
1 parent acf74d2 commit 6fc044a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Docs/policy-exemptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ We recommend that you use spreadsheets (`.csv`). The columns must have the follo
* `assignmentId` - fully qualified assignment id.
* `policyDefinitionReferenceIds` use comma separated list within each cell.
* `metadata` - valid JSON (see JSON format below)
* Optional
* `assignmentScopeValidation` - `Default` or `DoNotValidate`
* `resourceSelectors` - valid JSON (see JSON format below)

## JSON Format

Expand All @@ -49,7 +52,11 @@ We recommend that you use spreadsheets (`.csv`). The columns must have the follo
],
"metadata": {
"custom": "value"
}
},
"assignmentScopeValidation": "Default",
"resourceSelectors": [
// see Microsoft documentation for details
]
}
]
}
Expand Down

0 comments on commit 6fc044a

Please sign in to comment.