Skip to content

Commit 60c7bbf

Browse files
authored
Double Quotation marks in Get-AzPolicyAssignment Assignment Example 3 (Azure#27582)
1 parent 21c7026 commit 60c7bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The second command gets the policy assignment named PolicyAssignment07 for the s
7373
### Example 3: Get all policy assignments assigned to a management group
7474
```powershell
7575
$mgId = 'myManagementGroup'
76-
Get-AzPolicyAssignment -Scope '/providers/Microsoft.Management/managementgroups/$mgId'
76+
Get-AzPolicyAssignment -Scope "/providers/Microsoft.Management/managementgroups/$mgId"
7777
```
7878

7979
The first command specifies the ID of the management group to query.

0 commit comments

Comments
 (0)