Skip to content

Commit 66a1da0

Browse files
authored
Merge pull request #26712 from Azure/vidai/release-2024-11-19
Merge release branch to main
2 parents 55251fe + 1d07b71 commit 66a1da0

File tree

1,014 files changed

+236973
-106028
lines changed

Some content is hidden

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

1,014 files changed

+236973
-106028
lines changed

ChangeLog.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,111 @@
1+
## 13.0.0 - November 2024
2+
#### Az.Accounts 4.0.0
3+
* [Breaking Change] Removed alias 'Resolve-Error' for the cmdlet 'Resolve-AzError'.
4+
* Updated the 'Get-AzAccessToken' breaking change warning message.
5+
* Added Long Running Operation Support for Invoke-AzRest command.
6+
7+
#### Az.App 2.0.0
8+
* The parameters of the 'New-AzContainerApp', 'New-AzContainerAppJob', 'Update-AzContainerApp', 'Update-AzContainerAppJob' commands have changed.
9+
* 'IdentityType' has been removed. 'EnableSystemAssignedIdentity' is used to enable/disable system-assigned identities.
10+
* The type of 'UserAssignedIdentity' is simplified to an array of strings that is used to specify the user's assigned identity.
11+
12+
#### Az.Compute 9.0.0
13+
* Made '-PublicIpSku' parameter Standard by default in 'New-AzVM'
14+
15+
#### Az.ConnectedMachine 1.1.0
16+
* Updated preview version api of HybridCompute to 2024-07-31
17+
18+
#### Az.ContainerInstance 4.1.0
19+
* Added ContainerGroupProfileId ContainerGroupProfileRevision StandbyPoolProfileFailContainerGroupCreateOnReuseFailure StandbyPoolProfileId to Container Group properties.
20+
* Added ConfigMapKeyValuePair to Container object properties.
21+
* Added new cmdlet to define container without using the preset default properties New-AzContainerInstanceNoDefaultObject
22+
* Added new cmdlets for Container Group Profile - Get-AzContainerInstanceContainerGroupProfile, New-AzContainerInstanceContainerGroupProfile, Remove-AzContainerInstanceContainerGroupProfile, Update-AzContainerInstanceContainerGroupProfile, Get-AzContainerInstanceContainerGroupProfileRevision
23+
24+
#### Az.DesktopVirtualization 5.4.0
25+
* Added top level arm object for app attach packages
26+
27+
#### Az.DevCenter 2.0.0
28+
* Updated data plane to 2024-05-01-preview and removed deprecation warnings.
29+
30+
#### Az.Dns 1.3.0
31+
* Added 'NAPTR' record type support in cmdlets.
32+
33+
#### Az.DnsResolver 1.1.0
34+
* Added 4 new DNS Resolver Policy (DNS Security Policy) resources into the cmdlets
35+
- DNS Resolver Policy (DNS Security Policy)
36+
- DNS Security Rule
37+
- DNS Resolver Policy Link (DNS Security Policy Link)
38+
- DNS Resolver Domain List
39+
40+
#### Az.ElasticSan 1.2.0
41+
* Removed breaking change warnings for MI best practices
42+
- 'New-AzElasticSanVolumeGroup'
43+
- 'Update-AzElasticSanVolumeGroup'
44+
45+
#### Az.HDInsight 6.3.0
46+
* Changed the type of parameter '-IdentityId' in command 'Update-AzHDInsightCluster' from 'string' to 'string[]'.
47+
48+
#### Az.KeyVault 6.3.0
49+
* Added Secret URI Parameter to Key Vault Secret Cmdlets [#23053]
50+
51+
#### Az.Monitor 6.0.0
52+
* The parameters of the 'New-AzDataCollectionEndpoint', 'New-AzDataCollectionRule', 'Update-AzDataCollectionEndpoint', 'Update-AzDataCollectionRule' commands have changed.
53+
* 'IdentityType' has been removed. 'EnableSystemAssignedIdentity' is used to enable/disable system-assigned identities.
54+
* The type of 'UserAssignedIdentity' is simplified to an array of strings that is used to specify the user's assigned identity.
55+
56+
#### Az.Network 7.11.0
57+
* Updated Device Update Private Link provider configuration
58+
- Updated Microsoft.DeviceUpdate/accounts API version to 2023-07-01
59+
60+
#### Az.RecoveryServices 7.3.0
61+
* Added CRR support for southeastus, westus3 regions.
62+
* Added support for enabling Disk access settings for managed VM restores.
63+
64+
#### Az.Resources 7.7.0
65+
* Updated Resources SDK to 2024-07-01.
66+
67+
#### Az.Sql 6.0.0
68+
* Added 'Start-AzSqlInstanceLinkFailover' cmdlet for Managed Instance Link.
69+
* Updated 'New-AzSqlInstanceLink' with new input parameters
70+
- Added 'DistributedAvailabilityGroupName', 'FailoverMode', 'InstanceLinkRole', 'SeedingMode'
71+
- Renamed 'SecondaryAvailabilityGroupName' -> 'InstanceAvailabilityGroupName'
72+
'SourceEndpoint' -> 'PartnerEndpoint'
73+
'PrimaryAvailabilityGroupName' -> 'PartnerAvailabilityGroupName'
74+
- 'TargetDatabase' -> 'Database', parameter type is changed from string to string[].
75+
* Updated 'AzureSqlManagedInstanceLinkModel' that is a return type of 'New-AzSqlInstanceLink', 'Get-AzSqlInstanceLink', 'Update-AzSqlInstanceLink' ,'Remove-AzSqlInstanceLink'
76+
* Added new optional parameter for 'New-AzSqlDatabaseSecondary' to support cross-subscription geo-replication.
77+
78+
#### Az.Storage 8.0.0
79+
* When downloading blob with parameter AbsoluteUri (alias Uri, BlobUri), not allow input parameter Context together.
80+
- 'Get-AzStorageBlobContent'
81+
* Migrated following Azure Storage File dataplane cmdlets from 'Microsoft.Azure.Storage.File' to 'Azure.Storage.Files.Shares'
82+
- 'Close-AzStorageFileHandle'
83+
- 'Get-AzStorageFile'
84+
- 'Get-AzStorageFileContent'
85+
- 'Get-AzStorageFileCopyState'
86+
- 'Get-AzStorageFileHandle'
87+
- 'Get-AzStorageShare'
88+
- 'Get-AzStorageShareStoredAccessPolicy'
89+
- 'New-AzStorageDirectory'
90+
- 'New-AzStorageShare'
91+
- 'New-AzStorageFileSASToken'
92+
- 'New-AzStorageShareSASToken'
93+
- 'New-AzStorageShareStoredAccessPolicy'
94+
- 'Remove-AzStorageDirectory'
95+
- 'Remove-AzStorageFile'
96+
- 'Remove-AzStorageShare'
97+
- 'Remove-AzStorageShareStoredAccessPolicy'
98+
- 'Rename-AzStorageDirectory'
99+
- 'Rename-AzStorageFile'
100+
- 'Set-AzStorageFileContent'
101+
- 'Set-AzStorageShareQuota'
102+
- 'Set-AzStorageShareStoredAccessPolicy'
103+
- 'Start-AzStorageFileCopy'
104+
- 'Stop-AzStorageFileCopy'
105+
106+
### Thanks to our community contributors
107+
* @sidesw1pe, Update Copy-AzRecoveryServicesVault.md (#26570)
108+
1109
## 12.5.0 - October 2024
2110
#### Az.Accounts 3.0.5
3111
* Fixed the issue that 'Export-AzSshConfig' and 'Enter-AzVM' from Az.Ssh are not able to use when WAM is enabled.

0 commit comments

Comments
 (0)