Skip to content

Commit 72bcf8a

Browse files
authored
Merge pull request #15811 from Azure/resolve-conflict-for-release-2021-09-07
release 2021 09 07
2 parents 1924527 + e620da9 commit 72bcf8a

File tree

245 files changed

+199631
-1412214
lines changed

Some content is hidden

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

245 files changed

+199631
-1412214
lines changed

ChangeLog.md

Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,158 @@
1+
## 6.4.0 - September 2021
2+
#### Az.Accounts
3+
* Corrected the URLs to Azure Portal in the results of 'Get-AzEnvironment' and 'Get-AzContext'. [#15429]
4+
* Made infrastructural changes to support overriding default subscription via a '-SubscriptionId <String>' parameter.
5+
- [Az.Aks](https://docs.microsoft.com/powershell/module/az.aks/get-azakscluster) is the first module that supports it.
6+
7+
#### Az.Aks
8+
* Made '-Subscription <String>' available in all Aks cmdlets. You can manage Aks resources in other subscriptions without switching the context.
9+
10+
#### Az.ApiManagement
11+
* Added new 'Sync-AzApiManagementKeyVaultSecret' cmdlet.
12+
* Added new 'New-AzApiManagementKeyVaultObject' cmdlet.
13+
* Added new optional [-useFromLocation] parameter to the 'Get-ApiManagementCache' 'New-ApiManagementCache''Update-ApiManagementCache' cmdlet.
14+
* Updated cmdlet **New-AzApiManagement** to manage ApiManagement service
15+
- Added support for the new 'Isolated' SKU
16+
- Added support for managing Availability Zones using 'Zone' property
17+
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
18+
- Added support for managing the minimum Api Version to allow for Control Plane using 'MinimalControlPlaneApiVersion' property.
19+
* Updated cmdlet **New-AzApiManagementRegion** to manage ApiManagement service
20+
- Added support for managing Availability Zones using 'Zone' property
21+
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
22+
* Updated cmdlet **Add-AzApiManagementRegion** to manage ApiManagement service
23+
- Added support for managing Availability Zones using 'Zone' property
24+
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
25+
* Updated cmdlet **Update-AzApiManagementRegion** to manage ApiManagement service
26+
- Added support for managing Availability Zones using 'Zone' property
27+
- Added support for Disabling Gateway in a Region using 'DisableGateway' property
28+
* Updated cmdlet **New-AzApiManagementCustomHostnameConfiguration** to manage Custom Hostname Configuration
29+
- Added support for specifying 'IdentityClientId' to provide Managed Identity User Assigned ClientId to use with KeyVault
30+
31+
#### Az.Automation
32+
* Fixed bug: Closing in input file handle in Import-AzAutomationRunbook
33+
34+
#### Az.Cdn
35+
* Fixed mandatory parameters issue in 'Get-AzCdnEndpointResourceUsage' cmdlet
36+
37+
#### Az.Compute
38+
* Added new parameters '-LinuxConfigurationPatchMode', '-WindowsConfigurationPatchMode', and '-LinuxConfigurationProvisionVMAgent' to 'Set-AzVmssOSProfile'
39+
* Added new parameters '-SshKeyName' and '-GenerateSshKey' to 'New-AzVM' to create a VM with SSH
40+
* Fixed a bug in 'Add-AzVHD' on Linux that caused uploads to fail for certain destination URI
41+
* Added new cmdlets for Restore Points and Restore Point Collection:
42+
- 'New-AzRestorePoint'
43+
- 'New-AzRestorePointCollection'
44+
- 'Get-AzRestorePoint'
45+
- 'Get-AzRestorePointCollection'
46+
- 'Update-AzRestorePointCollection'
47+
- 'Remove-AzRestorePoint'
48+
- 'Remove-AzRestorePointCollection'
49+
* Added new parameters '-EnableSpotRestore' and '-SpotRestoreTimeout' to 'New-AzVMSSConfig' to enable Spot Restore Policy
50+
* Added new cmdlets: 'Update-AzCapacityReservationGroup' and 'Update-AzCapacityReservation'
51+
52+
#### Az.CosmosDB
53+
* Fixed a bug where the restore of deleted database accounts fail.
54+
55+
#### Az.DataFactory
56+
* Added a subnetId argument for the 'Set-AzDataFactoryV2IntegrationRuntime' cmdlet to support RBAC checking for VNet injection against the subnet resource ID instead of the VNet resource ID.
57+
* Added the 'Get-AzDataFactoryV2IntegrationRuntimeOutboundNetworkDependenciesEndpoint' cmdlet to provide a list of outbound network dependencies for SSIS integration runtime in Azure Data Factory that joins a virtual network.
58+
* Added PublicNetworkAccess to Data Factory.
59+
* Updated ADF .Net SDK version to 4.23.0
60+
61+
#### Az.KeyVault
62+
* Supported adding EC keys in key vault [#15699]
63+
64+
#### Az.Migrate
65+
* Supported duplicate disk UUID in source disk.
66+
* Supported subnets in same VNet for AVSet.
67+
* Supported runAsAccount fetching for multiple Vcenters in same site.
68+
69+
#### Az.Network
70+
* Updated cmdlet to add 'Subnet' property for IP based load balancer backend address pool.
71+
- 'New-AzLoadBalancerBackendAddressConfig'
72+
* Updated cmdlet to add 'TunnelInterface' property for backend pool related operations.
73+
- 'New-AzLoadBalancerBackendAddressPool'
74+
- 'Set-AzLoadBalancerBackendAddressPool'
75+
76+
#### Az.RecoveryServices
77+
* Azure Site Recovery multi appliance support for VMware to Azure disaster recovery scenarios using RCM as the control plane.
78+
* Azure Backup fixed targetPhysicalPath issue with SQL CRR
79+
* Azure Backup fixed disable protection for SQL workload
80+
* Azure Backup resolved bug in setting CMK properties in latest release
81+
* Azure Backup removed special characters from register-azrecoveryservicesbackupcontainer command help text
82+
83+
#### Az.Resources
84+
* Use JsonExtensions to serialize deserialize JSON objects to ensure the use of custom serialization settings [#15552]
85+
* Added support for 'Unsupported' and 'NoEffect' change types to deployment What-If cmdlets.
86+
87+
#### Az.SecurityInsights
88+
* Updated to 'Get-AzSentinelIncident' parameters
89+
- Added '-Filter' to support OData filter
90+
- Added '-OrderBy' to support OData ordering
91+
- Added '-Max' to support retrieving more than the default of 1000 incidents.
92+
93+
#### Az.Sql
94+
* Changed the underlying implementation of 'Get-AzSqlDatabase' to support a paginated response from the server
95+
* Added 'ZoneRedundant' parameter to 'New-AzSqlInstance' and 'Set-AzSqlInstance' to enable the creation and the update of zone - redundant instances.
96+
* Added ZoneRedundant field to the model of the managed instance so that it displays information about zone - redundancy for instance that are returned by 'Get-AzSqlInstance'.
97+
* Extended AuditActionGroups enum in server & database audit. Added DBCC_GROUP, DATABASE_OWNERSHIP_CHANGE_GROUP and DATABASE_CHANGE_GROUP.
98+
* Added 'AsJob' flag to 'Remove-AzSqlInstance'
99+
* Added 'SubnetId' parameter to 'Set-AzSqlInstance' to support the cross-subnet update SLO
100+
* Upgraded to newest SDK version
101+
102+
#### Az.Storage
103+
* Supported get/set blob tags on a specific blob
104+
- 'Get-AzStorageBlobTag'
105+
- 'Set-AzStorageBlobTag'
106+
* Supported create destination blob with specific blob tags while upload/copy Blob
107+
- 'Set-AzStorageBlobContent'
108+
- 'Start-AzStorageBlobCopy'
109+
* Supported list blobs across containers with a blob tag filter sql expression
110+
- 'Get-AzStorageBlobByTag'
111+
* Supported list blobs inside a container and include Blob Tags
112+
- 'Get-AzStorageBlob'
113+
* Supported run blob operation with blob tag condition, and fail the cmdlet when blob tag condition not match
114+
- 'Get-AzStorageBlob'
115+
- 'Get-AzStorageBlobContent'
116+
- 'Get-AzStorageBlobTag'
117+
- 'Remove-AzStorageBlob'
118+
- 'Set-AzStorageBlobContent'
119+
- 'Set-AzStorageBlobTag'
120+
- 'Start-AzStorageBlobCopy'
121+
- 'Stop-AzStorageBlobCopy'
122+
* Generate blob sas token with new API version
123+
- 'New-AzStorageBlobSASToken'
124+
- 'New-AzStorageContainerSASToken'
125+
- 'New-AzStorageAccountSASToken'
126+
* Fixed blob copy failure with OAuth credential when client and server has time difference [#15644]
127+
- 'Copy-AzStorageBlob'
128+
* Fixed remove Data Lake Gen2 item fail with readonly SAS token
129+
- 'Remove-AzDataLakeGen2Item'
130+
* Revised destination existing check in move Data Lake Gen2 item
131+
- 'Move-AzDataLakeGen2Item'
132+
133+
#### Az.StorageSync
134+
* Added parameter sets to 'Invoke-AzStorageSyncChangeDetection'
135+
- Can call the cmdlet without -DirectoryPath and -Path parameters to trigger change detection on an entire file share
136+
* Added support for authoritative upload as part of New-AzStorageSyncServerEndpoint.
137+
* Added cloud change enumeration status information in Cloud Endpoint object.
138+
* Updated Server Endpoint object with various health properties
139+
* Added 'ServerName' property in Server Endpoint and Registered Server objects to support showing the current FQDN of a server.
140+
141+
#### Az.Websites
142+
* Fixed 'Set-AzWebApp' to return a valid warning message when fails to add -Hostname #9316
143+
* Fixed 'Get-AzWebApp' to return CustomDomainVerificationId in the response. #9316
144+
145+
### Thanks to our community contributors
146+
* Andrew Sears (@asears)
147+
* Fix spelling of accountname (#15779)
148+
* Fix Spelling, examples (#15780)
149+
* @cawrites, Update New-AzDataMigrationService.md (#15646)
150+
* @harpaul-gill, Adding support for pagination in Sql Get Databases (#15772)
151+
* @jeepingben, Create mutex names that are safe for Linux (fixes #15653) (#15666)
152+
* @LosManos, Docs: Parameter is ignored when listing secrets (#15788)
153+
* Mats Estensen (@matsest), docs: add examples for Update-AzSubscription (#15748)
154+
* Mauricio Arroyo (@mauricio-msft), Fix typo in cmdlet example (#15719)
155+
1156
## 6.3.0 - August 2021
2157
#### Az.Accounts
3158
* Disabled context auto saving when token cache persistence fails on Windows and macOS

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 - August 2021"
40+
$productName = "Microsoft Azure PowerShell - September 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.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.3'; })
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2021/7/29
6+
# Generated on: 9/1/2021
77
#
88

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

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

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

147147
# ReleaseNotes of this module
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'
148+
ReleaseNotes = '* Corrected the URLs to Azure Portal in the results of ''Get-AzEnvironment'' and ''Get-AzContext''. [#15429]
149+
* Made infrastructural changes to support overriding default subscription via a ''-SubscriptionId <String>'' parameter.
150+
- [Az.Aks](https://docs.microsoft.com/powershell/module/az.aks/get-azakscluster) is the first module that supports it.'
152151

153152
# Prerelease string of this module
154153
# 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.3
2224
* Corrected the URLs to Azure Portal in the results of `Get-AzEnvironment` and `Get-AzContext`. [#15429]
2325
* Made infrastructural changes to support overriding default subscription via a `-SubscriptionId <String>` parameter.
2426
- [Az.Aks](https://docs.microsoft.com/powershell/module/az.aks/get-azakscluster) is the first module that supports it.

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.2")]
47-
[assembly: AssemblyFileVersion("2.5.2")]
46+
[assembly: AssemblyVersion("2.5.3")]
47+
[assembly: AssemblyFileVersion("2.5.3")]
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.2")]
47-
[assembly: AssemblyFileVersion("2.5.2")]
46+
[assembly: AssemblyVersion("2.5.3")]
47+
[assembly: AssemblyFileVersion("2.5.3")]

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.2")]
52-
[assembly: AssemblyFileVersion("2.5.2")]
51+
[assembly: AssemblyVersion("2.5.3")]
52+
[assembly: AssemblyFileVersion("2.5.3")]

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

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

src/Aks/Aks.Autorest/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("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("2.3.0")]
28-
[assembly: AssemblyFileVersion("2.3.0")]
27+
[assembly: AssemblyVersion("2.4.0")]
28+
[assembly: AssemblyFileVersion("2.4.0")]

src/Aks/Aks/Az.Aks.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: 2021/7/29
6+
# Generated on: 9/1/2021
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -118,8 +118,7 @@ PrivateData = @{
118118
# IconUri = ''
119119

120120
# ReleaseNotes of this module
121-
ReleaseNotes = '* Added ''Start-AzAksCluster'', ''Stop-AzAksCluster'', ''Get-AzAksUpgradeProfile'' and ''Get-AzAksNodePoolUpgradeProfile''. [#14194]
122-
* Added property ''IdentityProfile'' in the output of ''Get-AzAksCluster''. [#12546]'
121+
ReleaseNotes = '* Made ''-Subscription <String>'' available in all Aks cmdlets. You can manage Aks resources in other subscriptions without switching the context.'
123122

124123
# Prerelease string of this module
125124
# 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.4.0
2123
* Made `-Subscription <String>` available in all Aks cmdlets. You can manage Aks resources in other subscriptions without switching the context.
2224

2325
## Version 2.3.0

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.3.0")]
27-
[assembly: AssemblyFileVersion("2.3.0")]
26+
[assembly: AssemblyVersion("2.4.0")]
27+
[assembly: AssemblyFileVersion("2.4.0")]

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.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.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.3'; })
5757

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

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.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.3'; })
5757

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

src/ApiManagement/ApiManagement.ServiceManagement/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("2.2.0")]
46-
[assembly: AssemblyFileVersion("2.2.0")]
45+
[assembly: AssemblyVersion("2.3.0")]
46+
[assembly: AssemblyFileVersion("2.3.0")]

0 commit comments

Comments
 (0)