Skip to content

Commit 6aca9dd

Browse files
dingmeng-xuebaselmicrosoftisra-felaygoyajagilber
authored
Merge back release-2020-03-31 (#11441)
* For final RC * For final RC * Adding SensitivityRank parameter to DataClassification Set Cmdlets * typo, unused imports. - enable severity, status tests. update properties count( since prod outage was removed). add tests for ticket status. * properties count to 5 * count for prob class to 5 * fix get-azresource -ResourceGroupName -Name -ResourceType to use correct ApiVersion * Complete cmdlet implementations * fix get-azresource -ResourceGroupName -Name -ExpandProperties -ResourceType to use correct ApiVersion * Fix Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.dll.json #10826 * Fix changelog merge issue * remove override DefaultContext * Restore-AzSqlInstanceDatabase - fix "an" -> "a" Examples: fix "an deleted instance" to "a deleted instance" * Add changelog entry * chore) update privacy notice text * Update changelog.md per contributing.md * chore) minor text correction * Improve PolicyInsights error messages * Address reviwer comments * Add note about the version of PowerShell * fix changelog merge error * #7682- Added new cmdlets for managing Routing Rules * Revert "#7682- Added new cmdlets for managing Routing Rules" This reverts commit ae6559f17f5e972546dbfa5366269cac71ffe656. * Revert "Revert "#7682- Added new cmdlets for managing Routing Rules"" This reverts commit ad9f0c8abf1bc74223527dd5fb29853da82d3527. * Added help files * Updated .md files * "#7682- Added new cmdlets for managing Routing Rules" - Updated .md files * Updated changelog.md file for RoutingRules * Resolving conflict for ChangeLog.md * Update ChangeLog.md file with relavent info for webapp Traffic Routing Rules * Minor helper file fix * update macos to 10.14 * Add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs file itself. * Add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs file itself. * disable one test case that is unstable on linux * remove file * add DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs * Create DisableAzureSqlServerActiveDirectoryOnlyAuthentication.cs * Update ChangeLog.md add cmdlet Disable-AzSqlServerActiveDirectoryOnlyAuthentication * Update ChangeLog.md * SAP AEM: add support for the new VM Extension for SAP * Update ChangeLog.md remove edit to this file * Update ChangeLog.md * Add cmdlet Disable-AzSqlServerActiveDirectoryOnlyAuthentication to upcoming section. * Fixing the parameter name IsAzureADOnlyAuthentication and documentation * reprotect and Update bug fixes * add an alias to avoid breaking change * Update the azure powershell developer guide with autorest powershell generator related materials * Update the category. * change log * Update syntax in help files. * Update C# SDK to throw Cloud Exception, Update default SKU to be ST2 * Escape single quote * add TestGetResourceByNameAndType test for apiversion check * updating tests and adding completer * fix changelog merge error * updating help files and tests * add breaking changes * Update files * Update encoding to UTF8 * Add breaking changes (#11329) * add breaking changes * Change useragent to align to Az3.0 modules * Update Get-AzResourceLock.md Added an example that uses the -AtScope parameter. * Update ChangeLog.md * Consume modified SDK clients. * Remove unnecessary changes. * Fix doc Microsot→Microsoft add dot * Add a test case for Save-AzDeploymentScript cmdlet; update test recordings; update help messages; address reviewer comments * Remove duplicate cmdlet names in Az.Resources.psd1 * Add change log comment * Update Network SDK & test recordings * add license header to ArrayExtension.cs * Update New-AzNetworkInterface.md Removed reference to the manual subnet entry and added code to allow retrieval of subnetID via PowerShell from Virtual Network. This would be a best practice rather than hard-coding subnet ID entry. * Updated error messages and help files. - Share service provided details for 4xx HTTP status codes - Updated help file examples to be accurate and consistent * Update tests, tests records and help files. * Update New-AzVmss for AutomaticRepairsPolicy issue. * Update Compute SDK version to 33.0.0 * Updated CosmosDB Management version * Updated TEE type name VSMEnclave to VBSEnclave * Updated ChangeLog * Removed the new version header from ChangeLog * Added option of Byte encoding for New-AzDataLakeStoreItem, Add-AzDAtaLakeStoreItemContent, Get-AzDAtaLakeStoreItemContent * Update URLs in help files * AppGw recordings * Updated CosmosDB Management SDK version (#11351) * Updated CosmosDB Management version * Updated ChangeLog * Removed the new version header from ChangeLog Co-authored-by: Meha Kaushik <[email protected]> * [ASR] [V2A] Adding properties for VMware DR monitoring * Update * bump up version * Fix the bug that RunVerioncontroller.ps1 act different under different directory. * CredSan suppression * Update tests file. * Adding SensitivityRank parameter to DataClassification Set Cmdlets * Update syntax in help files. * Consume modified SDK clients. * Remove unnecessary changes. * Update tests, tests records and help files. * Update tests file. * Update ChangeLog.md * Update Management.Sql package version * Add rerun support to create pipeline run cmdlet * Update changeLog * Fix * addressing review comments * implemented PassThru for Remove-AzWebAppTrafficRouting * ChangeLog update * add comment, add byte encoding for auto completion * 1.Support customers specify min TLS version when creating cluster 2. Update New-AzHDInsightConfig.md * Added retrying policy update * updated paramsets and added help file * Fix after merge * initital commit * Updated cmdlets with disk exclusion parameters * Added test coverage * Added ExcludeAllDataDisks Parameter * Added disk exclusion tests * updated markdown help * updated param sets * fixed tests * Added unmanaged vm restore warning * Updated Markdown Help file * updated tests * Update README.md * Fixing bugs and Allowing Gremlin, Cassandra, Table api account creation * Allow Encryption property to Target parameter of New-AzGalleryImageVersion cmdlet Add the following parameters to New-AzDiskConfig: DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference Fix tempDisk issue * suppress breaking change issue from int to long * Update Set-AzApiManagementGroup.md GroupId is a required parameter, please add this in the example as well. * Replace Sql client using generic rest client * Update change log * Fixing Cassandra schema and Mongo shard key null values * Adding in ChangeLog * Updated Help * Revise according to review * updated param help messages * updated markdown help files with examples * update cmdlet syntax * #7682- Added new cmdlets for managing Routing Rules- Added code review comments * Update ChangeLog.md fix readme * Polish changelog * Add breaking change description for Export-AzDataLakeStoreItem and Import-AzDataLakeStoreItem * Comment out the exportchildproperties test in aliastest of testfilesystem, and unskip the adlstest.testfilesystem * Add support to manage device-twin * Rephrase changelog * initial commit for afs multiple file restore * added test for multiple file restore * Fix error * Added tests for multiple file restore * Updated Markdown help file * updated changelog * resolving comments * updated help file with examples * Added user rg feature * updated changelog * add breaking change date * polish changelog * GA Support Module (#11409) * GA Support module * Update Az.Support.psd1 * keyvault breaking change attribute * ref az.msi in compute.sln * 3.7.0 RC2 build * Update ChangeLog.md Move changelog from version 1.4 to upcoming release. * Updated as per design review * Fix issue in support (#11434) * Add Az.Support module * Correct StreamAnalytics version * Release 3.7.1 (#11440) * 3.7.0 RC2 build * Add Az.Support module * Correct StreamAnalytics version * remove issue file Co-authored-by: bashahee <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: aygoya <[email protected]> Co-authored-by: Jason Gilbertson <[email protected]> Co-authored-by: Filiz Topatan <[email protected]> Co-authored-by: msJinLei <[email protected]> Co-authored-by: Yabo Hu <[email protected]> Co-authored-by: Hans De Mulder <[email protected]> Co-authored-by: Anthony Martin <[email protected]> Co-authored-by: Sudhindra Kovalam <[email protected]> Co-authored-by: Chris Eggert <[email protected]> Co-authored-by: Damien Caro <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Kota Sudhakar Reddy <[email protected]> Co-authored-by: Nilambari <[email protected]> Co-authored-by: Nilambari <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: MSSedusch <[email protected]> Co-authored-by: ayfathim <[email protected]> Co-authored-by: Xiaogang Ding <[email protected]> Co-authored-by: Teng Lu <[email protected]> Co-authored-by: shahbj79 <[email protected]> Co-authored-by: Bhavin Shah <[email protected]> Co-authored-by: Peter Lorenzen <[email protected]> Co-authored-by: Ikko Ashimine <[email protected]> Co-authored-by: erich-wang <[email protected]> Co-authored-by: Anton Evseev <[email protected]> Co-authored-by: Thomas Thornton <[email protected]> Co-authored-by: gkostal <[email protected]> Co-authored-by: Hyonho Lee <[email protected]> Co-authored-by: Meha Kaushik <[email protected]> Co-authored-by: Rahul Dutta <[email protected]> Co-authored-by: Meha Kaushik <[email protected]> Co-authored-by: Vidyadhari Jami <[email protected]> Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: bashahee <[email protected]> Co-authored-by: lijzha <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: sambitratha <[email protected]> Co-authored-by: Sambit Rath <[email protected]> Co-authored-by: erwinkramer <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Sapan Saxena <[email protected]>
1 parent 915df17 commit 6aca9dd

File tree

184 files changed

+138355
-20347
lines changed

Some content is hidden

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

184 files changed

+138355
-20347
lines changed

ChangeLog.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
## 3.7.0 - March 2020
2+
#### Az.Accounts
3+
* Fixed 'Get-AzTenant'/'Get-AzDefault'/'Set-AzDefault' throw NullReferenceException when not login [#10292]
4+
5+
#### Az.Compute
6+
* Added the following parameters to 'New-AzDiskConfig' cmdlet:
7+
- DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference
8+
* Allowed Encryption property to Target parameter of 'New-AzGalleryImageVersion' cmdlet.
9+
* Fixed tempDisk issue for 'Set-AzVmss' -Reimage and 'Invoke-AzVMReimage' cmdlets. [#11354]
10+
* Added support to below cmdlets for new SAP Extension
11+
- 'Set-AzVMAEMExtension'
12+
- 'Get-AzVMAEMExtension'
13+
- 'Remove-AzVMAEMExtension'
14+
- 'Update-AzVMAEMExtension'
15+
* Fixed errors in examples of help document
16+
* Showed the exact string value for VM PowerState in the table format.
17+
* 'New-AzVmssConfig': fixed serialization of AutomaticRepairs property when SinglePlacementGroup is disabled. [#11257]
18+
19+
#### Az.DataFactory
20+
* Updated ADF .Net SDK version to 4.8.0
21+
* Added optional parameters to 'Invoke-AzDataFactoryV2Pipeline' command to support rerun
22+
23+
#### Az.DataLakeStore
24+
* Added breaking change description for 'Export-AzDataLakeStoreItem' and 'Import-AzDataLakeStoreItem'
25+
* Added option of Byte encoding for 'New-AzDataLakeStoreItem', 'Add-AzDAtaLakeStoreItemContent', and 'Get-AzDAtaLakeStoreItemContent'
26+
27+
#### Az.HDInsight
28+
* Supported specifying minimal supported TLS version when creating cluster.
29+
30+
#### Az.IotHub
31+
* Added support to manage distributed settings per-device. New Cmdlets are:
32+
- 'Get-AzIotHubDistributedTracing'
33+
- 'Set-AzIotHubDistributedTracing'
34+
35+
#### Az.KeyVault
36+
* Added breaking change attributes to 'New-AzKeyVault'
37+
38+
#### Az.Monitor
39+
* Updated documentation for 'New-AzScheduledQueryRuleLogMetricTrigger'
40+
41+
#### Az.Network
42+
* Updated cmdlets to allow cross-tenant VirtualHubVnetConnections
43+
- 'New-AzVirtualHubVnetConnection'
44+
- 'Update-AzVirtualHubVnetConnection'
45+
- 'New-AzVirtualHub'
46+
- 'Update-AzVirtualHub'
47+
* Removed Sql Management SDK dependency
48+
49+
#### Az.PolicyInsights
50+
* Improved error messages
51+
52+
#### Az.RecoveryServices
53+
* Azure Site Recovery added support for doing reprotect and updated vm properties for Azure disk encrypted Virtual Machines.
54+
* Added Azure Site Recovery VmwareToAzure properties DR monitoring
55+
* Azure Backup added support for retrying policy update for failed items.
56+
* Azure Backup Added support for disk exclusion settings during backup and restore.
57+
* Azure Backup Added Support for Restoring Multiple files/folders in AzureFileShare
58+
* Azure Backup Added support for User-specified Resourcegroup support while updating IaasVM Policy
59+
60+
#### Az.Resources
61+
* Fixed 'Get-AzResource -ResourceGroupName -Name -ExpandProperties -ResourceType' to use actual apiVersion of resources instead of default apiVersion [#11267]
62+
* Added correlationId logging for error scenarios
63+
* Small documentation change to 'Get-AzResourceLock'. Added example.
64+
* Escaped single quote in parameter value of 'Get-AzADUser' [#11317]
65+
* Added new cmdlets for Deployment Scripts ('Get-AzDeploymentScript', 'Get-AzDeploymentScriptLog', 'Save-AzDeploymentScriptLog', 'Remove-AzDeploymentScript')
66+
67+
#### Az.Sql
68+
* Added readable secondary parameter to 'Invoke-AzSqlDatabaseFailover'
69+
* Added cmdlet 'Disable-AzSqlServerActiveDirectoryOnlyAuthentication'
70+
* Saved sensitivity rank when classifying columns in the database.
71+
72+
#### Az.Support
73+
* General availability of 'Az.Support' module
74+
75+
#### Az.Websites
76+
* Added support for working with webapp Traffic Routing Rules via below new cmdlets
77+
- 'Get-AzWebAppTrafficRouting'
78+
- 'Update-AzWebAppTrafficRouting'
79+
- 'Add-AzWebAppTrafficRouting'
80+
- 'Remove-AzWebAppTrafficRouting'
81+
182
## 3.6.1 - March 2020
283
#### Az.Accounts
384
* Open Azure PowerShell survey page in 'Send-Feedback' [#11020]

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/3/2020
6+
# Generated on: 3/26/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.7.3'
15+
ModuleVersion = '1.7.4'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -142,9 +142,7 @@ PrivateData = @{
142142
# IconUri = ''
143143

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Open Azure PowerShell survey page in ''Send-Feedback'' [#11020]
146-
* Display Azure PowerShell survey URL in ''Resolve-Error'' [#11021]
147-
* Added Az version in UserAgent'
145+
ReleaseNotes = '* Fixed ''Get-AzTenant''/''Get-AzDefault''/''Set-AzDefault'' throw NullReferenceException when not login [#10292]'
148146

149147
# Prerelease string of this module
150148
# 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.7.4
2123
* Fixed `Get-AzTenant`/`Get-AzDefault`/`Set-AzDefault` throw NullReferenceException when not login [#10292]
2224

2325
## Version 1.7.3

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.7.3")]
47-
[assembly: AssemblyFileVersion("1.7.3")]
46+
[assembly: AssemblyVersion("1.7.4")]
47+
[assembly: AssemblyFileVersion("1.7.4")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

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

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

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

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

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/3/2020
6+
# Generated on: 3/26/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.1.5'
15+
ModuleVersion = '0.1.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,13 +53,13 @@ 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.7.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
60-
'Microsoft.Azure.Attestation.dll',
61-
'Microsoft.IdentityModel.JsonWebTokens.dll',
62-
'Microsoft.IdentityModel.Tokens.dll',
59+
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
60+
'Microsoft.Azure.Attestation.dll',
61+
'Microsoft.IdentityModel.JsonWebTokens.dll',
62+
'Microsoft.IdentityModel.Tokens.dll',
6363
'Microsoft.IdentityModel.Logging.dll'
6464

6565
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -78,11 +78,10 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll')
7878
FunctionsToExport = @()
7979

8080
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
81-
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation',
82-
'Get-AzAttestationPolicy', 'Set-AzAttestationPolicy',
83-
'Reset-AzAttestationPolicy',
84-
'Get-AzAttestationPolicySigners', 'Add-AzAttestationPolicySigner',
85-
'Remove-AzAttestationPolicySigner'
81+
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation',
82+
'Get-AzAttestationPolicy', 'Set-AzAttestationPolicy',
83+
'Reset-AzAttestationPolicy', 'Get-AzAttestationPolicySigners',
84+
'Add-AzAttestationPolicySigner', 'Remove-AzAttestationPolicySigner'
8685

8786
# Variables to export from this module
8887
# VariablesToExport = @()
@@ -117,8 +116,9 @@ PrivateData = @{
117116
# IconUri = ''
118117

119118
# ReleaseNotes of this module
120-
ReleaseNotes = '* Added policy signer management cmdlets to ''Az.Attestation'' module
121-
* Added ''Location'' and ''Tag'' to ''New-AzAttestation'''
119+
ReleaseNotes = '* Improved error messages for server response codes 400 and 401
120+
* Improved example code included in documentation files
121+
* Added three additional required assemblies to Az.Attestation.psd1'
122122

123123
# Prerelease string of this module
124124
# Prerelease = ''

src/Attestation/Attestation/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121

2222
## Upcoming Release
23+
24+
## Version 0.1.6
2325
* Improved error messages for server response codes 400 and 401
2426
* Improved example code included in documentation files
2527
* Added three additional required assemblies to Az.Attestation.psd1

src/Attestation/Attestation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("0.1.5")]
33-
[assembly: AssemblyFileVersion("0.1.5")]
32+
[assembly: AssemblyVersion("0.1.6")]
33+
[assembly: AssemblyFileVersion("0.1.6")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
3636
#endif

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

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

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

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

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

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

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

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

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

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

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

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

src/Compute/Compute.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Acc
1414
EndProject
1515
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyVault", "..\KeyVault\KeyVault\KeyVault.csproj", "{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}"
1616
EndProject
17+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedServiceIdentity", "..\ManagedServiceIdentity\ManagedServiceIdentity.csproj", "{228EB071-FA04-43B3-95F9-7D76DBF0B850}"
18+
EndProject
1719
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}"
1820
EndProject
1921
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3E016018-D65D-4336-9F64-17DA97783AD0}"
@@ -48,6 +50,10 @@ Global
4850
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|Any CPU.Build.0 = Debug|Any CPU
4951
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|Any CPU.ActiveCfg = Release|Any CPU
5052
{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|Any CPU.Build.0 = Release|Any CPU
53+
{228EB071-FA04-43B3-95F9-7D76DBF0B850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54+
{228EB071-FA04-43B3-95F9-7D76DBF0B850}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{228EB071-FA04-43B3-95F9-7D76DBF0B850}.Release|Any CPU.ActiveCfg = Release|Any CPU
56+
{228EB071-FA04-43B3-95F9-7D76DBF0B850}.Release|Any CPU.Build.0 = Release|Any CPU
5157
{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5258
{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
5359
{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/Compute/Compute/Az.Compute.psd1

Lines changed: 15 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: 2/11/2020
6+
# Generated on: 3/26/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '3.5.0'
15+
ModuleVersion = '3.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
# ProcessorArchitecture = ''
5555

5656
# Modules that must be imported into the global environment prior to importing this module
57-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
57+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
@@ -203,7 +203,18 @@ PrivateData = @{
203203
# IconUri = ''
204204

205205
# ReleaseNotes of this module
206-
ReleaseNotes = '* Allowed empty value for ProximityPlacementGroupId during update'
206+
ReleaseNotes = '* Added the following parameters to ''New-AzDiskConfig'' cmdlet:
207+
- DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference
208+
* Allowed Encryption property to Target parameter of ''New-AzGalleryImageVersion'' cmdlet.
209+
* Fixed tempDisk issue for ''Set-AzVmss'' -Reimage and ''Invoke-AzVMReimage'' cmdlets. [#11354]
210+
* Added support to below cmdlets for new SAP Extension
211+
- ''Set-AzVMAEMExtension''
212+
- ''Get-AzVMAEMExtension''
213+
- ''Remove-AzVMAEMExtension''
214+
- ''Update-AzVMAEMExtension''
215+
* Fixed errors in examples of help document
216+
* Showed the exact string value for VM PowerState in the table format.
217+
* ''New-AzVmssConfig'': fixed serialization of AutomaticRepairs property when SinglePlacementGroup is disabled. [#11257]'
207218

208219
# Prerelease string of this module
209220
# Prerelease = ''

0 commit comments

Comments
 (0)