Skip to content

Commit 052f226

Browse files
Bump Version for 15.3.0
1 parent 8a7392a commit 052f226

File tree

74 files changed

+60773
-25963
lines changed

Some content is hidden

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

74 files changed

+60773
-25963
lines changed

ChangeLog.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
## 15.3.0 - February 2026
2+
#### Az.Aks 7.1.1
3+
* Fixed the default SSH key generation logic in 'New-AzAksCluster' to enforce RSA key type (instead of ed25519 that became the default in OpenSSH 9.4 and above)
4+
5+
#### Az.Compute 11.3.0
6+
* Compute SDK generation updates:
7+
- Generation now uses autorest.powershell, replacing deprecated track 1 SDK.
8+
- Removed local swagger files and replaced references with remote swagger files.
9+
* Added new cmdlets for Availability Set to Virtual Machine Scale Set (VMSS) Flex migration (Public Preview)
10+
- 'Convert-AzAvailabilitySet': Converts an Availability Set to a new Flexible Virtual Machine Scale Set without downtime
11+
- 'Test-AzAvailabilitySetMigration': Validates that VMs in an Availability Set can be migrated to a VMSS
12+
- 'Start-AzAvailabilitySetMigration': Starts migration of an Availability Set to an existing Flexible VMSS
13+
- 'Stop-AzAvailabilitySetMigration': Cancels a migration operation on an Availability Set
14+
- 'Move-AzVirtualMachineToVmss': Migrates a VM from an Availability Set to a Flexible VMSS
15+
16+
#### Az.DataProtection 2.9.0
17+
* Added support for Data Protection Platform vault soft delete feature
18+
19+
#### Az.Functions 4.3.1
20+
* Fixed cloud portability by using dynamic endpoints for storage [#29034]
21+
22+
#### Az.Network 7.25.0
23+
* Added '-IpVersionType' parameter to 'New-AzPrivateEndpoint' cmdlet to specify the IP version type for private IPs of the private endpoint. Allowed values are IPv4, IPv6, or DualStack.
24+
* Added new cmdlets for VirtualNetworkAppliance resource:
25+
- 'Get-AzVirtualNetworkAppliance': Get a Virtual Network Appliance resource by name, resource group, or list all.
26+
- 'New-AzVirtualNetworkAppliance': Create a new Virtual Network Appliance resource.
27+
- 'Remove-AzVirtualNetworkAppliance': Remove a Virtual Network Appliance resource.
28+
- 'Update-AzVirtualNetworkAppliance': Update tags on a Virtual Network Appliance resource.
29+
30+
#### Az.RecoveryServices 7.11.1
31+
* Added Cross region restore support for upcoming regions IndiaSouthCentral
32+
33+
#### Az.Resources 9.0.1
34+
* Fixed issue where the PowerShell console would close when using Resources module cmdlets without being logged in. Github Issue [link](https://github.com/Azure/azure-powershell/issues/28774).
35+
* Fixed 'Remove-AzRoleDefinition' displaying incorrect confirmation message (unformatted placeholder) and empty GUID as target when using '-Confirm' or '-WhatIf' with the '-Name' parameter [#29075]
36+
* Added breaking change preannouncement for 'PSRoleDefinition' type changes in Az.Resources 10.0.0 [#29058]
37+
- The flattened properties 'Actions', 'NotActions', 'DataActions', 'NotDataActions', 'Condition', and 'ConditionVersion' will be removed from 'PSRoleDefinition'
38+
- Use 'Permissions[n].Actions', 'Permissions[n].DataActions', etc. instead to access the full permission structure with per-permission conditions
39+
- Affects output for 'Get-AzRoleDefinition', 'New-AzRoleDefinition', 'Set-AzRoleDefinition', and 'Remove-AzRoleDefinition' (with '-PassThru')
40+
- Affects input format for 'New-AzRoleDefinition' and 'Set-AzRoleDefinition' cmdlets
41+
- Affects '-InputObject' parameter for 'Remove-AzRoleDefinition' cmdlet
42+
43+
#### Az.SignalR 2.3.3
44+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
45+
46+
#### Az.StackHCI 2.6.6
47+
* Improved cloud deployment detection during Azure Arc repair operations to prevent duplicate enablement attempts and ensure smoother deployment experiences.
48+
* Added ability to register in custom Azure Environments
49+
* Fixed issue where Arc enablement was incorrectly triggered during repair registration for cloud deployments
50+
51+
#### Az.Storage 9.6.0
52+
* Supported encryption in transit in file service properties
53+
- 'Update-AzStorageFileServiceProperty'
54+
* When users input TLS 1.0 or TLS 1.1 to create or update a Storage account, automatically upgrade to TLS 1.2
55+
- 'New-AzStorageAccount'
56+
- 'Set-AzStorageAccount'
57+
* Added breaking change warnings for TLS 1.0 and TLS 1.1 deprecation when creating or updating a Storage account
58+
- 'New-AzStorageAccount'
59+
- 'Set-AzStorageAccount'
60+
161
## 15.2.0 - January 2026
262
#### Az.Accounts 5.3.2
363
* Updated Azure.Core from 1.47.3 to 1.50.0

documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 15.3.0 - February 2026
2+
#### Az.Compute 11.3.0
3+
* Added cmdlet `Convert-AzAvailabilitySet`, `Move-AzVirtualMachineToVmss`, `Start-AzAvailabilitySetMigration`, `Stop-AzAvailabilitySetMigration`, `Test-AzAvailabilitySetMigration`#### Az.DataProtection 2.9.0
4+
, `Get-AzDataProtectionSoftDeletedBackupVault`, `Search-AzDataProtectionSoftDeletedVaultBackupInstanceInAzGraph`, `Undo-AzDataProtectionVaultDeletion`
5+
#### Az.Network 7.25.0
6+
* Modified cmdlet `New-AzPrivateEndpoint`
7+
- Added parameter `-IpVersionType`
8+
* Added cmdlet `Get-AzVirtualNetworkAppliance`, `New-AzVirtualNetworkAppliance`, `Remove-AzVirtualNetworkAppliance`, `Update-AzVirtualNetworkAppliance`
9+
#### Az.Storage 9.6.0
10+
* Modified cmdlet `Update-AzStorageFileServiceProperty`
11+
- Added parameters `-SmbEncryptionInTransitRequired`, `-NfsEncryptionInTransitRequired`
12+
113
## 15.2.0 - January 2026
214
#### Az.Aks 7.1.0
315
* Modified cmdlet `New-AzAksCluster`
@@ -1207,3 +1219,4 @@
12071219

12081220

12091221

1222+

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

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Preview modules are not included in this list. Read more about [module version t
575575
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
576576
- The change is expected to take effect in 'Az.Monitor' from version : '7.0.0'
577577

578-
- Parameter breaking-change will happen to all parameter sets
578+
- Parameter breaking-change will happen to parameter set `NewAzSubscriptionDiagnosticSetting_CreateExpanded`
579579
- `-Log`
580580
- The parameter : 'Log' is changing.
581581
The type of the parameter is changing from 'Array' to 'List'.
@@ -797,6 +797,12 @@ Preview modules are not included in this list. Read more about [module version t
797797

798798
## Az.Resources
799799

800+
### `Get-AzRoleDefinition`
801+
802+
- Cmdlet breaking-change will happen to all parameter sets
803+
- The output type PSRoleDefinition is changing. The flattened properties 'Actions', 'NotActions', 'DataActions', 'NotDataActions', 'Condition', and 'ConditionVersion' are being removed. Use 'Permissions[n].Actions', 'Permissions[n].DataActions', etc. instead to access the full permission structure with per-permission conditions.
804+
- This change is expected to take effect from Az.Resources version: 10.0.0 and Az version: 16.0.0
805+
800806
### `Get-AzRoleManagementPolicy`
801807

802808
- Cmdlet breaking-change will happen to all parameter sets
@@ -806,6 +812,24 @@ Preview modules are not included in this list. Read more about [module version t
806812
- This change will take effect on '11/3/2025'- The change is expected to take effect from Az version : '15.0.0'
807813
- The change is expected to take effect in 'Az.Resources' from version : '9.0.0'
808814

815+
### `New-AzRoleDefinition`
816+
817+
- Cmdlet breaking-change will happen to all parameter sets
818+
- The -InputFile JSON format and -Role parameter are changing. The flattened properties 'Actions', 'NotActions', 'DataActions', 'NotDataActions' at the root level are being replaced by a 'Permissions' array. Each permission object contains 'Actions', 'NotActions', 'DataActions', 'NotDataActions', 'Condition', and 'ConditionVersion' properties. The output type PSRoleDefinition is also changing accordingly.
819+
- This change is expected to take effect from Az.Resources version: 10.0.0 and Az version: 16.0.0
820+
821+
### `Remove-AzRoleDefinition`
822+
823+
- Cmdlet breaking-change will happen to all parameter sets
824+
- The -InputObject parameter type PSRoleDefinition is changing. The flattened properties 'Actions', 'NotActions', 'DataActions', 'NotDataActions', 'Condition', 'ConditionVersion' are being replaced by a 'Permissions' array containing permission objects with these properties. The output when using -PassThru is also changing accordingly.
825+
- This change is expected to take effect from Az.Resources version: 10.0.0 and Az version: 16.0.0
826+
827+
### `Set-AzRoleDefinition`
828+
829+
- Cmdlet breaking-change will happen to all parameter sets
830+
- The -InputFile JSON format and -Role parameter are changing. The flattened properties 'Actions', 'NotActions', 'DataActions', 'NotDataActions' at the root level are being replaced by a 'Permissions' array. Each permission object contains 'Actions', 'NotActions', 'DataActions', 'NotDataActions', 'Condition', and 'ConditionVersion' properties. The output type PSRoleDefinition is also changing accordingly.
831+
- This change is expected to take effect from Az.Resources version: 10.0.0 and Az version: 16.0.0
832+
809833
### `Update-AzRoleManagementPolicy`
810834

811835
- Cmdlet breaking-change will happen to all parameter sets
@@ -1109,6 +1133,22 @@ Preview modules are not included in this list. Read more about [module version t
11091133
- This change will take effect on '11/1/2025'- The change is expected to take effect from Az version : '15.0.0'
11101134
- The change is expected to take effect from version : '3.0.0'
11111135

1136+
## Az.Storage
1137+
1138+
### `New-AzStorageAccount`
1139+
1140+
- Parameter breaking-change will happen to all parameter sets
1141+
- `-MinimumTlsVersion`
1142+
- The MinimumTlsVersion parameter will no longer allow TLS 1.0 or TLS 1.1. TLS 1.2 or later will be required.
1143+
- This change is expected to take effect from Az.Storage version: 9.7.0 and Az version: 15.4.0
1144+
1145+
### `Set-AzStorageAccount`
1146+
1147+
- Parameter breaking-change will happen to all parameter sets
1148+
- `-MinimumTlsVersion`
1149+
- The MinimumTlsVersion parameter will no longer allow TLS 1.0 or TLS 1.1. TLS 1.2 or later will be required.
1150+
- This change is expected to take effect from Az.Storage version: 9.7.0 and Az version: 15.4.0
1151+
11121152
## Az.StreamAnalytics
11131153

11141154
### `Get-AzStreamAnalyticsInput`

setup/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
3737
$outputName ="Az-Cmdlets"
3838

3939
# generate the product name from the current month/year.
40-
$productName = "Microsoft Azure PowerShell - January 2026"
40+
$productName = "Microsoft Azure PowerShell - February 2026"
4141

4242
# where to put temp files
4343
$tmp = Join-Path $env:temp azure-cmdlets-tmp

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@
11841184
"Add-AzVmssVMDataDisk": {},
11851185
"Add-AzVmssWinRMListener": {},
11861186
"ConvertTo-AzVMManagedDisk": {},
1187+
"Convert-AzAvailabilitySet": {},
11871188
"Disable-AzVMDiskEncryption": {},
11881189
"Disable-AzVmssDiskEncryption": {},
11891190
"Export-AzLogAnalyticRequestRateByInterval": {},
@@ -1248,6 +1249,7 @@
12481249
"Invoke-AzVMReimage": {},
12491250
"Invoke-AzVMRunCommand": {},
12501251
"Invoke-AzVmssVMRunCommand": {},
1252+
"Move-AzVirtualMachineToVmss": {},
12511253
"New-AzAvailabilitySet": {},
12521254
"New-AzCapacityReservation": {},
12531255
"New-AzCapacityReservationGroup": {},
@@ -1393,10 +1395,13 @@
13931395
"Start-AzVM": {},
13941396
"Start-AzVmss": {},
13951397
"Start-AzVmssRollingExtensionUpgrade": {},
1398+
"Start-AzAvailabilitySetMigration": {},
13961399
"Start-AzVmssRollingOSUpgrade": {},
13971400
"Stop-AzVM": {},
13981401
"Stop-AzVmss": {},
13991402
"Stop-AzVmssRollingUpgrade": {},
1403+
"Stop-AzAvailabilitySetMigration": {},
1404+
"Test-AzAvailabilitySetMigration": {},
14001405
"Test-AzVMAEMExtension": {},
14011406
"Update-AzAvailabilitySet": {},
14021407
"Update-AzCapacityReservation": {},
@@ -2368,6 +2373,7 @@
23682373
"Get-AzDataProtectionResourceGuard": {},
23692374
"Get-AzDataProtectionResourceGuardMapping": {},
23702375
"Get-AzDataProtectionSoftDeletedBackupInstance": {},
2376+
"Get-AzDataProtectionSoftDeletedBackupVault": {},
23712377
"Initialize-AzDataProtectionBackupInstance": {},
23722378
"Initialize-AzDataProtectionRestoreRequest": {},
23732379
"New-AzDataProtectionBackupConfigurationClientObject": {},
@@ -2389,6 +2395,7 @@
23892395
"Search-AzDataProtectionBackupInstanceInAzGraph": {},
23902396
"Search-AzDataProtectionBackupVaultInAzGraph": {},
23912397
"Search-AzDataProtectionJobInAzGraph": {},
2398+
"Search-AzDataProtectionSoftDeletedVaultBackupInstanceInAzGraph": {},
23922399
"Set-AzDataProtectionMSIPermission": {},
23932400
"Set-AzDataProtectionResourceGuardMapping": {},
23942401
"Start-AzDataProtectionBackupInstanceRestore": {},
@@ -2399,6 +2406,7 @@
23992406
"Test-AzDataProtectionBackupInstanceRestore": {},
24002407
"Test-AzDataProtectionBackupInstanceUpdate": {},
24012408
"Undo-AzDataProtectionBackupInstanceDeletion": {},
2409+
"Undo-AzDataProtectionVaultDeletion": {},
24022410
"Unlock-AzDataProtectionResourceGuardOperation": {},
24032411
"Update-AzDataProtectionBackupInstance": {},
24042412
"Update-AzDataProtectionBackupInstanceAssociatedPolicy": {},
@@ -2942,7 +2950,6 @@
29422950
"Update-AzDynatraceMonitorTagRule": {}
29432951
},
29442952
"Az.EdgeAction": {
2945-
"Add-AzEdgeActionAttachment": {},
29462953
"Deploy-AzEdgeActionVersionCode": {},
29472954
"Get-AzEdgeAction": {},
29482955
"Get-AzEdgeActionExecutionFilter": {},
@@ -2952,7 +2959,6 @@
29522959
"New-AzEdgeActionExecutionFilter": {},
29532960
"New-AzEdgeActionVersion": {},
29542961
"Remove-AzEdgeAction": {},
2955-
"Remove-AzEdgeActionAttachment": {},
29562962
"Remove-AzEdgeActionExecutionFilter": {},
29572963
"Remove-AzEdgeActionVersion": {},
29582964
"Switch-AzEdgeActionVersionDefault": {},
@@ -5694,6 +5700,10 @@
56945700
"Update-AzVpnServerConfiguration": {},
56955701
"Update-AzVpnServerConfigurationPolicyGroup": {},
56965702
"Update-AzVpnSite": {},
5703+
"Get-AzVirtualNetworkAppliance": {},
5704+
"New-AzVirtualNetworkAppliance": {},
5705+
"Remove-AzVirtualNetworkAppliance": {},
5706+
"Update-AzVirtualNetworkAppliance": {},
56975707
"Get-AzNetworkSecurityPerimeter": {},
56985708
"Get-AzNetworkSecurityPerimeterAccessRule": {},
56995709
"Get-AzNetworkSecurityPerimeterAssociableResourceType": {},
@@ -7500,34 +7510,34 @@
75007510
"New-AzSftpCertificate": {}
75017511
},
75027512
"Az.SignalR": {
7513+
"Add-AzSignalRNetworkIpRule": {},
75037514
"Get-AzSignalR": {},
7515+
"Get-AzSignalRCustomCertificate": {},
7516+
"Get-AzSignalRCustomDomain": {},
75047517
"Get-AzSignalRKey": {},
7518+
"Get-AzSignalRReplica": {},
75057519
"Get-AzSignalRUsage": {},
75067520
"New-AzSignalR": {},
7521+
"New-AzSignalRCustomCertificate": {},
7522+
"New-AzSignalRCustomDomain": {},
75077523
"New-AzSignalRKey": {},
7524+
"New-AzSignalRNetworkIpRuleObject": {},
7525+
"New-AzSignalRReplica": {},
75087526
"Remove-AzSignalR": {},
7509-
"Restart-AzSignalR": {},
7510-
"Set-AzSignalRUpstream": {},
7511-
"Test-AzSignalRName": {},
7512-
"Update-AzSignalR": {},
7513-
"Update-AzSignalRNetworkAcl": {},
7514-
"New-AzSignalRCustomDomain": {},
7515-
"Get-AzSignalRCustomDomain": {},
7516-
"Remove-AzSignalRCustomDomain": {},
7517-
"Update-AzSignalRCustomDomain": {},
7518-
"New-AzSignalRCustomCertificate": {},
7519-
"Get-AzSignalRCustomCertificate": {},
75207527
"Remove-AzSignalRCustomCertificate": {},
7521-
"Get-AzSignalRReplica": {},
7522-
"New-AzSignalRReplica": {},
7528+
"Remove-AzSignalRCustomDomain": {},
7529+
"Remove-AzSignalRNetworkIpRule": {},
75237530
"Remove-AzSignalRReplica": {},
7531+
"Restart-AzSignalR": {},
75247532
"Restart-AzSignalRReplica": {},
7533+
"Set-AzSignalRUpstream": {},
75257534
"Start-AzSignalRReplica": {},
75267535
"Stop-AzSignalRReplica": {},
7536+
"Test-AzSignalRName": {},
7537+
"Update-AzSignalR": {},
7538+
"Update-AzSignalRCustomDomain": {},
7539+
"Update-AzSignalRNetworkAcl": {},
75277540
"Update-AzSignalRReplica": {},
7528-
"New-AzSignalRNetworkIpRuleObject": {},
7529-
"Remove-AzSignalRNetworkIpRule": {},
7530-
"Add-AzSignalRNetworkIpRule": {},
75317541
"Get-AzWebPubSub": {},
75327542
"Get-AzWebPubSubCustomCertificate": {},
75337543
"Get-AzWebPubSubCustomDomain": {},
@@ -8804,13 +8814,20 @@
88048814
"Get-AzVMwareGlobalReachConnection": {},
88058815
"Get-AzVMwareHost": {},
88068816
"Get-AzVMwareIscsiPath": {},
8817+
"Get-AzVMwareLicense": {},
8818+
"Get-AzVMwareLicenseProperty": {},
8819+
"Get-AzVMwareMaintenance": {},
88078820
"Get-AzVMwarePlacementPolicy": {},
88088821
"Get-AzVMwarePrivateCloud": {},
88098822
"Get-AzVMwarePrivateCloudAdminCredential": {},
8823+
"Get-AzVMwarePrivateCloudVcfLicense": {},
88108824
"Get-AzVMwareProvisionedNetwork": {},
88118825
"Get-AzVMwarePureStoragePolicy": {},
88128826
"Get-AzVMwareSku": {},
88138827
"Get-AzVMwareVirtualMachine": {},
8828+
"Invoke-AzVMwareInitiateMaintenanceCheck": {},
8829+
"Invoke-AzVMwareRescheduleMaintenance": {},
8830+
"Invoke-AzVMwareScheduleMaintenance": {},
88148831
"New-AzVMwareAddon": {},
88158832
"New-AzVMwareAddonSrmPropertyObject": {},
88168833
"New-AzVMwareAddonVrPropertyObject": {},
@@ -8820,6 +8837,7 @@
88208837
"New-AzVMwareDatastore": {},
88218838
"New-AzVMwareGlobalReachConnection": {},
88228839
"New-AzVMwareIscsiPath": {},
8840+
"New-AzVMwareLicense": {},
88238841
"New-AzVMwarePlacementPolicy": {},
88248842
"New-AzVMwarePrivateCloud": {},
88258843
"New-AzVMwarePrivateCloudNsxtPassword": {},
@@ -8837,17 +8855,20 @@
88378855
"Remove-AzVMwareDatastore": {},
88388856
"Remove-AzVMwareGlobalReachConnection": {},
88398857
"Remove-AzVMwareIscsiPath": {},
8858+
"Remove-AzVMwareLicense": {},
88408859
"Remove-AzVMwarePlacementPolicy": {},
88418860
"Remove-AzVMwarePrivateCloud": {},
88428861
"Remove-AzVMwarePureStoragePolicy": {},
88438862
"Test-AzVMwareLocationQuotaAvailability": {},
88448863
"Test-AzVMwareLocationTrialAvailability": {},
8864+
"Test-AzVMwareServiceComponentAvailability": {},
88458865
"Update-AzVMwareAuthorization": {},
88468866
"Update-AzVMwareCloudLink": {},
88478867
"Update-AzVMwareCluster": {},
88488868
"Update-AzVMwareDatastore": {},
88498869
"Update-AzVMwareGlobalReachConnection": {},
88508870
"Update-AzVMwareIscsiPath": {},
8871+
"Update-AzVMwareLicense": {},
88518872
"Update-AzVMwarePlacementPolicy": {},
88528873
"Update-AzVMwarePrivateCloud": {},
88538874
"Update-AzVMwarePureStoragePolicy": {}

src/Aks/Aks.Management.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
[assembly: AssemblyTitle("Microsoft Azure Container Service Management Library")]
1010
[assembly: AssemblyDescription("Provides Container Service management capabilities for Microsoft Azure.")]
1111

12-
[assembly: AssemblyVersion("7.1.0")]
13-
[assembly: AssemblyFileVersion("7.1.0")]
12+
[assembly: AssemblyVersion("7.1.1")]
13+
[assembly: AssemblyFileVersion("7.1.1")]
1414
[assembly: AssemblyCompany("Microsoft")]
1515
[assembly: AssemblyProduct("Azure .NET SDK")]
1616
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]

src/Aks/Aks/Az.Aks.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: 1/10/2026
6+
# Generated on: 1/27/2026
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '7.1.0'
15+
ModuleVersion = '7.1.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -136,10 +136,7 @@ PrivateData = @{
136136
# IconUri = ''
137137

138138
# ReleaseNotes of this module
139-
ReleaseNotes = '* Bumped API version to 2025-08-01
140-
* Added cmdlets ''Get-AzAksMachine'', ''Get-AzAksManagedClusterMeshRevisionProfile'', ''Get-AzAksManagedClusterMeshUpgradeProfile'', ''Get-AzAksTrustedAccessRole'', ''Get-AzAksTrustedAccessRoleBinding'', ''New-AzAksTrustedAccessRoleBinding'', ''Remove-AzAksAgentPoolMachine'', ''Remove-AzAksTrustedAccessRoleBinding'', ''Update-AzAksTrustedAccessRoleBinding''
141-
* Added necessary parameters for ''New-AzAksCluster'', ''Set-AzAksCluster'', ''New-AzAksNodePool'', ''Update-AzAksNodePool''
142-
* Removed cmdlet ''Get-AzAksManagedClusterOSOption'''
139+
ReleaseNotes = '* Fixed the default SSH key generation logic in ''New-AzAksCluster'' to enforce RSA key type (instead of ed25519 that became the default in OpenSSH 9.4 and above)'
143140

144141
# Prerelease string of this module
145142
# Prerelease = ''

src/Aks/Aks/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 7.1.1
2123
* Fixed the default SSH key generation logic in `New-AzAksCluster` to enforce RSA key type (instead of ed25519 that became the default in OpenSSH 9.4 and above)
2224

2325
## Version 7.1.0

0 commit comments

Comments
 (0)