Azure PowerShell Module Az 9.7.1 released
Hi All,
Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery.
Az 9.7.1
Release Notes:
9.7.1 - May 2023
Az.DesktopVirtualization 3.1.2
* Added breaking change warnings
Az.Websites 2.15.1
* Used AAD Auth instead of Basic Auth for PublishAzureWebApps
Az.DesktopVirtualization 3.1.2
* Added breaking change warnings
Az.Websites 2.15.1
* Used AAD Auth instead of Basic Auth for PublishAzureWebApps
Show Installed AZ Module and what's available in the PowerShell Gallery
Get-InstalledModule AZ
Find-Module AZ
#Run Script directly from GitHub
$ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1"
Invoke-Expression $($ScriptFromGitHub.Content)
$ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1"
Invoke-Expression $($ScriptFromGitHub.Content)
The AZ Module is just a Wrapper Module for all AZ.* Modules
Get-InstalledModule AZ.*
Regards
Andres Bohren