Skip to content

Commit 37010d9

Browse files
release-2021-11-02 (#16278)
* release-2021-11-02 * add external contributors * Move Functions to release-2021-11-02 (#16273) * Move Functions to release-2021-11-02 * Update ChangeLog.md Co-authored-by: azure-powershell-bot <[email protected]> * Update ChangeLog.md Co-authored-by: azure-powershell-bot <[email protected]>
1 parent 40803c8 commit 37010d9

File tree

236 files changed

+104629
-281028
lines changed

Some content is hidden

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

236 files changed

+104629
-281028
lines changed

ChangeLog.md

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
## 6.6.0 - November 2021
2+
#### Az.Accounts
3+
* Added new version of AAD service client using Microsoft Graph API
4+
5+
#### Az.Aks
6+
* Added support for new parameters 'NetworkPolicy', 'PodCidr', 'ServiceCidr', 'DnsServiceIP', 'DockerBridgeCidr', 'NodePoolLabel', 'AksCustomHeader' in 'New-AzAksCluster'. [#13795]
7+
* Added warnings of upcoming breaking change of migrating to Microsoft Graph.
8+
* Added support for changing the number of nodes in a node pool. [#12379]
9+
10+
#### Az.ApiManagement
11+
* Fixed a bug in 'Get-AzApiManagementTenantGitAccess' cmdlet.
12+
13+
#### Az.Batch
14+
* Removed assembly 'System.Text.Encodings.Web.dll' [#16062]
15+
16+
#### Az.Compute
17+
* Added cmdlets for adding VMGalleryApplication property to VM/VMSS
18+
- New-AzVmGalleryApplication
19+
- New-AzVmssGalleryApplication
20+
- Add-AzVmGalleryApplication
21+
- Add-AzVmssGalleryApplication
22+
- Remove-AzVmGalleryApplication
23+
- Remove-AzVmssGalleryApplication
24+
* Added support for proxy and debug settings for VM Extension for SAP (AEM)
25+
* Updated New-AzGalleryImageVersion to take in the 'Encryption' property correctly from '-TargetRegion' parameter.
26+
* Updated Set-AzVmBootDiagnostic to default to managed storage account if not provided.
27+
* Edited New-AzVmss defaulting behavior when 'OrchestrationMode' is set to Flexible.
28+
- Removed NAT Pool.
29+
- Removed UpgradePolicy. Throws an error if provided.
30+
- SinglePlacementGroup must be false. Throws an error if true.
31+
- Networking Profile's API version is 2020-11-01 or later.
32+
- Networking Profile IP Configurations Primary property is set to true.
33+
34+
#### Az.CosmosDB
35+
* Introduced Get-AzCosmosDBMongoDBBackupInformation to retrieve latest backup information for MongoDB.
36+
* Updated New-AzCosmosDBAccount, Update-AzCosmosDBAccount to accept BackupStorageRedundancy
37+
* Introduced Get-AzCosmosDBLocation to list Azure CosmosDB Account and its locations properties.
38+
39+
#### Az.DataFactory
40+
* Added PublicNetworkAccess to Update_AzDataFactoryV2 Command
41+
* Updated ADF .Net SDK version to 4.26.0
42+
43+
#### Az.DesktopVirtualization
44+
* Upgraded api version to 2021-07-12.
45+
46+
#### Az.EventHub
47+
* Added support for Premium sku and namesapce and optional switch parameter 'DisableLocalAuth' to 'New-AzEventHubNamespace' and 'Set-AzEventHubNamespace'
48+
49+
#### Az.Functions
50+
* Set site config netFrameworkVersion for Windows V4 apps only
51+
* Enabled function app creation for Functions V4 stacks [#15919]
52+
53+
#### Az.IotHub
54+
* Updated IoT Hub Management SDK to version 4.1.0 (api-version 2021-07-10)
55+
56+
#### Az.KeyVault
57+
* Added warning message of upcoming breaking change to 'New-AzKeyVaultRoleDefinition' and 'Get-AzKeyVaultRoleDefinition'.
58+
- 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.
59+
* Added warnings of upcoming breaking change of migrating to Microsoft Graph.
60+
61+
#### Az.Migrate
62+
* Added check for invalid IP address
63+
64+
#### Az.OperationalInsights
65+
* Fixed a bug in 'Set-AzOperationalInsightsLinkedService: when linked service does not exist, perform create(update) instead of failing'
66+
67+
#### Az.RecoveryServices
68+
* Azure Backup fixed issues with StorageConfig
69+
* Azure Backup added NodesList and AutoProtectionPolicy to Get-AzRecoveryServicesBackupProtectableItem Cmdlets.
70+
* Azure Backup fixed GetItemsForContainerParamSet to support fetching the MAB backup item.
71+
* Azure Backup fixed Get-AzRecoveryServicesBackupContainer to support BackupManagementType MAB instead of MARS.
72+
* 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.
73+
* Added support for ZRS disk type for Azure to Azure replication.
74+
* Added Availability zone information in replicated protected item response for Azure to Azure replication.
75+
76+
#### Az.RedisCache
77+
* Created new examples in documentation of 'New-AzRedisCache' and 'Set-AzRedisCache'.
78+
79+
#### Az.Resources
80+
* Fixed a bug about the exitcode of Bicep [#16055]
81+
* Added breaking change warnings for AAD cmdlets
82+
* 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.
83+
* Added error catching for role assignment creation fail while creating a Service Principal
84+
* Performance improvement for Get-AzPolicyAlias when -NamespaceMatch matches a single RP namespace
85+
86+
#### Az.Security
87+
* Updated Security .NET SDK package reference to version 3.0.0
88+
89+
#### Az.ServiceBus
90+
* Added support for ZoneRedundant and optional switch parameter 'DisableLocalAuth' to 'New-AzServiceBusNamespace' and 'Set-AzServiceBusNamespace'
91+
92+
#### Az.SignalR
93+
* Added Web PubSub cmdlets
94+
- 'New-AzWebPubSub'
95+
- 'Get-AzWebPubSub'
96+
- 'Update-AzWebPubSub'
97+
- 'Restart-AzWebPubSub'
98+
- 'Remove-AzWebPubSub'
99+
- 'New-AzWebPubSubHub'
100+
- 'Get-AzWebPubSubHub'
101+
- 'Remove-AzWebPubSubHub'
102+
- 'New-AzWebPubSubKey'
103+
- 'Get-AzWebPubSubKey'
104+
- 'Get-AzWebPubSubSku'
105+
- 'Get-AzWebPubSubUsage'
106+
- 'Test-AzWebPubSubNameAvailability'
107+
108+
### Thanks to our community contributors
109+
* bgomezangulo (@beagam), Update Resume-AzNetAppFilesReplication.md (#16040)
110+
* Jim McCormick (@eimajtrebor), Fixed typo (#16091)
111+
* Lampson Nguyen (@lampson), Update Get-AzDataShare.md (#16015)
112+
* @MaxMeng1985, Update Get-AzSynapseSqlPoolRestorePoint.md (#16138)
113+
* Reggie Gibson (@regedit32), New-AzBotService: Fix AppSecret conversion to plaintext on Windows PowerShell (#16160)
114+
* Mötz Jensen (@Splaxi), BusinessIdentities details doesn't match the current implementation (#16141)
115+
116+
1117
## 6.5.0 - October 2021
2118
#### Az.Accounts
3119
* Supported getting the access token for Microsoft Graph.

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 - October 2021"
40+
$productName = "Microsoft Azure PowerShell - November 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.6.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.6.1'; })
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/21/2021
6+
# Generated on: 10/28/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.6.0'
15+
ModuleVersion = '2.6.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -146,8 +146,7 @@ PrivateData = @{
146146
# IconUri = ''
147147

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

152151
# Prerelease string of this module
153152
# 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.6.1
2224
* Added new version of AAD service client using Microsoft Graph API
2325

2426
## Version 2.6.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.6.0")]
47-
[assembly: AssemblyFileVersion("2.6.0")]
46+
[assembly: AssemblyVersion("2.6.1")]
47+
[assembly: AssemblyFileVersion("2.6.1")]
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.6.0")]
47-
[assembly: AssemblyFileVersion("2.6.0")]
46+
[assembly: AssemblyVersion("2.6.1")]
47+
[assembly: AssemblyFileVersion("2.6.1")]

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.6.0")]
52-
[assembly: AssemblyFileVersion("2.6.0")]
51+
[assembly: AssemblyVersion("2.6.1")]
52+
[assembly: AssemblyFileVersion("2.6.1")]

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

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

0 commit comments

Comments
 (0)