Skip to content

Commit fc18e96

Browse files
authored
release-2020-08-25 (#12717)
check is due to time out. merge it with admin privilege
1 parent 4c90382 commit fc18e96

File tree

162 files changed

+110069
-14995
lines changed

Some content is hidden

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

162 files changed

+110069
-14995
lines changed

ChangeLog.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
## 4.6.0 - August 2020
2+
#### Az.Accounts
3+
* Loaded all public cloud environments when discovery endpoint doesn't return default AzureCloud or other public environments [#12633]
4+
* Exposed SubscriptionPolicies in 'Get-AzSubscription' [#12551]
5+
6+
#### Az.Automation
7+
* Added '-RunOn' parameters to 'Set-AzAutomationWebhook' to specify a Hybrid Worker Group
8+
9+
#### Az.Compute
10+
* Added '-EncryptionAtHost' parameter to 'New-AzVm', 'New-AzVmss', 'New-AzVMConfig', 'New-AzVmssConfig', 'Update-AzVM', and 'Update-AzVmss'
11+
* Added 'SecurityProfile' to 'Get-AzVM' and 'Get-AzVmss' return object
12+
* Added '-InstanceView' switch as optional parameter to 'Get-AzHostGroup'
13+
* Added new cmdlet 'Invoke-AzVmPatchAssessment'
14+
15+
#### Az.DataFactory
16+
* Added missing properties to PSPipelineRun class.
17+
18+
#### Az.HDInsight
19+
* Supported creating cluster with encryption at host feature.
20+
21+
#### Az.KeyVault
22+
* Added warning messages for planning to disable soft delete
23+
* Added warning messages for planning to remove attribute SecretValueText
24+
25+
#### Az.Maintenance
26+
* Added optional schedule related fields to 'New-AzMaintenanceConfiguration'
27+
* Added new cmdlet for 'Get-AzMaintenancePublicConfiguration'
28+
29+
#### Az.ManagedServices
30+
* Added breaking change warnings on cmdlets of managed services assignment and definition
31+
32+
#### Az.Monitor
33+
* Extended the parameter set in 'Set-AzDiagnosticSetting' for separation of Logs and Metrics enablement [#12482]
34+
* Fixed bug for 'Add-AzMetricAlertRuleV2' when getting metric alert from pipeline
35+
36+
#### Az.Resources
37+
* Updated 'Get-AzPolicyAlias' response to include information indicating whether the alias is modifiable by Azure Policy.
38+
* Created new cmdlet 'Set-AzRoleAssignment'
39+
* Added 'Get-AzDeploymentManagementGroupWhatIfResult' for getting ARM template What-If results at management Group scope
40+
* Added 'Get-AzTenantWhatIfResult' new cmdlet for getting ARM template What-If results at tenant scope
41+
* Overrode '-WhatIf' and '-Confirm' for 'New-AzManagementGroupDeployment' and 'New-AzTenantDeployment' to use ARM template What-If results
42+
* Fixed the behaviors of '-WhatIf' and '-Confirm' for new deployment cmdlets so they comply with False and
43+
* Fixed serialization error for '-TemplateObject' and 'TemplateParameterObject' [#1528] [#6292]
44+
* Added breaking change attribute to 'Get-AzResourceGroupDeploymentOperation' for the upcoming output type change
45+
46+
#### Az.SignalR
47+
* Fixed 'Restart-AzSignalR' and 'Update-AzSignalR' help files errors
48+
* Added cmdlets 'Update-AzSignalRNetworkAcl', 'Set-AzSignalRUpstream'
49+
50+
#### Az.Storage
51+
* Supported blob query acceleration
52+
- 'Get-AzStorageBlobQueryResult'
53+
- 'New-AzStorageBlobQueryConfig'
54+
* Updated help file, added more description, and fixed typo
55+
- 'Start-AzStorageBlobCopy'
56+
- 'Get-AzDataLakeGen2Item'
57+
* Fixed download blob fail when related sub directory not exist [#12592]
58+
- 'Get-AzStorageBlobContent'
59+
* Supported Set/Get/Remove Object Replication Policy on Storage accounts
60+
- 'New-AzStorageObjectReplicationPolicyRule'
61+
- 'Set-AzStorageObjectReplicationPolicy'
62+
- 'Get-AzStorageObjectReplicationPolicy'
63+
- 'Remove-AzStorageObjectReplicationPolicy'
64+
* Supported enable/disable ChangeFeed on Blob Service of a Storage account
65+
- 'Update-AzStorageBlobServiceProperty'
66+
167
## 4.5.0 - August 2020
268
#### Az.Accounts
369
* Updated 'Connect-AzAccount' to accept parameter 'MaxContextPopulation' [#9865]

src/Accounts/Accounts/Az.Accounts.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '1.9.2'
15+
ModuleVersion = '1.9.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -143,11 +143,8 @@ PrivateData = @{
143143
# IconUri = ''
144144

145145
# ReleaseNotes of this module
146-
ReleaseNotes = '* Updated ''Connect-AzAccount'' to accept parameter ''MaxContextPopulation'' [#9865]
147-
* Updated SubscriptionClient version to 2019-06-01 and display tenant domains [#9838]
148-
* Supported home tenant and managedBy tenant information of subscription
149-
* Corrected module name, version info in telemetry data
150-
* Adjusted SqlDatabaseDnsSuffix and ServiceManagementUrl if environment metadata endpoint returns incompatible value'
146+
ReleaseNotes = '* Loaded all public cloud environments when discovery endpoint doesn''t return default AzureCloud or other public environments [#12633]
147+
* Exposed SubscriptionPolicies in ''Get-AzSubscription'' [#12551]'
151148

152149
# Prerelease string of this module
153150
# Prerelease = ''

src/Accounts/Accounts/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.9.3
2123
* Loaded all public cloud environments when discovery endpoint doesn't return default AzureCloud or other public environments [#12633]
2224
* Exposed SubscriptionPolicies in `Get-AzSubscription` [#12551]
2325

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("1.9.2")]
47-
[assembly: AssemblyFileVersion("1.9.2")]
46+
[assembly: AssemblyVersion("1.9.3")]
47+
[assembly: AssemblyFileVersion("1.9.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("1.9.2")]
47-
[assembly: AssemblyFileVersion("1.9.2")]
46+
[assembly: AssemblyVersion("1.9.3")]
47+
[assembly: AssemblyFileVersion("1.9.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 = '1.9.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.3'; })
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: 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 = '1.9.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.3'; })
5757

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

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

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

0 commit comments

Comments
 (0)