Skip to content

Commit ee3ffe1

Browse files
authored
release-2021-07-06 (#15402)
1 parent 77a5fb3 commit ee3ffe1

File tree

192 files changed

+48026
-32760
lines changed

Some content is hidden

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

192 files changed

+48026
-32760
lines changed

ChangeLog.md

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,127 @@
1+
## 6.2.0 - July 2021
2+
#### Az.Accounts
3+
* Added Tags, AuthorizationSource to PSAzureSusbscripiton and added TenantType, DefaultDomain, TenantBrandingLogoUrl, CountryCode to PSAzureTenant [#15220]
4+
* Upgraded subscription client to 2021-01-01 [#15220]
5+
* Removed Interactive mode check in common lib
6+
* Added endpoint of OperationalInsights to environment AzureChinaCloud [#15305]
7+
* Printed auto generated modules' default logs to verbose stream
8+
9+
#### Az.Aks
10+
* Added parameter 'AvailabilityZone' for 'New-AzAksNodePool'. [#14505]
11+
12+
#### Az.ApplicationInsights
13+
* Added read only property 'ConnectionString' and 'ApplicationId' to applicationinsights component
14+
15+
#### Az.Compute
16+
* Added optional parameter '-OrchestrationMode' to 'New-AzVmss' and 'New-AzVmssConfig'
17+
* Updated the following cmdlets to work when the resource uses a remote image source using AKS or Shared Image Gallery.
18+
- 'Update-AzVm'
19+
- 'Update-AzVmss'
20+
- 'Update-AzGalleryImageVersion'
21+
* Added parameters '-EnableCrossZoneUpgrade' and '-PrioritizeUnhealthyInstance' to the 'Set-AzVmssRollingUpgradePolicy'
22+
* Added 'AssessmentMode' parameter to the 'Set-AzVMOperatingSystem' cmdlet.
23+
* Fixed a bug in 'Add-AzVmssNetworkInterfaceConfiguration'
24+
* Fixed IOPS and throughput check in 'Test-AzVMAEMExtension'
25+
* Added new cmdlets for 2020-12-01 DiskRP API version
26+
- New-AzDiskPurchasePlanConfig
27+
- Set-AzDiskSecurityProfile
28+
* Changed Cmdlets for 2020-12-01 DiskRP API version
29+
- New-AzDiskConfig
30+
- New-AzSnapshotConfig
31+
- New-AzSnapshotUpdateConfig
32+
- New-AzDiskUpdateConfig
33+
- New-AzDiskEncryptionSetConfig
34+
- Update-AzDiskEncryptionSet
35+
36+
#### Az.CosmosDB
37+
* This release introduces the cmdlets for the features of Continuous Backup(Point in time restore):
38+
- Introduced support for creating accounts with continuous mode backup policy.
39+
- Introduced support for Point in time restore for accounts with continuous mode backup policy.
40+
- Introduced support to update the backup interval and backup retention for accounts with periodic mode backup policy.
41+
- Introduced support to list the restorable resources in a live database account.
42+
- Introduces support to specify analytical storage schema type on account creation/update.
43+
- The following cmdlets are added:
44+
- Restore-AzCosmosDBAccount, New-AzCosmosDBDatabaseToRestore, Get-AzCosmosDBRestorableDatabaseAccount,
45+
- Get-AzCosmosDBSqlRestorableDatabase, Get-AzCosmosDBSqlRestorableContainer, Get-AzCosmosDBSqlRestorableResource,
46+
- Get-AzCosmosDBMongoDBRestorableDatabase, Get-AzCosmosDBMongoDBRestorableCollection, Get-AzCosmosDBMongoDBRestorableResource.
47+
48+
#### Az.DataFactory
49+
* Added Customer Managed Key Encryption to DataFactory
50+
51+
#### Az.Functions
52+
* Added two additional app settings (WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING) for Linux Consumption apps. [15124]
53+
* Fixed bug with New-AzFunctionApp when created on Azure Gov. [13379]
54+
* Added Az.Functions cmdlets need to support creating and copying app settings with empty values. [14511]
55+
56+
#### Az.Monitor
57+
* Fixed null reference bug for 'Get-AzMetric' when 'ResultType' set to 'Metadata'
58+
* Fixed bug for 'Add-AzAutoscaleSetting' not able to pipe result from 'Get-AzAutoscaleSetting' [#13861]
59+
60+
#### Az.Network
61+
* Added public ip address as an optional parameter to create route server
62+
- 'New-AzRouteServer'
63+
* Updated cmdlets to enable specification of edge zone
64+
- 'New-AzPublicIpPrefix'
65+
- 'New-AzLoadBalancer'
66+
- 'New-AzPrivateLinkService'
67+
- 'New-AzPrivateEndpoint'
68+
* Added support for viewing extended location of virtual network in the console
69+
- 'New-AzVirtualNetwork'
70+
- 'Get-AzVirtualNetwork'
71+
* Added support for viewing extended location of public IP address in the console
72+
- 'New-AzPublicIpAddress'
73+
- 'Get-AzPublicIpAddress'
74+
75+
#### Az.RecoveryServices
76+
* Fixed Disable SQL AG AutoProtection.
77+
78+
#### Az.Security
79+
* General availability of Az.Security module
80+
* Changed the name of Get-AzRegulatoryComplainceAssessment to Get-AzRegulatoryComplianceAssessment to fix typo
81+
82+
#### Az.Sql
83+
* Added 'RestrictOutboundNetworkAccess' parameter to following cmdlets
84+
- 'New-AzSqlServer'
85+
- 'Set-AzSqlServer'
86+
* Added new cmdlets for CRUD operations on Allowed FQDNs of Outbound Firewall rules
87+
'Get-AzSqlServerOutboundFirewallRule'
88+
'New-AzSqlServerOutboundFirewallRule'
89+
'Remove-AzSqlServerOutboundFirewallRule'
90+
* Fixed the identity logic for SystemAssigned,UserAssigned identities for New-AzSqlServer, New-AzSqlInstance
91+
* Updated cmdlets for getting and updating SQL database's differential backup frequency
92+
'Get-AzSqlDatabaseBackupShortTermRetentionPolicy'
93+
'Set-AzSqlDatabaseBackupShortTermRetentionPolicy'
94+
* Fixed Partial PUT issue for Azure Policy in 'Set-AzSqlServer' and 'Set-AzSqlInstance'
95+
96+
#### Az.Storage
97+
* Supported enable/disable Blob container soft delete
98+
- 'Enable-AzStorageContainerDeleteRetentionPolicy'
99+
- 'Disable-AzStorageContainerDeleteRetentionPolicy'
100+
* Supported list deleted Blob containers
101+
- 'Get-AzRmStorageContainer'
102+
- 'Get-AzStorageContainer'
103+
* Supported restore deleted Blob container
104+
- 'Restore-AzStorageContainer'
105+
* Supported secure SMB setting in File service properties
106+
- 'Update-AzStorageFileServiceProperty'
107+
* Supported create account with EnableNfsV3
108+
- 'New-AzStorageAccount'
109+
* Supported input more copy blob parameters from pipeline [#15301]
110+
- 'Start-AzStorageBlobCopy'
111+
112+
#### Az.Websites
113+
* Fixed 'Import-AzWebAppKeyVaultCertificate' to support ServerFarmId [#15091]
114+
* Fixed 'Added an optional parameter to delete or keep Appservice plan when the last WebApp is removing from plan'
115+
116+
### Thanks to our community contributors
117+
* Mikey Bronowski (@MikeyBronowski)
118+
* Update Get-AzSynapseTriggerRun.md (#15231)
119+
* Update Get-AzSynapsePipelineRun.md by adding more examples covering more scenarios (#15232)
120+
* @mjsharma, Adding note for alternate commands (#15359)
121+
* @tomswedlund, Adding support for setting analytical storage schema type on account create/update for CosmosDB (#15362)
122+
* @ylabade, Fix web app parameter name in examples (#15291)
123+
124+
1125
## 6.1.0 - June 2021
2126
#### Az.Accounts
3127
* Added cmdlet 'Open-AzSurveyLink'

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.4.0'
15+
ModuleVersion = '2.5.0'
1616

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

147147
# ReleaseNotes of this module
148-
ReleaseNotes = '* Added cmdlet ''Open-AzSurveyLink''
149-
* Supported certificate file as input parameter of Connect-AzAccount'
148+
ReleaseNotes = '* Added Tags, AuthorizationSource to PSAzureSusbscripiton and added TenantType, DefaultDomain, TenantBrandingLogoUrl, CountryCode to PSAzureTenant [#15220]
149+
* Upgraded subscription client to 2021-01-01 [#15220]
150+
* Removed Interactive mode check in common lib
151+
* Added endpoint of OperationalInsights to environment AzureChinaCloud [#15305]
152+
* Printed auto generated modules'' default logs to verbose stream'
150153

151154
# Prerelease string of this module
152155
# 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.0
2224
* Added Tags, AuthorizationSource to PSAzureSusbscripiton and added TenantType, DefaultDomain, TenantBrandingLogoUrl, CountryCode to PSAzureTenant [#15220]
2325
* Upgraded subscription client to 2021-01-01 [#15220]
2426
* Removed Interactive mode check in common lib

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.4.0")]
47-
[assembly: AssemblyFileVersion("2.4.0")]
46+
[assembly: AssemblyVersion("2.5.0")]
47+
[assembly: AssemblyFileVersion("2.5.0")]
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.4.0")]
47-
[assembly: AssemblyFileVersion("2.4.0")]
46+
[assembly: AssemblyVersion("2.5.0")]
47+
[assembly: AssemblyFileVersion("2.5.0")]

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.4.0")]
52-
[assembly: AssemblyFileVersion("2.4.0")]
51+
[assembly: AssemblyVersion("2.5.0")]
52+
[assembly: AssemblyFileVersion("2.5.0")]

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

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

src/Aks/Aks/Az.Aks.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.1.1'
15+
ModuleVersion = '2.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -115,7 +115,7 @@ PrivateData = @{
115115
# IconUri = ''
116116

117117
# ReleaseNotes of this module
118-
ReleaseNotes = '* Fixed the issue that ''Set-AzAks'' will fail in Automation Runbook. [#15006]'
118+
ReleaseNotes = '* Added parameter ''AvailabilityZone'' for ''New-AzAksNodePool''. [#14505]'
119119

120120
# Prerelease string of this module
121121
# 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.2.0
2123
* Added parameter `AvailabilityZone` for `New-AzAksNodePool`. [#14505]
2224

2325
## Version 2.1.1

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.1.1")]
27-
[assembly: AssemblyFileVersion("2.1.1")]
26+
[assembly: AssemblyVersion("2.2.0")]
27+
[assembly: AssemblyFileVersion("2.2.0")]

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1

Lines changed: 4 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: 7/30/2020
6+
# Generated on: 7/2/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.3.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -47,7 +47,7 @@ PowerShellVersion = '5.1'
4747
DotNetFrameworkVersion = '4.7.2'
4848

4949
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
50-
# CLRVersion = ''
50+
# ClrVersion = ''
5151

5252
# Processor architecture (None, X86, Amd64) required by this module
5353
# ProcessorArchitecture = ''
@@ -114,7 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Fixed bug for ''Set-AzActionRule'' incorrectly parsed ''TargetResourceTypeCondition'' to ''MonitorCondition'' [#12258]'
117+
ReleaseNotes = '* Fixed bug for ''Set-AzActionRule'' when RecurrenceType is ''Once'' and no ''ReccurentValue'' provided [#14476]'
118118

119119
# Prerelease string of this module
120120
# Prerelease = ''

src/AlertsManagement/AlertsManagement/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 0.3.0
2123
* Fixed bug for `Set-AzActionRule` when RecurrenceType is "Once" and no "ReccurentValue" provided [#14476]
2224

2325
## Version 0.2.0

src/AlertsManagement/AlertsManagement/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("4381ecdd-5486-46fb-bef0-c0b2fb16bd54")]
27-
[assembly: AssemblyVersion("0.2.0")]
28-
[assembly: AssemblyFileVersion("0.2.0")]
27+
[assembly: AssemblyVersion("0.3.0")]
28+
[assembly: AssemblyFileVersion("0.3.0")]

src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.4.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',

src/AppConfiguration/Az.AppConfiguration.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.0'; })
5555

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

src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '1.1.1'
15+
ModuleVersion = '1.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -123,11 +123,7 @@ PrivateData = @{
123123
# IconUri = ''
124124

125125
# ReleaseNotes of this module
126-
ReleaseNotes = '* Fixed issue that ''ResourcegroupName'' is missed when executing below cmdlets with ''InputObject'' parameter [#14848]
127-
* ''Get-AzApplicationInsightsLinkedStorageAccount''
128-
* ''New-AzApplicationInsightsLinkedStorageAccount''
129-
* ''Update-AzApplicationInsightsLinkedStorageAccount''
130-
* ''Remove-AzApplicationInsightsLinkedStorageAccount'' '
126+
ReleaseNotes = '* Added read only property ''ConnectionString'' and ''ApplicationId'' to applicationinsights component'
131127

132128
# Prerelease string of this module
133129
# Prerelease = ''

src/ApplicationInsights/ApplicationInsights/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.2.0
2123
* Added read only property `ConnectionString` and `ApplicationId` to applicationinsights component
2224

2325
## Version 1.1.1

src/ApplicationInsights/ApplicationInsights/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("1.1.1")]
46-
[assembly: AssemblyFileVersion("1.1.1")]
45+
[assembly: AssemblyVersion("1.2.0")]
46+
[assembly: AssemblyFileVersion("1.2.0")]

0 commit comments

Comments
 (0)