Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Watherston authored and Anthony Watherston committed May 17, 2024
1 parent 9db3ebd commit 0277912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions export-policies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Copy-Item ./tmp/patterns/alz/scripts/Start-AMBACleanup.ps1 ./assets/Start-AMBACl

$pseudoRootManagementGroup = "amba"

Deploy AMBA
# Deploy AMBA
New-AzManagementGroupDeployment -ManagementGroupId $pseudoRootManagementGroup `
-Location $location `
-TemplateUri "https://raw.githubusercontent.com/Azure/azure-monitor-baseline-alerts/main/patterns/alz/alzArm.json" `
Expand All @@ -53,9 +53,9 @@ Remove-Item -Path Output -Recurse -Force

Remove-Item -Path ./Definitions/global-settings.jsonc -Force

## Remove managed identity parts
# Remove managed identity parts

## Fix missing displaynames in the policy set definitions
# Fix missing displaynames in the policy set definitions

./assets/Start-AMBACleanup.ps1 -pseudoRootManagementGroup $pseudoRootManagementGroup -Force

Expand Down

0 comments on commit 0277912

Please sign in to comment.