Azure PowerShell Module AZ 11.6.0 released

Azure PowerShell Module AZ 11.6.0 released

Hi All,

A few Hours ago, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.

The Release Notes shows not a lot

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 CurrentUser
Find-PSResource AZ

Uninstall the old Modules and install the current Modules

Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck
Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck
Install-PSResource AZ -Scope CurrentUser

The AZ Module is just a Wrapper Module for all AZ.* Modules

Get-InstalledPSResource AZ.* -Scope CurrentUser

List the Azure Static Web Apps and then disconnect from Azure

Connect-AzAccount -Tenant icewolfch.onmicrosoft.com
Get-AzStaticWebApp
Disconnect-AzAccount

Or you can simply use my M365PSProfile Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/

Install-PSResource -Name M365PSProfile
 Install-M365Module -Modules AZ

Regards
Andres Bohren

Azure Logo

PowerShell Logo