Skip to content

Commit 04137b7

Browse files
committed
Merge pull request #24 from cwickham3/dev
Update Batch cmdlets to Batch MAML 1.1.6-preview
2 parents 18dd916 + bcb9132 commit 04137b7

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
<SpecificVersion>False</SpecificVersion>
4646
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.0.11.0-preview\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
4747
</Reference>
48-
<Reference Include="Microsoft.Azure.Management.Batch">
49-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.1.1.2-preview\lib\net40\Microsoft.Azure.Management.Batch.dll</HintPath>
48+
<Reference Include="Microsoft.Azure.Management.Batch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49+
<SpecificVersion>False</SpecificVersion>
50+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.1.1.6-preview\lib\net40\Microsoft.Azure.Management.Batch.dll</HintPath>
5051
</Reference>
5152
<Reference Include="Microsoft.Azure.Monitoring">
5253
<SpecificVersion>False</SpecificVersion>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Hydra.SpecTestSupport" version="1.0.5417.13285-prerelease" targetFramework="net45" />
55
<package id="Microsoft.Azure.Gallery" version="2.2.0-preview" targetFramework="net45" />
66
<package id="Microsoft.Azure.Management.Authorization" version="0.11.0-preview" targetFramework="net45" />
7-
<package id="Microsoft.Azure.Management.Batch" version="1.1.2-preview" targetFramework="net45" />
7+
<package id="Microsoft.Azure.Management.Batch" version="1.1.6-preview" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Resources" version="2.6.0-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Monitoring" version="2.2.0-preview" targetFramework="net45" />
1010
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
<Prefer32Bit>false</Prefer32Bit>
4242
</PropertyGroup>
4343
<ItemGroup>
44-
<Reference Include="Microsoft.Azure.Management.Batch">
45-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.1.1.2-preview\lib\net40\Microsoft.Azure.Management.Batch.dll</HintPath>
44+
<Reference Include="Microsoft.Azure.Management.Batch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45+
<SpecificVersion>False</SpecificVersion>
46+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.1.1.6-preview\lib\net40\Microsoft.Azure.Management.Batch.dll</HintPath>
4647
</Reference>
4748
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4849
<SpecificVersion>False</SpecificVersion>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Azure.Management.Batch" version="1.1.2-preview" targetFramework="net45" />
3+
<package id="Microsoft.Azure.Management.Batch" version="1.1.6-preview" targetFramework="net45" />
44
<package id="Microsoft.Azure.Management.Resources" version="2.6.0-preview" targetFramework="net45" />
55
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
66
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />

0 commit comments

Comments
 (0)