Skip to content

Commit a4410c0

Browse files
authored
Merge pull request Azure#11124 from dingmeng-xue/release-2020-02-18
Release 2020-02-18 => master
2 parents 4d6bd37 + 2999f3c commit a4410c0

File tree

130 files changed

+42342
-8600
lines changed

Some content is hidden

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

130 files changed

+42342
-8600
lines changed

ChangeLog.md

Lines changed: 80 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
## 3.5.0 - February 2020
2+
### Highlights since the last major release
3+
* Updated client side telemetry.
4+
* Az.IotHub added cmdlets to support to manage devices.
5+
* Az.SqlVirtualMachine added cmdlets for Availability Group Listener.
6+
7+
#### Az.Accounts
8+
* Added SubscriptionId, TenantId, and execution time into data of client side telemetry
9+
10+
#### Az.Automation
11+
* Fixed typo in Example 1 in reference documentation for 'New-AzAutomationSoftwareUpdateConfiguration'
12+
13+
#### Az.CognitiveServices
14+
* Updated SDK to 7.0
15+
* Improved error message when server responses empty body
16+
17+
#### Az.Compute
18+
* Allowed empty value for ProximityPlacementGroupId during update
19+
20+
#### Az.FrontDoor
21+
* Added cmdlet to get managed rule definitions that can be used in WAF
22+
23+
#### Az.IotHub
24+
* Added support to manage devices in an Iot Hub. New Cmdlets are:
25+
- 'Add-AzIotHubDevice'
26+
- 'Get-AzIotHubDevice'
27+
- 'Remove-AzIotHubDevice'
28+
- 'Set-AzIotHubDevice'
29+
30+
#### Az.KeyVault
31+
* Fixed duplicated text for Add-AzKeyVaultKey.md
32+
33+
#### Az.Monitor
34+
* Fixed description of the Get-AzLog cmdlet.
35+
* A new parameter called ActionGroupId was added to 'New-AzMetricAlertRuleV2' command.
36+
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
37+
38+
#### Az.Network
39+
* Added one extra parameter note for parameter '-EnableProxyProtocol' for 'New-AzPrivateLinkService' cmdlet.
40+
* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
41+
* Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
42+
* Supported Azure Firewall Policy on VNet Firewalls
43+
- No new cmdlets are added. Relaxing the restriction for firewall policy on VNet firewalls
44+
45+
#### Az.RecoveryServices
46+
* Added Support for Restore-as-files for SQL Databases.
47+
48+
#### Az.Resources
49+
* Refactored template deployment cmdlets
50+
- Added new cmdlets for managing deployments at management group: *-AzManagementGroupDeployment
51+
- Added new cmdlets for managing deployments at tenant scope: *-AzTenantDeployment
52+
- Refactored *-AzDeployment cmdlets to work specifically at subscription scope
53+
- Created aliases *-AzSubscriptionDeployment for *-AzDeployment cmdlets
54+
* Fixed 'Update-AzADApplication' when parameter 'AvailableToOtherTenants' is not set
55+
* Removed ApplicationObjectWithoutCredentialParameterSet to avoid AmbiguousParameterSetException.
56+
* Regenerated help files
57+
58+
#### Az.Sql
59+
* Added support for cross subscription point in time restore on Managed Instances.
60+
* Added support for changing existing Sql Managed Instance hardware generation
61+
* Fixed 'Update-AzSqlServerVulnerabilityAssessmentSetting' help examples: parameter/property output - EmailAdmins
62+
63+
#### Az.SqlVirtualMachine
64+
* Added cmdlets for Availability Group Listener
65+
66+
#### Az.StorageSync
67+
* Updated supported character sets in 'Invoke-AzStorageSyncCompatibilityCheck'.
68+
169
## 3.4.0 - February 2020
270

371
#### Az.CosmosDB
@@ -6,10 +74,6 @@
674
* Added parameters ConflictResolutionPolicyMode, ConflictResolutionPolicyPath and ConflictResolutionPolicyPath in Set-AzCosmosDBSqlContainer.
775
* Added new cmdlets for Sql API : New-CosmosDBSqlSpatialSpec, New-CosmosDBSqlCompositePath, New-CosmosDBSqlIncludedPathIndex, New-CosmosDBSqlIncludedPath
876

9-
### Highlights since the last major release
10-
* Az.CosmosDB initial version 0.1.0 released
11-
* Az.Network ConnectionMonitor V2 support added
12-
1377
#### Az.Accounts
1478
* Disable context auto saving when AzureRmContext.json not available
1579
* Update the reference to Azure Powershell Common to 1.3.5-preview
@@ -120,7 +184,7 @@ Fix New-AzSqlDatabaseSecondary cmdlet to check for PartnerDatabaseName existence
120184
#### Az.DataFactory
121185
* Add AutoUpdateETA, LatestVersion, PushedVersion, TaskQueueId and VersionStatus properties for Get-AzDataFactoryV2IntegrationRuntime cmd
122186
* Update ADF .Net SDK version to 4.6.0
123-
* Add parameter 'PublicIPs' for 'Set-AzureRmDataFactoryV2IntegrationRuntime' cmd
187+
* Add parameter 'PublicIPs' for 'Set-AzDataFactoryV2IntegrationRuntime' cmd
124188
to enable create Azure-SSIS IR with static public IP addresses.
125189

126190
#### Az.DevTestLabs
@@ -164,8 +228,8 @@ to enable create Azure-SSIS IR with static public IP addresses.
164228
#### Az.Storage
165229
* Add breaking change warning message for DefaultAction Value change in a future release
166230
- Update-AzStorageAccountNetworkRuleSet
167-
* Support Get last sync time of Storage account by run get-AzureRMStorageAccount with parameter -IncludeGeoReplicationStats
168-
- Get-AzureRMStorageAccount
231+
* Support Get last sync time of Storage account by run get-AzStorageAccount with parameter -IncludeGeoReplicationStats
232+
- Get-AzStorageAccount
169233

170234
## 3.2.0 - December 2019
171235

@@ -268,7 +332,7 @@ to enable create Azure-SSIS IR with static public IP addresses.
268332

269333
#### Az.DataFactory
270334
* Update ADF .Net SDK version to 4.4.0
271-
* Add parameter 'ExpressCustomSetup' for 'Set-AzureRmDataFactoryV2IntegrationRuntime' cmd to enable setup configurations and 3rd party components without custom setup script.
335+
* Add parameter 'ExpressCustomSetup' for 'Set-AzDataFactoryV2IntegrationRuntime' cmd to enable setup configurations and 3rd party components without custom setup script.
272336

273337
#### Az.DataLakeStore
274338
* Update documentation of Get-AzDataLakeStoreDeletedItem and Restore-AzDataLakeStoreDeletedItem
@@ -478,13 +542,13 @@ to enable create Azure-SSIS IR with static public IP addresses.
478542
- Update-AzVirtualWan : added parameter VirtualWANType
479543
* Add support for EnableInternetSecurity property for HubVnetConnection, VpnConnection and ExpressRouteConnection
480544
- New cmdlets added:
481-
- Update-AzureRmVirtualHubVnetConnection
545+
- Update-AzVirtualHubVnetConnection
482546
- Cmdlets updated with optional parameters:
483-
- New-AzureRmVirtualHubVnetConnection : added parameter EnableInternetSecurity
484-
- New-AzureRmVpnConnection : added parameter EnableInternetSecurity
485-
- Update-AzureRmVpnConnection : added parameter EnableInternetSecurity
486-
- New-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity
487-
- Set-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity
547+
- New-AzVirtualHubVnetConnection : added parameter EnableInternetSecurity
548+
- New-AzVpnConnection : added parameter EnableInternetSecurity
549+
- Update-AzVpnConnection : added parameter EnableInternetSecurity
550+
- New-AzExpressRouteConnection : added parameter EnableInternetSecurity
551+
- Set-AzExpressRouteConnection : added parameter EnableInternetSecurity
488552
* Add support for Configuring TopLevel WebApplicationFirewall Policy
489553
- New cmdlets added:
490554
- New-AzApplicationGatewayFirewallPolicySetting
@@ -591,8 +655,8 @@ to enable create Azure-SSIS IR with static public IP addresses.
591655
- New cmdlets added:
592656
- New-AzureRmTrafficSelectorPolicy
593657
- Cmdlets updated with optional parameter -TrafficSelectorPolicies
594-
-New-AzureRmVirtualNetworkGatewayConnection
595-
-Set-AzureRmVirtualNetworkGatewayConnection
658+
-New-AzVirtualNetworkGatewayConnection
659+
-Set-AzVirtualNetworkGatewayConnection
596660
* Add support for ESP and AH protocols in network security rule configurations
597661
- Updated cmdlets:
598662
- Add-AzNetworkSecurityRuleConfig

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: 1/21/2020
6+
# Generated on: 2/11/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.7.1'
15+
ModuleVersion = '1.7.2'
1616

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

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Disable context auto saving when AzureRmContext.json not available
146-
* Update the reference to Azure Powershell Common to 1.3.5-preview'
145+
ReleaseNotes = '* Added SubscriptionId, TenantId, and execution time into data of client side telemetry'
147146

148147
# Prerelease string of this module
149148
# 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.2
2123
* Added SubscriptionId, TenantId, and execution time into data of client side telemetry
2224

2325
## Version 1.7.1

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.1")]
47-
[assembly: AssemblyFileVersion("1.7.1")]
46+
[assembly: AssemblyVersion("1.7.2")]
47+
[assembly: AssemblyFileVersion("1.7.2")]
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.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.2'; })
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.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.2'; })
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.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.2'; })
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.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.2'; })
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.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.2'; })
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.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.2'; })
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: 9 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: 12/11/2019
6+
# Generated on: 2/11/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.1.3'
15+
ModuleVersion = '0.1.4'
1616

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

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll','Microsoft.Azure.Attestation.dll'
59+
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
60+
'Microsoft.Azure.Attestation.dll'
6061

6162
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6263
# ScriptsToProcess = @()
@@ -74,7 +75,9 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll')
7475
FunctionsToExport = @()
7576

7677
# 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.
77-
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation', 'Get-AzAttestationPolicy','Set-AzAttestationPolicy','Reset-AzAttestationPolicy'
78+
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation',
79+
'Get-AzAttestationPolicy', 'Set-AzAttestationPolicy',
80+
'Reset-AzAttestationPolicy'
7881

7982
# Variables to export from this module
8083
# VariablesToExport = @()
@@ -109,7 +112,7 @@ PrivateData = @{
109112
# IconUri = ''
110113

111114
# ReleaseNotes of this module
112-
ReleaseNotes = '* Update references in .psd1 to use relative path'
115+
ReleaseNotes = '* Added policy management cmdlets to ''Az.Attestation'' module'
113116

114117
# Prerelease string of this module
115118
# 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.4
2325
* Added policy management cmdlets to `Az.Attestation` module
2426

2527
## Version 0.1.3

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.3")]
33-
[assembly: AssemblyFileVersion("0.1.3")]
32+
[assembly: AssemblyVersion("0.1.4")]
33+
[assembly: AssemblyFileVersion("0.1.4")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
3636
#endif

src/Automation/Automation/Az.Automation.psd1

Lines changed: 4 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: 12/11/2019
6+
# Generated on: 2/11/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.3.5'
15+
ModuleVersion = '1.3.6'
1616

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

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll'
@@ -168,7 +168,7 @@ PrivateData = @{
168168
# IconUri = ''
169169

170170
# ReleaseNotes of this module
171-
ReleaseNotes = '* Update references in .psd1 to use relative path'
171+
ReleaseNotes = '* Fixed typo in Example 1 in reference documentation for ''New-AzAutomationSoftwareUpdateConfiguration'''
172172

173173
# Prerelease string of this module
174174
# Prerelease = ''

src/Automation/Automation/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.3.6
2123
* Fixed typo in Example 1 in reference documentation for `New-AzAutomationSoftwareUpdateConfiguration`
2224

2325
## Version 1.3.5

src/Automation/Automation/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.3.5")]
47-
[assembly: AssemblyFileVersion("1.3.5")]
46+
[assembly: AssemblyVersion("1.3.6")]
47+
[assembly: AssemblyFileVersion("1.3.6")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
5050
#endif

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

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

0 commit comments

Comments
 (0)