Skip to content

Commit 3b34269

Browse files
committed
fixed test and updated help to include possible values of EnforcementMode.
1 parent 29131bc commit 3b34269

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

src/Resources/Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.PolicyTests/TestGetCmdletFilterParameter.json

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.

src/Resources/Resources/help/New-AzPolicyAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Accept wildcard characters: False
230230
```
231231
232232
### -EnforcementMode
233-
The enforcement mode for policy assignment
233+
The enforcement mode for policy assignment. Currently, valid values are Default, DoNotEnforce.
234234
235235
```yaml
236236
Type: System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]

src/Resources/Resources/help/Set-AzPolicyAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Accept wildcard characters: False
218218
```
219219
220220
### -EnforcementMode
221-
The enforcement mode for policy assignment
221+
The enforcement mode for policy assignment. Currently, valid values are Default, DoNotEnforce.
222222
223223
```yaml
224224
Type: System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]

0 commit comments

Comments
 (0)