Skip to content

Commit 6f548b8

Browse files
committed
August 2021 RC3
1 parent 347d314 commit 6f548b8

File tree

185 files changed

+47290
-23986
lines changed

Some content is hidden

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

185 files changed

+47290
-23986
lines changed

ChangeLog.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,101 @@
1+
## 6.3.0 - August 2021
2+
#### Az.Accounts
3+
* Disabled context auto saving when token cache persistence fails on Windows and macOS
4+
* Added PowerShell version into telemetry record
5+
* Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0
6+
* Updated Azure.Core to 1.16.0
7+
8+
#### Az.Aks
9+
* Added 'Start-AzAksCluster', 'Stop-AzAksCluster', 'Get-AzAksUpgradeProfile' and 'Get-AzAksNodePoolUpgradeProfile'. [#14194]
10+
* Added property 'IdentityProfile' in the output of 'Get-AzAksCluster'. [#12546]
11+
12+
#### Az.CognitiveServices
13+
* [Breaking Change] Changed type of PSCognitiveServicesAccount.Identity.Type from IdentityType to ResourceIdentityType.
14+
* [Breaking Change] Changed type of PSCognitiveServicesAccount.Sku.Tier from SkuTier to string.
15+
* [Breaking Change] Removed ActionRequired from PrivateLinkServiceConnectionState.
16+
* Updated PowerShell to use 2021-04-30 version.
17+
* Added 'Undo-AzCognitiveServicesAccountRemoval' cmdlet.
18+
* Added parameters '-RestrictOutboundNetworkAccess', '-AllowedFqdnList', '-DisableLocalAuth', '-KeyVaultIdentityClientId', '-IdentityType', '-UserAssignedIdentityId' to 'New-AzureCognitiveServicesAccount' and 'Set-AzureCognitiveServicesAccount'.
19+
* Added parameters '-InRemovedState', '-Location' to 'Remove-AzureCognitiveServicesAccount' and 'Get-AzureCognitiveServicesAccount'.
20+
21+
#### Az.Compute
22+
* Fixed the warning in 'New-AzVM' cmdlet stating the sku of the VM is being defaulted even if a sku size is provided by the user. Now it only occurs when the user does not provide a sku size.
23+
* Edited 'Set-AzVmOperatingSystem' cmdlet to no longer overwrite any existing EnableAutomaticUpdates value on the passed in virtual machine if it exists.
24+
* Updated Compute module to use the latest .Net SDK version 48.0.0.
25+
* Added new cmdlets for the Capacity Reservation Feature:
26+
- 'New-AzCapacityReservationGroup'
27+
- 'Remove-AzCapacityReservationGroup'
28+
- 'Get-AzCapacityReservationGroup'
29+
- 'New-AzCapacityReservation'
30+
- 'Remove-AzCapacityReservation'
31+
- 'Get-AzCapacityReservation'
32+
* Added a new parameter '-CapacityReservationGroupId' to the following cmdlets:
33+
- 'New-AzVm'
34+
- 'New-AzVmConfig'
35+
- 'New-AzVmss'
36+
- 'New-AzVmssConfig'
37+
- 'Update-AzVm'
38+
- 'Update-AzVmss'
39+
40+
#### Az.DataFactory
41+
* Updated ADF .Net SDK version to 4.21.0
42+
43+
#### Az.Migrate
44+
* Added SQL Server license type.
45+
* Added CRN feature.
46+
* Added resource tags feature.
47+
* Updated to 2021-02-10 api version.
48+
49+
#### Az.Monitor
50+
* Added parameter 'ResourceGroupName' back for 'Add-AzAutoscaleSetting' parameter set 'AddAzureRmAutoscaleSettingUpdateParamGroup' and made it optional [#15491]
51+
52+
#### Az.RecoveryServices
53+
* Added Archive for V1 vaults.
54+
* Added ProtectedItemsCount in Get-AzRecoveryServicesBackupProtectionPolicy.
55+
* Azure site recovery bug fix for azure to azure in update vm properties.
56+
57+
#### Az.RedisCache
58+
* Added 'RedisVersion' parameter in 'New-AzRedisCache' and 'Set-AzRedisCache'
59+
60+
#### Az.Resources
61+
* Fixed bug with 'PSResource' where some constructors left 'SubscriptionId' property unassigned/null. [#10783]
62+
* Added support for creating and updating Template Spec in Bicep file [#15313]
63+
* Added '-ProceedIfNoChange' parameter to deployment create cmdlets.
64+
65+
#### Az.ServiceFabric
66+
* Fixed Managed and Classic Application models (Application, Cluster, Service) by updating constructor to take all new properties
67+
- This solves piping related issues where piping the results directly from a Get cmdlet call into and Update or Set call remove some intentionally set properties
68+
- Updated appropriate test files to cover the above mentioned cases
69+
70+
#### Az.Sql
71+
* Fixed identity logic in 'Set-AzSqlServer' and 'Set-AzSqlInstance'
72+
73+
#### Az.Storage
74+
* Supported Blob Last Access Time
75+
- 'Enable-AzStorageBlobLastAccessTimeTracking'
76+
- 'Disable-AzStorageBlobLastAccessTimeTracking'
77+
- 'Add-AzStorageAccountManagementPolicyAction'
78+
* Made 'Get-AzDataLakeGen2ChildItem' list all datalake gen2 items by default, instead of needing user to list chunk by chunk.
79+
* Fixed BlobProperties is empty issue when using sas without prefix '?' [#15460]
80+
* Fixed synchronously copy small blob failure [#15548]
81+
- 'Copy-AzStorageBlob'
82+
83+
#### Az.Websites
84+
* Fixed 'Add-AzWebAppAccessRestrictionRule' failing when users does not have permissions to get Service Tag list #15316 and #14862
85+
86+
### Thanks to our community contributors
87+
* Borys Generalov (@bgener), Update Get-AzPolicyState.md (#15455)
88+
* Dean Mock (@deanmock), Update New-AzAutomationSchedule.md (#15371)
89+
* John Bevan (@JohnLBevan), #10783 - Fix for Get-AzResource returning PSResource with null SubscriptionId (#15106)
90+
* Michael Mejias Sanchez (@mikemej), Update - Update deployment (external VNET) (#15391)
91+
* @mjsharma, Adding note for alternate commands (#15360)
92+
* Ked Mardemootoo (@nocticdr), Fixed some typos for added clarity (#15428)
93+
* Pascal Berger (@pascalberger), Fix parameter name in Sync-AzVirtualNetworkPeering examples (#15493)
94+
* @rcabr, Doc fix in Get-AzStorageContainer (#15476)
95+
* AAron (@S-AA-RON), Update New-AzNetworkSecurityGroup.md (#15512)
96+
* 坂本ポテコ (@sakamoto-poteko), Update New-AzVMConfig.md (#15376)
97+
* @Shawn-Yuen, Update Remove-AzDataLakeGen2Item.md (#15388)
98+
199
## 6.2.1 - July 2021
2100
#### Az.Accounts
3101
* Fixed access error when subscripiton has no 'Tags' property [#15425].

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 - July 2021"
40+
$productName = "Microsoft Azure PowerShell - August 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.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.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: 6 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: 7/9/2021
6+
# Generated on: 2021/7/29
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.5.1'
15+
ModuleVersion = '2.5.2'
1616

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

147147
# ReleaseNotes of this module
148-
ReleaseNotes = '* Fixed access error when subscripiton has no ''Tags'' property [#15425].'
148+
ReleaseNotes = '* Disabled context auto saving when token cache persistence fails on Windows and macOS
149+
* Added PowerShell version into telemetry record
150+
* Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0
151+
* Updated Azure.Core to 1.16.0'
149152

150153
# Prerelease string of this module
151154
# 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.5.2
2224
* Disabled context auto saving when token cache persistence fails on Windows and macOS
2325
* Added PowerShell version into telemetry record
2426
* Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0

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.5.1")]
47-
[assembly: AssemblyFileVersion("2.5.1")]
46+
[assembly: AssemblyVersion("2.5.2")]
47+
[assembly: AssemblyFileVersion("2.5.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.5.1")]
47-
[assembly: AssemblyFileVersion("2.5.1")]
46+
[assembly: AssemblyVersion("2.5.2")]
47+
[assembly: AssemblyFileVersion("2.5.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.5.1")]
52-
[assembly: AssemblyFileVersion("2.5.1")]
51+
[assembly: AssemblyVersion("2.5.2")]
52+
[assembly: AssemblyFileVersion("2.5.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.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.2'; })
5555

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

src/Aks/Aks.Autorest/Az.Aks.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.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.2'; })
5555

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

0 commit comments

Comments
 (0)