Skip to content

Commit 2feb142

Browse files
(AzureCXP) Update script
Based on customer feedback added missing wiggly brace with in the PowerShell script https://github.com/MicrosoftDocs/azure-docs/issues/49195
1 parent ed51e14 commit 2feb142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-monitor/platform/manage-access.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ if ($_.Properties.features.enableLogAccessUsingOnlyResourcePermissions -eq $null
8484
else
8585
{ $_.Properties.features.enableLogAccessUsingOnlyResourcePermissions = $true }
8686
Set-AzResource -ResourceId $_.ResourceId -Properties $_.Properties -Force
87+
}
8788
```
8889

8990
### Using a Resource Manager template

0 commit comments

Comments
 (0)