Skip to content

Commit b76d638

Browse files
Bump Version for 15.6.0
1 parent bdfc4ff commit b76d638

110 files changed

Lines changed: 74579 additions & 42507 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog.md

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,137 @@
1+
## 15.6.0 - May 2026
2+
#### Az.Accounts 5.4.0
3+
* Updated the 'System.Memory' dependency to v4.6.3 to support the Storage SDK update.
4+
* Added 'AzureAppConfigurationEndpointSuffix' and 'AzureAppConfigurationEndpointResourceId' to 'Add-AzEnvironment' and 'Set-AzEnvironment'
5+
- Users can now configure Azure App Configuration endpoints when adding or updating custom environments
6+
7+
#### Az.Aks 7.1.2
8+
* Set 'useAADAuth' to 'true' by default in the omsagent addon profile when enabling the Monitoring addon via 'Enable-AzAksAddOn' and 'New-AzAksCluster'
9+
- This ensures compatibility with the latest Azure Monitor agent which requires AAD authentication
10+
11+
#### Az.AppConfiguration 2.1.0
12+
* Upgraded API version from 2022-05-01 to 2024-06-01
13+
* Added support for App Configuration store replicas
14+
- Added 'New-AzAppConfigurationReplica'
15+
- Added 'Get-AzAppConfigurationReplica'
16+
- Added 'Remove-AzAppConfigurationReplica'
17+
* Added 'DataPlaneProxyAuthenticationMode', 'DataPlaneProxyPrivateLinkDelegation', and 'DefaultKeyValueRevisionRetentionPeriodInSecond' to 'New-AzAppConfigurationStore' and 'Update-AzAppConfigurationStore'
18+
* Removed 'SoftDeleteRetentionInDay' from 'Update-AzAppConfigurationStore' as it is a create-only property
19+
* Added data plane snapshot cmdlets for Azure App Configuration
20+
- Added 'New-AzAppConfigurationSnapshot'
21+
- Added 'Get-AzAppConfigurationSnapshot'
22+
- Added 'Update-AzAppConfigurationSnapshot'
23+
- Added 'Test-AzAppConfigurationSnapshot'
24+
* Added 'Snapshot' to 'Get-AzAppConfigurationKeyValue' to support retrieving key-values by snapshot name
25+
* Added 'Get-AzAppConfigurationOperationDetail' to retrieve data plane operation details
26+
27+
#### Az.Cdn 6.0.2
28+
* Announced upcoming breaking changes for all 'Az*CdnEdgeAction*' cmdlets and the 'SubjectAlternativeName' parameter of 'New-AzCdnSecretCustomerCertificateParametersObject', which will be removed in a future release.
29+
30+
#### Az.Compute 11.5.0
31+
* 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.
32+
* Added '-AllowUpdateImage' parameter to 'Update-AzGalleryImageDefinition'. Must be set to true when using the '-Feature' parameter to update gallery image features.
33+
* Added managed identity support for Azure Compute Galleries
34+
- 'New-AzGallery': Added '-EnableSystemAssignedIdentity' and '-UserAssignedIdentity' to assign managed identities at creation time
35+
- 'Update-AzGallery': Added '-EnableSystemAssignedIdentity' and '-UserAssignedIdentity' to add managed identities to an existing gallery. '-UserAssignedIdentity' appends to existing identities
36+
- 'Update-AzGallery': Added '-DisableSystemAssignedIdentity' to remove system-assigned managed identity
37+
- '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
38+
- 'Get-AzGallery': Now returns managed identity details in the 'Identity' property
39+
* Compute ComputeRP related cmdlets will now use 2025-11-01 version of the ComputeRP API.
40+
41+
#### Az.Databricks 1.11.1
42+
* Added breaking change announcement for 'Update-AzDatabricksVNetPeering': parameters 'AllowForwardedTraffic', 'AllowGatewayTransit', 'AllowVirtualNetworkAccess' and 'UseRemoteGateway' will change from Boolean to SwitchParameter
43+
44+
#### Az.DataProtection 2.10.0
45+
* Added auto-protection support for Blob and ADLS (Azure Data Lake Storage) backup in 'New-AzDataProtectionBackupConfigurationClientObject'
46+
- Added '-AutoProtection' switch parameter to enable auto-protection
47+
- Added '-AutoProtectionExclusionRule' parameter to specify exclusion rules for auto-protection
48+
* Updated API version from 2025-09-01 to 2026-03-01
49+
50+
#### Az.DesktopVirtualization 5.4.7
51+
* Added preannouncement for breaking changes in Az.DesktopVirtualization 6.0.0
52+
- Parameter 'Tag' will be removed from the Update cmdlet of Application and Desktop.
53+
54+
#### Az.DnsResolver 1.2.4
55+
* Fixed misleading breaking change warning on 'New-AzDnsResolverDomainList' that incorrectly stated the cmdlet was being deprecated
56+
- 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
57+
- 'New-AzDnsResolverDomainList' are now able to create domain lists without domains.
58+
59+
#### Az.Migrate 2.12.1
60+
* Fixed bugs in 'Initialize-AzMigrateLocalReplicationInfrastructure'
61+
- Added early Azure login validation with a clear error message when user is not logged in
62+
- Removed unnecessary caller identity resolution
63+
- Added cache storage account validations to reject unsupported SKU tiers and disabled public network access
64+
* Updated 'New-AzMigrateLocalServerReplication'
65+
- Added storage path health validation before initiating replication
66+
67+
#### Az.NetAppFiles 1.2.0
68+
* Updated to API version 2026-01-01
69+
* Added new cmdlets for the Buckets resource (alias 'Anf*' for Azure NetApp Files):
70+
- 'Get-AzNetAppFilesBucket'
71+
- 'New-AzNetAppFilesBucket'
72+
- 'Update-AzNetAppFilesBucket'
73+
- 'Remove-AzNetAppFilesBucket'
74+
- 'New-AzNetAppFilesBucketCredential'
75+
- 'Set-AzNetAppFilesBucketAkvCredential'
76+
- 'Update-AzNetAppFilesBucketCertificate'
77+
* Added new cmdlets for the Caches resource (alias 'Anf*' for Azure NetApp Files):
78+
- 'Get-AzNetAppFilesCache'
79+
- 'New-AzNetAppFilesCache'
80+
- 'Update-AzNetAppFilesCache'
81+
- 'Remove-AzNetAppFilesCache'
82+
- 'Get-AzNetAppFilesCachePeeringPassphrase'
83+
- 'Set-AzNetAppFilesCachePool'
84+
- 'Reset-AzNetAppFilesCacheSmbPassword'
85+
* 'Start-AzNetAppFilesPeerExternalCluster' now returns the cluster peering command and passphrase as a 'PSClusterPeerCommandResponse' (was previously discarded)
86+
* Surfaced new replication properties on 'PSNetAppFilesReplicationObject' ('(Get-AzNetAppFilesVolume).DataProtection.Replication'):
87+
- 'ExternalReplicationSetupStatus', 'ExternalReplicationSetupInfo' - external replication setup state machine + next-step guidance
88+
- 'MirrorState', 'RelationshipStatus' - current mirror state and transfer status
89+
90+
#### Az.Network 7.27.0
91+
* Added support to associate a DDoS custom policy with a Load Balancer frontend IP configuration.
92+
- Added the '-DdosCustomPolicyId' parameter to 'New-AzLoadBalancerFrontendIpConfig', 'Add-AzLoadBalancerFrontendIpConfig', and 'Set-AzLoadBalancerFrontendIpConfig'.
93+
- Added the '-RemoveDdosCustomPolicy' switch to 'Set-AzLoadBalancerFrontendIpConfig'.
94+
95+
#### Az.PolicyInsights 1.7.4
96+
* Added Breaking Change notifications to many of the cmdlets in Az.PolicyInsights.
97+
98+
#### Az.PostgreSql 1.4.1
99+
* 'Az.PostgreSql' will be retired in an upcoming release.
100+
- To continue managing Azure Database for PostgreSQL resources, move to 'Az.PostgreSqlFlexibleServer'.
101+
- When the replacement module is released, it will be available to install from https://www.powershellgallery.com/packages/Az.PostgreSqlFlexibleServer
102+
103+
#### Az.ResourceMover 1.3.2
104+
* Updated preannouncement breaking changes date to May 2026.
105+
106+
#### Az.Resources 9.1.0
107+
* 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).
108+
* 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]
109+
* 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.
110+
* 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.
111+
* Added 'Remove-AzDenyAssignment' for removing user-assigned deny assignments by ID, name and scope, or pipeline input.
112+
* Regenerated Authorization Management SDK from '2024-07-01-preview' swagger specification to include deny assignment create and delete operations.
113+
* 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]
114+
115+
#### Az.SecurityInsights 3.2.2
116+
* Updated preannouncement breaking changes date to May 2026.
117+
118+
#### Az.Sql 6.4.2
119+
* 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.
120+
121+
#### Az.StackHCI 2.7.1
122+
* Fixed single node registration scenario.
123+
124+
#### Az.Storage 9.6.1
125+
* Removed breaking change warnings for TLS 1.0 and TLS 1.1 deprecation
126+
- 'New-AzStorageAccount'
127+
- 'Set-AzStorageAccount'
128+
* Updated MinimumTlsVersion parameter description to note that TLS 1.3 is not yet supported
129+
- 'New-AzStorageAccount'
130+
- 'Set-AzStorageAccount'
131+
132+
#### Az.Websites 3.4.3
133+
* Updated preannouncement breaking changes date to May 2026.
134+
1135
## 15.5.0 - April 2026
2136
#### Az.Accounts 5.3.4
3137
* Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds.

documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
## 15.6.0 - May 2026
2+
#### Az.Accounts 5.4.0
3+
* Modified cmdlet `Add-AzEnvironment`
4+
- Added parameters `-AzureAppConfigurationEndpointSuffix`, `-AzureAppConfigurationEndpointResourceId`
5+
* Modified cmdlet `Set-AzEnvironment`
6+
- Added parameters `-AzureAppConfigurationEndpointSuffix`, `-AzureAppConfigurationEndpointResourceId`
7+
#### Az.AppConfiguration 2.1.0
8+
* Modified cmdlet `Get-AzAppConfigurationKeyValue`
9+
- Added parameter `-Snapshot`
10+
* Modified cmdlet `Get-AzAppConfigurationLabel`
11+
- Added parameter `-ClientRequestId`
12+
* Modified cmdlet `Get-AzAppConfigurationRevision`
13+
- Added parameters `-Tag`, `-ClientRequestId`
14+
* Modified cmdlet `New-AzAppConfigurationStore`
15+
- Added parameters `-DataPlaneProxyAuthenticationMode`, `-DataPlaneProxyPrivateLinkDelegation`, `-DefaultKeyValueRevisionRetentionPeriodInSecond`
16+
* Modified cmdlet `Remove-AzAppConfigurationKeyValue`
17+
- Added parameter `-ClientRequestId`
18+
* Modified cmdlet `Remove-AzAppConfigurationLock`
19+
- Added parameter `-ClientRequestId`
20+
* Modified cmdlet `Set-AzAppConfigurationKeyValue`
21+
- Removed parameters `-Key1`, `-Label1`
22+
- Added parameter `-ClientRequestId`
23+
* Modified cmdlet `Set-AzAppConfigurationLock`
24+
- Added parameter `-ClientRequestId`
25+
* Modified cmdlet `Test-AzAppConfigurationKeyValue`
26+
- Added parameters `-Tag`, `-ClientRequestId`
27+
* Modified cmdlet `Update-AzAppConfigurationStore`
28+
- Added parameters `-DataPlaneProxyAuthenticationMode`, `-DataPlaneProxyPrivateLinkDelegation`, `-DefaultKeyValueRevisionRetentionPeriodInSecond`
29+
* Added cmdlet `Get-AzAppConfigurationOperationDetail`, `Get-AzAppConfigurationReplica`, `Get-AzAppConfigurationSnapshot`, `New-AzAppConfigurationReplica`, `New-AzAppConfigurationSnapshot`, `Remove-AzAppConfigurationReplica`, `Test-AzAppConfigurationSnapshot`, `Update-AzAppConfigurationSnapshot`
30+
#### Az.Compute 11.5.0
31+
* Modified cmdlet `New-AzGallery`
32+
- Added parameters `-EnableSystemAssignedIdentity`, `-UserAssignedIdentity`
33+
* Modified cmdlet `Update-AzGallery`
34+
- Added parameters `-EnableSystemAssignedIdentity`, `-DisableSystemAssignedIdentity`, `-UserAssignedIdentity`, `-RemoveUserAssignedIdentity`
35+
* Modified cmdlet `Update-AzGalleryImageDefinition`
36+
- Added parameters `-Feature`, `-AllowUpdateImage`
37+
#### Az.DataProtection 2.10.0
38+
* Modified cmdlet `New-AzDataProtectionBackupConfigurationClientObject`
39+
- Added parameters `-AutoProtection`, `-AutoProtectionExclusionRule`
40+
#### Az.NetAppFiles 1.2.0
41+
* Added cmdlet `Get-AzNetAppFilesBucket`, `Get-AzNetAppFilesCache`, `Get-AzNetAppFilesCachePeeringPassphrase`, `New-AzNetAppFilesBucket`, `New-AzNetAppFilesBucketCredential`, `New-AzNetAppFilesCache`, `Remove-AzNetAppFilesBucket`, `Remove-AzNetAppFilesCache`, `Reset-AzNetAppFilesCacheSmbPassword`, `Set-AzNetAppFilesBucketAkvCredential`, `Set-AzNetAppFilesCachePool`, `Update-AzNetAppFilesBucket`, `Update-AzNetAppFilesBucketCertificate`, `Update-AzNetAppFilesCache`
42+
#### Az.Network 7.27.0
43+
* Modified cmdlet `Add-AzLoadBalancerFrontendIpConfig`
44+
- Added parameter `-DdosCustomPolicyId`
45+
* Modified cmdlet `New-AzLoadBalancerFrontendIpConfig`
46+
- Added parameter `-DdosCustomPolicyId`
47+
* Modified cmdlet `Set-AzLoadBalancerFrontendIpConfig`
48+
- Added parameters `-DdosCustomPolicyId`, `-RemoveDdosCustomPolicy`
49+
#### Az.Resources 9.1.0
50+
* Added cmdlet `New-AzDenyAssignment`, `Remove-AzDenyAssignment`
51+
152
## 15.5.0 - April 2026
253
#### Az.CosmosDB 1.20.0
354
* Modified cmdlet `New-AzCosmosDBAccount`
@@ -1266,3 +1317,4 @@
12661317

12671318

12681319

1320+

0 commit comments

Comments
 (0)