Skip to content

Commit 764fcd9

Browse files
Bump Version for 15.6.1
1 parent c786649 commit 764fcd9

12 files changed

Lines changed: 681 additions & 792 deletions

File tree

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 15.6.1 - May 2026
2+
#### Az.DataProtection 2.10.1
3+
* Fixed non-ASCII U+2013 characters failed module import in WindowsPowerShell
4+
5+
#### Az.Kusto 2.4.1
6+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
7+
18
## 15.6.0 - May 2026
29
#### Az.Accounts 5.4.0
310
* Updated the 'System.Memory' dependency to v4.6.3 to support the Storage SDK update.

documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 15.6.1 - May 2026
2+
13
## 15.6.0 - May 2026
24
#### Az.Accounts 5.4.0
35
* Modified cmdlet `Add-AzEnvironment`
@@ -1318,3 +1320,4 @@
13181320

13191321

13201322

1323+

documentation/breaking-changes/upcoming-breaking-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ Preview modules are not included in this list. Read more about [module version t
713713
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
714714
- The change is expected to take effect in 'Az.Monitor' from version : '7.0.0'
715715

716-
- Parameter breaking-change will happen to all parameter sets
716+
- Parameter breaking-change will happen to parameter set `NewAzDiagnosticSetting_CreateExpanded`
717717
- `-Log`
718718
- The parameter : 'Log' is changing.
719719
The type of the parameter is changing from 'Array' to 'List'.
@@ -740,7 +740,7 @@ Preview modules are not included in this list. Read more about [module version t
740740
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
741741
- The change is expected to take effect in 'Az.Monitor' from version : '7.0.0'
742742

743-
- Parameter breaking-change will happen to all parameter sets
743+
- Parameter breaking-change will happen to parameter set `NewAzSubscriptionDiagnosticSetting_CreateExpanded`
744744
- `-Log`
745745
- The parameter : 'Log' is changing.
746746
The type of the parameter is changing from 'Array' to 'List'.

src/DataProtection/DataProtection.Autorest/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")]
2424
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26-
[assembly: System.CLSCompliantAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/DataProtection/DataProtection/Az.DataProtection.psd1

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/29/2026
6+
# Generated on: 5/6/2026
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.10.0'
15+
ModuleVersion = '2.10.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -161,10 +161,7 @@ PrivateData = @{
161161
# IconUri = ''
162162

163163
# ReleaseNotes of this module
164-
ReleaseNotes = '* Added auto-protection support for Blob and ADLS (Azure Data Lake Storage) backup in ''New-AzDataProtectionBackupConfigurationClientObject''
165-
- Added ''-AutoProtection'' switch parameter to enable auto-protection
166-
- Added ''-AutoProtectionExclusionRule'' parameter to specify exclusion rules for auto-protection
167-
* Updated API version from 2025-09-01 to 2026-03-01'
164+
ReleaseNotes = '* Fixed non-ASCII U+2013 characters failed module import in WindowsPowerShell'
168165

169166
# Prerelease string of this module
170167
# Prerelease = ''

src/DataProtection/DataProtection/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 2.10.1
2123
* Fixed non-ASCII U+2013 characters failed module import in WindowsPowerShell
2224

2325
## Version 2.10.0

src/DataProtection/DataProtection/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("ab240bd4-c397-4629-a993-21763b35faed")]
27-
[assembly: AssemblyVersion("2.10.0")]
28-
[assembly: AssemblyFileVersion("2.10.0")]
27+
[assembly: AssemblyVersion("2.10.1")]
28+
[assembly: AssemblyFileVersion("2.10.1")]

tools/Az/Az.psd1

Lines changed: 8 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/29/2026
6+
# Generated on: 5/6/2026
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '15.6.0'
15+
ModuleVersion = '15.6.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -82,7 +82,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.4.0'; },
8282
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; },
8383
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.2'; },
8484
@{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; },
85-
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.10.0'; },
85+
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.10.1'; },
8686
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; },
8787
@{ModuleName = 'Az.DataTransfer'; RequiredVersion = '1.0.0'; },
8888
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '5.4.7'; },
@@ -209,139 +209,12 @@ PrivateData = @{
209209
# IconUri = ''
210210

211211
# ReleaseNotes of this module
212-
ReleaseNotes = '15.6.0 - May 2026
213-
Az.Accounts
214-
* Updated the ''System.Memory'' dependency to v4.6.3 to support the Storage SDK update.
215-
* Added ''AzureAppConfigurationEndpointSuffix'' and ''AzureAppConfigurationEndpointResourceId'' to ''Add-AzEnvironment'' and ''Set-AzEnvironment''
216-
- Users can now configure Azure App Configuration endpoints when adding or updating custom environments
217-
218-
Az.Aks
219-
* Set ''useAADAuth'' to ''true'' by default in the omsagent addon profile when enabling the Monitoring addon via ''Enable-AzAksAddOn'' and ''New-AzAksCluster''
220-
- This ensures compatibility with the latest Azure Monitor agent which requires AAD authentication
221-
222-
Az.AppConfiguration
223-
* Upgraded API version from 2022-05-01 to 2024-06-01
224-
* Added support for App Configuration store replicas
225-
- Added ''New-AzAppConfigurationReplica''
226-
- Added ''Get-AzAppConfigurationReplica''
227-
- Added ''Remove-AzAppConfigurationReplica''
228-
* Added ''DataPlaneProxyAuthenticationMode'', ''DataPlaneProxyPrivateLinkDelegation'', and ''DefaultKeyValueRevisionRetentionPeriodInSecond'' to ''New-AzAppConfigurationStore'' and ''Update-AzAppConfigurationStore''
229-
* Removed ''SoftDeleteRetentionInDay'' from ''Update-AzAppConfigurationStore'' as it is a create-only property
230-
* Added data plane snapshot cmdlets for Azure App Configuration
231-
- Added ''New-AzAppConfigurationSnapshot''
232-
- Added ''Get-AzAppConfigurationSnapshot''
233-
- Added ''Update-AzAppConfigurationSnapshot''
234-
- Added ''Test-AzAppConfigurationSnapshot''
235-
* Added ''Snapshot'' to ''Get-AzAppConfigurationKeyValue'' to support retrieving key-values by snapshot name
236-
* Added ''Get-AzAppConfigurationOperationDetail'' to retrieve data plane operation details
237-
238-
Az.Cdn
239-
* Announced upcoming breaking changes for all ''Az*CdnEdgeAction*'' cmdlets and the ''SubjectAlternativeName'' parameter of ''New-AzCdnSecretCustomerCertificateParametersObject'', which will be removed in a future release.
240-
241-
Az.Compute
242-
* 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.
243-
* Added ''-AllowUpdateImage'' parameter to ''Update-AzGalleryImageDefinition''. Must be set to true when using the ''-Feature'' parameter to update gallery image features.
244-
* Added managed identity support for Azure Compute Galleries
245-
- ''New-AzGallery'': Added ''-EnableSystemAssignedIdentity'' and ''-UserAssignedIdentity'' to assign managed identities at creation time
246-
- ''Update-AzGallery'': Added ''-EnableSystemAssignedIdentity'' and ''-UserAssignedIdentity'' to add managed identities to an existing gallery. ''-UserAssignedIdentity'' appends to existing identities
247-
- ''Update-AzGallery'': Added ''-DisableSystemAssignedIdentity'' to remove system-assigned managed identity
248-
- ''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
249-
- ''Get-AzGallery'': Now returns managed identity details in the ''Identity'' property
250-
* Compute ComputeRP related cmdlets will now use 2025-11-01 version of the ComputeRP API.
251-
252-
Az.Databricks
253-
* Added breaking change announcement for ''Update-AzDatabricksVNetPeering'': parameters ''AllowForwardedTraffic'', ''AllowGatewayTransit'', ''AllowVirtualNetworkAccess'' and ''UseRemoteGateway'' will change from Boolean to SwitchParameter
254-
212+
ReleaseNotes = '15.6.1 - May 2026
255213
Az.DataProtection
256-
* Added auto-protection support for Blob and ADLS (Azure Data Lake Storage) backup in ''New-AzDataProtectionBackupConfigurationClientObject''
257-
- Added ''-AutoProtection'' switch parameter to enable auto-protection
258-
- Added ''-AutoProtectionExclusionRule'' parameter to specify exclusion rules for auto-protection
259-
* Updated API version from 2025-09-01 to 2026-03-01
260-
261-
Az.DesktopVirtualization
262-
* Added preannouncement for breaking changes in Az.DesktopVirtualization 6.0.0
263-
- Parameter ''Tag'' will be removed from the Update cmdlet of Application and Desktop.
264-
265-
Az.DnsResolver
266-
* Fixed misleading breaking change warning on ''New-AzDnsResolverDomainList'' that incorrectly stated the cmdlet was being deprecated
267-
- 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
268-
- ''New-AzDnsResolverDomainList'' are now able to create domain lists without domains.
269-
270-
Az.Migrate
271-
* Fixed bugs in ''Initialize-AzMigrateLocalReplicationInfrastructure''
272-
- Added early Azure login validation with a clear error message when user is not logged in
273-
- Removed unnecessary caller identity resolution
274-
- Added cache storage account validations to reject unsupported SKU tiers and disabled public network access
275-
* Updated ''New-AzMigrateLocalServerReplication''
276-
- Added storage path health validation before initiating replication
277-
278-
Az.NetAppFiles
279-
* Updated to API version 2026-01-01
280-
* Added new cmdlets for the Buckets resource (alias ''Anf*'' for Azure NetApp Files):
281-
- ''Get-AzNetAppFilesBucket''
282-
- ''New-AzNetAppFilesBucket''
283-
- ''Update-AzNetAppFilesBucket''
284-
- ''Remove-AzNetAppFilesBucket''
285-
- ''New-AzNetAppFilesBucketCredential''
286-
- ''Set-AzNetAppFilesBucketAkvCredential''
287-
- ''Update-AzNetAppFilesBucketCertificate''
288-
* Added new cmdlets for the Caches resource (alias ''Anf*'' for Azure NetApp Files):
289-
- ''Get-AzNetAppFilesCache''
290-
- ''New-AzNetAppFilesCache''
291-
- ''Update-AzNetAppFilesCache''
292-
- ''Remove-AzNetAppFilesCache''
293-
- ''Get-AzNetAppFilesCachePeeringPassphrase''
294-
- ''Set-AzNetAppFilesCachePool''
295-
- ''Reset-AzNetAppFilesCacheSmbPassword''
296-
* ''Start-AzNetAppFilesPeerExternalCluster'' now returns the cluster peering command and passphrase as a ''PSClusterPeerCommandResponse'' (was previously discarded)
297-
* Surfaced new replication properties on ''PSNetAppFilesReplicationObject'' (''(Get-AzNetAppFilesVolume).DataProtection.Replication''):
298-
- ''ExternalReplicationSetupStatus'', ''ExternalReplicationSetupInfo'' - external replication setup state machine + next-step guidance
299-
- ''MirrorState'', ''RelationshipStatus'' - current mirror state and transfer status
300-
301-
Az.Network
302-
* Added support to associate a DDoS custom policy with a Load Balancer frontend IP configuration.
303-
- Added the ''-DdosCustomPolicyId'' parameter to ''New-AzLoadBalancerFrontendIpConfig'', ''Add-AzLoadBalancerFrontendIpConfig'', and ''Set-AzLoadBalancerFrontendIpConfig''.
304-
- Added the ''-RemoveDdosCustomPolicy'' switch to ''Set-AzLoadBalancerFrontendIpConfig''.
305-
306-
Az.PolicyInsights
307-
* Added Breaking Change notifications to many of the cmdlets in Az.PolicyInsights.
308-
309-
Az.PostgreSql
310-
* ''Az.PostgreSql'' will be retired in an upcoming release.
311-
- To continue managing Azure Database for PostgreSQL resources, move to ''Az.PostgreSqlFlexibleServer''.
312-
- When the replacement module is released, it will be available to install from https://www.powershellgallery.com/packages/Az.PostgreSqlFlexibleServer
313-
314-
Az.ResourceMover
315-
* Updated preannouncement breaking changes date to May 2026.
316-
317-
Az.Resources
318-
* 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).
319-
* 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]
320-
* 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.
321-
* 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.
322-
* Added ''Remove-AzDenyAssignment'' for removing user-assigned deny assignments by ID, name and scope, or pipeline input.
323-
* Regenerated Authorization Management SDK from ''2024-07-01-preview'' swagger specification to include deny assignment create and delete operations.
324-
* 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]
325-
326-
Az.SecurityInsights
327-
* Updated preannouncement breaking changes date to May 2026.
328-
329-
Az.Sql
330-
* 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.
331-
332-
Az.StackHCI
333-
* Fixed single node registration scenario.
334-
335-
Az.Storage
336-
* Removed breaking change warnings for TLS 1.0 and TLS 1.1 deprecation
337-
- ''New-AzStorageAccount''
338-
- ''Set-AzStorageAccount''
339-
* Updated MinimumTlsVersion parameter description to note that TLS 1.3 is not yet supported
340-
- ''New-AzStorageAccount''
341-
- ''Set-AzStorageAccount''
342-
343-
Az.Websites
344-
* Updated preannouncement breaking changes date to May 2026.
214+
* Fixed non-ASCII U+2013 characters failed module import in WindowsPowerShell
215+
216+
Az.Kusto
217+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
345218
'
346219

347220
# Prerelease string of this module

tools/AzPreview/AzPreview.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '15.6.0'
15+
ModuleVersion = '15.6.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -112,7 +112,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.4.0'; },
112112
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; },
113113
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.2'; },
114114
@{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; },
115-
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.10.0'; },
115+
@{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.10.1'; },
116116
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; },
117117
@{ModuleName = 'Az.DataTransfer'; RequiredVersion = '1.0.0'; },
118118
@{ModuleName = 'Az.DedicatedHsm'; RequiredVersion = '0.4.0'; },

tools/AzPreview/ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 15.6.1 - May 2026
2+
#### Az.DataProtection 2.10.1
3+
* Fixed non-ASCII U+2013 characters failed module import in WindowsPowerShell
4+
5+
#### Az.Kusto 2.4.1
6+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
7+
18
## 15.6.0 - May 2026
29
#### Az.Accounts 5.4.0
310
* Updated the 'System.Memory' dependency to v4.6.3 to support the Storage SDK update.

0 commit comments

Comments
 (0)