We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c7026 commit 60c7bbfCopy full SHA for 60c7bbf
src/Resources/Resources/help/Get-AzPolicyAssignment.md
@@ -73,7 +73,7 @@ The second command gets the policy assignment named PolicyAssignment07 for the s
73
### Example 3: Get all policy assignments assigned to a management group
74
```powershell
75
$mgId = 'myManagementGroup'
76
-Get-AzPolicyAssignment -Scope '/providers/Microsoft.Management/managementgroups/$mgId'
+Get-AzPolicyAssignment -Scope "/providers/Microsoft.Management/managementgroups/$mgId"
77
```
78
79
The first command specifies the ID of the management group to query.
0 commit comments