Skip to content

release-2021-07-06 #15402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 124 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,127 @@
## 6.2.0 - July 2021
#### Az.Accounts
* Added Tags, AuthorizationSource to PSAzureSusbscripiton and added TenantType, DefaultDomain, TenantBrandingLogoUrl, CountryCode to PSAzureTenant [#15220]
* Upgraded subscription client to 2021-01-01 [#15220]
* Removed Interactive mode check in common lib
* Added endpoint of OperationalInsights to environment AzureChinaCloud [#15305]
* Printed auto generated modules' default logs to verbose stream

#### Az.Aks
* Added parameter 'AvailabilityZone' for 'New-AzAksNodePool'. [#14505]

#### Az.ApplicationInsights
* Added read only property 'ConnectionString' and 'ApplicationId' to applicationinsights component

#### Az.Compute
* Added optional parameter '-OrchestrationMode' to 'New-AzVmss' and 'New-AzVmssConfig'
* Updated the following cmdlets to work when the resource uses a remote image source using AKS or Shared Image Gallery.
- 'Update-AzVm'
- 'Update-AzVmss'
- 'Update-AzGalleryImageVersion'
* Added parameters '-EnableCrossZoneUpgrade' and '-PrioritizeUnhealthyInstance' to the 'Set-AzVmssRollingUpgradePolicy'
* Added 'AssessmentMode' parameter to the 'Set-AzVMOperatingSystem' cmdlet.
* Fixed a bug in 'Add-AzVmssNetworkInterfaceConfiguration'
* Fixed IOPS and throughput check in 'Test-AzVMAEMExtension'
* Added new cmdlets for 2020-12-01 DiskRP API version
- New-AzDiskPurchasePlanConfig
- Set-AzDiskSecurityProfile
* Changed Cmdlets for 2020-12-01 DiskRP API version
- New-AzDiskConfig
- New-AzSnapshotConfig
- New-AzSnapshotUpdateConfig
- New-AzDiskUpdateConfig
- New-AzDiskEncryptionSetConfig
- Update-AzDiskEncryptionSet

#### Az.CosmosDB
* This release introduces the cmdlets for the features of Continuous Backup(Point in time restore):
- Introduced support for creating accounts with continuous mode backup policy.
- Introduced support for Point in time restore for accounts with continuous mode backup policy.
- Introduced support to update the backup interval and backup retention for accounts with periodic mode backup policy.
- Introduced support to list the restorable resources in a live database account.
- Introduces support to specify analytical storage schema type on account creation/update.
- The following cmdlets are added:
- Restore-AzCosmosDBAccount, New-AzCosmosDBDatabaseToRestore, Get-AzCosmosDBRestorableDatabaseAccount,
- Get-AzCosmosDBSqlRestorableDatabase, Get-AzCosmosDBSqlRestorableContainer, Get-AzCosmosDBSqlRestorableResource,
- Get-AzCosmosDBMongoDBRestorableDatabase, Get-AzCosmosDBMongoDBRestorableCollection, Get-AzCosmosDBMongoDBRestorableResource.

#### Az.DataFactory
* Added Customer Managed Key Encryption to DataFactory

#### Az.Functions
* Added two additional app settings (WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING) for Linux Consumption apps. [15124]
* Fixed bug with New-AzFunctionApp when created on Azure Gov. [13379]
* Added Az.Functions cmdlets need to support creating and copying app settings with empty values. [14511]

#### Az.Monitor
* Fixed null reference bug for 'Get-AzMetric' when 'ResultType' set to 'Metadata'
* Fixed bug for 'Add-AzAutoscaleSetting' not able to pipe result from 'Get-AzAutoscaleSetting' [#13861]

#### Az.Network
* Added public ip address as an optional parameter to create route server
- 'New-AzRouteServer'
* Updated cmdlets to enable specification of edge zone
- 'New-AzPublicIpPrefix'
- 'New-AzLoadBalancer'
- 'New-AzPrivateLinkService'
- 'New-AzPrivateEndpoint'
* Added support for viewing extended location of virtual network in the console
- 'New-AzVirtualNetwork'
- 'Get-AzVirtualNetwork'
* Added support for viewing extended location of public IP address in the console
- 'New-AzPublicIpAddress'
- 'Get-AzPublicIpAddress'

#### Az.RecoveryServices
* Fixed Disable SQL AG AutoProtection.

#### Az.Security
* General availability of Az.Security module
* Changed the name of Get-AzRegulatoryComplainceAssessment to Get-AzRegulatoryComplianceAssessment to fix typo

#### Az.Sql
* Added 'RestrictOutboundNetworkAccess' parameter to following cmdlets
- 'New-AzSqlServer'
- 'Set-AzSqlServer'
* Added new cmdlets for CRUD operations on Allowed FQDNs of Outbound Firewall rules
'Get-AzSqlServerOutboundFirewallRule'
'New-AzSqlServerOutboundFirewallRule'
'Remove-AzSqlServerOutboundFirewallRule'
* Fixed the identity logic for SystemAssigned,UserAssigned identities for New-AzSqlServer, New-AzSqlInstance
* Updated cmdlets for getting and updating SQL database's differential backup frequency
'Get-AzSqlDatabaseBackupShortTermRetentionPolicy'
'Set-AzSqlDatabaseBackupShortTermRetentionPolicy'
* Fixed Partial PUT issue for Azure Policy in 'Set-AzSqlServer' and 'Set-AzSqlInstance'

#### Az.Storage
* Supported enable/disable Blob container soft delete
- 'Enable-AzStorageContainerDeleteRetentionPolicy'
- 'Disable-AzStorageContainerDeleteRetentionPolicy'
* Supported list deleted Blob containers
- 'Get-AzRmStorageContainer'
- 'Get-AzStorageContainer'
* Supported restore deleted Blob container
- 'Restore-AzStorageContainer'
* Supported secure SMB setting in File service properties
- 'Update-AzStorageFileServiceProperty'
* Supported create account with EnableNfsV3
- 'New-AzStorageAccount'
* Supported input more copy blob parameters from pipeline [#15301]
- 'Start-AzStorageBlobCopy'

#### Az.Websites
* Fixed 'Import-AzWebAppKeyVaultCertificate' to support ServerFarmId [#15091]
* Fixed 'Added an optional parameter to delete or keep Appservice plan when the last WebApp is removing from plan'

### Thanks to our community contributors
* Mikey Bronowski (@MikeyBronowski)
* Update Get-AzSynapseTriggerRun.md (#15231)
* Update Get-AzSynapsePipelineRun.md by adding more examples covering more scenarios (#15232)
* @mjsharma, Adding note for alternate commands (#15359)
* @tomswedlund, Adding support for setting analytical storage schema type on account create/update for CosmosDB (#15362)
* @ylabade, Fix web app parameter name in examples (#15291)


## 6.1.0 - June 2021
#### Az.Accounts
* Added cmdlet 'Open-AzSurveyLink'
Expand Down
2 changes: 1 addition & 1 deletion setup/generate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
$outputName ="Az-Cmdlets"

# generate the product name from the current month/year.
$productName = "Microsoft Azure PowerShell - June 2021"
$productName = "Microsoft Azure PowerShell - July 2021"

# where to put temp files
$tmp = Join-Path $env:temp azure-cmdlets-tmp
Expand Down
2 changes: 1 addition & 1 deletion src/ADDomainServices/Az.ADDomainServices.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.ADDomainServices.private.dll'
Expand Down
11 changes: 7 additions & 4 deletions src/Accounts/Accounts/Az.Accounts.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/11/2021
# Generated on: 7/2/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.4.0'
ModuleVersion = '2.5.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -145,8 +145,11 @@ PrivateData = @{
# IconUri = ''

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

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->

## Upcoming Release

## Version 2.5.0
* Added Tags, AuthorizationSource to PSAzureSusbscripiton and added TenantType, DefaultDomain, TenantBrandingLogoUrl, CountryCode to PSAzureTenant [#15220]
* Upgraded subscription client to 2021-01-01 [#15220]
* Removed Interactive mode check in common lib
Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/Accounts/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyVersion("2.5.0")]
[assembly: AssemblyFileVersion("2.5.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
#endif
Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/Authentication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyVersion("2.5.0")]
[assembly: AssemblyFileVersion("2.5.0")]
4 changes: 2 additions & 2 deletions src/Accounts/Authenticators/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyVersion("2.5.0")]
[assembly: AssemblyFileVersion("2.5.0")]
2 changes: 1 addition & 1 deletion src/Advisor/Advisor/Az.Advisor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll'
Expand Down
6 changes: 3 additions & 3 deletions src/Aks/Aks/Az.Aks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/11/2021
# Generated on: 7/2/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.1.1'
ModuleVersion = '2.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -115,7 +115,7 @@ PrivateData = @{
# IconUri = ''

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

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Aks/Aks/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 2.2.0
* Added parameter `AvailabilityZone` for `New-AzAksNodePool`. [#14505]

## Version 2.1.1
Expand Down
4 changes: 2 additions & 2 deletions src/Aks/Aks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
[assembly: AssemblyVersion("2.1.1")]
[assembly: AssemblyFileVersion("2.1.1")]
[assembly: AssemblyVersion("2.2.0")]
[assembly: AssemblyFileVersion("2.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 7/30/2020
# Generated on: 7/2/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.2.0'
ModuleVersion = '0.3.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -47,7 +47,7 @@ PowerShellVersion = '5.1'
DotNetFrameworkVersion = '4.7.2'

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

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''
Expand Down Expand Up @@ -114,7 +114,7 @@ PrivateData = @{
# IconUri = ''

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

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/AlertsManagement/AlertsManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 0.3.0
* Fixed bug for `Set-AzActionRule` when RecurrenceType is "Once" and no "ReccurentValue" provided [#14476]

## Version 0.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4381ecdd-5486-46fb-bef0-c0b2fb16bd54")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'
Expand Down
2 changes: 1 addition & 1 deletion src/ApiManagement/ApiManagement/Az.ApiManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
Expand Down
2 changes: 1 addition & 1 deletion src/AppConfiguration/Az.AppConfiguration.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.AppConfiguration.private.dll'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/11/2021
# Generated on: 7/2/2021
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.1.1'
ModuleVersion = '1.2.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -123,11 +123,7 @@ PrivateData = @{
# IconUri = ''

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

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ApplicationInsights/ApplicationInsights/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.2.0
* Added read only property `ConnectionString` and `ApplicationId` to applicationinsights component

## Version 1.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
Loading