Skip to content

Commit bca9bb6

Browse files
committed
3.6.0 RC1
1 parent 9813b78 commit bca9bb6

File tree

112 files changed

+15415
-3361
lines changed

Some content is hidden

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

112 files changed

+15415
-3361
lines changed

ChangeLog.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
## 3.6.0 - March 2020
2+
#### Az.Accounts
3+
* Open Azure PowerShell survey page in 'Send-Feedback' [#11020]
4+
* Display Azure PowerShell survey URL in 'Resolve-Error' [#11021]
5+
* Added Az version in UserAgent
6+
7+
#### Az.ApiManagement
8+
* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
9+
* 'Export-AzApiManagementApi' Added support for downloading Api Definition in Json format [#9987]
10+
* 'Import-AzApiManagementApi' Added support for importing OpenApi 3.0 definition from Json document
11+
* 'New-AzApiManagementIdentityProvider' and 'Set-AzApiManagementIdentityProvider' Added support for configuring 'Signin Tenant' for AAD B2C Provider [#9784]
12+
13+
#### Az.DataLakeStore
14+
* Added reference to System.Buffers explicitly in csproj and psd1.
15+
16+
#### Az.IotHub
17+
* Added support to manage devices in an Iot Hub. New Cmdlets are:
18+
- 'Add-AzIotHubDevice'
19+
- 'Get-AzIotHubDevice'
20+
- 'Remove-AzIotHubDevice'
21+
- 'Set-AzIotHubDevice'
22+
* Added support to manage modules on a target Iot device in an Iot Hub. New Cmdlets are:
23+
- 'Add-AzIotHubModule'
24+
- 'Get-AzIotHubModule'
25+
- 'Remove-AzIotHubModule'
26+
- 'Set-AzIotHubModule'
27+
* Added cmdlet to get the connection string of a target IoT device in an Iot Hub.
28+
* Added cmdlet to get the connection string of a module on a target IoT device in an Iot Hub.
29+
* Added support to get/set parent device of an IoT device. New Cmdlets are:
30+
- 'Get-AzIotHubDeviceParent'
31+
- 'Set-AzIotHubDeviceParent'
32+
* Added support to manage device parent-child relationship.
33+
34+
#### Az.Resources
35+
* Fixed for null reference bug in 'Get-AzRoleAssignment'
36+
* Marked switch '-Force' and '-PassThru' optional in 'Remove-AzADGroup' [#10849]
37+
* Fixed issue that 'MailNickname' doesn't return in 'Remove-AzADGroup' [#11167]
38+
* Fixed issue that 'Remove-AzADGroup' pipe operation doesn't work [#11171]
39+
* Fixed for null reference bug in GetAzureRoleAssignmentCommand
40+
* Added breaking change attributes for upcoming changes to policy cmdlets
41+
* Updated 'Get-AzResourceGroup' to perform resource group tag filtering on server-side
42+
* Extended Tag cmdlets to accept -ResourceId
43+
- Get-AzTag -ResourceId
44+
- New-AzTag -ResourceId
45+
- Remove-AzTag -ResourceId
46+
* Added new Tag cmdlet
47+
- Update-AzTag -ResourceId
48+
* Brought ScopedDeployment from SDK 3.3.0
49+
50+
#### Az.Sql
51+
* Added PublicNetworkAccess to New-AzSqlServer and Set-AzSqlServer
52+
53+
#### Az.Storage
54+
* Supported AllowProtectedAppendWrite in ImmutabilityPolicy
55+
- 'Set-AzRmStorageContainerImmutabilityPolicy'
56+
* Added breaking change warning message for AzureStorageTable type change in a future release
57+
- 'New-AzStorageTable'
58+
- 'Get-AzStorageTable'
59+
60+
#### Az.Websites
61+
* Added Tag parameter for 'New-AzAppServicePlan' and 'Set-AzAppServicePlan'
62+
* Stop cmdlt execution if an exception is thrown when adding a custom domain to a website
63+
* Added support to perform operations for App Services not in the same resource group as the App Service Plan
64+
* Applied access restriction to WebApp/Function in different resource groups
65+
* Fixed issue to set custom hostnames for WebAppSlots
66+
167
## 3.5.0 - February 2020
268
### Highlights since the last major release
369
* Updated client side telemetry.

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 5 additions & 3 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/3/2020
77
#
88

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

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

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

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Added SubscriptionId, TenantId, and execution time into data of client side telemetry'
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'
146148

147149
# Prerelease string of this module
148150
# 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.3
2123
* Open Azure PowerShell survey page in `Send-Feedback` [#11020]
2224
* Display Azure PowerShell survey URL in `Resolve-Error` [#11021]
2325
* Added Az version in UserAgent

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.2")]
47-
[assembly: AssemblyFileVersion("1.7.2")]
46+
[assembly: AssemblyVersion("1.7.3")]
47+
[assembly: AssemblyFileVersion("1.7.3")]
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.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.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.7.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.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.7.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.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.7.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.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: 7 additions & 9 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: 3/3/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.3.4'
15+
ModuleVersion = '1.4.0'
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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
@@ -188,12 +188,10 @@ PrivateData = @{
188188
# IconUri = ''
189189

190190
# ReleaseNotes of this module
191-
ReleaseNotes = '* **Get-AzApiManagementApiSchema** Fixed getting Open-Api Schema associated with an API
192-
https://github.com/Azure/azure-powershell/issues/10626
193-
* **New-AzApiManagementProduct*** and **Set-AzApiManagementProduct**
194-
- Fix documentation for https://github.com/Azure/azure-powershell/issues/10472
195-
* **Set-AzApiManagementApi**
196-
Added example to show how to update the ServiceUrl using the cmdlet'
191+
ReleaseNotes = '* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
192+
* ''Export-AzApiManagementApi'' Added support for downloading Api Definition in Json format [#9987]
193+
* ''Import-AzApiManagementApi'' Added support for importing OpenApi 3.0 definition from Json document
194+
* ''New-AzApiManagementIdentityProvider'' and ''Set-AzApiManagementIdentityProvider'' Added support for configuring ''Signin Tenant'' for AAD B2C Provider [#9784]'
197195

198196
# Prerelease string of this module
199197
# Prerelease = ''

src/ApiManagement/ApiManagement/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.4.0
2123
* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007]
2224
* `Export-AzApiManagementApi` Added support for downloading Api Definition in Json format [#9987]
2325
* `Import-AzApiManagementApi` Added support for importing OpenApi 3.0 definition from Json document

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("1.3.4")]
45-
[assembly: AssemblyFileVersion("1.3.4")]
44+
[assembly: AssemblyVersion("1.4.0")]
45+
[assembly: AssemblyFileVersion("1.4.0")]

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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
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: 7 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: 2/11/2020
6+
# Generated on: 3/3/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.1.4'
15+
ModuleVersion = '0.1.5'
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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
@@ -77,9 +77,8 @@ FunctionsToExport = @()
7777
# 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.
7878
CmdletsToExport = 'New-AzAttestation', 'Get-AzAttestation', 'Remove-AzAttestation',
7979
'Get-AzAttestationPolicy', 'Set-AzAttestationPolicy',
80-
'Reset-AzAttestationPolicy',
81-
'Get-AzAttestationPolicySigners', 'Add-AzAttestationPolicySigner',
82-
'Remove-AzAttestationPolicySigner'
80+
'Reset-AzAttestationPolicy', 'Get-AzAttestationPolicySigners',
81+
'Add-AzAttestationPolicySigner', 'Remove-AzAttestationPolicySigner'
8382

8483
# Variables to export from this module
8584
# VariablesToExport = @()
@@ -114,7 +113,8 @@ PrivateData = @{
114113
# IconUri = ''
115114

116115
# ReleaseNotes of this module
117-
ReleaseNotes = '* Added policy management cmdlets to ''Az.Attestation'' module'
116+
ReleaseNotes = '* Added policy signer management cmdlets to ''Az.Attestation'' module
117+
* Added ''Location'' and ''Tag'' to ''New-AzAttestation'''
118118

119119
# Prerelease string of this module
120120
# 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.5
2325
* Added policy signer management cmdlets to `Az.Attestation` module
2426
* Added `Location` and `Tag` to `New-AzAttestation`
2527

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.4")]
33-
[assembly: AssemblyFileVersion("0.1.4")]
32+
[assembly: AssemblyVersion("0.1.5")]
33+
[assembly: AssemblyFileVersion("0.1.5")]
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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
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: 5 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/29/2020
6+
# Generated on: 3/3/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.2.10'
15+
ModuleVersion = '0.2.11'
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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Blueprint.dll'
@@ -114,7 +114,8 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Added support to include subfolders when deploying blueprints with artifacts'
117+
ReleaseNotes = '* Showed DependsOn property value in the table view
118+
* Added support to accept PolicyDefinitionParameter empty '
118119

119120
# Prerelease string of this module
120121
# Prerelease = ''

src/Blueprint/Blueprint/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 0.2.11
2123
* Showed DependsOn property value in the table view
2224
* Added support to accept PolicyDefinitionParameter empty
2325

src/Blueprint/Blueprint/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("0.2.10")]
47-
[assembly: AssemblyFileVersion("0.2.10")]
46+
[assembly: AssemblyVersion("0.2.11")]
47+
[assembly: AssemblyFileVersion("0.2.11")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Blueprint.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

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

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

0 commit comments

Comments
 (0)