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.
2 parents bb2732c + 2feb142 commit f1b584cCopy full SHA for f1b584c
articles/azure-monitor/platform/manage-access.md
@@ -84,6 +84,7 @@ if ($_.Properties.features.enableLogAccessUsingOnlyResourcePermissions -eq $null
84
else
85
{ $_.Properties.features.enableLogAccessUsingOnlyResourcePermissions = $true }
86
Set-AzResource -ResourceId $_.ResourceId -Properties $_.Properties -Force
87
+}
88
```
89
90
### Using a Resource Manager template
0 commit comments