Skip to content

Commit 54bab20

Browse files
authored
[Do not squash] Resolve conflicts from release branch to main (#28803)
2 parents ee732e0 + ed9514b commit 54bab20

File tree

411 files changed

+154655
-129990
lines changed

Some content is hidden

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

411 files changed

+154655
-129990
lines changed

ChangeLog.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
## 14.6.0 - November 2025
2+
#### Az.Compute 10.5.0
3+
* Added '-Redeploy' switch parameter for 'Update-AzHost' cmdlet to enable dedicated host redeployment.
4+
* Added '-SupportedSecurityOption' parameter to 'New-AzDiskConfig' cmdlet.
5+
* ComputeRP related cmdlets will now use 2025-04-01 version of the ComputeRP API.
6+
* Added '-AddProxyAgentExtension' parameter (Switch) to 'New-AzVmss' and 'New-AzVM'
7+
* Added '-AddProxyAgentExtension' parameter (Bool) to 'Set-AzVMProxyAgentSetting' and 'Set-AzVmssProxyAgentSetting'
8+
9+
#### Az.DataProtection 2.8.0
10+
* Added support for AzureDataLakeStorage workload
11+
12+
#### Az.DeviceRegistry 1.0.0
13+
* General availability for module Az.DeviceRegistry
14+
* GA stable release of API version 2025-10-01 for Az.DeviceRegistry. New updates include:
15+
- Schema and Schema Version asynchronous delete. No longer synchronous.
16+
- Namespace Asset and Namespace Discovered Asset EventGroups.
17+
- Namespace Device x509 certificate authentication now supports intermediate certificates and key secret names.
18+
19+
#### Az.FrontDoor 1.13.1
20+
* Added breaking change messages for next version
21+
22+
#### Az.Migrate 2.10.1
23+
* Fixed bugs in 'Initialize-AzMigrateLocalReplicationInfrastructure'
24+
- Correct AMH solution tool name of 'ServerMigration_DataReplication' is now being passed in to address replication count missing and UX experience load issues in Azure Migrate on Azure portal.
25+
* Address Join-Path compatibility issue in older version of PowerShell environment such as PowerShell 5.1 in the following commands
26+
- 'Initialize-AzMigrateLocalReplicationInfrastructure'
27+
- 'Initialize-AzMigrateReplicationInfrastructure'
28+
- 'New-AzMigrateLocalServerReplication'
29+
- 'Get-AzMigrateLocalServerReplication'
30+
- 'Set-AzMigrateLocalServerReplication'
31+
- 'Start-AzMigrateLocalServerMigration'
32+
33+
#### Az.Network 7.23.0
34+
* Added 'GeoLocationXFFHeader' and 'ClientAddrXFFHeader' as valid VariableNames in 'NewAzureApplicationGatewayFirewallCustomRuleGroupByVariable'.
35+
* Bug fix for 'AzureFirewallPolicy' to ensure 'BasePolicy' is properly set via 'Set-AzFirewallPolicy' cmdlet either via pipe or direct value.
36+
37+
#### Az.RecoveryServices 7.10.0
38+
* Added Cross region restore support for new region - northeastus5.
39+
* Added support for vault soft delete feature - Get soft deleted vault, Undelete softdeleted vault, Get deleted backup items in a soft deleted vault using ARG.
40+
41+
#### Az.RedisEnterpriseCache 1.6.0
42+
* Added a new required property: PublicNetworkAccess for Cluster.
43+
* Updated the default value of AccessKeysAuthentication property for Database to 'Disabled'.
44+
45+
#### Az.SignalR 2.3.0
46+
* Added cmdlets for managing replicas:
47+
- Get-AzSignalRReplica: get replica(s) for SignalR
48+
- New-AzSignalRReplica: create a new replica for SignalR
49+
- Remove-AzSignalRReplica: remove a replica from SignalR
50+
- Restart-AzSignalRReplica: restart a SignalR replica
51+
- Start-AzSignalRReplica: start a SignalR replica
52+
- Stop-AzSignalRReplica: stop a SignalR replica
53+
- Update-AzSignalRReplica: update a SignalR replica
54+
* Added cmdlets for managing network IP rules
55+
- New-AzSignalRNetworkIpRuleObject: create a new network IP rule object for SignalR
56+
- Add-AzSignalRNetworkIpRule: add network IP rule(s) to SignalR
57+
- Remove-AzSignalRNetworkIpRule: remove network IP rule(s) from SignalR
58+
59+
#### Az.Sql 6.3.0
60+
* Updated with support for Immutable Long-Term Retention Backups
61+
- Updated 'Set-AzSqlDatabaseBackupLongTermRetentionPolicy' cmdlet to expose 'TimeBasedImmutability' and 'TimeBasedImmutabilityMode' parameters.
62+
- Updated 'AzureSqlDatabaseBackupLongTermRetentionPolicyModel' to add 'TimeBasedImmutability' and 'TimeBasedImmutabilityMode' properties.
63+
- Updated 'AzureSqlDatabaseLongTermRetentionBackupModel' to add 'TimeBasedImmutability', 'TimeBasedImmutabilityMode', and 'LegalHoldImmutability' properties.
64+
- Added new cmdlets 'Lock-AzSqlDatabaseLongTermRetentionBackupImmutability' and 'Remove-AzSqlDatabaseLongTermRetentionBackupImmutability' for managing time-based immutability on LTR backups.
65+
- Added new cmdlets 'Set-AzSqlDatabaseLongTermRetentionBackupLegalHold' and 'Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold' for managing legal hold immutability on LTR backups.
66+
67+
#### Az.StackHCI 2.6.4
68+
* Fixed bug: Buse boolean in comparision
69+
70+
#### Az.Storage 9.3.0
71+
* Supported Blob Geo Replication SLA on Storage accounts
72+
- 'New-AzStorageAccount'
73+
- 'Set-AzStorageAccount'
74+
* Supported enable Priority Replication when set object replication policy
75+
- 'Set-AzStorageObjectReplicationPolicy'
76+
* Supported get and reconcile NSP Configuration on a Storage account:
77+
- 'Get-AzStorageNetworkSecurityPerimeterConfiguration'
78+
- 'Invoke-AzStorageReconcileNetworkSecurityPerimeterConfiguration'
79+
180
## 14.5.0 - October 2025
281
#### Az.Automation 1.11.2
382
* Fixed runbook_type: 'PowerShell72' [#24779][#23967]

documentation/SyntaxChangeLog/SyntaxChangeLog-Az14.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 14.6.0 - November 2025
2+
#### Az.Compute 10.5.0
3+
* Modified cmdlet `New-AzDiskConfig`
4+
- Added parameter `-SupportedSecurityOption`
5+
* Modified cmdlet `New-AzDiskUpdateConfig`
6+
- Added parameter `-SupportedSecurityOption`
7+
* Modified cmdlet `New-AzVM`
8+
- Added parameter `-AddProxyAgentExtension`
9+
* Modified cmdlet `New-AzVmss`
10+
- Added parameter `-AddProxyAgentExtension`
11+
* Modified cmdlet `Set-AzVMProxyAgentSetting`
12+
- Added parameter `-AddProxyAgentExtension`
13+
* Modified cmdlet `Set-AzVmssProxyAgentSetting`
14+
- Added parameter `-AddProxyAgentExtension`
15+
* Modified cmdlet `Update-AzHost`
16+
- Added parameter `-Redeploy`
17+
#### Az.RecoveryServices 7.10.0
18+
* Added cmdlet `Get-AzRecoveryServicesSoftDeletedVault`, `Get-AzRecoveryServicesSoftDeletedVaultBackupItem`, `Undo-AzRecoveryServicesVaultDeletion`
19+
#### Az.RedisEnterpriseCache 1.6.0
20+
* Modified cmdlet `New-AzRedisEnterpriseCache`
21+
- Added parameter `-PublicNetworkAccess`
22+
* Modified cmdlet `Update-AzRedisEnterpriseCache`
23+
- Added parameter `-PublicNetworkAccess`
24+
#### Az.SignalR 2.3.0
25+
* Added cmdlet `Add-AzSignalRNetworkIpRule`, `Get-AzSignalRReplica`, `New-AzSignalRNetworkIpRuleObject`, `New-AzSignalRReplica`, `Remove-AzSignalRNetworkIpRule`, `Remove-AzSignalRReplica`, `Restart-AzSignalRReplica`, `Start-AzSignalRReplica`, `Stop-AzSignalRReplica`, `Update-AzSignalRReplica`
26+
#### Az.Sql 6.3.0
27+
* Modified cmdlet `Set-AzSqlDatabaseBackupLongTermRetentionPolicy`
28+
- Added parameters `-TimeBasedImmutability`, `-TimeBasedImmutabilityMode`
29+
* Added cmdlet `Lock-AzSqlDatabaseLongTermRetentionBackupImmutability`, `Remove-AzSqlDatabaseLongTermRetentionBackupImmutability`, `Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold`, `Set-AzSqlDatabaseLongTermRetentionBackupLegalHold`
30+
#### Az.Storage 9.3.0
31+
* Modified cmdlet `New-AzStorageAccount`
32+
- Added parameter `-EnableBlobGeoPriorityReplication`
33+
* Modified cmdlet `Set-AzStorageAccount`
34+
- Added parameter `-EnableBlobGeoPriorityReplication`
35+
* Modified cmdlet `Set-AzStorageObjectReplicationPolicy`
36+
- Added parameter `-EnablePriorityReplication`
37+
* Added cmdlet `Get-AzStorageNetworkSecurityPerimeterConfiguration`, `Invoke-AzStorageReconcileNetworkSecurityPerimeterConfiguration`
38+
139
## 14.5.0 - October 2025
240
#### Az.Compute 10.4.0
341
* Modified cmdlet `Grant-AzSnapshotAccess`
@@ -741,3 +779,4 @@
741779

742780

743781

782+

0 commit comments

Comments
 (0)