Skip to content

Commit 522d154

Browse files
committed
Merge branch 'NetCoreFixBroken' into NetCoreStorage
2 parents 2490728 + e1720ae commit 522d154

File tree

95 files changed

+290
-235
lines changed

Some content is hidden

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

95 files changed

+290
-235
lines changed

src/ResourceManager/Aks/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.0.1
2324
* Initial command set for AKS

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.6.5
2324
* Fix issue with Default Resource Group in CloudShell

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ PowerShellVersion = '5.1'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0.10.0'; })
5555

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

6059
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6160
# ScriptsToProcess = @()

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 5.1.1
2324
* Fix issue with Default Resource Group in CloudShell

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<ItemGroup>
3131
<PackageReference Include="AutoMapper" Version="6.0.2" />
3232
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="3.4.0-preview" />
33-
<PackageReference Include="WindowsAzure.Storage" Version="8.1.1" />
3433
</ItemGroup>
3534

3635
<ItemGroup>
@@ -42,6 +41,7 @@
4241
<ItemGroup>
4342
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
4443
<ProjectReference Include="..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
44+
<ProjectReference Include="..\..\..\Common\Commands.Common.Storage\Common.Storage.Netcore.csproj" />
4545
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
4646
</ItemGroup>
4747

src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.Netcore.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<ItemGroup>
3131
<PackageReference Include="AutoMapper" Version="6.0.2" />
3232
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="3.4.0-preview" />
33-
<PackageReference Include="WindowsAzure.Storage" Version="8.1.1" />
3433
</ItemGroup>
3534

3635
<ItemGroup>

src/ResourceManager/ApiManagement/Commands.ApiManagement/Models/PsApiManagement.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
namespace Microsoft.Azure.Commands.ApiManagement.Models
1616
{
17-
using AutoMapper;
1817
using Microsoft.Azure.Commands.ApiManagement.Properties;
1918
using Microsoft.Azure.Management.ApiManagement.Models;
2019
using System;

src/ResourceManager/ApiManagement/Commands.ApiManagement/Models/PsApiManagementRegion.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
namespace Microsoft.Azure.Commands.ApiManagement.Models
1616
{
17-
using AutoMapper;
1817
using Microsoft.Azure.Management.ApiManagement.Models;
1918
using System;
2019
using System.Linq;

src/ResourceManager/ApplicationInsights/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.1.2
2324
* Fix issue with Default Resource Group in CloudShell

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 4.3.1
2324
* Fix issue with Default Resource Group in CloudShell

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 4.0.3
2324
* Fix issue with Default Resource Group in CloudShell

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
58-
'.\Microsoft.Azure.Management.Batch.dll',
59-
'.\Microsoft.WindowsAzure.Storage.dll'
58+
'.\Microsoft.Azure.Management.Batch.dll'
6059

6160
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6261
# ScriptsToProcess = @()

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 4.0.5
2324
* Fix issue with Default Resource Group in CloudShell

src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<ItemGroup>
3131
<PackageReference Include="Azure.Batch" Version="8.0.0" />
3232
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="4.2.0" />
33-
<PackageReference Include="WindowsAzure.Storage" Version="8.1.1" />
3433
</ItemGroup>
3534

3635
<ItemGroup>
@@ -42,6 +41,7 @@
4241
<ItemGroup>
4342
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
4443
<ProjectReference Include="..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
44+
<ProjectReference Include="..\..\..\Common\Commands.Common.Storage\Common.Storage.Netcore.csproj" />
4545
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
4646
</ItemGroup>
4747

src/ResourceManager/Billing/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.14.0
2324
* Add support for online help

src/ResourceManager/Cdn/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 4.2.1
2324
* Fix issue with Default Resource Group in CloudShell

src/ResourceManager/CognitiveServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.9.3
2324
* Fix issue with Default Resource Group in CloudShell

src/ResourceManager/Compute.ManagedService/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.1.0
2324
* Added ConvertTo-AzureRmVhd cmdlet that enables users to convert Hyper-V VM to Azure supported VHD files.

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
<DefineConstants>TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants>
2828
</PropertyGroup>
2929

30-
<ItemGroup>
31-
<PackageReference Include="Microsoft.Data.Edm" Version="5.8.2" />
32-
<PackageReference Include="Microsoft.Data.OData" Version="5.8.2" />
33-
<PackageReference Include="Microsoft.Data.Services.Client" Version="5.8.2" />
34-
<PackageReference Include="System.Spatial" Version="5.8.2" />
35-
</ItemGroup>
36-
3730
<ItemGroup>
3831
<None Include="..\AzureRM.Compute.ManagedService.Netcore.psd1" Link="AzureRM.Compute.ManagedService.Netcore.psd1">
3932
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5757
RequiredAssemblies = '.\AutoMapper.dll',
5858
'.\Microsoft.Azure.Commands.Common.Strategies.dll',
5959
'.\Microsoft.Azure.Management.Compute.dll',
60-
'.\Microsoft.Azure.Management.KeyVault.dll',
61-
'.\Microsoft.Azure.Management.Storage.dll',
62-
'.\Microsoft.Data.Edm.dll',
63-
'.\Microsoft.Data.OData.dll',
64-
'.\Microsoft.WindowsAzure.Storage.dll',
65-
'.\System.Spatial.dll'
60+
'.\Microsoft.Azure.Management.KeyVault.dll'
6661

6762
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6863
# ScriptsToProcess = @()

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 4.5.0
2324
* `New-AzureRmVM` and `New-AzureRmVMSS` support data disks.

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

Lines changed: 62 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,85 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
15-
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
1615
<OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Compute.Netcore\</OutputPath>
16+
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
1717
<DelaySign>false</DelaySign>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2121
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.Compute.Netcore\</OutputPath>
2222
<DocumentationFile></DocumentationFile>
23-
<SignAssembly>True</SignAssembly>
24-
<DelaySign>True</DelaySign>
23+
<SignAssembly>true</SignAssembly>
24+
<DelaySign>true</DelaySign>
2525
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
2626
<DefineConstants>TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants>
2727
</PropertyGroup>
2828

2929
<ItemGroup >
30-
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
31-
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
32-
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.5.0-preview" />
30+
<PackageReference Include="AutoMapper" Version="6.0.2" />
3331
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="17.5.0" />
3432
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.3.0-preview" />
35-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="10.1.0-preview" />
36-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" />
37-
<PackageReference Include="AutoMapper" Version="6.0.2" />
38-
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
39-
<PackageReference Include="System.Reflection" Version="4.3.0" />
40-
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
41-
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
42-
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
43-
<PackageReference Include="System.Security.Permissions" Version="4.4.0" />
4433
<PackageReference Include="System.ServiceModel.Primitives" Version="4.4.0" />
4534
</ItemGroup>
4635

36+
<ItemGroup>
37+
<None Include="..\AzureRM.Compute.Netcore.psd1" Link="AzureRM.Compute.Netcore.psd1">
38+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
39+
</None>
40+
</ItemGroup>
41+
42+
<ItemGroup>
43+
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
44+
<ProjectReference Include="..\..\..\Common\Commands.Common.Storage\Common.Storage.Netcore.csproj" />
45+
<ProjectReference Include="..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
46+
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
47+
<ProjectReference Include="..\..\Common\Commands.Common.Strategies\Common.Strategies.Netcore.csproj" />
48+
<ProjectReference Include="..\..\..\Common\Commands.Common.Network\Common.Network.Netcore.csproj" />
49+
</ItemGroup>
50+
51+
<ItemGroup>
52+
<Compile Update="Properties\Resources.Designer.cs">
53+
<DesignTime>true</DesignTime>
54+
<AutoGen>true</AutoGen>
55+
<DependentUpon>Resources.resx</DependentUpon>
56+
</Compile>
57+
</ItemGroup>
58+
59+
<ItemGroup>
60+
<EmbeddedResource Update="Properties\Resources.resx">
61+
<Generator>ResXFileCodeGenerator</Generator>
62+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
63+
</EmbeddedResource>
64+
</ItemGroup>
65+
66+
<ItemGroup>
67+
<None Update="Generated\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml">
68+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
69+
</None>
70+
<None Update="Microsoft.Azure.Commands.Compute.format.generated.ps1xml">
71+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72+
</None>
73+
<None Update="Microsoft.Azure.Commands.Compute.format.ps1xml">
74+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
75+
</None>
76+
<None Update="Microsoft.Azure.Commands.Compute.Types.ps1xml">
77+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
78+
</None>
79+
</ItemGroup>
80+
81+
<ItemGroup>
82+
<Content Include="help\**\*" CopyToOutputDirectory="PreserveNewest" />
83+
</ItemGroup>
84+
85+
<ItemGroup>
86+
<Folder Include="Sync\Download\" />
87+
<Folder Include="Sync\IO\" />
88+
<Folder Include="Sync\Threading\" />
89+
<Folder Include="Sync\Upload\" />
90+
<Folder Include="VhdManagement\Async\" />
91+
<Folder Include="VhdManagement\Model\Persistance\" />
92+
</ItemGroup>
93+
4794
<ItemGroup>
4895
<Compile Include="..\..\..\Common\Commands.Common.Storage\Adapters\ARM.Storage.4\ARMStorageProvider.cs" Link="Common\ARMStorageProvider.cs" />
4996
<Compile Include="..\..\..\Common\Commands.Common.Storage\Adapters\ARM.Storage.4\ARMStorageService.cs" Link="Common\ARMStorageService.cs" />
@@ -130,62 +177,4 @@
130177
<Compile Include="..\..\..\ServiceManagement\Compute\VhdManagement\VirtualDiskStream.cs" Link="VhdManagement\VirtualDiskStream.cs" />
131178
</ItemGroup>
132179

133-
<ItemGroup>
134-
<None Include="..\AzureRM.Compute.Netcore.psd1" Link="AzureRM.Compute.Netcore.psd1">
135-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
136-
</None>
137-
</ItemGroup>
138-
139-
<ItemGroup>
140-
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Common.Authentication.Abstractions.Netcore.csproj" />
141-
<ProjectReference Include="..\..\..\Common\Commands.Common.Storage\Common.Storage.Netcore.csproj" />
142-
<ProjectReference Include="..\..\..\Common\Commands.Common\Common.Netcore.csproj" />
143-
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Common.ResourceManager.Netcore.csproj" />
144-
<ProjectReference Include="..\..\Common\Commands.Common.Strategies\Common.Strategies.Netcore.csproj" />
145-
<ProjectReference Include="..\..\..\Common\Commands.Common.Network\Common.Network.Netcore.csproj" />
146-
</ItemGroup>
147-
148-
<ItemGroup>
149-
<Compile Update="Properties\Resources.Designer.cs">
150-
<DesignTime>True</DesignTime>
151-
<AutoGen>True</AutoGen>
152-
<DependentUpon>Resources.resx</DependentUpon>
153-
</Compile>
154-
</ItemGroup>
155-
156-
<ItemGroup>
157-
<EmbeddedResource Update="Properties\Resources.resx">
158-
<Generator>ResXFileCodeGenerator</Generator>
159-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
160-
</EmbeddedResource>
161-
</ItemGroup>
162-
163-
<ItemGroup>
164-
<None Update="Generated\Microsoft.Azure.Commands.Compute.Automation.format.generated.ps1xml">
165-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
166-
</None>
167-
<None Update="Microsoft.Azure.Commands.Compute.format.generated.ps1xml">
168-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
169-
</None>
170-
<None Update="Microsoft.Azure.Commands.Compute.format.ps1xml">
171-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
172-
</None>
173-
<None Update="Microsoft.Azure.Commands.Compute.Types.ps1xml">
174-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
175-
</None>
176-
</ItemGroup>
177-
178-
<ItemGroup>
179-
<Folder Include="Sync\Download\" />
180-
<Folder Include="Sync\IO\" />
181-
<Folder Include="Sync\Threading\" />
182-
<Folder Include="Sync\Upload\" />
183-
<Folder Include="VhdManagement\Async\" />
184-
<Folder Include="VhdManagement\Model\Persistance\" />
185-
</ItemGroup>
186-
187-
<ItemGroup>
188-
<Content Include="help\**\*" CopyToOutputDirectory="PreserveNewest" />
189-
</ItemGroup>
190-
191180
</Project>

src/ResourceManager/Consumption/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.3.0
2324
* Add support for online help

src/ResourceManager/ContainerInstance/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Updated to the latest version of the Azure ClientRuntime
2122

2223
## Version 0.2.4
2324
* Fix parameter sets issue for container registry and azure file volume mount

src/ResourceManager/ContainerRegistry/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Current Release
2121
* Decouple reliance on Commands.Resources.Rest and ARM/Storage SDKs.
22+
* Updated to the latest version of the Azure ClientRuntime
2223

2324
## Version 1.0.3
2425
* Fix issue with Default Resource Group in CloudShell

src/ResourceManager/ContainerRegistry/Commands.ContainerRegistry/Commands.ContainerRegistry.Netcore.csproj

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

3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.Azure.Management.ContainerRegistry" Version="2.0.0" />
32-
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
33-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="6.5.0-preview" />
3432
</ItemGroup>
3533

3634
<ItemGroup>

0 commit comments

Comments
 (0)