Skip to content

Commit da2d24b

Browse files
authored
Revert "release-2023-09-26 (#22839)" (#22842)
This reverts commit 91b22b9.
1 parent 91b22b9 commit da2d24b

File tree

1,392 files changed

+30665
-225284
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,392 files changed

+30665
-225284
lines changed

ChangeLog.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,3 @@
1-
## 10.4.0 - September 2023
2-
#### Az.Accounts 2.13.1
3-
* Added the module name in breaking change messages
4-
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0
5-
6-
#### Az.Cdn 3.1.1
7-
* Customized output property for 'Get-AzCdnEdgeNode' command
8-
9-
#### Az.ContainerInstance 3.2.2
10-
* Added breaking change warning message for 'Get/New/Remove-ContainerGroup', 'New-ContainerInstanceInitDefinitionObject', 'New-ContainerInstanceObject' [#22268]
11-
- Output properties starting with 'PreviouState' will be corrected to 'PreviousState'
12-
13-
#### Az.DataProtection 2.1.0
14-
* Added soft delete and MUA feature for Backup vaults
15-
16-
#### Az.KeyVault 4.12.0
17-
* Supported splitting 'Import-AzKeyVaultSecurityDomain' process into three steps to allow keys to be hidden offline.
18-
- Added 'DownloadExchangeKey', 'RestoreBlob' and 'ImportRestoredBlob' in 'Import-AzKeyVaultSecurityDomain'.
19-
20-
#### Az.RecoveryServices 6.6.0
21-
* Added support for custom RG with suffix while creating or modifying policy for workload type AzureVM.
22-
* Added TLaD warning https://aka.ms/TLaD for Azure Site Recovery and Backup.
23-
* Added support for setting AlwaysON soft delete state for recovery services vault.
24-
25-
#### Az.ResourceMover 1.2.0
26-
* Upgraded API version to 2023-08-01.
27-
* Improved error reporting to the customer using custom cmdlets to handle the error in a better manner.
28-
29-
#### Az.Resources 6.11.0
30-
* Supported 'TemplateParameterFile' to accept a '.bicepparam' file.
31-
* Fixed inexplicable error message when subscription and scope are neither provided in 'Get-AzRoleDefinition'. [#22716]
32-
33-
#### Az.SecurityInsights 3.1.0
34-
* Fixed parameters' issues for 'New-AzSentinelAlertRule' and 'Update-AzSentinelAlertRule' [#21181][#21217][#22318]
35-
36-
#### Az.StackHCI 2.2.0
37-
* Bug fixes for Attestation commands.
38-
* Added support for installing mandatory extensions on HCI OS 22H2 and removed confirmation prompt for consent.
39-
* Added ability to customize the location of logs generated during registration.
40-
- Custom log location can be specified by specifying an optional '-LogsDirectory' parameter in 'Register-AzStackHCI'.
41-
- 'Get-AzStackHCILogsDirectory' can be used to obtain the log location.
42-
* Increased retry count for setting up ARC integration.
43-
44-
#### Az.Storage 5.10.1
45-
* Added warning messages for an upcoming breaking change that the output Permissions will be changed to a string when creating and updating a Queue access policy
46-
- 'Get-AzStorageQueueStoredAccessPolicy'
47-
- 'Set-AzStorageQueueStoredAccessPolicy'
48-
491
## 10.3.0 - September 2023
502
#### Az.Accounts 2.13.0
513
* Supported in-tool notification for version upgrade.

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

Lines changed: 71 additions & 147 deletions
Large diffs are not rendered by default.

src/Accounts/Accounts/Az.Accounts.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.13.1'
15+
ModuleVersion = '2.13.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -147,8 +147,11 @@ PrivateData = @{
147147
# IconUri = ''
148148

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Added the module name in breaking change messages
151-
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0 '
150+
ReleaseNotes = '* Supported in-tool notification for version upgrade.
151+
* Added an alias ''Set-AzConfig'' to ''Update-AzConfig''
152+
* Refilled credentials from ''AzKeyStore'' when run ''Save-AzContext'' [#22355]
153+
* Added config ''DisableErrorRecordsPersistence'' to disable writing error records to file system [#21732]
154+
* Updated Azure.Core to 1.34.0.'
152155

153156
# Prerelease string of this module
154157
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22-
23-
## Version 2.13.1
24-
* Added the module name in breaking change messages
25-
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0
22+
* Upgrade Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0
2623

2724
## Version 2.13.0
2825
* Supported in-tool notification for version upgrade.

src/Accounts/Accounts/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("2.13.1")]
47-
[assembly: AssemblyFileVersion("2.13.1")]
46+
[assembly: AssemblyVersion("2.13.0")]
47+
[assembly: AssemblyFileVersion("2.13.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 0 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,8 +1976,6 @@
19761976
"Get-AzDataProtectionPolicyTemplate": {},
19771977
"Get-AzDataProtectionRecoveryPoint": {},
19781978
"Get-AzDataProtectionResourceGuard": {},
1979-
"Get-AzDataProtectionResourceGuardMapping": {},
1980-
"Get-AzDataProtectionSoftDeletedBackupInstance": {},
19811979
"Initialize-AzDataProtectionBackupInstance": {},
19821980
"Initialize-AzDataProtectionRestoreRequest": {},
19831981
"New-AzDataProtectionBackupConfigurationClientObject": {},
@@ -1994,20 +1992,16 @@
19941992
"Remove-AzDataProtectionBackupPolicy": {},
19951993
"Remove-AzDataProtectionBackupVault": {},
19961994
"Remove-AzDataProtectionResourceGuard": {},
1997-
"Remove-AzDataProtectionResourceGuardMapping": {},
19981995
"Resume-AzDataProtectionBackupInstanceProtection": {},
19991996
"Search-AzDataProtectionBackupInstanceInAzGraph": {},
20001997
"Search-AzDataProtectionJobInAzGraph": {},
20011998
"Set-AzDataProtectionMSIPermission": {},
2002-
"Set-AzDataProtectionResourceGuardMapping": {},
20031999
"Start-AzDataProtectionBackupInstanceRestore": {},
20042000
"Stop-AzDataProtectionBackupInstanceProtection": {},
20052001
"Suspend-AzDataProtectionBackupInstanceBackup": {},
20062002
"Sync-AzDataProtectionBackupInstance": {},
20072003
"Test-AzDataProtectionBackupInstanceReadiness": {},
20082004
"Test-AzDataProtectionBackupInstanceRestore": {},
2009-
"Undo-AzDataProtectionBackupInstanceDeletion": {},
2010-
"Unlock-AzDataProtectionResourceGuardOperation": {},
20112005
"Update-AzDataProtectionBackupInstanceAssociatedPolicy": {},
20122006
"Update-AzDataProtectionBackupVault": {},
20132007
"Update-AzDataProtectionResourceGuard": {}
@@ -2691,32 +2685,6 @@
26912685
"New-AzHDInsightIPConfiguration": {},
26922686
"New-AzHDInsightPrivateLinkConfiguration": {}
26932687
},
2694-
"Az.HdInsightOnAks": {
2695-
"Get-AzHdInsightOnAksAvailableClusterPoolVersion": {},
2696-
"Get-AzHdInsightOnAksAvailableClusterVersion": {},
2697-
"Get-AzHdInsightOnAksCluster": {},
2698-
"Get-AzHdInsightOnAksClusterInstanceView": {},
2699-
"Get-AzHdInsightOnAksClusterJob": {},
2700-
"Get-AzHdInsightOnAksClusterPool": {},
2701-
"Get-AzHdInsightOnAksClusterServiceConfig": {},
2702-
"New-AzHdInsightOnAksCluster": {},
2703-
"New-AzHdInsightOnAksClusterConfigFileObject": {},
2704-
"New-AzHdInsightOnAksClusterPool": {},
2705-
"New-AzHdInsightOnAksClusterServiceConfigObject": {},
2706-
"New-AzHdInsightOnAksClusterServiceConfigsProfileObject": {},
2707-
"New-AzHdInsightOnAksFlinkJobObject": {},
2708-
"New-AzHdInsightOnAksNodeProfileObject": {},
2709-
"New-AzHdInsightOnAksSecretReferenceObject": {},
2710-
"New-AzHdInsightOnAksTrinoHiveCatalogObject": {},
2711-
"Remove-AzHdInsightOnAksCluster": {},
2712-
"Remove-AzHdInsightOnAksClusterPool": {},
2713-
"Resize-AzHdInsightOnAksCluster": {},
2714-
"Set-AzHdInsightOnAksClusterPool": {},
2715-
"Start-AzHdInsightOnAksClusterJob": {},
2716-
"Test-AzHdInsightOnAksLocationNameAvailability": {},
2717-
"Update-AzHdInsightOnAksCluster": {},
2718-
"Update-AzHdInsightOnAksClusterPoolTag": {}
2719-
},
27202688
"Az.HealthBot": {
27212689
"Get-AzHealthBot": {},
27222690
"New-AzHealthBot": {},
@@ -4610,105 +4578,6 @@
46104578
"Get-AzInterfaceEndpoint": {},
46114579
"New-AzFirewallThreatIntelWhitelistObject": {}
46124580
},
4613-
"Az.NetworkCloud": {
4614-
"Deploy-AzNetworkCloudCluster": {},
4615-
"Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement": {},
4616-
"Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement": {},
4617-
"Get-AzNetworkCloudAgentPool": {},
4618-
"Get-AzNetworkCloudBareMetalMachine": {},
4619-
"Get-AzNetworkCloudBareMetalMachineKeySet": {},
4620-
"Get-AzNetworkCloudBmcKeySet": {},
4621-
"Get-AzNetworkCloudCluster": {},
4622-
"Get-AzNetworkCloudClusterManager": {},
4623-
"Get-AzNetworkCloudConsole": {},
4624-
"Get-AzNetworkCloudKubernetesCluster": {},
4625-
"Get-AzNetworkCloudL2Network": {},
4626-
"Get-AzNetworkCloudL3Network": {},
4627-
"Get-AzNetworkCloudMetricsConfiguration": {},
4628-
"Get-AzNetworkCloudRack": {},
4629-
"Get-AzNetworkCloudRackSku": {},
4630-
"Get-AzNetworkCloudServicesNetwork": {},
4631-
"Get-AzNetworkCloudStorageAppliance": {},
4632-
"Get-AzNetworkCloudTrunkedNetwork": {},
4633-
"Get-AzNetworkCloudVirtualMachine": {},
4634-
"Get-AzNetworkCloudVolume": {},
4635-
"Invoke-AzNetworkCloudBareMetalMachineCordon": {},
4636-
"Invoke-AzNetworkCloudBareMetalMachineDataExtract": {},
4637-
"Invoke-AzNetworkCloudBareMetalMachineReimage": {},
4638-
"Invoke-AzNetworkCloudBareMetalMachineReplace": {},
4639-
"Invoke-AzNetworkCloudBareMetalMachineRunCommand": {},
4640-
"Invoke-AzNetworkCloudBareMetalMachineRunReadCommand": {},
4641-
"Invoke-AzNetworkCloudBareMetalMachineUncordon": {},
4642-
"Invoke-AzNetworkCloudClusterVersionUpdate": {},
4643-
"Invoke-AzNetworkCloudVirtualMachineReimage": {},
4644-
"New-AzNetworkCloudAgentPool": {},
4645-
"New-AzNetworkCloudBareMetalMachineConfigurationDataObject": {},
4646-
"New-AzNetworkCloudBareMetalMachineKeySet": {},
4647-
"New-AzNetworkCloudBgpAdvertisementObject": {},
4648-
"New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject": {},
4649-
"New-AzNetworkCloudBmcKeySet": {},
4650-
"New-AzNetworkCloudCluster": {},
4651-
"New-AzNetworkCloudClusterManager": {},
4652-
"New-AzNetworkCloudConsole": {},
4653-
"New-AzNetworkCloudControlPlaneNodeConfigurationObject": {},
4654-
"New-AzNetworkCloudEgressEndpointObject": {},
4655-
"New-AzNetworkCloudEndpointDependencyObject": {},
4656-
"New-AzNetworkCloudInitialAgentPoolConfigurationObject": {},
4657-
"New-AzNetworkCloudIpAddressPoolObject": {},
4658-
"New-AzNetworkCloudKeySetUserObject": {},
4659-
"New-AzNetworkCloudKubernetesCluster": {},
4660-
"New-AzNetworkCloudL2Network": {},
4661-
"New-AzNetworkCloudL3Network": {},
4662-
"New-AzNetworkCloudL3NetworkAttachmentConfigurationObject": {},
4663-
"New-AzNetworkCloudMetricsConfiguration": {},
4664-
"New-AzNetworkCloudNetworkAttachmentObject": {},
4665-
"New-AzNetworkCloudRackDefinitionObject": {},
4666-
"New-AzNetworkCloudServiceLoadBalancerBgpPeerObject": {},
4667-
"New-AzNetworkCloudServicesNetwork": {},
4668-
"New-AzNetworkCloudStorageApplianceConfigurationDataObject": {},
4669-
"New-AzNetworkCloudTrunkedNetwork": {},
4670-
"New-AzNetworkCloudVirtualMachine": {},
4671-
"New-AzNetworkCloudVirtualMachinePlacementHintObject": {},
4672-
"New-AzNetworkCloudVolume": {},
4673-
"Remove-AzNetworkCloudAgentPool": {},
4674-
"Remove-AzNetworkCloudBareMetalMachineKeySet": {},
4675-
"Remove-AzNetworkCloudBmcKeySet": {},
4676-
"Remove-AzNetworkCloudCluster": {},
4677-
"Remove-AzNetworkCloudClusterManager": {},
4678-
"Remove-AzNetworkCloudConsole": {},
4679-
"Remove-AzNetworkCloudKubernetesCluster": {},
4680-
"Remove-AzNetworkCloudL2Network": {},
4681-
"Remove-AzNetworkCloudL3Network": {},
4682-
"Remove-AzNetworkCloudMetricsConfiguration": {},
4683-
"Remove-AzNetworkCloudServicesNetwork": {},
4684-
"Remove-AzNetworkCloudTrunkedNetwork": {},
4685-
"Remove-AzNetworkCloudVirtualMachine": {},
4686-
"Remove-AzNetworkCloudVolume": {},
4687-
"Restart-AzNetworkCloudBareMetalMachine": {},
4688-
"Restart-AzNetworkCloudKubernetesClusterNode": {},
4689-
"Restart-AzNetworkCloudVirtualMachine": {},
4690-
"Start-AzNetworkCloudBareMetalMachine": {},
4691-
"Start-AzNetworkCloudVirtualMachine": {},
4692-
"Stop-AzNetworkCloudBareMetalMachine": {},
4693-
"Stop-AzNetworkCloudVirtualMachine": {},
4694-
"Update-AzNetworkCloudAgentPool": {},
4695-
"Update-AzNetworkCloudBareMetalMachine": {},
4696-
"Update-AzNetworkCloudBareMetalMachineKeySet": {},
4697-
"Update-AzNetworkCloudBmcKeySet": {},
4698-
"Update-AzNetworkCloudCluster": {},
4699-
"Update-AzNetworkCloudClusterManager": {},
4700-
"Update-AzNetworkCloudConsole": {},
4701-
"Update-AzNetworkCloudKubernetesCluster": {},
4702-
"Update-AzNetworkCloudL2Network": {},
4703-
"Update-AzNetworkCloudL3Network": {},
4704-
"Update-AzNetworkCloudMetricsConfiguration": {},
4705-
"Update-AzNetworkCloudRack": {},
4706-
"Update-AzNetworkCloudServicesNetwork": {},
4707-
"Update-AzNetworkCloudStorageAppliance": {},
4708-
"Update-AzNetworkCloudTrunkedNetwork": {},
4709-
"Update-AzNetworkCloudVirtualMachine": {},
4710-
"Update-AzNetworkCloudVolume": {}
4711-
},
47124581
"Az.NetworkFunction": {
47134582
"Get-AzNetworkFunctionCollectorPolicy": {},
47144583
"Get-AzNetworkFunctionTrafficCollector": {},
@@ -6536,7 +6405,6 @@
65366405
"Get-AzStackHciArcSetting": {},
65376406
"Get-AzStackHciCluster": {},
65386407
"Get-AzStackHciExtension": {},
6539-
"Get-AzStackHCILogsDirectory": {},
65406408
"Get-AzStackHCIRemoteSupportAccess": {},
65416409
"Get-AzStackHCIRemoteSupportSessionHistory": {},
65426410
"Get-AzStackHCIVMAttestation": {},

src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion("2.13.1")]
46-
[assembly: AssemblyFileVersion("2.13.1")]
45+
[assembly: AssemblyVersion("2.13.0")]
46+
[assembly: AssemblyFileVersion("2.13.0")]

src/Accounts/Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion("2.13.1")]
47-
[assembly: AssemblyFileVersion("2.13.1")]
46+
[assembly: AssemblyVersion("2.13.0")]
47+
[assembly: AssemblyFileVersion("2.13.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
5050
#endif

src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion("2.13.1")]
46-
[assembly: AssemblyFileVersion("2.13.1")]
45+
[assembly: AssemblyVersion("2.13.0")]
46+
[assembly: AssemblyFileVersion("2.13.0")]

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("2.13.1")]
52-
[assembly: AssemblyFileVersion("2.13.1")]
51+
[assembly: AssemblyVersion("2.13.0")]
52+
[assembly: AssemblyFileVersion("2.13.0")]

0 commit comments

Comments
 (0)