Skip to content

Commit a5730e9

Browse files
authored
2021-05-04 (#14876)
* release-2021-05-04 * Update ChangeLog.md * Update ChangeLog.md
1 parent 5e0f466 commit a5730e9

File tree

97 files changed

+65451
-8942
lines changed

Some content is hidden

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

97 files changed

+65451
-8942
lines changed

ChangeLog.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1+
## 5.9.0 - May 2021
2+
#### Az.Aks
3+
* Added support 'AcrNameToAttach' in 'Set-AzAksCluster'. [#14692]
4+
* Added support 'AcrNameToDetach' in 'Set-AzAksCluster'. [#14693]
5+
* Added 'Set-AzAksClusterCredential' to reset the ServicePrincipal of an existing AKS cluster.
6+
7+
#### Az.Automation
8+
* Added support for User Assigned Identities and PublicNetworkAccess flag
9+
10+
#### Az.Cdn
11+
* Added cmdlets to support new AFD Premium / Standard SKUs
12+
13+
#### Az.Compute
14+
* 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).
15+
- Added a switch parameter '-Migrate' to trigger migration workflow.
16+
- Added a switch parameter '-MigrationRecovery' to trigger recovery workflow for VMs experiencing failures after migration from two pass ADE.
17+
18+
#### Az.DataFactory
19+
* Added User Assigned Identities to Data Factory.
20+
* Updated ADF .Net SDK version to 4.18.0
21+
22+
#### Az.FrontDoor
23+
* Allowed Enable-AzFrontDoorCustomDomainHttps's SecretVersion parameter to be optional to support bring-your-own-certificate auto-rotation
24+
25+
#### Az.KeyVault
26+
* Fixed a bug for 'Get-AzKeyVaultSecret -IncludeVersions' when current version is disabled [#14740]
27+
* Displayed error code and message when updating purged secret [#14800]
28+
29+
#### Az.RecoveryServices
30+
* Azure Site Recovery support for Multiple IP per NIC for Azure to Azure provider.
31+
* Azure Site Recovery support for SqlServerLicenseType for VMware to Azure and HyperV to Azure providers.
32+
* Azure Site Recovery support for Availability set for VMware to Azure and HyperV to Azure providers.
33+
* Azure Site Recovery support for TargetVmSize for VMware to Azure and HyperV to Azure providers.
34+
* Azure Site Recovery support for ResourceTagging for VMware to Azure and HyperV to Azure providers.
35+
* Azure Site Recovery support for Virtual Machine Scale Set for Azure to Azure provider.
36+
* Added support for restoring unmanaged disks vm as managed disks.
37+
38+
#### Az.Resources
39+
* Added parameter 'ObjectType' for 'New-AzRoleAssignment'
40+
41+
#### Az.ServiceFabric
42+
* 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.
43+
* 'New-AzServiceFabricManagedCluster' add parameters UpgradeCadence and ZonalResiliency.
44+
* 'New-AzServiceFabricManagedNodeType' add parameters DiskType, VmUserAssignedIdentity, IsStateless and MultiplePlacementGroup.
45+
* 'New-AzServiceFabricManagedClusterService' and 'Set-AzServiceFabricManagedClusterService' mark parameters for deprecation: InstanceCloseDelayDuration, DropSourceReplicaOnMove and ServiceDnsName. They are not supported.
46+
47+
#### Az.ResourceMover
48+
* General availability of 'Az.ResourceMover' module
49+
50+
#### Az.Storage
51+
* Supported create/update storage account with KeyExpirationPeriod and SasExpirationPeriod
52+
- 'New-AzStorageAccount'
53+
- 'Set-AzStorageAccount'
54+
* Supported create/update storage account with keyvault encryption and access keyvault with user assigned identity
55+
- 'New-AzStorageAccount'
56+
- 'Set-AzStorageAccount'
57+
* Supported EdgeZone in create storage account
58+
- 'New-AzStorageAccount'
59+
* Fixed an issue that delete immutable blob will prompt incorrect message.
60+
- 'Remove-AzStorageAccount'
61+
* Allowed update Storage Account KeyVault properties by cleanup Keyversion to enable key auto rotation [#14769]
62+
- 'Set-AzStorageAccount'
63+
* Added breaking change warning message for upcoming cmdlet breaking change
64+
- 'Remove-AzRmStorageShare'
65+
66+
### Thanks to our community contributors
67+
* Thomas Lee (@doctordns), Update Get-AzEnvironment.md (#14704)
68+
* Fabian (@FullByte), Example with wrong parameter (typo) (#14743)
69+
* @gradinDotCom, Update Get-AzNetworkWatcherNextHop.md (#14813)
70+
* Dr Greg Low (@greglow-sdu), Update Get-AzSqlServerDnsAlias.md (#14737)
71+
* Prateek Singh (@PrateekKumarSingh)
72+
* fixing a typo (#14779)
73+
* fixing typo (#14773)
74+
* Remco Eissing (@remcoeissing)
75+
* Fixed typos in Restore-AzApiManagement (#14770)
76+
* Example 2 to use New-AzPolicyExemption (#14716)
77+
* @sharma224
78+
* User identity changes (#14803)
79+
* Supporting Customer managed key (#14680)
80+
* Yannick Dils (@yannickdils), Update Location explanation (#14719)
81+
82+
183
## 5.8.0 - April 2021
284
#### Az.Accounts
385
* Fallback to first valid context if current default context key is 'Default' which is invalid

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

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

src/Aks/Aks/Az.Aks.psd1

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

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -76,7 +76,7 @@ FunctionsToExport = @()
7676

7777
# 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.
7878
CmdletsToExport = 'Get-AzAksCluster', 'New-AzAksCluster', 'Remove-AzAksCluster',
79-
'Import-AzAksCredential', 'Start-AzAksDashboard',
79+
'Import-AzAksCredential', 'Start-AzAksDashboard',
8080
'Stop-AzAksDashboard', 'Set-AzAksCluster', 'New-AzAksNodePool',
8181
'Update-AzAksNodePool', 'Remove-AzAksNodePool', 'Get-AzAksNodePool',
8282
'Install-AzAksKubectl', 'Get-AzAksVersion', 'Enable-AzAksAddOn',
@@ -115,9 +115,9 @@ PrivateData = @{
115115
# IconUri = ''
116116

117117
# ReleaseNotes of this module
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]'
118+
ReleaseNotes = '* Added support ''AcrNameToAttach'' in ''Set-AzAksCluster''. [#14692]
119+
* Added support ''AcrNameToDetach'' in ''Set-AzAksCluster''. [#14693]
120+
* Added ''Set-AzAksClusterCredential'' to reset the ServicePrincipal of an existing AKS cluster.'
121121

122122
# Prerelease string of this module
123123
# 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.1.0
2123
* Added support `AcrNameToAttach` in `Set-AzAksCluster`. [#14692]
2224
* Added support `AcrNameToDetach` in `Set-AzAksCluster`. [#14693]
2325
* Added `Set-AzAksClusterCredential` to reset the ServicePrincipal of an existing AKS cluster.

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.2")]
27-
[assembly: AssemblyFileVersion("2.0.2")]
26+
[assembly: AssemblyVersion("2.1.0")]
27+
[assembly: AssemblyFileVersion("2.1.0")]

src/Automation/Automation/Az.Automation.psd1

Lines changed: 3 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: 4/8/2021
6+
# Generated on: 4/29/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.6.0'
15+
ModuleVersion = '1.7.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -168,8 +168,7 @@ PrivateData = @{
168168
# IconUri = ''
169169

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

174173
# Prerelease string of this module
175174
# Prerelease = ''

src/Automation/Automation/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 1.7.0
2123
* Added support for User Assigned Identities and PublicNetworkAccess flag
2224

2325
## Version 1.6.0

src/Automation/Automation/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("1.6.0")]
47-
[assembly: AssemblyFileVersion("1.6.0")]
46+
[assembly: AssemblyVersion("1.7.0")]
47+
[assembly: AssemblyFileVersion("1.7.0")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
5050
#endif

src/Cdn/Cdn/Az.Cdn.psd1

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/23/2020
6+
# Generated on: 4/29/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.6.0'
15+
ModuleVersion = '1.7.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -91,22 +91,30 @@ CmdletsToExport = 'Get-AzCdnProfile', 'Get-AzCdnProfileSsoUrl', 'New-AzCdnProfil
9191
'New-AzCdnDeliveryRule', 'New-AzCdnDeliveryRuleCondition',
9292
'New-AzCdnDeliveryRuleAction', 'New-AzCdnDeliveryPolicy',
9393
'New-AzCdnOrigin', 'Remove-AzCdnOrigin', 'New-AzCdnOriginGroup',
94-
'Get-AzCdnOriginGroup', 'Remove-AzCdnOriginGroup', 'Set-AzCdnOriginGroup',
95-
96-
'Get-AzFrontDoorCdnCustomDomain', 'Get-AzFrontDoorCdnEndpoint', 'Get-AzFrontDoorCdnOrigin',
97-
'Get-AzFrontDoorCdnOriginGroup', 'Get-AzFrontDoorCdnProfile', 'Get-AzFrontDoorCdnRoute',
98-
'Get-AzFrontDoorCdnRuleSet', 'Get-AzFrontDoorCdnRule', 'Get-AzFrontDoorCdnSecret', 'Get-AzFrontDoorCdnSecurityPolicy',
99-
'New-AzFrontDoorCdnCustomDomain', 'New-AzFrontDoorCdnEndpoint', 'New-AzFrontDoorCdnOrigin',
100-
'New-AzFrontDoorCdnOriginGroup', 'New-AzFrontDoorCdnProfile', 'New-AzFrontDoorCdnRoute',
101-
'New-AzFrontDoorCdnRule', 'New-AzFrontDoorCdnRuleAction',
102-
'New-AzFrontDoorCdnRuleCondition', 'New-AzFrontDoorCdnRuleSet',
103-
'New-AzFrontDoorCdnSecret', 'New-AzFrontDoorCdnSecurityPolicy',
104-
'Remove-AzFrontDoorCdnCustomDomain','Remove-AzFrontDoorCdnEndpoint', 'Remove-AzFrontDoorCdnOriginGroup',
105-
'Remove-AzFrontDoorCdnOrigin', 'Remove-AzFrontDoorCdnProfile', 'Remove-AzFrontDoorCdnRoute',
106-
'Remove-AzFrontDoorCdnRule', 'Remove-AzFrontDoorCdnRuleSet', 'Remove-AzFrontDoorCdnSecret', 'Remove-AzFrontDoorCdnSecurityPolicy',
107-
'Set-AzFrontDoorCdnCustomDomain','Set-AzFrontDoorCdnEndpoint', 'Set-AzFrontDoorCdnOriginGroup', 'Set-AzFrontDoorCdnOrigin',
108-
'Set-AzFrontDoorCdnProfile', 'Set-AzFrontDoorCdnRoute', 'Set-AzFrontDoorCdnSecret', 'Set-AzFrontDoorCdnSecurityPolicy'
109-
94+
'Get-AzCdnOriginGroup', 'Remove-AzCdnOriginGroup',
95+
'Set-AzCdnOriginGroup', 'Get-AzFrontDoorCdnCustomDomain',
96+
'Get-AzFrontDoorCdnEndpoint', 'Get-AzFrontDoorCdnOrigin',
97+
'Get-AzFrontDoorCdnOriginGroup', 'Get-AzFrontDoorCdnProfile',
98+
'Get-AzFrontDoorCdnRoute', 'Get-AzFrontDoorCdnRuleSet',
99+
'Get-AzFrontDoorCdnRule', 'Get-AzFrontDoorCdnSecret',
100+
'Get-AzFrontDoorCdnSecurityPolicy',
101+
'New-AzFrontDoorCdnCustomDomain', 'New-AzFrontDoorCdnEndpoint',
102+
'New-AzFrontDoorCdnOrigin', 'New-AzFrontDoorCdnOriginGroup',
103+
'New-AzFrontDoorCdnProfile', 'New-AzFrontDoorCdnRoute',
104+
'New-AzFrontDoorCdnRule', 'New-AzFrontDoorCdnRuleAction',
105+
'New-AzFrontDoorCdnRuleCondition', 'New-AzFrontDoorCdnRuleSet',
106+
'New-AzFrontDoorCdnSecret', 'New-AzFrontDoorCdnSecurityPolicy',
107+
'Remove-AzFrontDoorCdnCustomDomain',
108+
'Remove-AzFrontDoorCdnEndpoint', 'Remove-AzFrontDoorCdnOriginGroup',
109+
'Remove-AzFrontDoorCdnOrigin', 'Remove-AzFrontDoorCdnProfile',
110+
'Remove-AzFrontDoorCdnRoute', 'Remove-AzFrontDoorCdnRule',
111+
'Remove-AzFrontDoorCdnRuleSet', 'Remove-AzFrontDoorCdnSecret',
112+
'Remove-AzFrontDoorCdnSecurityPolicy',
113+
'Set-AzFrontDoorCdnCustomDomain', 'Set-AzFrontDoorCdnEndpoint',
114+
'Set-AzFrontDoorCdnOriginGroup', 'Set-AzFrontDoorCdnOrigin',
115+
'Set-AzFrontDoorCdnProfile', 'Set-AzFrontDoorCdnRoute',
116+
'Set-AzFrontDoorCdnSecret', 'Set-AzFrontDoorCdnSecurityPolicy'
117+
110118
# Variables to export from this module
111119
# VariablesToExport = @()
112120

@@ -140,7 +148,7 @@ PrivateData = @{
140148
# IconUri = ''
141149

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

145153
# Prerelease string of this module
146154
# Prerelease = ''

src/Cdn/Cdn/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 1.7.0
2224
* Added cmdlets to support new AFD Premium / Standard SKUs
2325

2426
## Version 1.6.0

0 commit comments

Comments
 (0)