Type something to search...
PowerShell Azure module updated to version 14.3.0

PowerShell Azure module updated to version 14.3.0


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 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.3.0 includes the following updates :

Az.Accounts

  • Fixed an issue where Clear-AzContext does not clear the token cache when broker is enabled.
  • Added new parameter -ClaimsChallenge to Connect-AzAccount to support claims challenge authentication for MFA.
  • Refined the error message when a cmdlet fails because of policy violations about Multi-Factor Authentication (MFA) to provide more actionable guidance.

Az.ArizeAI

  • General Availability for module Az.ArizeAI.
  • Upgraded the API version to 2024-10-01.

Az.Compute

  • Compute DiskRP related cmdlets will now use 2025-01-02 version of the DiskRP API.
  • Upgraded SpotPlacementScore cmdlets to API version 2025-06-05.

Az.CosmosDB

  • Fixed issue where the restore command failed to detect the source account, even when it existed.

Az.DataLakeStore

  • Added a new cmdlet GetAzureDataLakeStoreDeletedItemWithtoken to support pagination in GetAzureDataLakeStoreDeletedItem.

Az.DevCenter

  • Added preannouncement breaking change messages.

Az.EventHub

  • Added new cmdlets for EventHubNetworkSecurityPerimeterConfiguration :
    • Get-AzEventHubNetworkSecurityPerimeterConfigurationsForAssociation
    • Get-AzEventHubNetworkSecurityPerimeterConfiguration

Az.Fabric

  • General Availability for module Az.Fabric.

Az.LambdaTest

  • General Availability for module Az.LambdaTest.
  • Upgraded the API version to 2024-02-01.

Az.ManagedServices

  • Update the outputs of breaking change announcements.

Az.Migrate

  • Added -OsType as an optional parameter to command Set-AzMigrateLocalServerReplication to allow user-specified OS type.
  • Fixed bugs in New-AzMigrateServerReplication caused by deprecation of Get-AzVmSize -location.
  • Removed -TargetStoragePathId parameter from command New-AzMigrateLocalDiskMappingObject until the feature to associate each disk to their own storage container path is supported.
  • Added -SourceApplianceName and -TargetApplianceName as required parameters to command New-AzMigrateLocalServerReplication to allow users to specify appliance pairs of their choosing.
  • Enhanced resource validations in Initialize-AzMigrateLocalReplicationInfrastructure and New-AzMigrateLocalServerReplication.

Az.Monitor

  • Added breaking change announcement for below cmdlets from single object or fixed array to list :
    • Get-AzActivityLogAlert
    • New-AzActivityLogAlert
    • Update-AzActivityLogAlert
    • New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject
    • New-AzActivityLogAlertAlertRuleLeafConditionObject
    • Get-AzAutoscalePredictiveMetric
    • Get-AzAutoscaleSetting
    • New-AzAutoscaleNotificationObject
    • New-AzAutoscaleProfileObject
    • New-AzAutoscaleScaleRuleMetricDimensionObject
    • New-AzAutoscaleScaleRuleObject
    • New-AzAutoscaleSetting
    • Update-AzAutoscaleSetting
    • Get-AzMonitorWorkspace
    • New-AzMonitorWorkspace
    • Update-AzMonitorWorkspace
    • New-AzDiagnosticSetting
    • New-AzSubscriptionDiagnosticSetting
    • Get-AzDiagnosticSetting
    • Get-AzDiagnosticSettingCategory
    • Get-AzSubscriptionDiagnosticSetting
    • Get-AzScheduledQueryRule
    • New-AzScheduledQueryRule
    • New-AzScheduledQueryRuleConditionObject
    • New-AzScheduledQueryRuleDimensionObject
    • Update-AzScheduledQueryRule

Az.MySql

  • Aligned with SimplySql, use a PSCredential object instead of UserName/Password parameters when calling Open-MySQLConnection.
  • Introduced a Timeout value when running Test-AzMySqlFlexibleServerConnect with long running query.

Az.Network

  • Returned appgw and agc in waf policy.
  • Updated cmdlet New-AzFirewallPolicyApplicationRule to use HTTPS as the default protocol when creating a new FQDN Tag application rule.
  • Added EnableDnstapLogging parameter to New-AzFirewall.

Az.NetworkCloud

  • Upgraded API version to 2025-02-01.

Az.Nginx

  • Added breaking change announcement for below cmdlets from fixed array to list :
    • Get-AzNginxConfiguration
    • New-AzNginxConfiguration
    • Get-AzNginxDeployment
    • New-AzNginxDeployment
    • Update-AzNginxDeployment
    • Invoke-AzNginxAnalysisConfiguration
    • New-AzNginxNetworkProfileObject
  • Added breaking change announcement for New-AzNginxDeployment and Update-AzNginxDeployment cmdlets.
    • Removed -IdentityType parameter to support new Managed Identity settings.
    • Removed -IdentityUserAssignedIdentity.
  • The parameters of the New-AzNginxDeployment and Update-AzNginxDeployment cmdlets will be changed by new Managed Identity settings.
    • Added -UserAssignedIdentity parameter. The type of UserAssignedIdentity is simplified to a list of strings that is used to specify the user’s assigned identity.
    • Added EnableSystemAssignedIdentity to enable/disable system-assigned identities.

Az.Oracle

  • Upgraded to the stable version 2025-03-01.

Az.PostgreSql

  • Aligned with SimplySql, use a PSCredential object instead of UserName/Password parameters when calling Open-PostGreConnection.
  • Introduced a Timeout value when running Test-AzPostgreSqlFlexibleServerConnect with long running query.

Az.RecoveryServices

  • Added new optional parameter CVMOsDiskEncryptionSetId in Restore-AzRecoveryServicesBackupItem.

Az.Relay

  • Update the outputs of breaking change announcements.

Az.Resources

  • Added functionality for cmdlet GetAzureResourceGroup [#27865].
  • Added breaking change announcement for below cmdlets from array to list :
    • Get-AzRoleManagementPolicy
    • Update-AzRoleManagementPolicy
  • Added support for exporting resource group templates as Bicep files.
    • Added OutputFormat parameter to Export-AzResourceGroup cmdlet.
    • Supported values : Json (default), Bicep.

Az.ServiceFabric

  • Added parameter Location to allow users to specify a different node type location than the resource group location in cmdlet Add-AzServiceFabricNodeType.
  • Added parameter VmSize to allow for in-place sku swap for cmdlet Set-AzServiceFabricManagedNodeType.
  • Updated SFMC to latest API preview version 2025-03-01-preview.

Az.Sql

  • Updated DatabaseOperations API to version 2024-11-01-preview for .Net Sdk.

Az.StackHCI

  • Used Fully Qualified Computer Name and added warning for user to upgrade to solution.

Az.StorageSync

  • Fixed security bug in token acquisition for MI server registration.

Az.Synapse

  • Fixed an error when remove artifact throw ArgumentNullException.

Conclusion

Go update your Azure module for PowerShell to benefit from the latest updates and possible configurations.


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 activate Microsoft 365 Passkey in Entra ID

How to activate Microsoft 365 Passkey in Entra ID

Introduction Microsoft 365 Passkey is an authentication method that replaces passwords with more secure options like facial recognition, fingerprint, or a PIN.Prerequisites **<

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 add tags to an Azure virtual machine

How to add tags to an Azure virtual machine

Introduction Tags in Azure are customizable labels (in the form of metadata) that you can apply to your resources to organize and manage your cloud environments more efficiently. They play

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
PowerShell Teams module updated to version 6.8.0

PowerShell Teams module updated to version 6.8.0

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
PowerShell Azure module updated to version 13.3.0

PowerShell Azure module updated to version 13.3.0

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
PowerShell Teams module updated to version 6.9.0

PowerShell Teams module updated to version 6.9.0

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
How to enable Zoom and Webex meetings on MTR

How to enable Zoom and Webex meetings on MTR

Introduction In the modern business world, effective collaboration is essential. Organizations use various video conferencing platforms to stay connected, and it's crucial to be able to joi

Read More
PowerShell Teams module updated to version 7.0.0

PowerShell Teams module updated to version 7.0.0

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
PowerShell Teams module updated to version 7.1.0

PowerShell Teams module updated to version 7.1.0

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
PowerShell Azure module updated to version 14.1.0

PowerShell Azure module updated to version 14.1.0

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
How to configure a calling plan spend limit in Teams

How to configure a calling plan spend limit in Teams

Introduction Businesses interested in using Microsoft Teams as their single provider for telephony services, but reluctant due to the high cost of calling plans, can choose a *Pay-As-You-Go

Read More
How to configure and analyze emergency calls in Teams

How to configure and analyze emergency calls in Teams

Introduction Microsoft Teams telephony offers an essential feature for organizations : emergency call management. This feature allows users to make emergency calls while dynamically providi

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
PowerShell Teams module updated to version 7.2.0

PowerShell Teams module updated to version 7.2.0

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
PowerShell Azure module updated to version 14.2.0

PowerShell Azure module updated to version 14.2.0

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
PowerShell Teams module updated to version 7.3.0

PowerShell Teams module updated to version 7.3.0

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
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
PowerShell Teams module updated to version 7.4.0

PowerShell Teams module updated to version 7.4.0

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
Malicious URL protection in Teams

Malicious URL protection in Teams

Introduction In a world where phishing attacks and malicious links are constantly on the rise, Microsoft is strengthening Microsoft Teams security with a native malicious URL protection f

Read More
PowerShell Azure module updated to version 14.5.0

PowerShell Azure module updated to version 14.5.0

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

Read More
How to activate Defender EDR in "Block Mode"

How to activate Defender EDR in "Block Mode"

Introduction In a context of constantly evolving cyber threats, antivirus solutions are no longer sufficient to effectively protect workstations. Microsoft Defender for Endpoint's *Block

Read More
PowerShell Teams module updated to version 7.5.0

PowerShell Teams module updated to version 7.5.0

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
How to configure calendar sharing in Exchange

How to configure calendar sharing in Exchange

Introduction In a context where organizations are collaborating more closely, it's not uncommon for users within one organization to need to efficiently schedule meetings by accessing the c

Read More
Microsoft improves the Teams app for Windows

Microsoft improves the Teams app for Windows

Introduction In the major January 2026 update, Microsoft significantly improved the structure of Microsoft Teams by separating audio and video functionalities into a new dedicated process (

Read More
PowerShell Azure module updated to version 15.2.0

PowerShell Azure module updated to version 15.2.0

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

Read More
PowerShell Teams module updated to version 7.6.0

PowerShell Teams module updated to version 7.6.0

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

Read More
PowerShell Azure module updated to version 15.3.0

PowerShell Azure module updated to version 15.3.0

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

Read More
How to migrate a Surface Hub 2S to a Windows MTR

How to migrate a Surface Hub 2S to a Windows MTR

Introduction With the end of support for Windows 10, businesses can migrate their Surface Hub 2S to Microsoft Teams Rooms on Windows (MTRoW). USB migration is the method that allows

Read More
Purview Sensitivity Labels are coming to OneNote

Purview Sensitivity Labels are coming to OneNote

Introduction Good news for security and compliance teams, Sensitivity Labels are now General Availability in OneNote. This update finally allows you to apply the same classification a

Read More
PowerShell Azure module updated to version 15.4.0

PowerShell Azure module updated to version 15.4.0

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

Read More
PowerShell Teams module updated to version 7.7.0

PowerShell Teams module updated to version 7.7.0

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

Read More
New LTS version 7.40.600 for SBC Audiocodes

New LTS version 7.40.600 for SBC Audiocodes

Introduction Audiocodes has officially announced a significant change in its support strategy : version 7.40A.600 is now the Long-Term Support (LTS) branch for its SBCs and *Media

Read More
How to enable multi-lines for Teams telephony

How to enable multi-lines for Teams telephony

Introduction Microsoft has just introduced a feature that allows a user to have up to 11 numbers (including their primary and private lines) in their Microsoft Teams phone system. Users c

Read More
Microsoft raises the conditional access policy limit

Microsoft raises the conditional access policy limit

Introduction Microsoft quietly raises the limit of conditional access policies per tenant, from 195 to 244. This limit applies to all policies, whether active, disabled, or in *report-onl

Read More
Consecutive bilingual interpretation in Teams

Consecutive bilingual interpretation in Teams

Introduction The Interpreter agent in Microsoft Teams previously offered only a simultaneous translation mode, where the synthesized voice overlapped with the speaker's voice in real ti

Read More
PowerShell Teams module updated to version 7.8.0

PowerShell Teams module updated to version 7.8.0

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

Read More
PowerShell Azure module updated to version 16.0.0

PowerShell Azure module updated to version 16.0.0

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

Read More
How to remove "Unlock Teams Premium" in Teams

How to remove "Unlock Teams Premium" in Teams

Introduction By default, users can obtain a Microsoft Teams Premium trial license by requesting one directly from their Teams client. This can lead to subsequent billing issues, so it is

Read More
PowerShell Azure module updated to version 16.0.0

PowerShell Azure module updated to version 16.0.0

Introduction Microsoft recently published the new version 16.1.0 of the PowerShell module for Microsoft Azure.Installation You can check the installed module version via the fo

Read More