Skip to content

Commit

Permalink
2021-05-04 (Azure#14876)
Browse files Browse the repository at this point in the history
* release-2021-05-04

* Update ChangeLog.md

* Update ChangeLog.md
  • Loading branch information
dingmeng-xue authored Apr 30, 2021
1 parent 5e0f466 commit a5730e9
Show file tree
Hide file tree
Showing 97 changed files with 65,451 additions and 8,942 deletions.
82 changes: 82 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,85 @@
## 5.9.0 - May 2021
#### Az.Aks
* Added support 'AcrNameToAttach' in 'Set-AzAksCluster'. [#14692]
* Added support 'AcrNameToDetach' in 'Set-AzAksCluster'. [#14693]
* Added 'Set-AzAksClusterCredential' to reset the ServicePrincipal of an existing AKS cluster.

#### Az.Automation
* Added support for User Assigned Identities and PublicNetworkAccess flag

#### Az.Cdn
* Added cmdlets to support new AFD Premium / Standard SKUs

#### Az.Compute
* Updated the 'Set-AzVMDiskEncryptionExtension' cmdlet to support ADE extension migration from two pass (version with AAD input parameters) to single pass (version without AAD input parameters).
- Added a switch parameter '-Migrate' to trigger migration workflow.
- Added a switch parameter '-MigrationRecovery' to trigger recovery workflow for VMs experiencing failures after migration from two pass ADE.

#### Az.DataFactory
* Added User Assigned Identities to Data Factory.
* Updated ADF .Net SDK version to 4.18.0

#### Az.FrontDoor
* Allowed Enable-AzFrontDoorCustomDomainHttps's SecretVersion parameter to be optional to support bring-your-own-certificate auto-rotation

#### Az.KeyVault
* Fixed a bug for 'Get-AzKeyVaultSecret -IncludeVersions' when current version is disabled [#14740]
* Displayed error code and message when updating purged secret [#14800]

#### Az.RecoveryServices
* Azure Site Recovery support for Multiple IP per NIC for Azure to Azure provider.
* Azure Site Recovery support for SqlServerLicenseType for VMware to Azure and HyperV to Azure providers.
* Azure Site Recovery support for Availability set for VMware to Azure and HyperV to Azure providers.
* Azure Site Recovery support for TargetVmSize for VMware to Azure and HyperV to Azure providers.
* Azure Site Recovery support for ResourceTagging for VMware to Azure and HyperV to Azure providers.
* Azure Site Recovery support for Virtual Machine Scale Set for Azure to Azure provider.
* Added support for restoring unmanaged disks vm as managed disks.

#### Az.Resources
* Added parameter 'ObjectType' for 'New-AzRoleAssignment'

#### Az.ServiceFabric
* Upgraded Managed Cluster commands to use Service Fabric Managed Cluster SDK version 1.0.0 which uses service fabric resource provider api-version 2021-05-01.
* 'New-AzServiceFabricManagedCluster' add parameters UpgradeCadence and ZonalResiliency.
* 'New-AzServiceFabricManagedNodeType' add parameters DiskType, VmUserAssignedIdentity, IsStateless and MultiplePlacementGroup.
* 'New-AzServiceFabricManagedClusterService' and 'Set-AzServiceFabricManagedClusterService' mark parameters for deprecation: InstanceCloseDelayDuration, DropSourceReplicaOnMove and ServiceDnsName. They are not supported.

#### Az.ResourceMover
* General availability of 'Az.ResourceMover' module

#### Az.Storage
* Supported create/update storage account with KeyExpirationPeriod and SasExpirationPeriod
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
* Supported create/update storage account with keyvault encryption and access keyvault with user assigned identity
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
* Supported EdgeZone in create storage account
- 'New-AzStorageAccount'
* Fixed an issue that delete immutable blob will prompt incorrect message.
- 'Remove-AzStorageAccount'
* Allowed update Storage Account KeyVault properties by cleanup Keyversion to enable key auto rotation [#14769]
- 'Set-AzStorageAccount'
* Added breaking change warning message for upcoming cmdlet breaking change
- 'Remove-AzRmStorageShare'

### Thanks to our community contributors
* Thomas Lee (@doctordns), Update Get-AzEnvironment.md (#14704)
* Fabian (@FullByte), Example with wrong parameter (typo) (#14743)
* @gradinDotCom, Update Get-AzNetworkWatcherNextHop.md (#14813)
* Dr Greg Low (@greglow-sdu), Update Get-AzSqlServerDnsAlias.md (#14737)
* Prateek Singh (@PrateekKumarSingh)
* fixing a typo (#14779)
* fixing typo (#14773)
* Remco Eissing (@remcoeissing)
* Fixed typos in Restore-AzApiManagement (#14770)
* Example 2 to use New-AzPolicyExemption (#14716)
* @sharma224
* User identity changes (#14803)
* Supporting Customer managed key (#14680)
* Yannick Dils (@yannickdils), Update Location explanation (#14719)


## 5.8.0 - April 2021
#### Az.Accounts
* Fallback to first valid context if current default context key is 'Default' which is invalid
Expand Down
2 changes: 1 addition & 1 deletion setup/generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
$outputName ="Az-Cmdlets"

# generate the product name from the current month/year.
$productName = "Microsoft Azure PowerShell - April 2021"
$productName = "Microsoft Azure PowerShell - May 2021"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
12 changes: 6 additions & 6 deletions src/Aks/Aks/Az.Aks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/5/2021
# Generated on: 4/29/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.0.2'
ModuleVersion = '2.1.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -76,7 +76,7 @@ FunctionsToExport = @()

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = 'Get-AzAksCluster', 'New-AzAksCluster', 'Remove-AzAksCluster',
'Import-AzAksCredential', 'Start-AzAksDashboard',
'Import-AzAksCredential', 'Start-AzAksDashboard',
'Stop-AzAksDashboard', 'Set-AzAksCluster', 'New-AzAksNodePool',
'Update-AzAksNodePool', 'Remove-AzAksNodePool', 'Get-AzAksNodePool',
'Install-AzAksKubectl', 'Get-AzAksVersion', 'Enable-AzAksAddOn',
Expand Down Expand Up @@ -115,9 +115,9 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Refined error messages of cmdlet failure.
* Upgraded exception handling to use Azure PowerShell related exceptions.
* Fixed the issue that user could not use provided service principal to create Kubernetes cluster. [#13938]'
ReleaseNotes = '* Added support ''AcrNameToAttach'' in ''Set-AzAksCluster''. [#14692]
* Added support ''AcrNameToDetach'' in ''Set-AzAksCluster''. [#14693]
* Added ''Set-AzAksClusterCredential'' to reset the ServicePrincipal of an existing AKS cluster.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Aks/Aks/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 2.1.0
* Added support `AcrNameToAttach` in `Set-AzAksCluster`. [#14692]
* Added support `AcrNameToDetach` in `Set-AzAksCluster`. [#14693]
* Added `Set-AzAksClusterCredential` to reset the ServicePrincipal of an existing AKS cluster.
Expand Down
4 changes: 2 additions & 2 deletions src/Aks/Aks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
[assembly: AssemblyVersion("2.0.2")]
[assembly: AssemblyFileVersion("2.0.2")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
7 changes: 3 additions & 4 deletions src/Automation/Automation/Az.Automation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 4/8/2021
# Generated on: 4/29/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.6.0'
ModuleVersion = '1.7.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -168,8 +168,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added support for Customer Managed Key Encryption with System Assigned Identity
* Fixed issue that disables the schedule for update deployment if schedule was re-created with same name'
ReleaseNotes = '* Added support for User Assigned Identities and PublicNetworkAccess flag'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Automation/Automation/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.7.0
* Added support for User Assigned Identities and PublicNetworkAccess flag

## Version 1.6.0
Expand Down
4 changes: 2 additions & 2 deletions src/Automation/Automation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
[assembly: AssemblyFileVersion("1.7.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
#endif
Expand Down
46 changes: 27 additions & 19 deletions src/Cdn/Cdn/Az.Cdn.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/23/2020
# Generated on: 4/29/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.6.0'
ModuleVersion = '1.7.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -91,22 +91,30 @@ CmdletsToExport = 'Get-AzCdnProfile', 'Get-AzCdnProfileSsoUrl', 'New-AzCdnProfil
'New-AzCdnDeliveryRule', 'New-AzCdnDeliveryRuleCondition',
'New-AzCdnDeliveryRuleAction', 'New-AzCdnDeliveryPolicy',
'New-AzCdnOrigin', 'Remove-AzCdnOrigin', 'New-AzCdnOriginGroup',
'Get-AzCdnOriginGroup', 'Remove-AzCdnOriginGroup', 'Set-AzCdnOriginGroup',

'Get-AzFrontDoorCdnCustomDomain', 'Get-AzFrontDoorCdnEndpoint', 'Get-AzFrontDoorCdnOrigin',
'Get-AzFrontDoorCdnOriginGroup', 'Get-AzFrontDoorCdnProfile', 'Get-AzFrontDoorCdnRoute',
'Get-AzFrontDoorCdnRuleSet', 'Get-AzFrontDoorCdnRule', 'Get-AzFrontDoorCdnSecret', 'Get-AzFrontDoorCdnSecurityPolicy',
'New-AzFrontDoorCdnCustomDomain', 'New-AzFrontDoorCdnEndpoint', 'New-AzFrontDoorCdnOrigin',
'New-AzFrontDoorCdnOriginGroup', 'New-AzFrontDoorCdnProfile', 'New-AzFrontDoorCdnRoute',
'New-AzFrontDoorCdnRule', 'New-AzFrontDoorCdnRuleAction',
'New-AzFrontDoorCdnRuleCondition', 'New-AzFrontDoorCdnRuleSet',
'New-AzFrontDoorCdnSecret', 'New-AzFrontDoorCdnSecurityPolicy',
'Remove-AzFrontDoorCdnCustomDomain','Remove-AzFrontDoorCdnEndpoint', 'Remove-AzFrontDoorCdnOriginGroup',
'Remove-AzFrontDoorCdnOrigin', 'Remove-AzFrontDoorCdnProfile', 'Remove-AzFrontDoorCdnRoute',
'Remove-AzFrontDoorCdnRule', 'Remove-AzFrontDoorCdnRuleSet', 'Remove-AzFrontDoorCdnSecret', 'Remove-AzFrontDoorCdnSecurityPolicy',
'Set-AzFrontDoorCdnCustomDomain','Set-AzFrontDoorCdnEndpoint', 'Set-AzFrontDoorCdnOriginGroup', 'Set-AzFrontDoorCdnOrigin',
'Set-AzFrontDoorCdnProfile', 'Set-AzFrontDoorCdnRoute', 'Set-AzFrontDoorCdnSecret', 'Set-AzFrontDoorCdnSecurityPolicy'

'Get-AzCdnOriginGroup', 'Remove-AzCdnOriginGroup',
'Set-AzCdnOriginGroup', 'Get-AzFrontDoorCdnCustomDomain',
'Get-AzFrontDoorCdnEndpoint', 'Get-AzFrontDoorCdnOrigin',
'Get-AzFrontDoorCdnOriginGroup', 'Get-AzFrontDoorCdnProfile',
'Get-AzFrontDoorCdnRoute', 'Get-AzFrontDoorCdnRuleSet',
'Get-AzFrontDoorCdnRule', 'Get-AzFrontDoorCdnSecret',
'Get-AzFrontDoorCdnSecurityPolicy',
'New-AzFrontDoorCdnCustomDomain', 'New-AzFrontDoorCdnEndpoint',
'New-AzFrontDoorCdnOrigin', 'New-AzFrontDoorCdnOriginGroup',
'New-AzFrontDoorCdnProfile', 'New-AzFrontDoorCdnRoute',
'New-AzFrontDoorCdnRule', 'New-AzFrontDoorCdnRuleAction',
'New-AzFrontDoorCdnRuleCondition', 'New-AzFrontDoorCdnRuleSet',
'New-AzFrontDoorCdnSecret', 'New-AzFrontDoorCdnSecurityPolicy',
'Remove-AzFrontDoorCdnCustomDomain',
'Remove-AzFrontDoorCdnEndpoint', 'Remove-AzFrontDoorCdnOriginGroup',
'Remove-AzFrontDoorCdnOrigin', 'Remove-AzFrontDoorCdnProfile',
'Remove-AzFrontDoorCdnRoute', 'Remove-AzFrontDoorCdnRule',
'Remove-AzFrontDoorCdnRuleSet', 'Remove-AzFrontDoorCdnSecret',
'Remove-AzFrontDoorCdnSecurityPolicy',
'Set-AzFrontDoorCdnCustomDomain', 'Set-AzFrontDoorCdnEndpoint',
'Set-AzFrontDoorCdnOriginGroup', 'Set-AzFrontDoorCdnOrigin',
'Set-AzFrontDoorCdnProfile', 'Set-AzFrontDoorCdnRoute',
'Set-AzFrontDoorCdnSecret', 'Set-AzFrontDoorCdnSecurityPolicy'

# Variables to export from this module
# VariablesToExport = @()

Expand Down Expand Up @@ -140,7 +148,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added cmdlets to support multi-origin and private link functionality '
ReleaseNotes = '* Added cmdlets to support new AFD Premium / Standard SKUs'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Cdn/Cdn/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->

## Upcoming Release

## Version 1.7.0
* Added cmdlets to support new AFD Premium / Standard SKUs

## Version 1.6.0
Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
[assembly: AssemblyFileVersion("1.7.0")]
14 changes: 5 additions & 9 deletions src/Compute/Compute/Az.Compute.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 4/8/2021
# Generated on: 4/29/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '4.11.0'
ModuleVersion = '4.12.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -205,13 +205,9 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed a bug when 1 data disk attached to VMSS for Remove-AzVmssDataDisk [#13368]
* Added new cmdlets to support TrustedLaunch related cmdlets:
- ''Set-AzVmSecurityProfile''
- ''Set-AzVmUefi''
- ''Set-AzVmssSecurityProfile''
- ''Set-AzVmssUefi''
* Edited default value for Size parameter in New-AzVM cmdlet from Standard_DS1_v2 to Standard_D2s_v3.'
ReleaseNotes = '* Updated the ''Set-AzVMDiskEncryptionExtension'' cmdlet to support ADE extension migration from two pass (version with AAD input parameters) to single pass (version without AAD input parameters).
- Added a switch parameter ''-Migrate'' to trigger migration workflow.
- Added a switch parameter ''-MigrationRecovery'' to trigger recovery workflow for VMs experiencing failures after migration from two pass ADE.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
-->
## Upcoming Release

## Version 4.12.0
* Updated the `Set-AzVMDiskEncryptionExtension` cmdlet to support ADE extension migration from two pass (version with AAD input parameters) to single pass (version without AAD input parameters).
- Added a switch parameter `-Migrate` to trigger migration workflow.
- Added a switch parameter `-MigrationRecovery` to trigger recovery workflow for VMs experiencing failures after migration from two pass ADE.
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
[assembly: AssemblyVersion("4.11.0")]
[assembly: AssemblyFileVersion("4.11.0")]
[assembly: AssemblyVersion("4.12.0")]
[assembly: AssemblyFileVersion("4.12.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
4 changes: 2 additions & 2 deletions src/DataFactory/DataFactories/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
[assembly: AssemblyVersion("1.11.5")]
[assembly: AssemblyFileVersion("1.11.5")]
[assembly: AssemblyVersion("1.12.0")]
[assembly: AssemblyFileVersion("1.12.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactories.Test")]
#endif
7 changes: 4 additions & 3 deletions src/DataFactory/DataFactoryV2/Az.DataFactory.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 3/17/2021
# Generated on: 4/29/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.11.5'
ModuleVersion = '1.12.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -172,7 +172,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Updated ADF .Net SDK version to 4.15.0'
ReleaseNotes = '* Added User Assigned Identities to Data Factory.
* Updated ADF .Net SDK version to 4.18.0'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/DataFactory/DataFactoryV2/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.12.0
* Added User Assigned Identities to Data Factory.
* Updated ADF .Net SDK version to 4.18.0

Expand Down
Loading

0 comments on commit a5730e9

Please sign in to comment.