Updating to release 2024-03-01
In this page
Update
Complete the activities documented in the Steps to update to the latest release page.
Post update actions
Updating to release 2024-03-01 will require running a post update script to remove the old Service Health action group(s) no longer in use.
To execute the script, follow these steps:
- Launch PowerShell.
- Install the Az.ResourceGraph module by executing the following command:
Navigate to the directory containing the Start-AMBAOldArpCleanup.ps1 script.
Set the $pseudoRootManagementGroup variable with the following command:
Sign in to your Azure account using the
Connect-AzAccountcommand. Ensure that the account has the necessary permissions to remove Policy Assignments, Policy Definitions, and resources at the required Management Group scope.Run the script with one of the following options:
Get full help on script usage help:
Show output of what would happen if deletes executed:
Execute the script asking for confirmation before deleting the resources deployed by AMBA-ALZ:
Execute the script without asking for confirmation before deleting the resources deployed by AMBA-ALZ.