Skip to content

Commit 0b6fe28

Browse files
author
Maddie Clayton
authored
Merge pull request #7719 from MikhailTryakhov/local-october
Updated configs for published Az NW .NET SDK
2 parents 5c686fb + 7e25697 commit 0b6fe28

File tree

242 files changed

+124932
-55940
lines changed

Some content is hidden

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

242 files changed

+124932
-55940
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
2828
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="17.0.1" />
29-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.0.2-preview" />
29+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.1-preview" />
3030
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="4.1.0-preview" />
3131
<PackageReference Include="Moq" Version="4.2.1510.2205" />
3232
</ItemGroup>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\..\..\tools\Common.Dependencies.Test.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -51,8 +51,8 @@
5151
<Reference Include="Microsoft.Azure.Management.Compute">
5252
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.17.0.1\lib\net452\Microsoft.Azure.Management.Compute.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Microsoft.Azure.Management.Network, Version=15.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.15.1.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
54+
<Reference Include="Microsoft.Azure.Management.Network, Version=19.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5656
<Private>True</Private>
5757
</Reference>
5858
<Reference Include="Microsoft.Azure.Management.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService.Test/packages.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Azure.Graph.RBAC" version="3.4.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Compute" version="17.0.1" targetFramework="net452" />
10-
<package id="Microsoft.Azure.Management.Network" version="15.1.0-preview" targetFramework="net452" />
10+
<package id="Microsoft.Azure.Management.Network" version="19.6.1-preview" targetFramework="net452" />
1111
<package id="Microsoft.Azure.Management.Storage" version="4.1.0-preview" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
1313
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />
@@ -26,4 +26,5 @@
2626
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
2727
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
2828
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
29-
</packages>
29+
</packages>
30+

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
2828
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="23.2.0" />
2929
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.2" />
30-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.5.1-preview" />
30+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.1-preview" />
3131
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="8.1.0-preview" />
3232
<PackageReference Include="Moq" Version="4.7.145" />
3333
</ItemGroup>
@@ -67,5 +67,4 @@
6767
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6868
</None>
6969
</ItemGroup>
70-
71-
</Project>
70+
</Project>

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\..\..\tools\Common.Dependencies.Test.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -47,7 +47,7 @@
4747
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.23.2.0\lib\net452\Microsoft.Azure.Management.Compute.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Microsoft.Azure.Management.Network, Version=19.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.5.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
50+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Microsoft.Azure.Management.Storage, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5353
<SpecificVersion>False</SpecificVersion>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Azure.Graph.RBAC" version="3.4.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Compute" version="23.2.0" targetFramework="net452" />
10-
<package id="Microsoft.Azure.Management.Network" version="19.5.1-preview" targetFramework="net452" />
10+
<package id="Microsoft.Azure.Management.Network" version="19.6.1-preview" targetFramework="net452" />
1111
<package id="Microsoft.Azure.Management.KeyVault" version="2.4.2" targetFramework="net452" />
1212
<package id="Microsoft.Azure.Management.Storage" version="7.1.0-preview" targetFramework="net452" />
1313
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
@@ -27,4 +27,4 @@
2727
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
2828
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
2929
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
30-
</packages>
30+
</packages>

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

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

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
2828
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
29-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.5.1-preview" />
29+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.1-preview" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\..\..\tools\Common.Dependencies.Test.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -130,7 +130,7 @@
130130
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataLake.Store.2.4.2-preview\lib\net452\Microsoft.Azure.Management.DataLake.Store.dll</HintPath>
131131
</Reference>
132132
<Reference Include="Microsoft.Azure.Management.Network, Version=19.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
133-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.5.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
133+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
134134
</Reference>
135135
</ItemGroup>
136136
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
2828
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
29-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.5.1-preview" />
29+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.1-preview" />
3030
<!-- <PackageReference Include="Moq" Version="4.2.1510.2205" /> -->
3131
</ItemGroup>
3232

@@ -44,5 +44,4 @@
4444
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4545
</None>
4646
</ItemGroup>
47-
4847
</Project>

src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\..\..\tools\Common.Dependencies.Test.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -50,7 +50,7 @@
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="Microsoft.Azure.Management.Network, Version=19.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.5.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
53+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5454
</Reference>
5555
</ItemGroup>
5656
<ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
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.Management.Authorization" version="2.0.0" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Dns" version="3.0.1" targetFramework="net452" />
9-
<package id="Microsoft.Azure.Management.Network" version="19.5.1-preview" targetFramework="net452" />
9+
<package id="Microsoft.Azure.Management.Network" version="19.6.1-preview" targetFramework="net452" />
1010
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" />
2828
<PackageReference Include="Microsoft.Azure.KeyVault.WebKey" Version="3.0.1" />
2929
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="2.4.2" />
30-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.5.1-preview" />
30+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.1-preview" />
3131
</ItemGroup>
3232

3333
<ItemGroup>
@@ -51,4 +51,5 @@
5151
</None>
5252
</ItemGroup>
5353

54-
</Project>
54+
</Project>
55+

src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\..\..\tools\Common.Dependencies.Test.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
@@ -61,7 +61,7 @@
6161
<HintPath>..\..\..\packages\Microsoft.Azure.Management.KeyVault.2.4.2\lib\net452\Microsoft.Azure.Management.KeyVault.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Microsoft.Azure.Management.Network, Version=19.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.5.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
64+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.19.6.1-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
6565
</Reference>
6666
</ItemGroup>
6767
<ItemGroup>
@@ -186,4 +186,6 @@
186186
</ItemGroup>
187187
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
188188
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
189-
</Project>
189+
</Project>
190+
191+

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
@@ -8,7 +8,7 @@
88
<package id="Microsoft.Azure.KeyVault.WebKey" version="3.0.1" targetFramework="net452" />
99
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.KeyVault" version="2.4.2" targetFramework="net452" />
11-
<package id="Microsoft.Azure.Management.Network" version="19.5.1-preview" targetFramework="net452" />
11+
<package id="Microsoft.Azure.Management.Network" version="19.6.1-preview" targetFramework="net452" />
1212
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net452" />
1313
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1414
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />
@@ -30,4 +30,5 @@
3030
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
3131
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
3232
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
33-
</packages>
33+
</packages>
34+

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

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

3030
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
3131
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
32-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.5.1-preview" />
32+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.6.1-preview" />
3333
<PackageReference Include="Microsoft.Azure.Insights" Version="0.16.0-preview" />
3434
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="23.2.0" />
3535
<PackageReference Include="Microsoft.Azure.Management.ContainerInstance" Version="1.0.3-preview" />
@@ -54,5 +54,4 @@
5454
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5555
</None>
5656
</ItemGroup>
57-
5857
</Project>

0 commit comments

Comments
 (0)