Skip to content

Commit 9d214a3

Browse files
authored
Merge pull request #14141 from Azure/release-2021-02-09
[Do not squash] release-2021-02-09
2 parents ffa64ca + 1bb0c1d commit 9d214a3

File tree

255 files changed

+67130
-44261
lines changed

Some content is hidden

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

255 files changed

+67130
-44261
lines changed

ChangeLog.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,107 @@
1+
## 5.5.0 - February 2021
2+
#### Az.Accounts
3+
* Tracked CloudError code in exception
4+
* Raised 'ContextCleared' event when 'Clear-AzContext' was executed
5+
6+
#### Az.Aks
7+
* Refined error messages of cmdlet failure.
8+
* Upgraded exception handling to use Azure PowerShell related exceptions.
9+
* Fixed the issue that user could not use provided service principal to create Kubernetes cluster. [#13938]
10+
11+
#### Az.Automation
12+
* Fixed the issue of processing 'PSCustomObject' and 'Array'.
13+
14+
#### Az.Compute
15+
* Added parameter '-EnableAutomaticUpgrade' to 'Set-AzVmExtension' and 'Add-AzVmssExtension'.
16+
* Removed FilterExpression parameter from 'Get-AzVMImage' cmdlet documentation.
17+
* Added deprecation message to the ContainerService cmdlets:
18+
- 'Add-AzureRmContainerServiceAgentPoolProfileCommand'
19+
- 'Get-AzContainerService'
20+
- 'New-AzContainerService'
21+
- 'New-AzContainerServiceConfig'
22+
- 'Remove-AzContainerService'
23+
- 'Remove-AzContainerServiceAgentPoolProfile'
24+
- 'Update-AzContainerService'
25+
* Added parameter '-BurstingEnabled' to 'New-AzDiskConfig' and 'New-AzDiskUpdateConfig'
26+
* Added '-GroupByApplicationId' and '-GroupByUserAgent' parameters to the 'Export-AzLogAnalyticThrottledRequest' and 'Export-AzLogAnalyticRequestRateByInterval' cmdlets.
27+
* Added 'VMParameterSet' parameter set to 'Get-AzVMExtension' cmdlet. Added new parameter '-VM' to this parameter set.
28+
29+
#### Az.ContainerRegistry
30+
* Added cmdlets to supported repository, manifest, and tag operations:
31+
- 'Get-AzContainerRegistryRepository'
32+
- 'Update-AzContainerRegistryRepository'
33+
- 'Remove-AzContainerRegistryRepository'
34+
- 'Get-AzContainerRegistryManifest'
35+
- 'Update-AzContainerRegistryManifest'
36+
- 'Remove-AzContainerRegistryManifest'
37+
- 'Get-AzContainerRegistryTag'
38+
- 'Update-AzContainerRegistryTag'
39+
- 'Remove-AzContainerRegistryTag'
40+
41+
#### Az.Databricks
42+
Supported -EnableNoPublicIP when creating a Databricks workspace
43+
44+
#### Az.FrontDoor
45+
* Added FrontDoorId to properties
46+
* Added JSON Exclusions and RequestBodyCheck support to managed rules
47+
48+
#### Az.HDInsight
49+
* Added new parameter '-EnableComputeIsolation' and '-ComputeIsolationHostSku' to the cmdlet 'New-AzHDInsightCluster' to support compute isolation feature
50+
* Added property 'ComputeIsolationProperties' and 'ConnectivityEndpoints' in the class AzureHDInsightCluster.
51+
52+
#### Az.KeyVault
53+
* Supported specifying key type and curve name when importing keys via a BYOK file
54+
55+
#### Az.Network
56+
* Added new cmdlets to replace old product name 'virtual router' with new name 'route server' in the future.
57+
- 'New-AzRouteServer'
58+
- 'Get-AzRouteServer'
59+
- 'Remove-AzRouteServer'
60+
- 'Update-AzRouteServer'
61+
- 'Get-AzRouteServerPeer'
62+
- 'Add-AzRouteServerPeer'
63+
- 'Update-AzRouteServerPeer'
64+
- 'Remove-AzRouteServerPeer'
65+
- Added deprecation attribute warning to the old cmdlets.
66+
* Bug fix in ExpressRouteLink MacSecConfig. Added new property 'SciState' to 'PSExpressRouteLinkMacSecConfig'
67+
* Updated format list and format table views for Get-AzVirtualNetworkGatewayConnectionIkeSa
68+
69+
#### Az.PolicyInsights
70+
* Retracted changes made in powershell that increased request row limit. Removed incorrect statement of supporting paging
71+
72+
#### Az.RecoveryServices
73+
* modified policy validation limits as per backup service.
74+
* Added Zone Redundancy for Recovery Service Vaults.
75+
* Azure Site Recovery support for Proximity placement group for VMware to Azure and HyperV to Azure providers.
76+
* Azure Site Recovery support for Availability zone for VMware to Azure and HyperV to Azure providers.
77+
* Azure Site Recovery support for UseManagedDisk for HyperV to Azure provider
78+
79+
#### Az.Resources
80+
* Removed principal type on New-AzRoleAssignment and Set-AzRoleAssignment because current mapping was breaking certain scenarios
81+
82+
#### Az.Sql
83+
* Added MaintenanceConfigurationId to 'New-AzSqlDatabase', 'Set-AzSqlDatabase', 'New-AzSqlElasticPool' and 'Set-AzSqlElasticPool'
84+
* Fixed regression in 'Set-AzSqlServerAudit' when PredicateExpression argument is provided
85+
86+
#### Az.Storage
87+
* Supported RoutingPreference settings in create/update Storage account
88+
- 'New-AzStorageAccount'
89+
- 'Set-AzStorageAccount'
90+
* Upgraded Azure.Storage.Blobs to 12.8.0
91+
* Upgraded Azure.Storage.Files.Shares to 12.6.0
92+
* Upgraded Azure.Storage.Files.DataLake to 12.6.0
93+
94+
#### Az.Websites
95+
* Added support for Importing a key vault certificate to WebApp.
96+
97+
### Thanks to our community contributors
98+
* @atul-ram, Update Set-AzEventHub.md (#13921)
99+
* Christoph Bergmeister [MVP] (@bergmeister), Set-AzDataLakeGen2AclRecursive.md - Fix typo (directiry -> directory) (#14082)
100+
* Alexander Schmidt (@devdeer-alex), Fixed broken link to contribution guidelines (#14009)
101+
* @JiangYuchun, Update Get-AzApplicationGatewayAuthenticationCertificate.md (#13972)
102+
* Sebastian Olsen (@Spacebjorn), Corrected example command (#13901)
103+
104+
1105
## 5.4.0 - January 2021
2106
#### Az.Accounts
3107
* Shown correct client request id on debug message [#13745]

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 - January 2021"
40+
$productName = "Microsoft Azure PowerShell - February 2021"
4141

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

src/ADDomainServices/Az.ADDomainServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.ADDomainServices.private.dll'

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/14/2021
6+
# Generated on: 2/5/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.2.4'
15+
ModuleVersion = '2.2.5'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -143,9 +143,8 @@ PrivateData = @{
143143
# IconUri = ''
144144

145145
# ReleaseNotes of this module
146-
ReleaseNotes = '* Shown correct client request id on debug message [#13745]
147-
* Added common Azure PowerShell exception type
148-
* Supported storage API 2019-06-01'
146+
ReleaseNotes = '* Tracked CloudError code in exception
147+
* Raised ''ContextCleared'' event when ''Clear-AzContext'' was executed'
149148

150149
# Prerelease string of this module
151150
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 2.2.5
2123
* Tracked CloudError code in exception
2224
* Raised 'ContextCleared' event when `Clear-AzContext` was executed
2325

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

src/Accounts/Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
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.2.4")]
47-
[assembly: AssemblyFileVersion("2.2.4")]
46+
[assembly: AssemblyVersion("2.2.5")]
47+
[assembly: AssemblyFileVersion("2.2.5")]

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.2.4")]
52-
[assembly: AssemblyFileVersion("2.2.4")]
51+
[assembly: AssemblyVersion("2.2.5")]
52+
[assembly: AssemblyFileVersion("2.2.5")]

src/Advisor/Advisor/Az.Advisor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll'

src/Aks/Aks/Az.Aks.psd1

Lines changed: 6 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: 11/13/2020
6+
# Generated on: 2/5/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.0.1'
15+
ModuleVersion = '2.0.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
@@ -115,7 +115,9 @@ PrivateData = @{
115115
# IconUri = ''
116116

117117
# ReleaseNotes of this module
118-
ReleaseNotes = '* Fixed the issue that user cannot use service principal to create a new Kubernetes cluster. [#13012]'
118+
ReleaseNotes = '* Refined error messages of cmdlet failure.
119+
* Upgraded exception handling to use Azure PowerShell related exceptions.
120+
* Fixed the issue that user could not use provided service principal to create Kubernetes cluster. [#13938]'
119121

120122
# Prerelease string of this module
121123
# Prerelease = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 2.0.2
2123
* Refined error messages of cmdlet failure.
2224
* Upgraded exception handling to use Azure PowerShell related exceptions.
2325
* Fixed the issue that user could not use provided service principal to create Kubernetes cluster. [#13938]

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("2.0.1")]
27-
[assembly: AssemblyFileVersion("2.0.1")]
26+
[assembly: AssemblyVersion("2.0.2")]
27+
[assembly: AssemblyFileVersion("2.0.2")]

src/Aks/Aks/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aks/Aks/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@
373373
<value>WorkspaceResourceId must not be null when enabling add-on Monitoring.</value>
374374
</data>
375375
<data name="DonotUseGenerateSshKeyWithSshKeyValue" xml:space="preserve">
376-
<value>Don't use -GenerateSshKey and -SshKeyVaule at the same time.</value>
376+
<value>Don't use -GenerateSshKey and -SshKeyValue at the same time.</value>
377377
</data>
378378
<data name="DefaultSshKeyAlreadyExist" xml:space="preserve">
379-
<value>Default ssh key file {0} already exists. Please use parameter -SshKeyVaule '{0}' instead of -GenerateSshKey.</value>
379+
<value>Default ssh key file {0} already exists. Please use parameter -SshKeyValue '{0}' instead of -GenerateSshKey.</value>
380380
</data>
381381
<data name="UpdatingNodePoolMode" xml:space="preserve">
382382
<value>Updating NodePoolMode.</value>

src/Aks/Aks/help/New-AzAksCluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Create a new Azure Kubernetes Service(AKS) cluster.
3535
### New an AKS with default params.
3636

3737
```powershell
38-
PS C:\> New-AzAks -ResourceGroupName myResourceGroup -Name myCluster
38+
PS C:\> New-AzAksCluster -ResourceGroupName myResourceGroup -Name myCluster
3939
```
4040

4141
### Create Windows Server container on an AKS.
@@ -44,7 +44,7 @@ To create Windows Server container on an AKS, you must specify at least four fol
4444

4545
```powershell
4646
PS C:\> $cred = ConvertTo-SecureString -AsPlainText "Password!!123" -Force
47-
PS C:\> New-AzAks -ResourceGroupName myResourceGroup -Name myCluster -WindowsProfileAdminUserName azureuser -WindowsProfileAdminUserPassword $cred -NetworkPlugin azure -NodeVmSetType VirtualMachineScaleSets
47+
PS C:\> New-AzAksCluster -ResourceGroupName myResourceGroup -Name myCluster -WindowsProfileAdminUserName azureuser -WindowsProfileAdminUserPassword $cred -NetworkPlugin azure -NodeVmSetType VirtualMachineScaleSets
4848
PS C:\> New-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name win1 -OsType Windows -VmSetType VirtualMachineScaleSets
4949
```
5050

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll'

src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',

src/AppConfiguration/Az.AppConfiguration.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.AppConfiguration.private.dll'

src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll'

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',

src/Automation/Automation/Az.Automation.psd1

Lines changed: 4 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: 1/14/2021
6+
# Generated on: 2/5/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.4.2'
15+
ModuleVersion = '1.4.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.5'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll'
@@ -168,7 +168,7 @@ PrivateData = @{
168168
# IconUri = ''
169169

170170
# ReleaseNotes of this module
171-
ReleaseNotes = '* Fixed issue where description was not populated for update management schedules'
171+
ReleaseNotes = '* Fixed the issue of processing ''PSCustomObject'' and ''Array''.'
172172

173173
# Prerelease string of this module
174174
# Prerelease = ''

0 commit comments

Comments
 (0)