Skip to content

Commit 79744b2

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#6714 from Azure/release-2018-07-13-netcore
Merge netcore release to master
2 parents 1452292 + 767c1d7 commit 79744b2

File tree

69 files changed

+272
-264
lines changed

Some content is hidden

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

69 files changed

+272
-264
lines changed

Azure.PowerShell.Netcore.sln

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Storage.Netcore",
139139
EndProject
140140
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.KeyVault.Netcore", "src\Common\Commands.Common.KeyVault\Common.KeyVault.Netcore.csproj", "{836965C0-B198-4D01-B3D7-757DB62B49A0}"
141141
EndProject
142-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Websites.Netcore", "src\Common\Commands.Common.Websites\Common.Websites.Netcore.csproj", "{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}"
142+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Websites.Netcore", "src\Common\Commands.Common.Websites\Common.Websites.Netcore.csproj", "{592B3E1B-49E3-4F3C-BF6B-E5D4133B1443}"
143143
EndProject
144144
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.UsageAggregates.Netcore", "src\ResourceManager\UsageAggregates\Commands.UsageAggregates\Commands.UsageAggregates.Netcore.csproj", "{AC30CFA4-0EC7-4303-ABC1-A60DFCA44B74}"
145145
EndProject
146146
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.DeviceProvisioningServices.Netcore", "src\ResourceManager\DeviceProvisioningServices\Commands.DeviceProvisioningServices\Commands.DeviceProvisioningServices.Netcore.csproj", "{804B11B7-D7B5-4E0F-ADFB-4BCD61B23D55}"
147147
EndProject
148148
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.PolicyInsights.Netcore", "src\ResourceManager\PolicyInsights\Commands.PolicyInsights\Commands.PolicyInsights.Netcore.csproj", "{A0574194-976A-486A-B589-07B2E50CA6EF}"
149149
EndProject
150+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commands.Common.Aks.Netcore", "src\Common\Commands.Common.Aks\Commands.Common.Aks.Netcore.csproj", "{B3A55509-A1D4-4884-B86F-179551C65C81}"
151+
EndProject
150152
Global
151153
GlobalSection(SolutionConfigurationPlatforms) = preSolution
152154
Debug|Any CPU = Debug|Any CPU
@@ -1021,6 +1023,18 @@ Global
10211023
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x64.Build.0 = Release|Any CPU
10221024
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.ActiveCfg = Release|Any CPU
10231025
{A0574194-976A-486A-B589-07B2E50CA6EF}.Release|x86.Build.0 = Release|Any CPU
1026+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1027+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Debug|Any CPU.Build.0 = Debug|Any CPU
1028+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Debug|x64.ActiveCfg = Debug|Any CPU
1029+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Debug|x64.Build.0 = Debug|Any CPU
1030+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Debug|x86.ActiveCfg = Debug|Any CPU
1031+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Debug|x86.Build.0 = Debug|Any CPU
1032+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Release|Any CPU.ActiveCfg = Release|Any CPU
1033+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Release|Any CPU.Build.0 = Release|Any CPU
1034+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Release|x64.ActiveCfg = Release|Any CPU
1035+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Release|x64.Build.0 = Release|Any CPU
1036+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Release|x86.ActiveCfg = Release|Any CPU
1037+
{B3A55509-A1D4-4884-B86F-179551C65C81}.Release|x86.Build.0 = Release|Any CPU
10241038
EndGlobalSection
10251039
GlobalSection(SolutionProperties) = preSolution
10261040
HideSolutionNode = FALSE

src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll',

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = @()

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/AzureRM.AnalysisServices.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

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

src/ResourceManager/ApiManagement/Commands.ApiManagement/AzureRM.ApiManagement.Netcore.psd1

Lines changed: 18 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,10 +51,11 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.ApiManagement.dll', '.\Microsoft.WindowsAzure.Storage.dll'
57+
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.ApiManagement.dll',
58+
'.\Microsoft.WindowsAzure.Storage.dll'
5859

5960
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6061
# ScriptsToProcess = @()
@@ -73,8 +74,7 @@ NestedModules = @('.\Microsoft.Azure.Commands.ApiManagement.dll',
7374
FunctionsToExport = @()
7475

7576
# 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.
76-
CmdletsToExport = 'Add-AzureRmApiManagementRegion',
77-
'Get-AzureRmApiManagementSsoToken',
77+
CmdletsToExport = 'Add-AzureRmApiManagementRegion', 'Get-AzureRmApiManagementSsoToken',
7878
'New-AzureRmApiManagementHostnameConfiguration',
7979
'New-AzureRmApiManagementCustomHostnameConfiguration',
8080
'New-AzureRmApiManagementSystemCertificate',
@@ -85,51 +85,42 @@ CmdletsToExport = 'Add-AzureRmApiManagementRegion',
8585
'Update-AzureRmApiManagementDeployment',
8686
'Update-AzureRmApiManagementRegion',
8787
'Import-AzureRmApiManagementHostnameCertificate',
88-
'Backup-AzureRmApiManagement',
89-
'Get-AzureRmApiManagement',
90-
'New-AzureRmApiManagement',
91-
'Remove-AzureRmApiManagement',
88+
'Backup-AzureRmApiManagement', 'Get-AzureRmApiManagement',
89+
'New-AzureRmApiManagement', 'Remove-AzureRmApiManagement',
9290
'Restore-AzureRmApiManagement',
9391
'Add-AzureRmApiManagementApiToProduct',
9492
'Add-AzureRmApiManagementProductToGroup',
9593
'Add-AzureRmApiManagementUserToGroup',
96-
'Export-AzureRmApiManagementApi',
97-
'Get-AzureRmApiManagementApi',
94+
'Export-AzureRmApiManagementApi', 'Get-AzureRmApiManagementApi',
9895
'Get-AzureRmApiManagementApiRelease',
9996
'Get-AzureRmApiManagementApiRevision',
10097
'Get-AzureRmApiManagementApiVersionSet',
10198
'Get-AzureRmApiManagementAuthorizationServer',
10299
'Get-AzureRmApiManagementCertificate',
103-
'Get-AzureRmApiManagementGroup',
104-
'Get-AzureRmApiManagementLogger',
100+
'Get-AzureRmApiManagementGroup', 'Get-AzureRmApiManagementLogger',
105101
'Get-AzureRmApiManagementOpenIdConnectProvider',
106102
'Get-AzureRmApiManagementOperation',
107-
'Get-AzureRmApiManagementPolicy',
108-
'Get-AzureRmApiManagementProduct',
103+
'Get-AzureRmApiManagementPolicy', 'Get-AzureRmApiManagementProduct',
109104
'Get-AzureRmApiManagementProperty',
110105
'Get-AzureRmApiManagementSubscription',
111106
'Get-AzureRmApiManagementTenantSyncState',
112-
'Get-AzureRmApiManagementUser',
113-
'Get-AzureRmApiManagementUserSsoUrl',
107+
'Get-AzureRmApiManagementUser', 'Get-AzureRmApiManagementUserSsoUrl',
114108
'Get-AzureRmApiManagementTenantAccess',
115109
'Get-AzureRmApiManagementTenantGitAccess',
116-
'Import-AzureRmApiManagementApi',
117-
'New-AzureRmApiManagementApi',
110+
'Import-AzureRmApiManagementApi', 'New-AzureRmApiManagementApi',
118111
'New-AzureRmApiManagementApiRevision',
119112
'New-AzureRmApiManagementApiRelease',
120113
'New-AzureRmApiManagementApiVersionSet',
121114
'New-AzureRmApiManagementAuthorizationServer',
122115
'New-AzureRmApiManagementCertificate',
123-
'New-AzureRmApiManagementContext',
124-
'New-AzureRmApiManagementGroup',
116+
'New-AzureRmApiManagementContext', 'New-AzureRmApiManagementGroup',
125117
'New-AzureRmApiManagementLogger',
126118
'New-AzureRmApiManagementOpenIdConnectProvider',
127119
'New-AzureRmApiManagementOperation',
128120
'New-AzureRmApiManagementProduct',
129121
'New-AzureRmApiManagementSubscription',
130122
'New-AzureRmApiManagementBackendServiceFabric',
131-
'New-AzureRmApiManagementUser',
132-
'New-AzureRmApiManagementProperty',
123+
'New-AzureRmApiManagementUser', 'New-AzureRmApiManagementProperty',
133124
'Publish-AzureRmApiManagementTenantGitConfiguration',
134125
'Remove-AzureRmApiManagementApi',
135126
'Remove-AzureRmApiManagementApiRelease',
@@ -150,19 +141,16 @@ CmdletsToExport = 'Add-AzureRmApiManagementRegion',
150141
'Remove-AzureRmApiManagementUser',
151142
'Remove-AzureRmApiManagementUserFromGroup',
152143
'Save-AzureRmApiManagementTenantGitConfiguration',
153-
'Set-AzureRmApiManagement',
154-
'Set-AzureRmApiManagementApi',
144+
'Set-AzureRmApiManagement', 'Set-AzureRmApiManagementApi',
155145
'Update-AzureRmApiManagementApiRelease',
156146
'Set-AzureRmApiManagementApiRevision',
157147
'Set-AzureRmApiManagementApiVersionSet',
158148
'Set-AzureRmApiManagementAuthorizationServer',
159149
'Set-AzureRmApiManagementCertificate',
160-
'Set-AzureRmApiManagementGroup',
161-
'Set-AzureRmApiManagementLogger',
150+
'Set-AzureRmApiManagementGroup', 'Set-AzureRmApiManagementLogger',
162151
'Set-AzureRmApiManagementOpenIdConnectProvider',
163152
'Set-AzureRmApiManagementOperation',
164-
'Set-AzureRmApiManagementPolicy',
165-
'Set-AzureRmApiManagementProduct',
153+
'Set-AzureRmApiManagementPolicy', 'Set-AzureRmApiManagementProduct',
166154
'Set-AzureRmApiManagementProperty',
167155
'Set-AzureRmApiManagementSubscription',
168156
'Set-AzureRmApiManagementUser',
@@ -171,8 +159,7 @@ CmdletsToExport = 'Add-AzureRmApiManagementRegion',
171159
'New-AzureRmApiManagementIdentityProvider',
172160
'Set-AzureRmApiManagementIdentityProvider',
173161
'Remove-AzureRmApiManagementIdentityProvider',
174-
'Get-AzureRmApiManagementBackend',
175-
'New-AzureRmApiManagementBackend',
162+
'Get-AzureRmApiManagementBackend', 'New-AzureRmApiManagementBackend',
176163
'New-AzureRmApiManagementBackendCredential',
177164
'New-AzureRmApiManagementBackendProxy',
178165
'Set-AzureRmApiManagementBackend',

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/AzureRM.ApplicationInsights.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

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

src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

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

src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureRM.Backup.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',

src/ResourceManager/AzureBatch/Commands.Batch/AzureRM.Batch.Netcore.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,13 +51,13 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
5858
'.\Microsoft.Azure.Management.Batch.dll',
5959
'.\Microsoft.Extensions.Primitives.dll',
60-
'.\System.Runtime.CompilerServices.Unsafe.dll',
60+
'.\System.Runtime.CompilerServices.Unsafe.dll',
6161
'.\Microsoft.WindowsAzure.Storage.dll'
6262

6363
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -110,8 +110,8 @@ CmdletsToExport = 'Remove-AzureRmBatchAccount', 'Get-AzureRmBatchAccount',
110110
'New-AzureBatchComputeNodeUser', 'Remove-AzureBatchComputeNodeUser',
111111
'Enable-AzureBatchTask', 'Set-AzureBatchTask', 'Stop-AzureBatchTask',
112112
'Get-AzureBatchComputeNode', 'Get-AzureBatchJobSchedule',
113-
'New-AzureBatchJobSchedule', 'Remove-AzureBatchJobSchedule',
114-
'Get-AzureBatchTaskCounts', 'Get-AzureBatchPoolNodeCounts',
113+
'New-AzureBatchJobSchedule', 'Remove-AzureBatchJobSchedule',
114+
'Get-AzureBatchTaskCounts', 'Get-AzureBatchPoolNodeCounts',
115115
'Start-AzureBatchComputeNodeServiceLogUpload'
116116

117117
# Variables to export from this module

src/ResourceManager/Billing/Commands.Billing/AzureRM.Billing.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll'

src/ResourceManager/Cdn/Commands.Cdn/AzureRM.Cdn.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

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

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/AzureRM.CognitiveServices.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

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

src/ResourceManager/Common/Commands.Common.Strategies/Common.Strategies.Netcore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
30-
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="18.0.0" />
31-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.0.2-preview" />
30+
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="20.0.0" />
31+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.1.0-preview" />
3232
</ItemGroup>
3333
</Project>

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService/AzureRM.Compute.ManagedService.Netcore.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.12.0'
15+
ModuleVersion = '0.13.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.12.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.13.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = @()

0 commit comments

Comments
 (0)