Type something to search...
Update to version 14.5.0 of the Azure PowerShell module

Update to version 14.5.0 of the Azure PowerShell module


Introduction

Microsoft recently released the new version 14.5.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 14.5.0 contains the following updates :

Az.Automation

  • Fixed runbook_type : ‘PowerShell72’ [#24779][#23967].

Az.CloudService

Az.Compute

  • Added -InstantAccessDurationMinutes parameter to New-AzSnapshotConfig.
  • Added SecureVMGuestStateSAS parameter to Grant-AzSnapshotAccess.
  • Updated SDK to use 2025-04-01 version of the ComputeRP API for Compute related cmdlets.

Az.Databricks

Az.DataFactory

  • Added support for Salesforce V2 partitionOption feature.
  • Added support MI In Lakehouse And Warehouse connection.

Az.DataMigration

  • General availability for module Az.DataMigration.
  • Upgraded Data Migration API to stable version 2025-06-30.
  • Added support for retrying database migrations and for deleting SQL VM and SQL MI Database Migration Services.
  • Added cmdlets :
    • Invoke-AzDataMigrationRetryToSqlDb
    • Remove-AzDataMigrationToSqlManagedInstance
    • Remove-AzDataMigrationToSqlVM

Az.FirmwareAnalysis

  • General availability for module Az.FirmwareAnalysis.
  • Upgraded API support to include 2025-08-02.
  • Added usage metric support via the Get-AzFirmwareAnalysisUsageMetric cmdlet.

Az.HDInsight

  • Supported create cluster with entra user as gateway credential to replace use username and password.
    • Added parameter EntraUserIdentity to cmdlet New-AzHDInsightCluster to support creating Entra user clusters using one or more ObjectId or Upn.
    • Added parameter EntraUserFullInfo to cmdlet New-AzHDInsightCluster to support creating Entra user clusters using an array of hashtables that include ObjectId, Upn, and DisplayName.
  • Supported update Entra user information for an existing Entra user cluster.
    • Added parameter EntraUserIdentity to cmdlet Set-AzHDInsightGatewayCredential to support update Entra user clusters using one or more ObjectId or Upn.
    • Added parameter EntraUserFullInfo to cmdlet Set-AzHDInsightGatewayCredential to support update Entra user clusters using an array of hashtables that include ObjectId, Upn, and DisplayName.
  • Added support for using WASB storage with Managed Identity (MSI) in the New-AzHDInsightCluster cmdlet.
    • Users can specify the StorageAccountManagedIdentity parameter to use MSI as a wasb storage credential when creating a cluster, as an alternative to using StorageAccountKey.

Az.KeyVault

  • Added Managed HSM network rule cmdlets mirroring existing Key Vault network rule management :
    • New-AzKeyVaultManagedHsmNetworkRuleSetObject
    • Add-AzKeyVaultManagedHsmNetworkRule
    • Remove-AzKeyVaultManagedHsmNetworkRule
    • Update-AzKeyVaultManagedHsmNetworkRuleSet
  • New-AzKeyVaultManagedHsm now supports -NetworkRuleSet parameter to specify Managed HSM network rules (default action, bypass, IP ranges, virtual network resource IDs) at creation.
  • Managed HSM network rule enforcement : When any IP or Virtual Network rules are present the client now automatically coerces DefaultAction to Deny (service requirement) and adds a final safeguard at request dispatch. Subscriptions must be allow-listed by the service to use IP / Service Tag ACL features.

Az.LoadTesting

Az.Migrate

  • Fixed bugs in New-AzMigrateLocalDiskMappingObject : Only validate for non-512 physical sector size of VHD when PhysicalSectorSize parameter is given.
  • Fixed bugs in New-AzMigrateLocalServerReplication : Only validate for non-512 physical sector size of VHD when PhysicalSectorSize parameter is given. Removed reserved words validation for source disk names as it is no longer required. Added ARM id validation for input parameters.
  • Fixed bugs in Set-AzMigrateLocalServerReplication : Added ARM id validation for input parameters.
  • Fixed bugs in Get-AzMigrateLocalServerReplication : Added ARM id validation for input parameters.
  • Enhanced Get-AzMigrateServerMigrationStatus to add support for the -Expedite parameter.

Az.Network

  • Added deprecation warning for cmdlet Invoke-AzFirewallPacketCapture.
  • Added new cmdlet for Invoke PacketCaptureOperation on Azure Firewall :
    • Invoke-AzFirewallPacketCaptureOperation
  • Updated cmdlet to add the mandatory property of Operation and made all other properties not mandatory for Azure Firewall Packet Capture Parameters. Updated corresponding cmdlets :
    • New-AzFirewallPacketCaptureParameter
  • Added new cmdlet for List NetworkSecurityPerimeter ServiceTags :
    • Get-AzNetworkSecurityPerimeterServiceTag
  • Added properties DedicatedBackendConnection, ValidateCertChainAndExpiry, ValidateSNI, and SniName to Application Gateway Backend HTTP Settings, as well as support for them in the following cmdlets :
    • New-AzApplicationGatewayBackendHttpSetting
    • Add-AzApplicationGatewayBackendHttpSetting
    • Set-AzApplicationGatewayBackendHttpSetting
  • Added cmdlet Get-AzAllVirtualNetworkGatewayRadiusServerSecret to fetch list of VirtualNetworkGateway VpnClientConfiguration Radius servers and corresponding radius secrets.
  • Added cmdlet Get-AzAllVpnServerConfigurationRadiusServerSecret to fetch list of VirtualWan VpnServerConfiguration Radius servers and corresponding radius secrets.

Az.RecoveryServices

  • Added Cross region restore support for new region - eastus3.
  • Added support for reregistration of a backup item to another vault.

Az.ResourceMover

Az.Resources

  • Fixed issue where RoleAssignment cmdlets did not properly handle insufficient MSGraph permissions [#28583].

Az.SecurityInsights

Az.ServiceFabric

  • Changed from Basic to Standard SKUs for loadbalancers and public IP addresses for New-AzServiceFabricCluster and Add-AzServiceFabricNodeType as Basic SKUs are being deprecated.
  • Added parameters EnableAutoOsUpgrade and AllowRdpAccess to New-AzServiceFabricManagedCluster and Set-AzServiceFabricManagedCluster.
  • Added parameters ZoneBalance, AllowOverProvisioning, and Zone to New-AzServiceFabricManagedNodeType and Set-AzServiceFabricManagedNodeType.
  • Added preannoucement for removing Reimage parameters from Set-AzServiceFabricManagedNodeType.
  • Added new cmdlets for managed node types
    • Invoke-AzServiceFabricDeallocateManagedNodeType
    • Invoke-AzServiceFabricRedeployManagedNodeType
    • Invoke-AzServiceFabricReimageManagedNodeType
    • Start-AzServiceFabricManagedNodeType
  • Marked NodeName as non-required and added parameter UpdateType in Restart-AzServiceFabricManagedNodeType to allow UD by UD restarts of all nodes in node type.
  • Renamed Remove-AzServiceFabricManagedNodeType parameter sets to use Remove instead of Delete for consistency with cmdlet name.

Az.SignalR

  • Added cmdlets for managing custom domains :
    • New-AzSignalRCustomDomain
    • Get-AzSignalRCustomDomain
    • Remove-AzSignalRCustomDomain
    • Update-AzSignalRCustomDomain*
  • Added cmdlets for managing custom certificates :
    • New-AzSignalRCustomCertificate
    • Get-AzSignalRCustomCertificate
    • Remove-AzSignalRCustomCertificate
    • Update-AzSignalRCustomCertificate
  • Added EnableSystemAssignedIdentity and UserAssignedIdentity for managed identity to New-AzSignalR and Update-AzSignalR.

Az.Sql

  • Improved parameter validation for the EnableSoftDelete and SoftDeleteRetentionDays parameters.
  • Added EnableSoftDelete and SoftDeleteRetentionDays to New-AzSqlServer to support soft-delete retention.
  • Added EnableSoftDelete and SoftDeleteRetentionDays to Set-AzSqlServer to support soft-delete retention.
  • Added Restore-AzSqlServer cmdlet to restore a deleted Azure SQL server within the retention period.

Az.StackHCI

  • Modified the Cluster Registration to use Managed Service Identity instead of AAD App based registration for new OS versions.

Az.Storage

  • Supported Zone and ZonePlacementPolicy on Storage accounts : New-AzStorageAccount, Set-AzStorageAccount.
  • Supported listing Storage SKU : Get-AzStorageSku.
  • Supported enabling SMB Oauth on Storage accounts : New-AzStorageAccount, Set-AzStorageAccount.
  • Supported Enable Metrics when set object replication policy : Set-AzStorageObjectReplicationPolicy.
  • Supported create and get symbolic link in NFS File Share : New-AzStorageFileSymbolicLink, Get-AzStorageFileSymbolicLink.

Az.StorageDiscovery

  • General availability for module Az.StorageDiscovery.

Az.StorageMover

  • Added support for new API version 2025-07-01.
  • Included new endpoint types supported in the API version : MultiCloudConnector, NFSFileShare.
  • Enhanced help documentation for New-AzStorageMoverAzStorageContainerEndpoint and New-AzStorageMoverMultiCloudConnectorEndpoint with identity details.
  • Corrected online version link for Update-AzStorageMoverAzNfsFileShareEndpoint help documentation.
  • Added identity information to the output properties in help documentation for storage container and multi-cloud connector endpoints.

Az.Websites

Az.Workloads


Conclusion

Allez faire la mise à jour de votre module PowerShell pour Azure pour pouvoir bénéficier des dernières mises à jour et configurations possibles.


Sources

PowerShell Gallery


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.

Related Posts

How to disable self-service on Copilot licenses

How to disable self-service on Copilot licenses

Introduction Microsoft has activated a setting in the tenants (by default) to allow any user to purchase a Microsoft Copilot license through the *Microsoft 365 Copilot self-service pursha

Read More
How to configure callback in a Teams queue

How to configure callback in a Teams queue

Introduction Callback in Teams allows callers in a queue to be called back after a certain time rather than waiting until an agent becomes available.Prerequisites **Required

Read More
How to handle duplicates in Teams directory search

How to handle duplicates in Teams directory search

Introduction Microsoft recently announced a significant optimization for the search by name and extension functionality in its Teams auto attendants. You have probably already had this case

Read More
How to inventory Direct Routing numbers in Teams

How to inventory Direct Routing numbers in Teams

Introduction Microsoft Teams continues to evolve to offer ever more effective communication and collaboration solutions. To make life easier for administrators, Microsoft has announced the

Read More
The end of AzureAD and MSOnline PowerShell modules

The end of AzureAD and MSOnline PowerShell modules

Introduction Microsoft recently announced the General Availability of the Microsoft Entra PowerShell module. This module offers administrators and IT professionals a new way to manage and

Read More
Update to version 6.8.0 of the Teams PowerShell module

Update to version 6.8.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 6.8.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
How to block a specific external user in Teams

How to block a specific external user in Teams

Introduction Microsoft recently introduced a new feature for Teams administrators to block specific external users. This update aims to strengthen security and protect internal members of t

Read More
Update to version 13.3.0 of the Azure PowerShell module

Update to version 13.3.0 of the Azure PowerShell module

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

Read More
Hotfix update for Skype for Business Server CU8

Hotfix update for Skype for Business Server CU8

Microsoft has just released a hotfix for Skype for Business Server (7.0.2046.548 CU8HF1). Since the update with Cumulative Update 8 (December 2024), an issue caused meeting join failure in some

Read More
Update to version 6.9.0 of the Teams PowerShell module

Update to version 6.9.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 6.9.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Update to version 7.0.0 of the Teams PowerShell module

Update to version 7.0.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 7.0.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Update to version 7.1.0 of the Teams PowerShell module

Update to version 7.1.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 7.1.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Update to version 14.1.0 of the Azure PowerShell module

Update to version 14.1.0 of the Azure PowerShell module

Introduction Microsoft recently released the new version 14.1.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
Skype for Business Server SE is now available

Skype for Business Server SE is now available

Introduction While Microsoft is pushing aggressively toward the cloud with Microsoft Teams, the company isn't abandoning organizations with critical on-premises unified communications nee

Read More
Update to version 7.2.0 of the Teams PowerShell module

Update to version 7.2.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 7.2.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Update to version 14.2.0 of the Azure PowerShell module

Update to version 14.2.0 of the Azure PowerShell module

Introduction Microsoft recently released the new version 14.2.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
Update to version 7.3.0 of the Teams PowerShell module

Update to version 7.3.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 7.3.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Update to version 14.3.0 of the Azure PowerShell module

Update to version 14.3.0 of the Azure PowerShell module

Introduction Microsoft recently released the new version 14.3.0 of the PowerShell module for Microsoft Azure.Installation You can check the version of the installed module via

Read More
August 2025 update for Skype for Business Server

August 2025 update for Skype for Business Server

Introduction Microsoft continues to actively support Skype for Business Server, particularly its Subscription Edition (SE), with regular patch releases. The August 2025 hotfix provides

Read More
September 2025 update for Skype for Business Server

September 2025 update for Skype for Business Server

Introduction Microsoft continues to actively support Skype for Business Server, particularly its Subscription Edition (SE), with regular patch releases. The September 2025 hotfix provid

Read More
Update to version 7.4.0 of the Teams PowerShell module

Update to version 7.4.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 7.4.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More
Update to version 7.5.0 of the Teams PowerShell module

Update to version 7.5.0 of the Teams PowerShell module

Introduction Microsoft recently released the new version 7.5.0 of the PowerShell module for Microsoft Teams.Installation You can check the version of the installed module via t

Read More