Skip to content

Commit 49e0865

Browse files
committed
Merge pull request #2015 from shefaliv/patch-3
Update HDI version
2 parents 513b578 + 2765620 commit 49e0865

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</Reference>
5353
<Reference Include="Microsoft.Azure.Management.HDInsight, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.HDInsight.1.0.12-preview\lib\net40\Microsoft.Azure.Management.HDInsight.dll</HintPath>
55+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.HDInsight.1.0.13-preview\lib\net40\Microsoft.Azure.Management.HDInsight.dll</HintPath>
5656
</Reference>
5757
<Reference Include="Microsoft.Azure.Management.HDInsight.Job">
5858
<SpecificVersion>False</SpecificVersion>
@@ -217,4 +217,4 @@
217217
<Folder Include="SessionRecords\" />
218218
</ItemGroup>
219219
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
220-
</Project>
220+
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Authorization" version="0.18.2-preview" targetFramework="net45" />
9-
<package id="Microsoft.Azure.Management.HDInsight" version="1.0.12-preview" targetFramework="net45" />
9+
<package id="Microsoft.Azure.Management.HDInsight" version="1.0.13-preview" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.HDInsight.Job" version="2.0.0-preview" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Management.Resources" version="2.19.0-preview" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Management.Storage" version="2.4.0-preview" targetFramework="net45" />
@@ -34,4 +34,4 @@
3434
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
3535
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
3636
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
37-
</packages>
37+
</packages>

src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
</Reference>
124124
<Reference Include="Microsoft.Azure.Management.HDInsight, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
125125
<SpecificVersion>False</SpecificVersion>
126-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.HDInsight.1.0.12-preview\lib\net40\Microsoft.Azure.Management.HDInsight.dll</HintPath>
126+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.HDInsight.1.0.13-preview\lib\net40\Microsoft.Azure.Management.HDInsight.dll</HintPath>
127127
</Reference>
128128
<Reference Include="Microsoft.Azure.Management.HDInsight.Job">
129129
<SpecificVersion>False</SpecificVersion>
@@ -213,4 +213,4 @@
213213
</ProjectReference>
214214
</ItemGroup>
215215
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
216-
</Project>
216+
</Project>

src/ResourceManager/HDInsight/Commands.HDInsight/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
66
<package id="Microsoft.Azure.Graph.RBAC" version="1.9.0-preview" targetFramework="net45" />
77
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
8-
<package id="Microsoft.Azure.Management.HDInsight" version="1.0.12-preview" targetFramework="net45" />
8+
<package id="Microsoft.Azure.Management.HDInsight" version="1.0.13-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.HDInsight.Job" version="2.0.0-preview" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Management.Resources" version="2.19.0-preview" targetFramework="net45" />
1111
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
@@ -21,4 +21,4 @@
2121
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2222
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
2323
<package id="WindowsAzure.Storage" version="6.0.0" targetFramework="net45" />
24-
</packages>
24+
</packages>

0 commit comments

Comments
 (0)