Az

15.6.0

Microsoft Azure PowerShell - Cmdlets to manage resources in Azure. This module is compatible with PowerShell and Windows PowerShell.
For more information about the Az module, please visit the following: https://learn.microsoft.com/powershell/azure/

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Az

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

Azure ARM ResourceManager Linux AzureAutomationNotSupported

PSEditions

Core Desktop

Dependencies

Release Notes

15.6.0 - May 2026
Az.Accounts
* Updated the 'System.Memory' dependency to v4.6.3 to support the Storage SDK update.
* Added 'AzureAppConfigurationEndpointSuffix' and 'AzureAppConfigurationEndpointResourceId' to 'Add-AzEnvironment' and 'Set-AzEnvironment'
   - Users can now configure Azure App Configuration endpoints when adding or updating custom environments

Az.Aks
* Set 'useAADAuth' to 'true' by default in the omsagent addon profile when enabling the Monitoring addon via 'Enable-AzAksAddOn' and 'New-AzAksCluster'
   - This ensures compatibility with the latest Azure Monitor agent which requires AAD authentication

Az.AppConfiguration
* Upgraded API version from 2022-05-01 to 2024-06-01
* Added support for App Configuration store replicas
   - Added 'New-AzAppConfigurationReplica'
   - Added 'Get-AzAppConfigurationReplica'
   - Added 'Remove-AzAppConfigurationReplica'
* Added 'DataPlaneProxyAuthenticationMode', 'DataPlaneProxyPrivateLinkDelegation', and 'DefaultKeyValueRevisionRetentionPeriodInSecond' to 'New-AzAppConfigurationStore' and 'Update-AzAppConfigurationStore'
* Removed 'SoftDeleteRetentionInDay' from 'Update-AzAppConfigurationStore' as it is a create-only property
* Added data plane snapshot cmdlets for Azure App Configuration
   - Added 'New-AzAppConfigurationSnapshot'
   - Added 'Get-AzAppConfigurationSnapshot'
   - Added 'Update-AzAppConfigurationSnapshot'
   - Added 'Test-AzAppConfigurationSnapshot'
* Added 'Snapshot' to 'Get-AzAppConfigurationKeyValue' to support retrieving key-values by snapshot name
* Added 'Get-AzAppConfigurationOperationDetail' to retrieve data plane operation details

Az.Cdn
* Announced upcoming breaking changes for all 'Az*CdnEdgeAction*' cmdlets and the 'SubjectAlternativeName' parameter of 'New-AzCdnSecretCustomerCertificateParametersObject', which will be removed in a future release.

Az.Compute
* Added '-Feature' parameter to 'Update-AzGalleryImageDefinition' to allow updating existing gallery image features (such as DiskControllerTypes, SecurityType, IsAcceleratedNetwork, and IsHibernate). Each feature supports a 'StartsAtVersion' property to specify the minimum gallery image version that supports the updated feature.
* Added '-AllowUpdateImage' parameter to 'Update-AzGalleryImageDefinition'. Must be set to true when using the '-Feature' parameter to update gallery image features.
* Added managed identity support for Azure Compute Galleries
   - 'New-AzGallery': Added '-EnableSystemAssignedIdentity' and '-UserAssignedIdentity' to assign managed identities at creation time
   - 'Update-AzGallery': Added '-EnableSystemAssignedIdentity' and '-UserAssignedIdentity' to add managed identities to an existing gallery. '-UserAssignedIdentity' appends to existing identities
   - 'Update-AzGallery': Added '-DisableSystemAssignedIdentity' to remove system-assigned managed identity
   - 'Update-AzGallery': Added '-RemoveUserAssignedIdentity' accepting a list of identity resource IDs to remove specific user-assigned identities, or 'All' to remove all user-assigned identities
   - 'Get-AzGallery': Now returns managed identity details in the 'Identity' property
* Compute ComputeRP related cmdlets will now use 2025-11-01 version of the ComputeRP API.

Az.Databricks
* Added breaking change announcement for 'Update-AzDatabricksVNetPeering': parameters 'AllowForwardedTraffic', 'AllowGatewayTransit', 'AllowVirtualNetworkAccess' and 'UseRemoteGateway' will change from Boolean to SwitchParameter

Az.DataProtection
* Added auto-protection support for Blob and ADLS (Azure Data Lake Storage) backup in 'New-AzDataProtectionBackupConfigurationClientObject'
   - Added '-AutoProtection' switch parameter to enable auto-protection
   - Added '-AutoProtectionExclusionRule' parameter to specify exclusion rules for auto-protection
* Updated API version from 2025-09-01 to 2026-03-01

Az.DesktopVirtualization
* Added preannouncement for breaking changes in Az.DesktopVirtualization 6.0.0
   - Parameter 'Tag' will be removed from the Update cmdlet of Application and Desktop.

Az.DnsResolver
* Fixed misleading breaking change warning on 'New-AzDnsResolverDomainList' that incorrectly stated the cmdlet was being deprecated
   - The cmdlet displayed 'The cmdlet is being deprecated. There will be no replacement for it.' when the intent was only to announce that the 'Domain' parameter is no longer mandatory
   - 'New-AzDnsResolverDomainList' are now able to create domain lists without domains.

Az.Migrate
* Fixed bugs in 'Initialize-AzMigrateLocalReplicationInfrastructure'
 - Added early Azure login validation with a clear error message when user is not logged in
 - Removed unnecessary caller identity resolution
 - Added cache storage account validations to reject unsupported SKU tiers and disabled public network access
* Updated 'New-AzMigrateLocalServerReplication'
 - Added storage path health validation before initiating replication

Az.NetAppFiles
* Updated to API version 2026-01-01
* Added new cmdlets for the Buckets resource (alias 'Anf*' for Azure NetApp Files):
   - 'Get-AzNetAppFilesBucket'
   - 'New-AzNetAppFilesBucket'
   - 'Update-AzNetAppFilesBucket'
   - 'Remove-AzNetAppFilesBucket'
   - 'New-AzNetAppFilesBucketCredential'
   - 'Set-AzNetAppFilesBucketAkvCredential'
   - 'Update-AzNetAppFilesBucketCertificate'
* Added new cmdlets for the Caches resource (alias 'Anf*' for Azure NetApp Files):
   - 'Get-AzNetAppFilesCache'
   - 'New-AzNetAppFilesCache'
   - 'Update-AzNetAppFilesCache'
   - 'Remove-AzNetAppFilesCache'
   - 'Get-AzNetAppFilesCachePeeringPassphrase'
   - 'Set-AzNetAppFilesCachePool'
   - 'Reset-AzNetAppFilesCacheSmbPassword'
* 'Start-AzNetAppFilesPeerExternalCluster' now returns the cluster peering command and passphrase as a 'PSClusterPeerCommandResponse' (was previously discarded)
* Surfaced new replication properties on 'PSNetAppFilesReplicationObject' ('(Get-AzNetAppFilesVolume).DataProtection.Replication'):
   - 'ExternalReplicationSetupStatus', 'ExternalReplicationSetupInfo' - external replication setup state machine + next-step guidance
   - 'MirrorState', 'RelationshipStatus' - current mirror state and transfer status

Az.Network
* Added support to associate a DDoS custom policy with a Load Balancer frontend IP configuration.
   - Added the '-DdosCustomPolicyId' parameter to 'New-AzLoadBalancerFrontendIpConfig', 'Add-AzLoadBalancerFrontendIpConfig', and 'Set-AzLoadBalancerFrontendIpConfig'.
   - Added the '-RemoveDdosCustomPolicy' switch to 'Set-AzLoadBalancerFrontendIpConfig'.

Az.PolicyInsights
* Added Breaking Change notifications to many of the cmdlets in Az.PolicyInsights.

Az.PostgreSql
* 'Az.PostgreSql' will be retired in an upcoming release.
   - To continue managing Azure Database for PostgreSQL resources, move to 'Az.PostgreSqlFlexibleServer'.
   - When the replacement module is released, it will be available to install from https://www.powershellgallery.com/packages/Az.PostgreSqlFlexibleServer

Az.ResourceMover
* Updated preannouncement breaking changes date to May 2026.

Az.Resources
* Made 'Remove-AzDenyAssignment' honor '-Confirm:False' and idempotent when no matching deny assignment exists. The redundant '-Force' switch was removed (the cmdlet relies on the standard 'SupportsShouldProcess'/'ConfirmImpact' pattern).
* Improved error messages for role assignment and role definition operations to include the underlying service error code and message instead of just the HTTP status code. [#19605] [#19374]
* Added '-PrincipalId' and '-PrincipalType' to 'New-AzDenyAssignment' to support per-principal deny assignments targeting a specific User or ServicePrincipal, in addition to the existing Everyone mode.
* Added 'New-AzDenyAssignment' for creating user-assigned deny assignments using the '2024-07-01-preview' API. Deny assignments allow denying specific write, delete, and action operations to all principals at a given scope while excluding specified principals.
* Added 'Remove-AzDenyAssignment' for removing user-assigned deny assignments by ID, name and scope, or pipeline input.
* Regenerated Authorization Management SDK from '2024-07-01-preview' swagger specification to include deny assignment create and delete operations.
* Fixed 'New-AzDeployment' not reporting nested ARM (Azure Resource Manager) error details (e.g. 'KeyVaultParameterReferenceSecretRetrieveFailed') when a 'MultipleErrorsOccurred' validation failure is returned. Previously, the inner errors were silently dropped and only the generic top-level error was shown. [#28308]

Az.SecurityInsights
* Updated preannouncement breaking changes date to May 2026.

Az.Sql
* Fixed error handling in Az.Sql cmdlets that inherit from 'AzureSqlCmdletBase' to surface descriptive error messages instead of generic 'Operation returned an invalid status code' when API calls fail. This restores meaningful error details such as Azure Policy violation messages.

Az.StackHCI
* Fixed single node registration scenario.

Az.Storage
* Removed breaking change warnings for TLS 1.0 and TLS 1.1 deprecation
   - 'New-AzStorageAccount'
   - 'Set-AzStorageAccount'
* Updated MinimumTlsVersion parameter description to note that TLS 1.3 is not yet supported
   - 'New-AzStorageAccount'
   - 'Set-AzStorageAccount'

Az.Websites
* Updated preannouncement breaking changes date to May 2026.

FileList

Version History

Version Downloads Last updated
15.6.0 (current version) 200,978 5/5/2026
15.5.0 5,382,214 4/7/2026
15.4.0 6,456,651 3/3/2026
15.3.0 5,395,776 2/3/2026
15.2.0 4,126,421 1/13/2026
15.1.0 7,625,294 12/2/2025
15.0.0 2,762,034 11/18/2025
14.6.0 2,703,981 11/4/2025
14.5.0 3,937,575 10/14/2025
14.4.0 7,999,418 9/2/2025
14.3.0 5,055,166 8/5/2025
14.2.0 6,147,334 7/1/2025
14.1.0 4,342,538 6/3/2025
14.0.0 2,300,601 5/19/2025
13.5.0 2,218,621 5/6/2025
13.4.0 4,689,450 4/1/2025
13.3.0 3,401,410 3/4/2025
13.2.0 2,553,500 2/11/2025
13.1.0 4,185,270 1/14/2025
13.0.0 5,480,292 11/19/2024
12.5.0 1,278,388 11/11/2024
12.4.0 3,427,240 10/8/2024
12.3.0 2,535,275 9/3/2024
12.2.0 2,033,886 8/6/2024
12.1.0 2,941,846 7/9/2024
12.0.0 4,674,155 5/21/2024
11.6.0 1,926,729 4/30/2024
11.5.0 1,770,439 4/2/2024
11.4.0 1,944,912 3/5/2024
11.3.1 1,530,283 2/9/2024
11.3.0 457,847 2/6/2024
11.2.0 1,486,720 1/9/2024
11.1.0 1,590,426 12/5/2023
11.0.0 1,227,310 11/14/2023
10.4.1 3,249,031 9/27/2023
10.4.0 70,522 9/26/2023
10.3.0 4,822,250 9/5/2023
10.2.0 1,283,628 8/1/2023
10.1.0 1,087,051 7/4/2023
10.0.0 1,511,390 5/23/2023
9.7.1 2,508,824 4/28/2023
9.7.0 143,162 4/25/2023
9.6.0 813,248 4/4/2023
9.5.0 1,145,053 3/9/2023
9.4.0 2,360,865 2/7/2023
9.3.0 1,265,567 1/10/2023
9.2.0 1,144,767 12/6/2022
9.1.1 692,819 11/17/2022
9.1.0 557,270 11/1/2022
9.0.1 1,556,037 10/17/2022
8.3.0 1,989,092 9/6/2022
8.2.0 926,839 8/2/2022
8.1.0 692,857 7/5/2022
8.0.0 3,996,107 5/24/2022
7.5.0 4,378,116 4/26/2022
7.4.0 384,323 4/5/2022
7.3.2 468,390 3/12/2022
7.3.0 273,055 3/1/2022
7.2.1 190,291 2/18/2022
7.2.0 295,890 2/7/2022
7.1.0 692,552 1/4/2022
7.0.0 509,490 12/7/2021
6.6.0 2,376,300 11/2/2021
6.5.0 522,672 10/12/2021
6.4.0 760,067 9/7/2021
6.3.0 660,855 8/3/2021
6.2.1 559,658 7/9/2021
6.2.0 69,852 7/6/2021
6.1.0 403,487 6/15/2021
6.0.0 406,817 5/25/2021
5.9.0 3,611,770 5/4/2021
5.8.0 441,150 4/13/2021
5.7.0 672,158 3/23/2021
5.6.0 539,262 3/2/2021
5.5.0 887,529 2/9/2021
5.4.0 1,647,673 1/19/2021
5.3.0 1,475,049 12/29/2020
5.2.0 1,395,788 12/8/2020
5.1.0 1,698,471 11/17/2020
5.0.0 1,713,547 10/27/2020
4.8.0 4,585,078 10/13/2020
4.7.0 267,715 9/22/2020
4.6.1 1,823,837 8/28/2020
4.6.0 120,275 8/25/2020
4.5.0 433,147 8/4/2020
4.4.0 367,142 7/14/2020
4.3.0 410,228 6/23/2020
4.2.0 401,210 6/2/2020
4.1.0 339,673 5/19/2020
4.0.2-preview 2,418 12/23/2019
4.0.1-preview 1,058 10/9/2019
3.8.0 2,102,597 4/21/2020
3.7.0 299,629 3/31/2020
3.6.1 372,734 3/10/2020
3.5.0 373,120 2/18/2020
3.4.0 204,753 2/4/2020
3.3.0 382,124 1/7/2020
3.2.0 326,423 12/17/2019
3.1.0 597,591 11/26/2019
3.0.0 465,122 11/4/2019
2.8.0 1,148,677 10/15/2019
2.7.0 184,616 9/24/2019
2.6.0 321,210 8/27/2019
2.5.0 426,878 7/30/2019
2.4.0 176,132 7/2/2019
2.3.2 177,941 6/18/2019
2.2.0 78,594 6/4/2019
2.1.0 70,159 5/21/2019
2.0.1 11,883 12/15/2021
2.0.0 115,564 5/6/2019
1.8.0 368,455 4/23/2019
1.7.0 55,258 4/9/2019
1.6.0 83,156 3/26/2019
1.5.0 55,972 3/12/2019
1.4.0 43,801 2/26/2019
1.3.0 33,056 2/12/2019
1.2.1 25,194 1/31/2019
1.2.0 4,843 1/29/2019
1.1.0 20,118 1/15/2019
1.0.1 33,811 12/18/2018
1.0.0 28,621 12/18/2018
0.10.0-preview 14,500 4/15/2020
0.7.0 14,750 12/4/2018
0.6.1 9,459 11/21/2018
0.5.0 9,937 11/6/2018
0.4.0 11,303 10/23/2018
0.3.0 11,066 10/9/2018
0.2.2 5,249 9/24/2018
0.1.0 744 8/28/2018
Show more