Skip to content

Commit 1a4dbfc

Browse files
authored
release-2023-09-26 (#22821)
1 parent 6484ccc commit 1a4dbfc

File tree

70 files changed

+31770
-22590
lines changed

Some content is hidden

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

70 files changed

+31770
-22590
lines changed

ChangeLog.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
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+
149
## 10.3.0 - September 2023
250
#### Az.Accounts 2.13.0
351
* Supported in-tool notification for version upgrade.

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

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

src/Accounts/Accounts/Az.Accounts.psd1

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

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

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

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

149149
# ReleaseNotes of this module
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.'
150+
ReleaseNotes = '* Added the module name in breaking change messages
151+
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0 '
155152

156153
# Prerelease string of this module
157154
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 2.13.1
2224
* Added the module name in breaking change messages
2325
* Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0
2426

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.0")]
47-
[assembly: AssemblyFileVersion("2.13.0")]
46+
[assembly: AssemblyVersion("2.13.1")]
47+
[assembly: AssemblyFileVersion("2.13.1")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,6 +1976,8 @@
19761976
"Get-AzDataProtectionPolicyTemplate": {},
19771977
"Get-AzDataProtectionRecoveryPoint": {},
19781978
"Get-AzDataProtectionResourceGuard": {},
1979+
"Get-AzDataProtectionResourceGuardMapping": {},
1980+
"Get-AzDataProtectionSoftDeletedBackupInstance": {},
19791981
"Initialize-AzDataProtectionBackupInstance": {},
19801982
"Initialize-AzDataProtectionRestoreRequest": {},
19811983
"New-AzDataProtectionBackupConfigurationClientObject": {},
@@ -1992,16 +1994,20 @@
19921994
"Remove-AzDataProtectionBackupPolicy": {},
19931995
"Remove-AzDataProtectionBackupVault": {},
19941996
"Remove-AzDataProtectionResourceGuard": {},
1997+
"Remove-AzDataProtectionResourceGuardMapping": {},
19951998
"Resume-AzDataProtectionBackupInstanceProtection": {},
19961999
"Search-AzDataProtectionBackupInstanceInAzGraph": {},
19972000
"Search-AzDataProtectionJobInAzGraph": {},
19982001
"Set-AzDataProtectionMSIPermission": {},
2002+
"Set-AzDataProtectionResourceGuardMapping": {},
19992003
"Start-AzDataProtectionBackupInstanceRestore": {},
20002004
"Stop-AzDataProtectionBackupInstanceProtection": {},
20012005
"Suspend-AzDataProtectionBackupInstanceBackup": {},
20022006
"Sync-AzDataProtectionBackupInstance": {},
20032007
"Test-AzDataProtectionBackupInstanceReadiness": {},
20042008
"Test-AzDataProtectionBackupInstanceRestore": {},
2009+
"Undo-AzDataProtectionBackupInstanceDeletion": {},
2010+
"Unlock-AzDataProtectionResourceGuardOperation": {},
20052011
"Update-AzDataProtectionBackupInstanceAssociatedPolicy": {},
20062012
"Update-AzDataProtectionBackupVault": {},
20072013
"Update-AzDataProtectionResourceGuard": {}
@@ -2685,6 +2691,32 @@
26852691
"New-AzHDInsightIPConfiguration": {},
26862692
"New-AzHDInsightPrivateLinkConfiguration": {}
26872693
},
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+
},
26882720
"Az.HealthBot": {
26892721
"Get-AzHealthBot": {},
26902722
"New-AzHealthBot": {},
@@ -4578,6 +4610,105 @@
45784610
"Get-AzInterfaceEndpoint": {},
45794611
"New-AzFirewallThreatIntelWhitelistObject": {}
45804612
},
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+
},
45814712
"Az.NetworkFunction": {
45824713
"Get-AzNetworkFunctionCollectorPolicy": {},
45834714
"Get-AzNetworkFunctionTrafficCollector": {},
@@ -6405,6 +6536,7 @@
64056536
"Get-AzStackHciArcSetting": {},
64066537
"Get-AzStackHciCluster": {},
64076538
"Get-AzStackHciExtension": {},
6539+
"Get-AzStackHCILogsDirectory": {},
64086540
"Get-AzStackHCIRemoteSupportAccess": {},
64096541
"Get-AzStackHCIRemoteSupportSessionHistory": {},
64106542
"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.0")]
46-
[assembly: AssemblyFileVersion("2.13.0")]
45+
[assembly: AssemblyVersion("2.13.1")]
46+
[assembly: AssemblyFileVersion("2.13.1")]

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.0")]
47-
[assembly: AssemblyFileVersion("2.13.0")]
46+
[assembly: AssemblyVersion("2.13.1")]
47+
[assembly: AssemblyFileVersion("2.13.1")]
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.0")]
46-
[assembly: AssemblyFileVersion("2.13.0")]
45+
[assembly: AssemblyVersion("2.13.1")]
46+
[assembly: AssemblyFileVersion("2.13.1")]

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.0")]
52-
[assembly: AssemblyFileVersion("2.13.0")]
51+
[assembly: AssemblyVersion("2.13.1")]
52+
[assembly: AssemblyFileVersion("2.13.1")]

0 commit comments

Comments
 (0)