Skip to content

Commit bee1cd3

Browse files
authored
release-2023-01-10 (#20584)
1 parent 626f758 commit bee1cd3

File tree

102 files changed

+62776
-25812
lines changed

Some content is hidden

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

102 files changed

+62776
-25812
lines changed

ChangeLog.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,101 @@
1+
## 9.3.0 - January 2023
2+
#### Az.Accounts
3+
* Supported Web Account Manager (WAM) as an opt-in interactive login experience. Enable it by 'Update-AzConfig -EnableLoginByWam True'.
4+
* Optimized the mechanism for assembly loading.
5+
* Enabled AzKeyStore with keyring in Linux.
6+
* Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name to GetAzureRmContextAutosaveSetting
7+
* Removed survey on error message in 'Resolve-AzError'. [#20398]
8+
9+
#### Az.Aks
10+
* Added parameter '-EnableEncryptionAtHost' for 'New-AzAksCluster' and 'New-AzAksNodePool'
11+
* Added parameter '-EnableUltraSSD' for 'New-AzAksCluster' and 'New-AzAksNodePool'
12+
* Added parameter '-NodeKubeletConfig' for 'New-AzAksCluster', '-KubeletConfig' for 'New-AzAksNodePool'
13+
* Added parameter '-NodeLinuxOSConfig' for 'New-AzAksCluster', '-LinuxOSConfig' and 'New-AzAksNodePool'
14+
* Added parameter '-NodeMaxSurge' for 'New-AzAksCluster', '-MaxSurge' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
15+
* Added parameter '-PPG' for 'New-AzAksCluster' and 'New-AzAksNodePool'
16+
* Added parameter '-SpotMaxPrice' for 'New-AzAksNodePool'
17+
* Added parameter '-EnableFIPS' for 'New-AzAksCluster' and 'New-AzAksNodePool'
18+
* Added parameter '-AutoScalerProfile' for 'New-AzAksCluster' and 'Set-AzAksCluster'
19+
* Added parameter '-GpuInstanceProfile' for 'New-AzAksCluster' and 'New-AzAksNodePool'
20+
* Added parameter '-EnableUptimeSLA' for 'New-AzAksCluster' and 'Set-AzAksCluster'
21+
* Added parameter '-EdgeZone' for 'New-AzAksCluster'
22+
23+
#### Az.ApiManagement
24+
* Updated description of ResourceId param 'New-AzApiManagementBackend' and 'Set-AzApiManagementBackend' cmdlet [#16868]
25+
26+
#### Az.ApplicationInsights
27+
* Enabled output object enumerating for 'Get-AzApplicationInsights' [#20225]
28+
29+
#### Az.Automation
30+
* Updated Example: Start-AzAutomationRunbook should pass ordered dictionary for parameters [#20408]
31+
32+
#### Az.Batch
33+
* Added new properties 'CurrentNodeCommunicationMode' (read only) and 'TargetCommunicationMode' of type 'NodeCommunicationMode' to 'PSCloudPool'.
34+
- Valid values for 'NodeCommunicationMode': Default, Classic, Simplified
35+
- When the 'PSCloudPool' is updated with a new 'TargetCommunicationMode' value, the Batch service will attempt to update the pool to the new value the next time the pool is resized down to zero compute nodes and back up.
36+
* 'PSPrivateLinkServiceConnectionState''s 'ActionRequired' property required has been renamed to 'ActionsRequired'. The old property has been marked as obsolete, and now just returns the new property. This should not impact existing consumers.
37+
38+
#### Az.Compute
39+
* Removed the image 'Win2008R2SP1' from the list of available images and documentation. This image is no longer available on the backend so the client tools need to sync to that change.
40+
* Fixed a bug for creating Linux VM's from SIG/Community Gallery Images
41+
* Added 'ImageReferenceId' string parameter to the 'New-AzVmssConfig' cmdlet. This allows gallery image references to be added for the Confidential VM feature.
42+
* Added 'SecurityEncryptionType' and 'SecureVMDiskEncryptionSet' string parameters to the 'Set-AzVmssStorageProfile' cmdlet for the Confidential VM feature.
43+
44+
#### Az.ContainerRegistry
45+
* Fixed bug in 'Get-AzContainerRegistryTag' to show correct tags [#20528]
46+
47+
#### Az.Monitor
48+
* Fixed bug for 'Remove-AzDataCollectionRuleAssociation' [#20207]
49+
* Added support for test notifications cmdlets
50+
* 'Test-AzActionGroup'
51+
* Fixed start time parameter description of 'Get-AzActivityLog' [#20409]
52+
53+
#### Az.Network
54+
* Added samples for retrieving Private Link IP Configuration using 'New-AzApplicationGatewayPrivateLinkIpConfiguration' with fix [#20440]
55+
* Added 'DdosProtectionPlan' property in 'AzPublicIpAddress'
56+
* Updated mapping in 'AzPublicIpAddress' to always show/create DdosSettings
57+
* Fixed a bug that added Ddos related properties when viewing PublicIpAddress and DdosProtectionPlan objects
58+
* Fixed a Bug for Set-AzIpGroup cmdlet to support the '-WhatIf' parameter
59+
* Fixed a Bug for 'Add-AzLoadBalancerFrontendIpConfig', 'Add-AzLoadBalancerProbeConfig', 'Add-AzLoadBalancerBackendAddressPoolConfig', 'Set-AzLoadBalancer', 'New-AzLoadBalancerRuleConfig', 'Remove-AzLoadBalancerInboundNatRuleConfig' cmdlets to support the '-WhatIf' parameter. [#20416]
60+
* Fixed a bug for DestinationPortBehavior in 'Get-AzNetworkWatcherConnectionMonitor', 'New-AzNetworkWatcherConnectionMonitor' powershell command by adding this properties to get and set the DestinationPortBehavior information. [#15996]
61+
62+
#### Az.RedisCache
63+
* Added optional parameter 'PreferredDataArchiveAuthMethod' in 'Export-AzRedisCache'
64+
* Added optional parameter 'PreferredDataArchiveAuthMethod' in 'Import-AzRedisCache'
65+
* Added 4 additional properties for a geo replication link: 'PrimaryHostName', 'GeoReplicatedPrimaryHostName', 'ServerRole', and 'LinkedRedisCacheLocation'in 'Get-AzRedisCacheLink' and 'New-AzRedisCacheLink'
66+
67+
#### Az.Resources
68+
* Fixed issue introduced in previous fix for 'Set-AzPolicySetDefinition' InternalServerError when the initiative is too large [#20238], which will remove space in value.
69+
* Fixed 'Get-AzRoleAssignment' BadRequest when scope is '/' [#20323]
70+
71+
#### Az.SecurityInsights
72+
* Fixed for 'Update-AzSentinelAlertRule' fails when using '-TriggerThreshold 0' [#20417]
73+
74+
#### Az.Sql
75+
* Added a parameter named 'UseIdentity' for 'Set-AzSqlServerAudit', 'Set-AzSqlDatabaseAudit', 'Set-AzSqlServerMSSupportAudit'
76+
* Added 'IsManagedIdentityInUse' property to the output of 'Get-AzSqlServerMSSupportAudit'
77+
* Added 'PreferredEnclaveType' parameter to 'New-AzSqlDatabase', 'Get-AzSqlDatabase' and 'Set-AzSqlDatabase' cmdlet
78+
79+
#### Az.StackHCI
80+
* Added support for arc extensions which depend on HCI cluster's IMDS endpoints.
81+
82+
#### Az.Storage
83+
* Return ListBlobProperties in blob list result
84+
- 'Get-AzStorageBlob'
85+
* Output AllowedCopyScope in get account result
86+
- 'Get-AzStorageAccount'
87+
88+
#### Az.Websites
89+
* Fixed 'Import-AzWebAppKeyVaultCertificate' to use certificate naming convention same as portal [#19592]
90+
91+
### Thanks to our community contributors
92+
* Pavel Lyalyakin (@bahrep), New-AzDiskConfig.md: fixed a copy-pasto (#20514)
93+
* Eugene Ogongo (@eugeneogongo), Update Images.json (#18654)
94+
* Hiroshi Yoshioka (@hyoshioka0128), Typo "resouce"→"resource" (#20441)
95+
* Paul Gledhill (@pmgledhill102), Spelling mistake 'Accpeted' (#20380)
96+
* Cameron Sowder (@sowderca), Fixed typo in Get-AzContextAutosaveSetting class name: GetzureRmContextAutosaveSetting -> GetAzureRmContextAutosaveSetting (#20420)
97+
98+
199
## 9.2.0 - December 2022
2100
#### Az.Accounts
3101
* Enabled caching tokens when logging in with a client assertion. This fixed the incorrectly short lifespan of tokens.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
### `Get-AzNetAppFilesVault`
422422

423423
- Cmdlet breaking-change will happen to all parameter set
424-
- The output type is changing from the existing type :'Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesBackupPolicy' to the new type :'PSNetAppFilesVault'
424+
- The cmdlet is being deprecated. There will be no replacement for it.
425425

426426
### `New-AzNetAppFilesBackupPolicy`
427427

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 - December 2022"
40+
$productName = "Microsoft Azure PowerShell - January 2023"
4141

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

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 8 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: 01/12/2022
6+
# Generated on: 1/6/2023
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.10.4'
15+
ModuleVersion = '2.11.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
5656
# RequiredModules = @()
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AssemblyLoading.dll',
59+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AssemblyLoading.dll',
6060
'Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
6161
'Microsoft.Azure.PowerShell.Authentication.dll',
6262
'Microsoft.Azure.PowerShell.Authenticators.dll',
@@ -147,10 +147,11 @@ PrivateData = @{
147147
# IconUri = ''
148148

149149
# ReleaseNotes of this module
150-
ReleaseNotes = '* Enabled caching tokens when logging in with a client assertion. This fixed the incorrectly short lifespan of tokens.
151-
* Upgraded target framework of Microsoft.Identity.Client to net461 [#20189]
152-
* Stored ''ServicePrincipalSecret'' and ''CertificatePassword'' into ''AzKeyStore''.
153-
* Updated the reference of Azure PowerShell Common to 1.3.67-preview.'
150+
ReleaseNotes = '* Supported Web Account Manager (WAM) as an opt-in interactive login experience. Enable it by ''Update-AzConfig -EnableLoginByWam True''.
151+
* Optimized the mechanism for assembly loading.
152+
* Enabled AzKeyStore with keyring in Linux.
153+
* Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name to GetAzureRmContextAutosaveSetting
154+
* Removed survey on error message in ''Resolve-AzError''. [#20398]'
154155

155156
# Prerelease string of this module
156157
# 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.11.0
2224
* Supported Web Account Manager (WAM) as an opt-in interactive login experience. Enable it by `Update-AzConfig -EnableLoginByWam $true`.
2325
* Optimized the mechanism for assembly loading.
2426
* Enabled AzKeyStore with keyring in Linux.

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

src/Accounts/Accounts/Utilities/CommandMappings.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,12 +2081,17 @@
20812081
"Az.DigitalTwins": {
20822082
"Get-AzDigitalTwinsEndpoint": {},
20832083
"Get-AzDigitalTwinsInstance": {},
2084-
"New-AzDigitalTwinsCheckNameRequestObject": {},
2085-
"New-AzDigitalTwinsDigitalTwinsIdentityObject": {},
2084+
"Get-AzDigitalTwinsPrivateEndpointConnection": {},
2085+
"Get-AzDigitalTwinsPrivateLinkResource": {},
2086+
"Get-AzDigitalTwinsTimeSeriesDatabaseConnection": {},
20862087
"New-AzDigitalTwinsEndpoint": {},
20872088
"New-AzDigitalTwinsInstance": {},
2089+
"New-AzDigitalTwinsPrivateEndpointConnection": {},
2090+
"New-AzDigitalTwinsTimeSeriesDatabaseConnection": {},
20882091
"Remove-AzDigitalTwinsEndpoint": {},
20892092
"Remove-AzDigitalTwinsInstance": {},
2093+
"Remove-AzDigitalTwinsPrivateEndpointConnection": {},
2094+
"Remove-AzDigitalTwinsTimeSeriesDatabaseConnection": {},
20902095
"Test-AzDigitalTwinsInstanceNameAvailability": {},
20912096
"Update-AzDigitalTwinsInstance": {}
20922097
},
@@ -3380,6 +3385,7 @@
33803385
"Set-AzNetAppFilesAccount": {},
33813386
"Update-AzNetAppFilesAccount": {},
33823387
"Get-AzNetAppFilesPool": {},
3388+
"Update-AzNetAppFilesAccountCredential": {},
33833389
"New-AzNetAppFilesPool": {},
33843390
"Update-AzNetAppFilesPool": {},
33853391
"Set-AzNetAppFilesPool": {},
@@ -3397,7 +3403,9 @@
33973403
"Suspend-AzNetAppFilesReplication": {},
33983404
"Remove-AzNetAppFilesReplication": {},
33993405
"Initialize-AzNetAppFilesReplication": {},
3406+
"Restore-AzNetAppFilesReplication": {},
34003407
"Resume-AzNetAppFilesReplication": {},
3408+
"Get-AzNetAppFilesVolumeReplication": {},
34013409
"Restore-AzNetAppFilesVolume": {},
34023410
"Set-AzNetAppFilesVolumePool": {},
34033411
"New-AzNetAppFilesSnapshotPolicy": {},
@@ -3432,11 +3440,17 @@
34323440
"Remove-AzNetAppFilesVolumeGroup": {},
34333441
"New-AzNetAppFilesExportPolicyRuleObject": {},
34343442
"New-AzNetAppFilesExportPolicyObject": {},
3443+
"Reset-AzNetAppFilesVolumeCifsPassword": {},
3444+
"Get-AzNetAppFilesVolumeQuotaRule": {},
3445+
"New-AzNetAppFilesVolumeQuotaRule": {},
3446+
"Update-AzNetAppFilesVolumeQuotaRule": {},
3447+
"Remove-AzNetAppFilesVolumeQuotaRule": {},
34353448
"Get-AnfAccount": {},
34363449
"New-AnfAccount": {},
34373450
"Remove-AnfAccount": {},
34383451
"Set-AnfAccount": {},
34393452
"Update-AnfAccount": {},
3453+
"Update-AnfAccountCredential": {},
34403454
"Get-AnfPool": {},
34413455
"New-AnfPool": {},
34423456
"Set-AnfPool": {},
@@ -3455,6 +3469,8 @@
34553469
"Suspend-AnfReplication": {},
34563470
"Remove-AnfReplication": {},
34573471
"Resume-AnfReplication": {},
3472+
"Restore-AnfReplication": {},
3473+
"Get-AnfVolumeReplication": {},
34583474
"Restore-AnfVolume": {},
34593475
"Initialize-AnfReplication": {},
34603476
"Set-AnfVolumePool": {},
@@ -3487,7 +3503,12 @@
34873503
"Update-AnfSubvolume": {},
34883504
"Get-AnfVolumeGroup": {},
34893505
"New-AnfVolumeGroup": {},
3490-
"Remove-AnfVolumeGroup": {}
3506+
"Remove-AnfVolumeGroup": {},
3507+
"Reset-AnfVolumeCifsPassword": {},
3508+
"Get-AnfVolumeQuotaRule": {},
3509+
"New-AnfVolumeQuotaRule": {},
3510+
"Update-AnfVolumeQuotaRule": {},
3511+
"Remove-AnfVolumeQuotaRule": {}
34913512
},
34923513
"Az.Network": {
34933514
"Add-AzApplicationGatewayAuthenticationCertificate": {},
@@ -6550,6 +6571,21 @@
65506571
"Update-AzVMwarePlacementPolicy": {},
65516572
"Update-AzVMwarePrivateCloud": {}
65526573
},
6574+
"Az.VoiceServices": {
6575+
"Get-AzVoiceServicesCommunicationsContact": {},
6576+
"Get-AzVoiceServicesCommunicationsGateway": {},
6577+
"Get-AzVoiceServicesCommunicationsTestLine": {},
6578+
"New-AzVoiceServicesCommunicationsContact": {},
6579+
"New-AzVoiceServicesCommunicationsGateway": {},
6580+
"New-AzVoiceServicesCommunicationsGatewayServiceRegionObject": {},
6581+
"New-AzVoiceServicesCommunicationsTestLine": {},
6582+
"Remove-AzVoiceServicesCommunicationsContact": {},
6583+
"Remove-AzVoiceServicesCommunicationsGateway": {},
6584+
"Remove-AzVoiceServicesCommunicationsTestLine": {},
6585+
"Update-AzVoiceServicesCommunicationsContact": {},
6586+
"Update-AzVoiceServicesCommunicationsGateway": {},
6587+
"Update-AzVoiceServicesCommunicationsTestLine": {}
6588+
},
65536589
"Az.Websites": {
65546590
"Get-AzAppServicePlan": {},
65556591
"Set-AzAppServicePlan": {},

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.10.4")]
47-
[assembly: AssemblyFileVersion("2.10.4")]
46+
[assembly: AssemblyVersion("2.11.0")]
47+
[assembly: AssemblyFileVersion("2.11.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
5050
#endif

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.10.4")]
52-
[assembly: AssemblyFileVersion("2.10.4")]
51+
[assembly: AssemblyVersion("2.11.0")]
52+
[assembly: AssemblyFileVersion("2.11.0")]

src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("5.1.0")]
28-
[assembly: AssemblyFileVersion("5.1.0")]
27+
[assembly: AssemblyVersion("5.2.0")]
28+
[assembly: AssemblyFileVersion("5.2.0")]

0 commit comments

Comments
 (0)