Skip to content

Commit 4bad9b6

Browse files
authored
Merge pull request #14600 from Azure/release-2021-03-23
[Do not squash] release-2021-03-23
2 parents 57100d0 + 5ea10fe commit 4bad9b6

File tree

1,264 files changed

+274844
-55683
lines changed

Some content is hidden

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

1,264 files changed

+274844
-55683
lines changed

ChangeLog.md

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,117 @@
1+
## 5.7.0 - March 2021
2+
#### Az.Accounts
3+
* Fixed incorrect warning message on Windows PowerShell [#14556]
4+
* Set Azure Environment variable 'AzureKeyVaultServiceEndpointResourceId' according to the value of 'AzureKeyVaultDnsSuffix' when discovering environment
5+
6+
#### Az.Automation
7+
* Fixed the issue for starting Python3 runbooks with parameters
8+
9+
#### Az.DataFactory
10+
* Updated ADF .Net SDK version to 4.15.0
11+
12+
#### Az.EventHub
13+
* Fixed that 'New-AzServiceBusAuthorizationRuleSASToken' returns invalid token. [#12975]
14+
15+
#### Az.IotHub
16+
* Updated IoT Hub Management SDK and models to version 3.0.0 (api-version 2020-03-01)
17+
18+
#### Az.KeyVault
19+
* Supported upcoming new API design for 'Export-AzKeyVaultSecurityDomain'
20+
* Fixed several typos in cmdlet messages [#14341]
21+
22+
#### Az.Network
23+
* Added new cmdlets to replace old product name 'virtual router' with new name 'route server' in the future.
24+
- 'Get-AzRouteServerPeerAdvertisedRoute'
25+
- 'Get-AzRouteServerPeerAdvertisedRoute'
26+
- Added deprecation attribute warning to the old cmdlets.
27+
* Updated 'set-azExpressRouteGateway' to allow parameter -MinScaleUnits without specifying -MaxScaleUnits
28+
* Updated cmdlets to enable setting of VpnLinkConnectionMode on VpnSiteLinkConnections.
29+
- 'New-AzVpnSiteLinkConnection'
30+
- 'Update-AzVpnConnection'
31+
* Added new cmdlet to fetch IKE Security Associations for VPN Site Link Connections.
32+
- 'Get-VpnSiteLinkConnectionIkeSa'
33+
* Added new cmdlet to reset a Virtual Network Gateway Connection.
34+
- 'Reset-AzVirtualNetworkGatewayConnection'
35+
* Added new cmdlet to reset a Vpn Site Link Connection.
36+
- 'Reset-VpnSiteLinkConnection'
37+
* Updated cmdlets to enable setting an optional parameter -TrafficSelectorPolicies
38+
- 'New-AzVpnConnection'
39+
- 'Update-AzVpnConnection'
40+
* Bug fix for update vpnServerConfiguration.
41+
* Add scenarioTest for p2s multi auth VWAN.
42+
* Added multi auth feature support for VNG
43+
- 'Get-AzVpnClientConfiguration'
44+
- 'New-AzVirtualNetworkGateway'
45+
- 'Set-AzVirtualNetworkGateway'
46+
47+
#### Az.RecoveryServices
48+
* Added Cross Zonal Restore for managed virtual machines.
49+
50+
#### Az.RedisEnterpriseCache
51+
* GA version of Az.RedisEnterpriseCache
52+
53+
#### Az.Resources
54+
* Redirected bicep message to verbose stream
55+
* Removed the logic of copying Bicep template file to temp folder.
56+
* Add support of policy exemption resource type
57+
* Fixed what-if functionality when using '-QueryString' parameter.
58+
* Normalized '-QueryString' starting with '?' for scenarios involving dynamic parameters.
59+
60+
#### Az.ServiceBus
61+
* Fixed that 'New-AzServiceBusAuthorizationRuleSASToken' returns invalid token. [#12975]
62+
63+
#### Az.ServiceFabric
64+
* Added parameters 'VMImagePublisher', 'VMImageOffer', 'VMImageSku', 'VMImageVersion' to 'Add-AzServiceFabricNodeType' to facilitate easy alternate OS image creation for new node type.
65+
* Added parameter 'IsPrimaryNodeType' to 'Add-AzServiceFabricNodeType' to be able to create an additional primary node type, for the purpose of transitioning the primary node type to another one in the case of OS migration.
66+
* 'Add-AzServiceFabricNodeType' now correctly copies the LinuxDiagnostic extension. This was previously not working for Linux.
67+
* 'Add-AzServiceFabricNodeType' now correctly copies the RDP/SSH load balancer inbound NAT port mapping to the new node type.
68+
* Added template for 'UbuntuServer1804' for creating Ubuntu 18.04 clusters using 'New-AzServiceFabricCluster'.
69+
* 'Remove-AzServiceFabricNodeType' was incorrectly blocking Bronze durability node types for removal, and this has been updated to only block when the Bronze durability level differs between the SF node type and VMSS setting.
70+
* Added cmdlet 'Update-AzServiceFabricVmImage' to update the delivered SF runtime package type. This must be changed when migrating from Ubuntu 16 to 18.
71+
* Added cmdlet 'Update-AzServiceFabricNodeType' to update the properties of a cluster node type. For now this is solely used to update whether the node type is primary via bool parameter '-IsPrimaryNodeType False'.
72+
* 'Update-AzServiceFabricReliability' is now able to update reliability level when the cluster has more than one primary node type. To do this, the name of the node type is supplied via the new -NodeType parameter.
73+
* Added new cmdlets for managed applications:
74+
- 'New-AzServiceFabricManagedClusterApplication'
75+
- 'Get-AzServiceFabricManagedClusterApplication'
76+
- 'Set-AzServiceFabricManagedClusterApplication'
77+
- 'Remove-AzServiceFabricManagedClusterApplication'
78+
- 'New-AzServiceFabricManagedClusterApplicationType'
79+
- 'Get-AzServiceFabricManagedClusterApplicationType'
80+
- 'Set-AzServiceFabricManagedClusterApplicationType'
81+
- 'Remove-AzServiceFabricManagedClusterApplicationType'
82+
- 'New-AzServiceFabricManagedClusterApplicationTypeVersion'
83+
- 'Get-AzServiceFabricManagedClusterApplicationTypeVersion'
84+
- 'Set-AzServiceFabricManagedClusterApplicationTypeVersion'
85+
- 'Remove-AzServiceFabricManagedClusterApplicationTypeVersion'
86+
- 'New-AzServiceFabricManagedClusterService'
87+
- 'Get-AzServiceFabricManagedClusterService'
88+
- 'Set-AzServiceFabricManagedClusterService'
89+
- 'Remove-AzServiceFabricManagedClusterService'
90+
* Upgraded Managed Cluster commands to use Service Fabric Managed Cluster SDK version 1.0.0-beta.1 which uses service fabric resource provider api-version 2021-01-01-preview.
91+
92+
#### Az.Sql
93+
* Added cmdlet 'New-AzSqlServerTrustGroup'
94+
* Added cmdlet 'Remove-AzSqlServerTrustGroup'
95+
* Added cmdlet 'Get-AzSqlServerTrustGroup'
96+
97+
#### Az.Storage
98+
* Fixed an issue that list account from resource group won't use nextlink
99+
- 'Get-AzStorageAccount'
100+
* Supported ChangeFeedRetentionInDays when Enable ChangeFeed on Blob service
101+
- 'Update-AzStorageBlobServiceProperty'
102+
103+
#### Az.Websites
104+
* Updated 'Add-AzWebAppAccessRestrictionRule' to allow all supported Service Tags and validate against Service Tag API.
105+
106+
### Thanks to our community contributors
107+
* Freddie Sackur (@fsackur), Fix invalid SAS token from New-AzServiceBusAuthorizationRuleSASToken and New-AzEventHubAuthorizationRuleSASToken (#14535)
108+
* Serafín Martín (@infoTrainingym), Unkown parameter (#14515)
109+
* João Carlos Ferra de Almeida (@Jalmeida1994), Update Get-AzAksNodePool.md (#14503)
110+
* Liam Barnett (@liambarnett), Fixed 3 typos in the document (#14335)
111+
* @sbojjawar-Msft, Update Set-AzSqlDatabaseVulnerabilityAssessmentRuleBaseline.md (#14432)
112+
* Yannick Dils (@yannickdils), Remove resource group from get-azloadbalancer this results in a region / zone update. (#14417)
113+
114+
1115
## 5.6.0 - March 2021
2116
#### Az.Accounts
3117
* Upgrade Azure.Identity to fix the issue that Connect-AzAccount fails when ADFS credential is used [#13560]
@@ -24,6 +138,11 @@
24138
- 'Remove-AzContainerService'
25139
- 'Remove-AzContainerServiceAgentPoolProfile'
26140
- 'Update-AzContainerService'
141+
* Added new cmdlet `Set-AzVmUefi`
142+
* Added new cmdlet `Set-AzVmSecurityType`
143+
* Added new cmdlet `Set-AzVmssUefi`
144+
* Added new cmdlet `Set-AzVmssSecurityType`
145+
27146

28147
#### Az.ContainerRegistry
29148
* Fixed authentication for `Connect-AzContainerRegistry`

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Data Factory | `Az.DataFactory`
4646
Data Lake Analytics | `Az.DataLakeAnalytics` | [![DataLakeAnalytics]][DataLakeAnalyticsGallery]
4747
Data Lake Store | `Az.DataLakeStore` | [![DataLakeStore]][DataLakeStoreGallery]
4848
Data Migration | `Az.DataMigration` | [![DataMigration]][DataMigrationGallery]
49+
Data Protection | `Az.DataProtection` | [![DataProtection]][DataProtectionGallery]
4950
Data Share | `Az.DataShare` | [![DataShare]][DataShareGallery]
5051
Dedicated HSM | `Az.DedicatedHsm` | [![DedicatedHsm]][DedicatedHsmGallery]
5152
Deployment Manager | `Az.DeploymentManager` | [![DeploymentManager]][DeploymentManagerGallery]
@@ -169,6 +170,7 @@ Windows Iot Services | `Az.WindowsIotServices`
169170
[DataLakeAnalytics]: https://img.shields.io/powershellgallery/v/Az.DataLakeAnalytics.svg?style=flat-square&label=Az.DataLakeAnalytics
170171
[DataLakeStore]: https://img.shields.io/powershellgallery/v/Az.DataLakeStore.svg?style=flat-square&label=Az.DataLakeStore
171172
[DataMigration]: https://img.shields.io/powershellgallery/v/Az.DataMigration.svg?style=flat-square&label=Az.DataMigration
173+
[DataProtection]: https://img.shields.io/powershellgallery/v/Az.DataProtection.svg?style=flat-square&label=Az.DataProtection
172174
[DataShare]: https://img.shields.io/powershellgallery/v/Az.DataShare.svg?style=flat-square&label=Az.DataShare
173175
[DedicatedHsm]: https://img.shields.io/powershellgallery/v/Az.DedicatedHsm.svg?style=flat-square&label=Az.DedicatedHsm
174176
[DeploymentManager]: https://img.shields.io/powershellgallery/v/Az.DeploymentManager.svg?style=flat-square&label=Az.DeploymentManager
@@ -290,6 +292,7 @@ Windows Iot Services | `Az.WindowsIotServices`
290292
[DataLakeAnalyticsGallery]: https://www.powershellgallery.com/packages/Az.DataLakeAnalytics/
291293
[DataLakeStoreGallery]: https://www.powershellgallery.com/packages/Az.DataLakeStore/
292294
[DataMigrationGallery]: https://www.powershellgallery.com/packages/Az.DataMigration/
295+
[DataProtectionGallery]: https://www.powershellgallery.com/packages/Az.DataProtection/
293296
[DataShareGallery]: https://www.powershellgallery.com/packages/Az.DataShare/
294297
[DedicatedHsmGallery]: https://www.powershellgallery.com/packages/Az.DedicatedHsm/
295298
[DeploymentManagerGallery]: https://www.powershellgallery.com/packages/Az.DeploymentManager/

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.6'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.7'; })
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/26/2021
6+
# Generated on: 3/17/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.2.6'
15+
ModuleVersion = '2.2.7'
1616

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

145145
# ReleaseNotes of this module
146-
ReleaseNotes = '* Upgrade Azure.Identity to fix the issue that Connect-AzAccount fails when ADFS credential is used [#13560]'
146+
ReleaseNotes = '* Fixed incorrect warning message on Windows PowerShell [#14556]
147+
* Set Azure Environment variable ''AzureKeyVaultServiceEndpointResourceId'' according to the value of ''AzureKeyVaultDnsSuffix'' when discovering environment '
147148

148149
# Prerelease string of this module
149150
# Prerelease = ''

src/Accounts/Accounts/AzureRmAlias/Mappings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@
520520
"Remove-AzVmssDataDisk": "Remove-AzureRmVmssDataDisk",
521521
"Remove-AzVmssNetworkInterfaceConfiguration": "Remove-AzureRmVmssNetworkInterfaceConfiguration",
522522
"Set-AzVmssOsProfile": "Set-AzureRmVmssOsProfile",
523+
"Set-AzVmssSecurityType": "Set-AzureRmVmssSecurityType",
524+
"Set-AzVmssUefi": "Set-AzureRmVmssUefi",
523525
"Set-AzVmssStorageProfile": "Set-AzureRmVmssStorageProfile",
524526
"New-AzVmss": "New-AzureRmVmss",
525527
"Update-AzVmss": "Update-AzureRmVmss",

src/Accounts/Accounts/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 2.2.7
23+
* Fixed incorrect warning message on Windows PowerShell [#14556]
24+
* Set Azure Environment variable `AzureKeyVaultServiceEndpointResourceId` according to the value of `AzureKeyVaultDnsSuffix` when discovering environment
25+
2226
## Version 2.2.6
2327
* Upgrade Azure.Identity to fix the issue that Connect-AzAccount fails when ADFS credential is used [#13560]
2428

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.6")]
47-
[assembly: AssemblyFileVersion("2.2.6")]
46+
[assembly: AssemblyVersion("2.2.7")]
47+
[assembly: AssemblyFileVersion("2.2.7")]
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.6")]
47-
[assembly: AssemblyFileVersion("2.2.6")]
46+
[assembly: AssemblyVersion("2.2.7")]
47+
[assembly: AssemblyFileVersion("2.2.7")]

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.6")]
52-
[assembly: AssemblyFileVersion("2.2.6")]
51+
[assembly: AssemblyVersion("2.2.7")]
52+
[assembly: AssemblyFileVersion("2.2.7")]

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.6'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.7'; })
5555

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

0 commit comments

Comments
 (0)