
Update to version 13.3.0 of the Azure PowerShell module
- Maxime Hiez
- Azure
- 04 Mar, 2025
Introduction
Microsoft recently released the new version 13.3.0 of the PowerShell module for Microsoft Azure.
Installation
You can check the version of the installed module via the following PowerShell command :
Get-InstalledModule -Name "Az*"
You can install the Az module via the following PowerShell command :
Install-Module -Name Az
You can update the Az module via the following PowerShell command :
Update-Module Az -Force
What’s new ?
Version 13.3.0 contains the following updates :
Az.CosmosDB
- Added support for Cosmos DB Table role definition and role assignment related cmdlets.
Az.DataBoxEdge
- Removed Microsoft.Azure.Management.DataBoxEdge Version ‘1.0.0’ PackageReference.
Az.DataFactory
- Added more support for Oracle connection properties.
- Added more support for Teradata connection properties.
- Added more support for AzurePostgreSql connection properties.
Az.DataShare
- Removed Microsoft.Azure.Management.DataShare Version ‘1.0.1’ PackageReference.
Az.Maintenance
- Migrated SDK generation from autorest csharp to autorest PowerShell.
Az.Migrate
- Updated Data.Replication to newer API version (stable API version 2024-09-01).
- Rebranded Data.Replication cmdlets (from Azure Stack HCI to Azure Local).
Az.PolicyInsights
- Removed Microsoft.Azure.Management.PolicyInsights Version ‘1.0.0’ PackageReference.
Az.RecoveryServices
- Updated Restore-AzRecoveryServicesBackupItem to support 0 as a TargetZoneNumber to restore to NoZone.
- Updated Restore-AzRecoveryServicesBackupItem to block cross zonal restore from snapshot RP.
Az.ResourceGraph
- Upgraded API version to 2024-04-01.
Az.Resources
- Added -ApplicationId as an alias of -ServicePrincipalName.
- Supported getting role assignments at the exact scope via -AtScope for Get-AzRoleAssignment.
Az.ServiceBus
- Fixed a bug when invoke Set-AzServiceBusNamespace with parameter NoWait [#26998].
Az.Sql
- Fixed GitHub issue #12417 Get-AzSqlElasticPoolDatabase doesn’t enumerate output : fixed the output to enumerate the results.
Az.Storage
- Supported new SkuName when create/update storage account for Files Provisioned v2 account type : StandardV2_LRS, StandardV2_GRS, StandardV2_ZRS, StandardV2_GZRS, PremiumV2_LRS, PremiumV2_ZRS.
- New-AzStorageAccount.
- Set-AzStorageAccount.
- Supported Get File Service Usage on Files Provisioned v2 account type.
- Get-AzStorageFileServiceUsage.
- Supported create/update file share on new parameters on Files Provisioned v2 account type with new parameter : -ProvisionedBandwidthMibps, -ProvisionedIops.
- New-AzRmStorageShare.
- Update-AzRmStorageShare.
- Supported create/update/Get file share on new parameters on Files Provisioned v1 account type with new parameter : -PaidBurstingEnabled, -PaidBurstingMaxBandwidthMibps, -PaidBurstingMaxIops.
- New-AzRmStorageShare.
- Update-AzRmStorageShare.
- Get-AzStorageFileServiceUsage.
- Supported get file share new properties for Files Provisioned v1/v2 account type.
- Get-AzStorageFileServiceUsage.
- Get-AzStorageFileServiceUsage.
Az.Synapse
- Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.21.
Az.Websites
- Migrated Websites.Helper generation from autorest csharp to autorest PowerShell.
Az.Workloads
- General availability for module Az.Workloads.
- Upgraded API version to 2024-09-01.
Conclusion
Go and update your PowerShell for Azure module to benefit from the latest updates and possible configurations.
Sources
Did you enjoy this post ? If you have any questions, comments or suggestions, please feel free to send me a message from the contact form.
Don’t forget to follow us and share this post.