Azure PowerShell Module AZ 11.2.0 released
Hi All,
Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
- PowerShell Gallery Az 11.2.0
A lot of news in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource AZ -Scope AllUsers
Find-PSResource AZ
Uninstall the old Modules and install the current Modules
Uninstall-PSResource AZ -Scope AllUsers
Uninstall-PSResource AZ.* -Scope AllUsers
Install-PSResource AZ -Scope AllUsers
The AZ Module is just a Wrapper Module for all AZ.* Modules
Get-InstalledPSResource AZ.* -Scope AllUsers
List the Azure Static Web Apps and then disconnect from Azure
Connect-AzAccount -Tenant icewolfch.onmicrosoft.com
Get-AzStaticWebApp
Disconnect-AzAccount
Regards
Andres Bohren