Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/7.3.2
To install Az
from the PowerShell Gallery, run the following command:
Install-Module -Name Az -Repository PSGallery -Force
To update from an older version of Az
, run the following command:
Update-Module -Name Az
SHA256 Hashes of the release artifacts
- Az-Cmdlets-7.3.2.35305.tar.gz
- 83A799506454DA9ABBBF49F4CBC5CD91689D150C8460C788D8F9D35CD03523F6
7.3.2 - March 2022
Az.Accounts
- Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp2.1 [#17428]
Az.Compute
- Updated New-AzVM feature for 'vCPUsAvailable' and 'vCPUsPerCore' parameters. Cmdlets will not try to use the new 'VMCustomizationPreview' feature if the user does not have access to that feature. [#17370]