Skip to content

Commit 40c28c1

Browse files
authored
release-2022-02-08 (#17009)
* Bump version * Bump version * Bump version * Bump version * Bump version Co-authored-by: wyunchi-ms <[email protected]>
1 parent 6c38a10 commit 40c28c1

File tree

253 files changed

+14886
-38343
lines changed

Some content is hidden

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

253 files changed

+14886
-38343
lines changed

ChangeLog.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
## 7.2.0 - February 2022
2+
#### Az.Accounts
3+
* Removed legacy assembly System.Private.ServiceModel and System.ServiceModel.Primitives [#16063]
4+
5+
#### Az.Aks
6+
* Fixed the typo in 'New-AzAksCluster' [#16733]
7+
8+
#### Az.Compute
9+
* Remove ProvisioningDetails property from PSRestorePoint object.
10+
* Updated 'Set-AzVmExtension' cmdlet to properly display '-Name' and '-Location' parameters as mandatory.
11+
* Edited 'New-AzVmssConfig' second example so it runs successfully by changing the Tag input to the correct format.
12+
* Added 'Hibernate' parameter to 'Stop-AzVm' cmdlet.
13+
* Added 'HibernationEnabled' parameter to 'New-AzVm', 'New-AzVmConfig', and 'Update-AzVm' cmdlets.
14+
* Added 'EnableHotpatching' parameter to the 'Set-AzVmssOSProfile' cmdlet.
15+
* Added 'ForceDeletion' parameter to Remove-AzVM and Remove-AzVMSS.
16+
17+
#### Az.DataFactory
18+
* Updated ADF .Net SDK version to 5.1.0
19+
20+
#### Az.EventHub
21+
* Added public network access to the 'Set-AzEventHubNetworkRuleSet' set cmdlet
22+
* Added 'New-AzEventHubSchemaGroup', 'Remove-AzEventHubSchemaGroup' and 'Get-AzEventHubSchemaGroup' in the eventhubs PS.
23+
24+
#### Az.HealthcareApis
25+
* HealthcareApis cmdlets will bump up API version which may introduce breaking change. Please contact us for more information.
26+
27+
#### Az.KeyVault
28+
* Improved the error message of Az.KeyVault.Extension [#16798]
29+
* Added default access policies for Key Vault key as 'All but purge'
30+
* Absorbed KeyOps from parameter when importing key from certificate on managed HSM [#16773]
31+
* Fixed a bug when updating key operations on managed HSM [#16774]
32+
* Fixed the issue when importing no-password certificate [#16742]
33+
34+
#### Az.OperationalInsights
35+
* Added logic to prevent exceptions while using 'StorageInsight' cmdlets.
36+
37+
#### Az.PolicyInsights
38+
* Added support for new remediation properties allowing the remediation of more resources with better control over the remediation rate and error handling
39+
* Added support of fetching very large sets of results by internally using paginated API calls for policy states and policy events commands
40+
41+
#### Az.RecoveryServices
42+
* Reverted the configure backup per policy limit for VMs from 1000 to 100. This limit was previously relaxed but as Azure portal has a limit of 100 VMs per policy, we are reverting this limit.
43+
* Added support for multiple backups per day for FileShares.
44+
* Segregated some of the CRR and non-CRR flows based on the SDK update.
45+
* Add EdgeZone parameter to Azure Site recovery service cmdlet 'New-AzRecoveryServicesAsrRecoveryPlan'
46+
47+
#### Az.Resources
48+
* Added proeprties 'onPremisesLastSyncDateTime', 'onPremisesSyncEnabled' to 'User' object [#16892]
49+
* Added additional properties when creating request for 'New-AzADServicePrincipal' and 'Update-AzADServicePrincipal' [#16847] [#16841]
50+
* Fixed 'DisplayName' and 'ApplicationId' for 'New-AzADAppCredential' [#16764]
51+
* Enabled password reset for 'Update-AzADUser' [#16869]
52+
* Updated parameter name 'EnableAccount' to 'AccountEnabled', and added alias 'EnableAccount' for 'Update-AzADUser' [#16753] [#16795]
53+
* Fixed 'Set-AzPolicyAssignment' does not remove 'notScope' if empty [#15828]
54+
55+
#### Az.ServiceBus
56+
* Added support to Enable or Disable Public Network Access as optional parameter 'PublicNetworkAccess' to 'Set-AzServiceBusNetworkRuleSet'
57+
* Fixed 'Set-AzServiceBusNamespace' with Tags
58+
59+
#### Az.Sql
60+
* Deprecation of Get-AzSqlDatabaseTransparentDataEncryptionActivity cmdlet
61+
* Fixed cmdlets for Azure Active Directory Admin 'AzureSqlServerActiveDirectoryAdministratorAdapter' and 'AzureSqlInstanceActiveDirectoryAdministratorAdapter' migrate from 'AzureEnvironment.Endpoint.AzureEnvironment.Endpoint.Graph' to 'AzureEnvironment.ExtendedEndpoint.MicrosoftGraphUrl'
62+
63+
#### Az.StackHCI
64+
* Adding support cmdlet for Remote Support
65+
- New cmdlets - Install-AzStackHCIRemoteSupport, Remove-AzStackHCIRemoteSupport, Enable-AzStackHCIRemoteSupport, Disable-AzStackHCIRemoteSupport, Get-AzStackHCIRemoteSupportAccess,Get-AzStackHCIRemoteSupportSessionHistory
66+
67+
#### Az.Storage
68+
* Fixed the issue that output number in console when update/copy blob sometimes [#16783]
69+
- 'Set-AzStorageBlobContent'
70+
- 'Copy-AzStorageBlob'
71+
* Updated help file, added more description for the asynchronous blob copy.
72+
- 'Start-AzStorageBlobCopy'
73+
74+
#### Az.TrafficManager
75+
* Added two new optional parameters 'MinChildEndpointsIPv4' and 'MinChildEndpointsIPv6' for nested endpoints
76+
77+
#### Az.Websites
78+
* Updated 'New-AzAppServicePlan' to create an app service plan with host environment id #16094
79+
180
## 7.1.0 - January 2022
281
#### Az.Accounts
382
* Copied 'ServicePrincipalSecret' and 'CertificatePassword' from Az.Accounts buildin profile to customer set profile. [#16617]

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 2022"
40+
$productName = "Microsoft Azure PowerShell - February 2022"
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.7.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.2'; })
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: 3 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: 12/31/2021
6+
# Generated on: 1/29/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.7.1'
15+
ModuleVersion = '2.7.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -145,10 +145,7 @@ PrivateData = @{
145145
# IconUri = ''
146146

147147
# ReleaseNotes of this module
148-
ReleaseNotes = '* Copied ''ServicePrincipalSecret'' and ''CertificatePassword'' from Az.Accounts buildin profile to customer set profile. [#16617]
149-
* Updated help message and help markdown for parameter ''Tenant'' of the cmdlet ''Set-AzContext''. [#16515]
150-
* Fixed the issue that Azure PowerShell could not work in a workflow. [#16408]
151-
* Fixed the doubled Api Version in the URI of the underlying request issued by ''Invoke-AzRestMethod''. [#16615]'
148+
ReleaseNotes = '* Removed legacy assembly System.Private.ServiceModel and System.ServiceModel.Primitives [#16063]'
152149

153150
# Prerelease string of this module
154151
# 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.7.2
2224
* Removed legacy assembly System.Private.ServiceModel and System.ServiceModel.Primitives [#16063]
2325

2426
## Version 2.7.1

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.7.1")]
47-
[assembly: AssemblyFileVersion("2.7.1")]
46+
[assembly: AssemblyVersion("2.7.2")]
47+
[assembly: AssemblyFileVersion("2.7.2")]
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.7.1")]
47-
[assembly: AssemblyFileVersion("2.7.1")]
46+
[assembly: AssemblyVersion("2.7.2")]
47+
[assembly: AssemblyFileVersion("2.7.2")]

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.7.1")]
52-
[assembly: AssemblyFileVersion("2.7.1")]
51+
[assembly: AssemblyVersion("2.7.2")]
52+
[assembly: AssemblyFileVersion("2.7.2")]

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

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

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("3.1.0")]
28-
[assembly: AssemblyFileVersion("3.1.0")]
27+
[assembly: AssemblyVersion("3.1.1")]
28+
[assembly: AssemblyFileVersion("3.1.1")]

0 commit comments

Comments
 (0)