Skip to content

Commit c66f93d

Browse files
authored
Merge pull request #24766 from Azure/lnx/mergeconflict
merge the conflicts from release branch to main branch
2 parents 68a5202 + 491e29a commit c66f93d

File tree

580 files changed

+515325
-108726
lines changed

Some content is hidden

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

580 files changed

+515325
-108726
lines changed

ChangeLog.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
## 11.6.0 - April 2024
2+
#### General
3+
* Introduced secrets detection feature to safeguard sensitive data.
4+
5+
#### Az.Accounts 2.19.0
6+
* Preannouncement: The default interactive login experience will change from browser based to Web Account Manager (WAM) based on supported platforms, [learn more](
7+
https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam).
8+
Nothing changes of user operations. This will take effect from the release of May 21st
9+
* Fixed secrets detection issues.
10+
11+
#### Az.Batch 3.6.0
12+
* Added new properties 'ResourceTags' and 'UpgradePolicy' to 'PSCloudPool' and 'PSPoolSpecification'.
13+
* Added new property 'UpgradingOS' to 'PSNodeCounts'.
14+
* Added new properties 'Caching', 'DiskSizeGB', 'ManagedDisk' and 'WriteAcceleratorEnabled' to 'PSOSDisk'.
15+
* Added new properties 'SecurityProfile' and 'ServiceArtifactReference' to 'PSVirtualMachineConfigurations'.
16+
* Added new property 'ScaleSetVmResourceId' to 'PSVirtualMachineInfo'.
17+
18+
#### Az.Cdn 3.2.0
19+
* Upgrade API version to 2024-02-01
20+
* Added support to configure rules to scrub PII values from the AFDx logs when new or update a AFDx resource.
21+
22+
#### Az.Compute 7.3.0
23+
* Added cmdlet 'Invoke-AzSpotPlacementRecommender'.
24+
* Fixed 'Update-AzCapacityReservationGroup' to remove Subscriptions from SharingProfile.
25+
26+
#### Az.DataProtection 2.4.0
27+
* Added vault tier restore and update backup instance for blobs.
28+
* Added CmkEnryption parameters to Get-AzDataProtectionBackupVault, New-AzDataProtectionBackupVault and Update-AzDataProtectionBackupVault cmdlets.
29+
* Added MUA support for DisableVaultImmutability, Restore, Stop-Protection, Suspend-backup, Disable soft delete operations.
30+
31+
#### Az.Functions 4.0.8
32+
* Updated logic to populate tab completers and cache in the New-AzFunctionApp cmdlet
33+
34+
#### Az.KeyVault 5.3.0
35+
* [Upcoming Breaking Change] Added breaking change warning message for parameter 'UseDefaultCVMPolicy' of 'Add-AzKeyVaultKey'.
36+
- The offline fallback policy will be removed. Key creation will fail if unable to get regional default CVM SKR policy from MAA Service Discovery API.
37+
* Added parameter 'PolicyPath' in 'Add-AzKeyVaultCertificate' to support custom policy in the process of certificate enrollment.
38+
* Upgraded the API version of merging certificate to 7.5. [#24323]
39+
40+
#### Az.Monitor 5.2.0
41+
* '-Location' parameter was removed from 'Update-AzActionGroup' and 'Update-AzDataCollectionRule' because they do not support updating the location.
42+
43+
#### Az.MySql 1.1.2
44+
* Fixed for various docs erroneously pointing to Postgres instead of MySQL
45+
46+
#### Az.Network 7.5.0
47+
* Added cmdlet 'Convert-AzNetworkWatcherClassicConnectionMonitor' for converting a classic connection monitor to V2 connection monitor.
48+
49+
#### Az.RecoveryServices 6.9.0
50+
* Added support for MUA for disabling vault Immutability, increasing RPO for policy schedule, restore, stop protection with retain data.
51+
* Added support for Enabling/Disabling the azure monitor and email notification alerts for site recovery in recovery services vault.
52+
53+
#### Az.Resources 6.16.2
54+
* Migrated SDK generation from autorest csharp to autorest powershell.
55+
56+
#### Az.Sql 4.14.1
57+
* Made 1.2 as default for MinimalTlsVersion when creating new Sql Server from Powershell
58+
* Fixed an existing issue with 'Set-AzSqlInstanceActiveDirectoryAdministrator'
59+
60+
#### Az.Storage 6.2.0
61+
* Fixed object replication policy time format parsing issue [#24434]
62+
* Updated download offset and content length calculation logic for downloading files
63+
- 'Get-AzStorageFileContent'
64+
65+
### Thanks to our community contributors
66+
* Danny Furnivall (@furnivall), updated checkout (#24634)
67+
168
## 11.5.0 - April 2024
269
#### General
370
* Removed Az.DevSpaces from AzPreview, see more details at [Dev Spaces was retired on 15 May 2021](https://azure.microsoft.com/updates/azure-dev-spaces-is-retiring-on-31-october-2023/)

documentation/SyntaxChangeLog/SyntaxChangeLog-Az11.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## 11.6.0 - April 2024
2+
#### Az.Batch 3.6.0
3+
* Modified cmdlet `New-AzBatchPool`
4+
- Added parameters `-UpgradePolicy`, `-ResourceTag`
5+
#### Az.Cdn 3.2.0
6+
* Modified cmdlet `New-AzFrontDoorCdnProfile`
7+
- Added parameters `-LogScrubbingRule`, `-LogScrubbingState`
8+
* Modified cmdlet `Update-AzFrontDoorCdnProfile`
9+
- Added parameters `-LogScrubbingRule`, `-LogScrubbingState`
10+
* Added cmdlet `New-AzFrontDoorCdnProfileLogScrubbingObject`, `New-AzFrontDoorCdnProfileScrubbingRulesObject`#### Az.Compute 7.3.0
11+
, `Invoke-AzSpotPlacementRecommender`
12+
#### Az.DataProtection 2.4.0
13+
* Modified cmdlet `Initialize-AzDataProtectionRestoreRequest`
14+
- Added parameter `-PrefixMatch`
15+
* Modified cmdlet `New-AzDataProtectionBackupVault`
16+
- Added parameters `-IdentityUserAssignedIdentity`, `-CmkEncryptionState`, `-CmkInfrastructureEncryption`, `-CmkIdentityType`, `-CmkUserAssignedIdentityId`, `-CmkEncryptionKeyUri`
17+
* Modified cmdlet `Remove-AzDataProtectionBackupInstance`
18+
- Added parameter `-Token`
19+
* Modified cmdlet `Start-AzDataProtectionBackupInstanceRestore`
20+
- Added parameters `-ResourceGuardOperationRequest`, `-Token`
21+
* Modified cmdlet `Stop-AzDataProtectionBackupInstanceProtection`
22+
- Added parameters `-ResourceGuardOperationRequest`, `-Token`
23+
* Modified cmdlet `Suspend-AzDataProtectionBackupInstanceBackup`
24+
- Added parameters `-ResourceGuardOperationRequest`, `-Token`
25+
* Modified cmdlet `Update-AzDataProtectionBackupVault`
26+
- Added parameters `-Token`, `-EncryptionSetting`, `-ResourceGuardOperationRequest`, `-CmkEncryptionState`, `-CmkIdentityType`, `-CmkUserAssignedIdentityId`, `-CmkEncryptionKeyUri`
27+
- Added parameter alias `UserAssignedIdentity` to parameter `-IdentityUserAssignedIdentity`
28+
* Added cmdlet `Get-AzDataProtectionBackupInstancesExtensionRouting`, `Update-AzDataProtectionBackupInstance`
29+
#### Az.KeyVault 5.3.0
30+
* Modified cmdlet `Add-AzKeyVaultCertificate`
31+
- Added parameter `-PolicyPath`
32+
#### Az.Monitor 5.2.0
33+
* Modified cmdlet `Get-AzMetricsBatch`
34+
- Changed the type of parameter `-InputObject` from `IMetricIdentity` to `IMetricdataIdentity`
35+
* Modified cmdlet `Update-AzActionGroup`
36+
- Removed parameter `-Location`
37+
* Modified cmdlet `Update-AzDataCollectionRule`
38+
- Removed parameter `-Location`
39+
#### Az.Network 7.5.0
40+
* Added cmdlet `Convert-AzNetworkWatcherClassicConnectionMonitor`
41+
#### Az.RecoveryServices 6.9.0
42+
* Modified cmdlet `New-AzRecoveryServicesVault`
43+
- Added parameters `-DisableEmailNotificationsForSiteRecovery`, `-DisableAzureMonitorAlertsForAllReplicationIssue`, `-DisableAzureMonitorAlertsForAllFailoverIssue`
44+
* Modified cmdlet `Restore-AzRecoveryServicesBackupItem`
45+
- Added parameter `-Token`
46+
* Modified cmdlet `Update-AzRecoveryServicesVault`
47+
- Added parameters `-DisableEmailNotificationsForSiteRecovery`, `-DisableAzureMonitorAlertsForAllReplicationIssue`, `-DisableAzureMonitorAlertsForAllFailoverIssue`, `-Token`
48+
149
## 11.5.0 - April 2024
250
#### Az.Accounts 2.17.0
351
* Modified cmdlet `Clear-AzConfig`
@@ -122,3 +170,4 @@
122170

123171

124172

173+

0 commit comments

Comments
 (0)