Skip to content

Commit

Permalink
Merge pull request Azure#16284 from Azure/bez/release
Browse files Browse the repository at this point in the history
release-2021-11-02
  • Loading branch information
dingmeng-xue authored Nov 1, 2021
2 parents 959d050 + d36e0b5 commit 7fbcfd9
Show file tree
Hide file tree
Showing 1,884 changed files with 391,193 additions and 441,830 deletions.
116 changes: 116 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,119 @@
## 6.6.0 - November 2021
#### Az.Accounts
* Added new version of AAD service client using Microsoft Graph API

#### Az.Aks
* Added support for new parameters 'NetworkPolicy', 'PodCidr', 'ServiceCidr', 'DnsServiceIP', 'DockerBridgeCidr', 'NodePoolLabel', 'AksCustomHeader' in 'New-AzAksCluster'. [#13795]
* Added warnings of upcoming breaking change of migrating to Microsoft Graph.
* Added support for changing the number of nodes in a node pool. [#12379]

#### Az.ApiManagement
* Fixed a bug in 'Get-AzApiManagementTenantGitAccess' cmdlet.

#### Az.Batch
* Removed assembly 'System.Text.Encodings.Web.dll' [#16062]

#### Az.Compute
* Added cmdlets for adding VMGalleryApplication property to VM/VMSS
- New-AzVmGalleryApplication
- New-AzVmssGalleryApplication
- Add-AzVmGalleryApplication
- Add-AzVmssGalleryApplication
- Remove-AzVmGalleryApplication
- Remove-AzVmssGalleryApplication
* Added support for proxy and debug settings for VM Extension for SAP (AEM)
* Updated New-AzGalleryImageVersion to take in the 'Encryption' property correctly from '-TargetRegion' parameter.
* Updated Set-AzVmBootDiagnostic to default to managed storage account if not provided.
* Edited New-AzVmss defaulting behavior when 'OrchestrationMode' is set to Flexible.
- Removed NAT Pool.
- Removed UpgradePolicy. Throws an error if provided.
- SinglePlacementGroup must be false. Throws an error if true.
- Networking Profile's API version is 2020-11-01 or later.
- Networking Profile IP Configurations Primary property is set to true.

#### Az.CosmosDB
* Introduced Get-AzCosmosDBMongoDBBackupInformation to retrieve latest backup information for MongoDB.
* Updated New-AzCosmosDBAccount, Update-AzCosmosDBAccount to accept BackupStorageRedundancy
* Introduced Get-AzCosmosDBLocation to list Azure CosmosDB Account and its locations properties.

#### Az.DataFactory
* Added PublicNetworkAccess to Update_AzDataFactoryV2 Command
* Updated ADF .Net SDK version to 4.26.0

#### Az.DesktopVirtualization
* Upgraded api version to 2021-07-12.

#### Az.EventHub
* Added support for Premium sku and namesapce and optional switch parameter 'DisableLocalAuth' to 'New-AzEventHubNamespace' and 'Set-AzEventHubNamespace'

#### Az.Functions
* Set site config netFrameworkVersion for Windows V4 apps only
* Enabled function app creation for Functions V4 stacks [#15919]

#### Az.IotHub
* Updated IoT Hub Management SDK to version 4.1.0 (api-version 2021-07-10)

#### Az.KeyVault
* Added warning message of upcoming breaking change to 'New-AzKeyVaultRoleDefinition' and 'Get-AzKeyVaultRoleDefinition'.
- To comply with the syntax of 'New-AzRoleDefinition' and 'Get-AzRoleDefinition' we are going to rename some of the properties of 'PSKeyVaultPermission' model, which might affect these two cmdlets.
* Added warnings of upcoming breaking change of migrating to Microsoft Graph.

#### Az.Migrate
* Added check for invalid IP address

#### Az.OperationalInsights
* Fixed a bug in 'Set-AzOperationalInsightsLinkedService: when linked service does not exist, perform create(update) instead of failing'

#### Az.RecoveryServices
* Azure Backup fixed issues with StorageConfig
* Azure Backup added NodesList and AutoProtectionPolicy to Get-AzRecoveryServicesBackupProtectableItem Cmdlets.
* Azure Backup fixed GetItemsForContainerParamSet to support fetching the MAB backup item.
* Azure Backup fixed Get-AzRecoveryServicesBackupContainer to support BackupManagementType MAB instead of MARS.
* Added breaking change warning: 'Get-AzRecoveryServicesBackupJob', 'Get-AzRecoveryServicesBackupContainer' and 'Get-AzRecoveryServicesBackupProtectableItem' commands will only support 'BackupManagementType MAB' instead of 'MARS' alias, changes will take effect from upcoming breaking release.
* Added support for ZRS disk type for Azure to Azure replication.
* Added Availability zone information in replicated protected item response for Azure to Azure replication.

#### Az.RedisCache
* Created new examples in documentation of 'New-AzRedisCache' and 'Set-AzRedisCache'.

#### Az.Resources
* Fixed a bug about the exitcode of Bicep [#16055]
* Added breaking change warnings for AAD cmdlets
* Added property 'UIFormDefinition' to Template Spec Versions, 'Export-AzTemplateSpec' will now include a Template Spec Version's UIFormDefinition (if any) as part of the export.
* Added error catching for role assignment creation fail while creating a Service Principal
* Performance improvement for Get-AzPolicyAlias when -NamespaceMatch matches a single RP namespace

#### Az.Security
* Updated Security .NET SDK package reference to version 3.0.0

#### Az.ServiceBus
* Added support for ZoneRedundant and optional switch parameter 'DisableLocalAuth' to 'New-AzServiceBusNamespace' and 'Set-AzServiceBusNamespace'

#### Az.SignalR
* Added Web PubSub cmdlets
- 'New-AzWebPubSub'
- 'Get-AzWebPubSub'
- 'Update-AzWebPubSub'
- 'Restart-AzWebPubSub'
- 'Remove-AzWebPubSub'
- 'New-AzWebPubSubHub'
- 'Get-AzWebPubSubHub'
- 'Remove-AzWebPubSubHub'
- 'New-AzWebPubSubKey'
- 'Get-AzWebPubSubKey'
- 'Get-AzWebPubSubSku'
- 'Get-AzWebPubSubUsage'
- 'Test-AzWebPubSubNameAvailability'

### Thanks to our community contributors
* bgomezangulo (@beagam), Update Resume-AzNetAppFilesReplication.md (#16040)
* Jim McCormick (@eimajtrebor), Fixed typo (#16091)
* Lampson Nguyen (@lampson), Update Get-AzDataShare.md (#16015)
* @MaxMeng1985, Update Get-AzSynapseSqlPoolRestorePoint.md (#16138)
* Reggie Gibson (@regedit32), New-AzBotService: Fix AppSecret conversion to plaintext on Windows PowerShell (#16160)
* Mötz Jensen (@Splaxi), BusinessIdentities details doesn't match the current implementation (#16141)


## 6.5.0 - October 2021
#### Az.Accounts
* Supported getting the access token for Microsoft Graph.
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 - October 2021"
$productName = "Microsoft Azure PowerShell - November 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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.ADDomainServices.private.dll'
Expand Down
7 changes: 3 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: 10/21/2021
# Generated on: 10/28/2021
#

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

# Version number of this module.
ModuleVersion = '2.6.0'
ModuleVersion = '2.6.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* Added ''-FederatedToken'' on ''Connect-AzAccount''
* Updated Azure.Core from 1.19.0 to 1.20.0.'
ReleaseNotes = '* Added new version of AAD service client using Microsoft Graph API'

# 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 @@ -20,6 +20,8 @@

## Upcoming Release
* Added Environment auto completer to the following cmdlets: Connect-AzAccount, Get-AzEnvironment, Set-AzEnvironment, and Remove-AzEnvironment [#15991]

## Version 2.6.1
* Added new version of AAD service client using Microsoft Graph API

## Version 2.6.0
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.6.0")]
[assembly: AssemblyFileVersion("2.6.0")]
[assembly: AssemblyVersion("2.6.1")]
[assembly: AssemblyFileVersion("2.6.1")]
#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.6.0")]
[assembly: AssemblyFileVersion("2.6.0")]
[assembly: AssemblyVersion("2.6.1")]
[assembly: AssemblyFileVersion("2.6.1")]
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.6.0")]
[assembly: AssemblyFileVersion("2.6.0")]
[assembly: AssemblyVersion("2.6.1")]
[assembly: AssemblyFileVersion("2.6.1")]
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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll'
Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks.Autorest/Az.Aks.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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = './bin/Az.Aks.private.dll'
Expand Down
4 changes: 2 additions & 2 deletions src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyVersion("2.5.0")]
[assembly: AssemblyFileVersion("2.5.0")]
8 changes: 5 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: 9/1/2021
# Generated on: 10/28/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 @@ -118,7 +118,9 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Made ''-Subscription <String>'' available in all Aks cmdlets. You can manage Aks resources in other subscriptions without switching the context.'
ReleaseNotes = '* Added support for new parameters ''NetworkPolicy'', ''PodCidr'', ''ServiceCidr'', ''DnsServiceIP'', ''DockerBridgeCidr'', ''NodePoolLabel'', ''AksCustomHeader'' in ''New-AzAksCluster''. [#13795]
* Added warnings of upcoming breaking change of migrating to Microsoft Graph.
* Added support for changing the number of nodes in a node pool. [#12379]'

# 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.5.0
* Added support for new parameters `NetworkPolicy`, `PodCidr`, `ServiceCidr`, `DnsServiceIP`, `DockerBridgeCidr`, `NodePoolLabel`, `AksCustomHeader` in `New-AzAksCluster`. [#13795]
* Added warnings of upcoming breaking change of migrating to Microsoft Graph.
* Added support for changing the number of nodes in a node pool. [#12379]
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.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyVersion("2.5.0")]
[assembly: AssemblyFileVersion("2.5.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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll'
Expand Down
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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'
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("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.3.1")]
24 changes: 3 additions & 21 deletions src/ApiManagement/ApiManagement/Az.ApiManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 9/1/2021
# Generated on: 10/28/2021
#

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

# Version number of this module.
ModuleVersion = '2.3.0'
ModuleVersion = '2.3.1'

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

# ReleaseNotes of this module
ReleaseNotes = '* Added new ''Sync-AzApiManagementKeyVaultSecret'' cmdlet.
* Added new ''New-AzApiManagementKeyVaultObject'' cmdlet.
* Added new optional [-useFromLocation] parameter to the ''Get-ApiManagementCache'' ''New-ApiManagementCache''''Update-ApiManagementCache'' cmdlet.
* Updated cmdlet **New-AzApiManagement** to manage ApiManagement service
- Added support for the new ''Isolated'' SKU
- Added support for managing Availability Zones using ''Zone'' property
- Added support for Disabling Gateway in a Region using ''DisableGateway'' property
- Added support for managing the minimum Api Version to allow for Control Plane using ''MinimalControlPlaneApiVersion'' property.
* Updated cmdlet **New-AzApiManagementRegion** to manage ApiManagement service
- Added support for managing Availability Zones using ''Zone'' property
- Added support for Disabling Gateway in a Region using ''DisableGateway'' property
* Updated cmdlet **Add-AzApiManagementRegion** to manage ApiManagement service
- Added support for managing Availability Zones using ''Zone'' property
- Added support for Disabling Gateway in a Region using ''DisableGateway'' property
* Updated cmdlet **Update-AzApiManagementRegion** to manage ApiManagement service
- Added support for managing Availability Zones using ''Zone'' property
- Added support for Disabling Gateway in a Region using ''DisableGateway'' property
* Updated cmdlet **New-AzApiManagementCustomHostnameConfiguration** to manage Custom Hostname Configuration
- Added support for specifying ''IdentityClientId'' to provide Managed Identity User Assigned ClientId to use with KeyVault'
ReleaseNotes = '* Fixed a bug in ''Get-AzApiManagementTenantGitAccess'' cmdlet.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ApiManagement/ApiManagement/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.3.1
* Fixed a bug in `Get-AzApiManagementTenantGitAccess` cmdlet.

## Version 2.3.0
Expand Down
4 changes: 2 additions & 2 deletions src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyVersion("2.3.1")]
[assembly: AssemblyFileVersion("2.3.1")]
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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# 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 @@ -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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll'
Expand Down
2 changes: 1 addition & 1 deletion src/Attestation/Attestation/Az.Attestation.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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
Expand Down
2 changes: 1 addition & 1 deletion src/Automation/Automation/Az.Automation.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.6.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll'
Expand Down
Loading

0 comments on commit 7fbcfd9

Please sign in to comment.