Skip to content

Commit 3de4c83

Browse files
authored
Merge pull request Azure#7663 from maddieclayton/testing
Bump version of Newtonsoft Json in PowerShell
2 parents 53a4d2b + b5a97b3 commit 3de4c83

File tree

425 files changed

+735
-734
lines changed

Some content is hidden

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

425 files changed

+735
-734
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@
358358
Condition="'$(SkipHelp)' == 'false'"
359359
ContinueOnError="false"/>
360360

361-
<CallTarget Targets="CodeSignBinaries" Condition="'$(CodeSign)' == 'true'" />
362-
363361
<!-- Cleanup extraneous files. -->
364362
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;. $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) &quot;" />
363+
364+
<CallTarget Targets="CodeSignBinaries" Condition="'$(CodeSign)' == 'true'" />
365365
</Target>
366366

367367
<!-- Do everything possible except Publish -->
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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.2" targetFramework="net452" />
4+
<package id="Microsoft.Azure.Common" version="2.2.1" targetFramework="net452" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
66
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
77
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
88
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
99
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.28.3" targetFramework="net45" />
1010
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
11-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.16" targetFramework="net452" />
12-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.17" targetFramework="net452" />
11+
<package id="Microsoft.Rest.ClientRuntime" version="2.3.17" targetFramework="net452" />
12+
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.18" targetFramework="net452" />
1313
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
1414
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
1515
</packages>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
28-
<PackageReference Include="Microsoft.Azure.Management.Analysis" Version="2.0.3" />
28+
<PackageReference Include="Microsoft.Azure.Management.Analysis" Version="2.0.4" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/Commands.AnalysisServices.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</PropertyGroup>
4545
<ItemGroup>
4646
<Reference Include="Microsoft.Azure.Management.Analysis, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Analysis.2.0.3\lib\net452\Microsoft.Azure.Management.Analysis.dll</HintPath>
47+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Analysis.2.0.4\lib\net452\Microsoft.Azure.Management.Analysis.dll</HintPath>
4848
</Reference>
4949
</ItemGroup>
5050
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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" />
7-
<package id="Microsoft.Azure.Management.Analysis" version="2.0.3" targetFramework="net452" />
7+
<package id="Microsoft.Azure.Management.Analysis" version="2.0.4" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.ResourceManager" version="1.9.0-preview" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Commands.AnalysisServices.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.Azure.Management.Analysis" Version="2.0.3" />
31+
<PackageReference Include="Microsoft.Azure.Management.Analysis" Version="2.0.4" />
3232
<PackageReference Include="Microsoft.NETCore.Platforms" Version="2.1.0" />
3333
<PackageReference Include="System.Security.Permissions" Version="4.5.0" />
3434
</ItemGroup>

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Commands.AnalysisServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="Microsoft.Azure.Management.Analysis, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
40-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Analysis.2.0.3\lib\net452\Microsoft.Azure.Management.Analysis.dll</HintPath>
40+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Analysis.2.0.4\lib\net452\Microsoft.Azure.Management.Analysis.dll</HintPath>
4141
</Reference>
4242
</ItemGroup>
4343
<ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Azure.Management.Analysis" version="2.0.3" targetFramework="net452" />
3+
<package id="Microsoft.Azure.Management.Analysis" version="2.0.4" targetFramework="net452" />
44
</packages>

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
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="AutoMapper" Version="6.2.2" />
32-
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.4-preview" />
32+
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.5-preview" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="Microsoft.Azure.Management.ApiManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.4.0.4-preview\lib\net452\Microsoft.Azure.Management.ApiManagement.dll</HintPath>
56+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.4.0.5-preview\lib\net452\Microsoft.Azure.Management.ApiManagement.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="AutoMapper" version="6.0.2" targetFramework="net452" />
4-
<package id="Microsoft.Azure.Management.ApiManagement" version="4.0.4-preview" targetFramework="net452" />
4+
<package id="Microsoft.Azure.Management.ApiManagement" version="4.0.5-preview" targetFramework="net452" />
55
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net452" />
66
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net452" />
77
<package id="System.Spatial" version="5.8.2" targetFramework="net452" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
28-
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.4-preview" />
28+
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.5-preview" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="Microsoft.Azure.Management.ApiManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
38-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.4.0.4-preview\lib\net452\Microsoft.Azure.Management.ApiManagement.dll</HintPath>
38+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.4.0.5-preview\lib\net452\Microsoft.Azure.Management.ApiManagement.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="Microsoft.Azure.Management.Storage, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" />
6-
<package id="Microsoft.Azure.Management.ApiManagement" version="4.0.4-preview" targetFramework="net452" />
6+
<package id="Microsoft.Azure.Management.ApiManagement" version="4.0.5-preview" targetFramework="net452" />
77
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Storage" version="4.1.0-preview" targetFramework="net45" />

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

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

3434
<ItemGroup>
3535
<PackageReference Include="AutoMapper" Version="6.2.2" />
36-
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.4-preview" />
36+
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.5-preview" />
3737
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
3838
</ItemGroup>
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<Private>True</Private>
5353
</Reference>
5454
<Reference Include="Microsoft.Azure.Management.ApiManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.4.0.4-preview\lib\net452\Microsoft.Azure.Management.ApiManagement.dll</HintPath>
55+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.4.0.5-preview\lib\net452\Microsoft.Azure.Management.ApiManagement.dll</HintPath>
5656
<Private>True</Private>
5757
</Reference>
5858
<Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="AutoMapper" version="6.0.2" targetFramework="net452" />
4-
<package id="Microsoft.Azure.Management.ApiManagement" version="4.0.4-preview" targetFramework="net452" />
4+
<package id="Microsoft.Azure.Management.ApiManagement" version="4.0.5-preview" targetFramework="net452" />
55
<package id="Microsoft.Data.Edm" version="5.8.2" targetFramework="net452" />
66
<package id="Microsoft.Data.OData" version="5.8.2" targetFramework="net452" />
77
<package id="System.Spatial" version="5.8.2" targetFramework="net452" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
28-
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.1.1-preview" />
28+
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.2.0-preview" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights.Test/Commands.ApplicationInsights.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Microsoft.Azure.Management.ApplicationInsights, Version=0.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApplicationInsights.0.1.1-preview\lib\net452\Microsoft.Azure.Management.ApplicationInsights.dll</HintPath>
38+
<Reference Include="Microsoft.Azure.Management.ApplicationInsights, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApplicationInsights.0.2.0-preview\lib\net452\Microsoft.Azure.Management.ApplicationInsights.dll</HintPath>
4040
</Reference>
4141
</ItemGroup>
4242
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
44
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
5-
<package id="Microsoft.Azure.Management.ApplicationInsights" version="0.1.1-preview" targetFramework="net452" />
5+
<package id="Microsoft.Azure.Management.ApplicationInsights" version="0.2.0-preview" targetFramework="net452" />
66
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.Management.Storage" version="6.5.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Test.Framework" version="3.0.0" targetFramework="net452" />

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Commands.ApplicationInsights.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.1.1-preview" />
31+
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.2.0-preview" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Commands.ApplicationInsights.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<Prefer32Bit>false</Prefer32Bit>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="Microsoft.Azure.Management.ApplicationInsights, Version=0.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApplicationInsights.0.1.1-preview\lib\net452\Microsoft.Azure.Management.ApplicationInsights.dll</HintPath>
54+
<Reference Include="Microsoft.Azure.Management.ApplicationInsights, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApplicationInsights.0.2.0-preview\lib\net452\Microsoft.Azure.Management.ApplicationInsights.dll</HintPath>
5656
<Private>True</Private>
5757
</Reference>
5858
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Azure.Management.ApplicationInsights" version="0.1.1-preview" targetFramework="net452" />
3+
<package id="Microsoft.Azure.Management.ApplicationInsights" version="0.2.0-preview" targetFramework="net452" />
44
</packages>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
29-
<PackageReference Include="Microsoft.Azure.Management.Automation" Version="2.0.6" />
29+
<PackageReference Include="Microsoft.Azure.Management.Automation" Version="2.0.7" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<PackageReference Include="MSTest.TestAdapter" Version="1.2.1" />

src/ResourceManager/Automation/Commands.Automation/Commands.Automation.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.Azure.Management.Automation" Version="2.0.6" />
31+
<PackageReference Include="Microsoft.Azure.Management.Automation" Version="2.0.7" />
3232
<PackageReference Include="System.Security.Permissions" Version="4.5.0" />
3333
</ItemGroup>
3434

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</PropertyGroup>
3030

3131
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
32-
<PackageReference Include="Azure.Batch" Version="8.1.1" />
33-
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="4.2.0" />
32+
<PackageReference Include="Azure.Batch" Version="8.1.3" />
33+
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="4.2.1" />
3434
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.1.1" />
3535
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
3636
</ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
</PropertyGroup>
4242
<ItemGroup>
4343
<Reference Include="Microsoft.Azure.Batch, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
44-
<HintPath>..\..\..\packages\Azure.Batch.8.1.2\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
44+
<HintPath>..\..\..\packages\Azure.Batch.8.1.3\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Microsoft.Azure.Management.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.4.2.0\lib\net45\Microsoft.Azure.Management.Batch.dll</HintPath>
47+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.4.2.1\lib\net452\Microsoft.Azure.Management.Batch.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Microsoft.Data.Edm, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5050
<HintPath>..\..\..\packages\Microsoft.Data.Edm.5.6.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>

src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Azure.Batch" version="8.1.2" targetFramework="net452" />
3+
<package id="Azure.Batch" version="8.1.3" targetFramework="net452" />
44
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
66
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
77
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
88
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Authorization" version="2.0.0" targetFramework="net45" />
10-
<package id="Microsoft.Azure.Management.Batch" version="4.2.0" targetFramework="net452" />
10+
<package id="Microsoft.Azure.Management.Batch" version="4.2.1" targetFramework="net452" />
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" />
1313
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Azure.Batch" Version="8.1.2" />
36-
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="4.2.0" />
35+
<PackageReference Include="Azure.Batch" Version="8.1.3" />
36+
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="4.2.1" />
3737
<PackageReference Include="Microsoft.Extensions.Primitives" Version="1.1.0" />
3838
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
3939
</ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
</PropertyGroup>
4444
<ItemGroup>
4545
<Reference Include="Microsoft.Azure.Batch, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46-
<HintPath>..\..\..\packages\Azure.Batch.8.1.2\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
46+
<HintPath>..\..\..\packages\Azure.Batch.8.1.3\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.Azure.Management.Batch, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.4.2.0\lib\net45\Microsoft.Azure.Management.Batch.dll</HintPath>
49+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.4.2.1\lib\net452\Microsoft.Azure.Management.Batch.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="Microsoft.Data.Edm, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/AzureBatch/Commands.Batch/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Azure.Batch" version="8.1.2" targetFramework="net452" />
4-
<package id="Microsoft.Azure.Management.Batch" version="4.2.0" targetFramework="net452" />
3+
<package id="Azure.Batch" version="8.1.3" targetFramework="net452" />
4+
<package id="Microsoft.Azure.Management.Batch" version="4.2.1" targetFramework="net452" />
55
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net452" />
66
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net452" />
77
<package id="Microsoft.Data.Services.Client" version="5.6.4" targetFramework="net452" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
28-
<PackageReference Include="Microsoft.Azure.Management.Billing" Version="2.1.0-preview" />
28+
<PackageReference Include="Microsoft.Azure.Management.Billing" Version="2.1.1-preview" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/ResourceManager/Billing/Commands.Billing.Test/Commands.Billing.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</PropertyGroup>
4545
<ItemGroup>
4646
<Reference Include="Microsoft.Azure.Management.Billing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Billing.2.1.0-preview\lib\net452\Microsoft.Azure.Management.Billing.dll</HintPath>
47+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Billing.2.1.1-preview\lib\net452\Microsoft.Azure.Management.Billing.dll</HintPath>
4848
</Reference>
4949
</ItemGroup>
5050
<ItemGroup>

0 commit comments

Comments
 (0)