Skip to content

Commit 00a8882

Browse files
fixed versions of SDK to officially published
1 parent dd7014c commit 00a8882

8 files changed

+62
-22
lines changed

src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
28-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.0-preview" />
28+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.4.0-preview" />
2929
<PackageReference Include="Microsoft.Azure.Insights" Version="0.15.0-preview" />
3030
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="21.0.0" />
3131
<PackageReference Include="Microsoft.Azure.Management.Redis" Version="3.1.1-preview" />

src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@
4343
<RunCodeAnalysis>false</RunCodeAnalysis>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="Microsoft.Azure.Management.Network, Version=20.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.20.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
46+
<Reference Include="Hyak.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<HintPath>..\..\..\packages\Hyak.Common.1.2.0\lib\net452\Hyak.Common.dll</HintPath>
48+
</Reference>
49+
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.2.0\lib\net452\Microsoft.Azure.Common.dll</HintPath>
4851
</Reference>
4952
<Reference Include="Microsoft.Azure.Management.OperationalInsights, Version=0.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5053
<HintPath>..\..\..\packages\Microsoft.Azure.Management.OperationalInsights.0.18.0-preview\lib\net45\Microsoft.Azure.Management.OperationalInsights.dll</HintPath>
@@ -62,6 +65,23 @@
6265
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Redis.3.1.1-preview\lib\net45\Microsoft.Azure.Management.Redis.dll</HintPath>
6366
<Private>True</Private>
6467
</Reference>
68+
<Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69+
<HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.9.0\lib\net452\Microsoft.Azure.Test.HttpRecorder.dll</HintPath>
70+
</Reference>
71+
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
72+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.4.0\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
73+
</Reference>
74+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
75+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.4.0\lib\net452\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
76+
</Reference>
77+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.9.0\lib\net452\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath>
79+
</Reference>
80+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.4.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
82+
</Reference>
83+
<Reference Include="System.Runtime" />
84+
<Reference Include="System.Security" />
6585
</ItemGroup>
6686
<ItemGroup>
6787
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -94,6 +114,7 @@
94114
<Compile Include="ScenarioTests\NetworkWatcherAPITests.cs" />
95115
</ItemGroup>
96116
<ItemGroup>
117+
<None Include="app.config" />
97118
<None Include="MSSharedLibKey.snk" />
98119
<None Include="packages.config">
99120
<SubType>Designer</SubType>
@@ -633,6 +654,8 @@
633654
<ItemGroup>
634655
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
635656
</ItemGroup>
636-
<ItemGroup />
657+
<ItemGroup>
658+
<WCFMetadata Include="Connected Services\" />
659+
</ItemGroup>
637660
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
638-
</Project>
661+
</Project>

src/ResourceManager/Network/Commands.Network.Test/packages.config

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
4-
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
3+
<package id="Hyak.Common" version="1.2.0" targetFramework="net452" />
4+
<package id="Microsoft.Azure.Common" version="2.2.0" targetFramework="net452" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
66
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Graph.RBAC" version="3.4.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Insights" version="0.13.1-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net452" />
1010
<package id="Microsoft.Azure.Management.Compute" version="21.0.0" targetFramework="net452" />
11-
<package id="Microsoft.Azure.Management.Network" version="20.0.0-preview" targetFramework="net452" />
1211
<package id="Microsoft.Azure.Management.OperationalInsights" version="0.18.0-preview" targetFramework="net452" />
12+
<package id="Microsoft.Azure.Management.Network" version="19.4.0-preview" targetFramework="net452" />
1313
<package id="Microsoft.Azure.Management.Redis" version="3.1.1-preview" targetFramework="net45" />
1414
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net452" />
1515
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1616
<package id="Microsoft.Azure.Management.Storage" version="6.1.0-preview" targetFramework="net45" />
1717
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />
18-
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.8" targetFramework="net45" />
18+
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.9.0" targetFramework="net452" />
1919
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
2020
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
2121
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
2222
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
2323
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
24-
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.5.2" targetFramework="net45" />
24+
<package id="Microsoft.Rest.ClientRuntime" version="2.4.0" targetFramework="net452" />
25+
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.4.0" targetFramework="net452" />
26+
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.9.0" targetFramework="net452" />
2527
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
2628
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2729
<package id="xunit" version="2.1.0" targetFramework="net45" />

src/ResourceManager/Network/Commands.Network/Commands.Network.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="AutoMapper" Version="6.2.2" />
32-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="20.0.0-preview" />
32+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.4.0-preview" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

src/ResourceManager/Network/Commands.Network/Commands.Network.csproj

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,28 @@
5050
<Prefer32Bit>false</Prefer32Bit>
5151
</PropertyGroup>
5252
<ItemGroup>
53-
<Reference Include="AutoMapper, Version=6.0.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\AutoMapper.6.0.2\lib\net45\AutoMapper.dll</HintPath>
55-
<Private>True</Private>
53+
<Reference Include="AutoMapper, Version=7.0.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
54+
<HintPath>..\..\..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.dll</HintPath>
5655
</Reference>
57-
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
59-
<Private>True</Private>
56+
<Reference Include="Microsoft.Azure.KeyVault.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57+
<HintPath>..\..\..\packages\Microsoft.Azure.KeyVault.Core.3.0.0\lib\net452\Microsoft.Azure.KeyVault.Core.dll</HintPath>
6058
</Reference>
61-
<Reference Include="Microsoft.Azure.Management.Network, Version=20.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.20.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
59+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.4.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
61+
</Reference>
62+
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.13\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
64+
</Reference>
65+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.15\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
67+
</Reference>
68+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
6370
</Reference>
6471
<Reference Include="System.Runtime" />
72+
<Reference Include="System.ValueTuple, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
73+
<HintPath>..\..\..\packages\System.ValueTuple.4.6.0-preview1-26829-04\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
74+
</Reference>
6575
</ItemGroup>
6676
<ItemGroup>
6777
<Compile Include="ApplicationGateway\ApplicationGatewayBaseCmdlet.cs" />
@@ -619,6 +629,7 @@
619629
<Folder Include="Microsoft\Azure\Commands\Network\Models\" />
620630
</ItemGroup>
621631
<ItemGroup>
632+
<None Include="app.config" />
622633
<None Include="AzureRM.Network.psd1">
623634
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
624635
</None>
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AutoMapper" version="6.0.2" targetFramework="net452" />
4-
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
5-
<package id="Microsoft.Azure.Management.Network" version="20.0.0-preview" targetFramework="net452" />
3+
<package id="AutoMapper" version="7.0.1" targetFramework="net452" />
4+
<package id="Microsoft.Azure.KeyVault.Core" version="3.0.0" targetFramework="net452" />
5+
<package id="Microsoft.Azure.Management.Network" version="19.4.0-preview" targetFramework="net452" />
6+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.13" targetFramework="net452" />
7+
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.15" targetFramework="net452" />
8+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
9+
<package id="System.ValueTuple" version="4.6.0-preview1-26829-04" targetFramework="net452" />
610
</packages>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)