Skip to content

Commit 767c1d7

Browse files
author
Maddie Clayton
authored
Merge pull request #6686 from cormacpayne/release-2018-07-13-netcore
[0.13.1] Update module versions for .NET Core release
2 parents 2cac182 + 3125e36 commit 767c1d7

File tree

68 files changed

+257
-263
lines changed

Some content is hidden

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

68 files changed

+257
-263
lines changed

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 = @()

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Compute'
33
#
44
# Generated by: Microsoft Corporation
@@ -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,15 +51,15 @@ 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 = '.\AutoMapper.dll',
5858
'.\Microsoft.Azure.Commands.Common.Strategies.4.dll',
5959
'.\Microsoft.Azure.Management.Compute.dll',
60-
'.\Microsoft.Azure.Management.KeyVault.dll',
61-
'.\Microsoft.Azure.Management.Network.dll',
62-
'.\Microsoft.Azure.Management.Storage.dll',
60+
'.\Microsoft.Azure.Management.KeyVault.dll',
61+
'.\Microsoft.Azure.Management.Network.dll',
62+
'.\Microsoft.Azure.Management.Storage.dll',
6363
'.\Microsoft.WindowsAzure.Storage.dll'
6464

6565
# Script files (.ps1) that are run in the caller's environment prior to importing this module.

src/ResourceManager/Compute/Commands.Compute/Commands.Compute.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="20.0.0" />
3636
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.1-alpha" />
3737
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" />
38-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.0.2-preview" />
38+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.1.0-preview" />
3939
<PackageReference Include="System.ServiceModel.Primitives" Version="4.4.1" />
4040
<PackageReference Include="WindowsAzure.Storage" Version="9.0.0" />
4141
</ItemGroup>

0 commit comments

Comments
 (0)