You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where-Object { $_.Properties.DisplayName -eq 'Audit VMs that do not use managed disks' }
62
+
Where-Object { $_.DisplayName -eq 'Audit VMs that do not use managed disks' }
63
63
```
64
64
65
65
The `$rg` variable stores properties for the resource group and the `$definition` variable stores the policy definition's properties. The properties are used in subsequent commands.
0 commit comments