Azure PowerShell Module AZ 14.5.0 released

Azure PowerShell Module AZ 14.5.0 released

Hi All,

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

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name AZ -Scope CurrentUser
Find-PSResource -Name AZ

Uninstall the old Modules

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

Now i can install the newest AZ Module and list all the AZ.* Modules

Install-PSResource AZ -Scope CurrentUser
Get-InstalledPSResource -Name AZ -Scope CurrentUser

List all the Modules from the AZ Modules

Get-InstalledPSResource AZ.* -Scope CurrentUser

List the Azure Static Web Apps and then disconnect from Azure

Learn mor about the Breaking Changes upcoming in AZ 15.x

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
Add-M365PSProfile
Uninstall-M365Module -Scope CurrentUser -Modules AZ -FileMode
Install-M365Module -Scope CurrentUser -Modules AZ

Regards
Andres Bohren

Azure Logo

PowerShell Logo