Skip to content

Commit d0d2c4a

Browse files
committed
Modified after merging.
1 parent 040e5f6 commit d0d2c4a

19 files changed

+48
-43
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
<Prefer32Bit>false</Prefer32Bit>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="Microsoft.Azure.RecoveryServices, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
42-
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\Commands.RecoveryServices\lib\Microsoft.Azure.RecoveryServices.dll</HintPath>
44-
</Reference>
4541
<Reference Include="Microsoft.Azure.Utilities.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4642
</Reference>
4743
<Reference Include="Hyak.Common">
@@ -87,13 +83,14 @@
8783
<SpecificVersion>False</SpecificVersion>
8884
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.0.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
8985
</Reference>
86+
<Reference Include="Microsoft.WindowsAzure.Management.SiteRecovery, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87+
<SpecificVersion>False</SpecificVersion>
88+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.4.1-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath>
89+
</Reference>
9090
<Reference Include="Microsoft.WindowsAzure.Testing, Version=1.0.5417.13285, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9191
<SpecificVersion>False</SpecificVersion>
9292
<HintPath>..\..\..\packages\Hydra.SpecTestSupport.1.0.5417.13285-prerelease\lib\net45\Microsoft.WindowsAzure.Testing.dll</HintPath>
9393
</Reference>
94-
<Reference Include="Microsoft.WindowsAzure.Management.SiteRecovery">
95-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.4.0-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath>
96-
</Reference>
9794
<Reference Include="Newtonsoft.Json">
9895
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
9996
</Reference>
@@ -129,18 +126,16 @@
129126
<Reference Include="xunit.core">
130127
<HintPath>..\..\..\packages\xunit.core.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\xunit.core.dll</HintPath>
131128
</Reference>
132-
<Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
133-
<SpecificVersion>False</SpecificVersion>
134-
<HintPath>..\..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
135-
</Reference>
136129
</ItemGroup>
137130
<ItemGroup>
138131
<Compile Include="ScenarioTests\RecoveryServicesTests.cs" />
139132
<Compile Include="ScenarioTests\RecoveryServicesTestsBase.cs" />
140133
<Compile Include="Properties\AssemblyInfo.cs" />
141134
</ItemGroup>
142135
<ItemGroup>
143-
<None Include="packages.config" />
136+
<None Include="packages.config">
137+
<SubType>Designer</SubType>
138+
</None>
144139
<None Include="ScenarioTests\RecoveryServicesTests.ps1">
145140
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
146141
</None>

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/packages.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<<<<<<< HEAD
3+
<package id="Hyak.Common" version="1.0.1" targetFramework="net45" />
44
<package id="Hydra.HttpRecorder" version="1.0.5417.13285-prerelease" targetFramework="net45" />
55
<package id="Hydra.SpecTestSupport" version="1.0.5417.13285-prerelease" targetFramework="net45" />
6-
<package id="Hyak.Common" version="1.0.1" targetFramework="net45" />
76
<package id="Microsoft.Azure.Common" version="2.0.1" targetFramework="net45" />
87
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
98
<package id="Microsoft.Azure.Common.Extensions" version="0.14.0-preview" targetFramework="net45" />
10-
<package id="Microsoft.Azure.Management.RecoveryServices" version="0.4.0-preview" targetFramework="net45" />
9+
<package id="Microsoft.Azure.Management.RecoveryServices" version="0.4.1-preview" targetFramework="net45" />
1110
<package id="Microsoft.Azure.Management.Resources" version="2.12.0-preview" targetFramework="net45" />
1211
<package id="Microsoft.Azure.Test.Framework" version="1.0.5486.28526-prerelease" targetFramework="net45" />
1312
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.0.5486.28526-prerelease" targetFramework="net45" />
@@ -16,6 +15,8 @@
1615
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
1716
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.11.10918.1222" targetFramework="net45" />
1817
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
18+
<package id="Microsoft.WindowsAzure.Common" version="1.4.0" targetFramework="net45" />
19+
<package id="Microsoft.WindowsAzure.Common.Dependencies" version="1.1.0" targetFramework="net45" />
1920
<package id="Microsoft.WindowsAzure.Management" version="4.0.1" targetFramework="net45" />
2021
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
2122
<package id="xunit" version="2.0.0-beta5-build2785" targetFramework="net45" />

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,20 @@
4747
<Prefer32Bit>false</Prefer32Bit>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<Reference Include="Microsoft.Azure.RecoveryServices, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
50+
<Reference Include="Hyak.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>lib\Microsoft.Azure.RecoveryServices.dll</HintPath>
53-
</Reference>
54-
<Reference Include="Hyak.Common">
5552
<HintPath>..\..\..\packages\Hyak.Common.1.0.1\lib\portable-net403+win+wpa81\Hyak.Common.dll</HintPath>
5653
</Reference>
57-
<Reference Include="Microsoft.Azure.Common">
54+
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
5856
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.1\lib\net45\Microsoft.Azure.Common.dll</HintPath>
5957
</Reference>
6058
<Reference Include="Microsoft.Azure.Common.Extensions, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6159
<SpecificVersion>False</SpecificVersion>
6260
<HintPath>..\..\..\packages\Microsoft.Azure.Common.Extensions.0.14.0-preview\lib\net45\Microsoft.Azure.Common.Extensions.dll</HintPath>
6361
</Reference>
64-
<Reference Include="Microsoft.Azure.Common.NetFramework">
62+
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63+
<SpecificVersion>False</SpecificVersion>
6564
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.1\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
6665
</Reference>
6766
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -89,17 +88,21 @@
8988
</Reference>
9089
<Reference Include="Microsoft.WindowsAzure.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9190
<SpecificVersion>False</SpecificVersion>
92-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath>
91+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath>
9392
</Reference>
9493
<Reference Include="Microsoft.WindowsAzure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9594
<SpecificVersion>False</SpecificVersion>
96-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.NetFramework.dll</HintPath>
95+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.NetFramework.dll</HintPath>
96+
</Reference>
97+
<Reference Include="Microsoft.WindowsAzure.Management.SiteRecovery, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
98+
<SpecificVersion>False</SpecificVersion>
99+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RecoveryServices.0.4.1-preview\lib\net40\Microsoft.WindowsAzure.Management.SiteRecovery.dll</HintPath>
97100
</Reference>
98101
<Reference Include="Microsoft.WindowsAzure.Management.Storage, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
99102
<SpecificVersion>False</SpecificVersion>
100103
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Storage.3.0.0\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath>
101104
</Reference>
102-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
105+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
103106
<SpecificVersion>False</SpecificVersion>
104107
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
105108
</Reference>
@@ -215,7 +218,6 @@
215218
</ProjectReference>
216219
</ItemGroup>
217220
<ItemGroup>
218-
<Content Include="lib\Microsoft.Azure.RecoveryServices.dll" />
219221
<Content Include="lib\Security.Cryptography.dll">
220222
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
221223
</Content>

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
using Microsoft.WindowsAzure.Management.RecoveryServices.Models;
3333
using Microsoft.WindowsAzure.Management.SiteRecovery;
3434
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
35-
using Microsoft.Azure.Common.Extensions.Models;
3635
using Microsoft.Azure.Common.Extensions;
3736

3837
namespace Microsoft.Azure.Commands.RecoveryServices

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesClientHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
using System;
1616
using System.Collections.Generic;
17-
using Microsoft.WindowsAzure.Commands.Common;
18-
using Microsoft.WindowsAzure.Commands.Common.Models;
17+
using Microsoft.Azure.Common.Extensions;
18+
using Microsoft.Azure.Common.Extensions.Models;
1919

2020
namespace Microsoft.Azure.Commands.RecoveryServices
2121
{

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesCloudServiceClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
using System.Collections.Generic;
1717
using Microsoft.Azure.Commands.RecoveryServices.SiteRecovery;
1818
using Microsoft.WindowsAzure;
19+
using Microsoft.WindowsAzure.Management.RecoveryServices;
1920
using Microsoft.WindowsAzure.Management.RecoveryServices.Models;
2021

2122
namespace Microsoft.Azure.Commands.RecoveryServices

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesJobsClient.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure;
16-
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
1715
using Microsoft.WindowsAzure.Management.SiteRecovery;
16+
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
1817

1918
namespace Microsoft.Azure.Commands.RecoveryServices
2019
{

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesNetworkMappingClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
using System.Xml;
2121
using Microsoft.WindowsAzure;
2222
using Microsoft.WindowsAzure.Commands.Common;
23-
using Microsoft.WindowsAzure.Commands.Common.Models;
2423
using Microsoft.WindowsAzure.Management.SiteRecovery;
2524
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
2625

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesSiteClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using Microsoft.Azure.Commands.RecoveryServices.SiteRecovery;
1616
using Microsoft.Azure.Portal.RecoveryServices.Models.Common;
1717
using Microsoft.WindowsAzure;
18+
using Microsoft.WindowsAzure.Management.SiteRecovery;
1819
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
1920

2021
namespace Microsoft.Azure.Commands.RecoveryServices

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesVaultClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.WindowsAzure;
16+
using Microsoft.WindowsAzure.Management.RecoveryServices;
1617
using Microsoft.WindowsAzure.Management.RecoveryServices.Models;
1718

1819
namespace Microsoft.Azure.Commands.RecoveryServices

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesVaultExtendedInfoClient.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
using Microsoft.Azure.Portal.HybridServicesCore;
2121
using Microsoft.Azure.Portal.RecoveryServices.Models.Common;
2222
using Microsoft.WindowsAzure;
23+
using Microsoft.WindowsAzure.Management.SiteRecovery;
2324
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
2425
using rpError = Microsoft.Azure.Commands.RecoveryServices.RestApiInfra;
2526

@@ -46,7 +47,7 @@ public async Task<ResourceExtendedInformation> GetExtendedInfo()
4647
/// </summary>
4748
/// <param name="extendedInfoArgs">extended info to be created</param>
4849
/// <returns>Vault Extended Information</returns>
49-
public OperationResponse CreateExtendedInfo(ResourceExtendedInformationArgs extendedInfoArgs)
50+
public AzureOperationResponse CreateExtendedInfo(ResourceExtendedInformationArgs extendedInfoArgs)
5051
{
5152
return this.GetSiteRecoveryClient().VaultExtendedInfo.CreateExtendedInfo(extendedInfoArgs, this.GetRequestHeaders(false));
5253
}

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/RecoveryServicesCmdletBase.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
using Microsoft.Azure.Commands.RecoveryServices.SiteRecovery;
2121
using Microsoft.WindowsAzure;
2222
using Microsoft.WindowsAzure.Commands.Utilities.Common;
23+
using Microsoft.WindowsAzure.Management.RecoveryServices;
2324
using Microsoft.WindowsAzure.Management.RecoveryServices.Models;
25+
using Microsoft.WindowsAzure.Management.SiteRecovery;
2426
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
25-
using Hyak.Common;
2627

2728
namespace Microsoft.Azure.Commands.RecoveryServices
2829
{
@@ -77,9 +78,9 @@ public void HandleException(Exception ex)
7778
{
7879
using (Stream stream = new MemoryStream())
7980
{
80-
if (cloudException.Error.Message != null)
81+
if (cloudException.Message != null)
8182
{
82-
byte[] data = System.Text.Encoding.UTF8.GetBytes(cloudException.Error.Message);
83+
byte[] data = System.Text.Encoding.UTF8.GetBytes(cloudException.Message);
8384
stream.Write(data, 0, data.Length);
8485
stream.Position = 0;
8586

@@ -109,15 +110,15 @@ public void HandleException(Exception ex)
109110
throw new XmlException(
110111
string.Format(
111112
Properties.Resources.InvalidCloudExceptionErrorMessage,
112-
cloudException.Error.Message),
113+
cloudException.Message),
113114
cloudException);
114115
}
115116
catch (SerializationException)
116117
{
117118
throw new SerializationException(
118119
string.Format(
119120
Properties.Resources.InvalidCloudExceptionErrorMessage,
120-
clientRequestIdMsg + cloudException.Error.Message),
121+
clientRequestIdMsg + cloudException.Message),
121122
cloudException);
122123
}
123124
}

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/GetAzureSiteRecoveryStorage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public override void ExecuteCmdlet()
6060
/// Write Storages.
6161
/// </summary>
6262
/// <param name="storages">List of Storages</param>
63-
private void WriteStorages(IList<Storage> storages)
63+
private void WriteStorages(IList<AsrStorage> storages)
6464
{
6565
this.WriteObject(storages.Select(s => new ASRStorage(s)), true);
6666
}

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/GetAzureSiteRecoveryVaultSettingsFile.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
using System.Management.Automation;
1818
using System.Security.Cryptography.X509Certificates;
1919
using Microsoft.Azure.Commands.RecoveryServices.SiteRecovery;
20+
using Microsoft.Azure.Common.Extensions;
21+
using Microsoft.Azure.Common.Extensions.Models;
2022
using Microsoft.Azure.Portal.RecoveryServices.Models.Common;
21-
using Microsoft.WindowsAzure.Commands.Common;
22-
using Microsoft.WindowsAzure.Commands.Common.Models;
2323
using Microsoft.WindowsAzure.Management.RecoveryServices.Models;
2424
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
2525

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/lib/PSObjects.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
using System.Collections.Generic;
1717
using System.Diagnostics.CodeAnalysis;
1818
using System.Runtime.Serialization;
19+
using Microsoft.Azure.Common.Extensions;
1920
using Microsoft.Azure.Portal.RecoveryServices.Models.Common;
20-
using Microsoft.WindowsAzure.Commands.Common;
2121
using Microsoft.WindowsAzure.Management.RecoveryServices.Models;
2222
using Microsoft.WindowsAzure.Management.SiteRecovery.Models;
23-
using Microsoft.WindowsAzure.Management.Storage.Models;
2423

2524
namespace Microsoft.Azure.Commands.RecoveryServices.SiteRecovery
2625
{

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/lib/PSStorageObjects.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public ASRStorage()
4040
/// parameters.
4141
/// </summary>
4242
/// <param name="storage">Storage object</param>
43-
public ASRStorage(Storage storage)
43+
public ASRStorage(AsrStorage storage)
4444
{
4545
this.ID = storage.ID;
4646
this.Name = storage.Name;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="BuildTools.StyleCop" version="4.7.49.0" targetFramework="net45" />
4+
<package id="Hyak.Common" version="1.0.1" targetFramework="net45" />
5+
<package id="Microsoft.Azure.Common" version="2.0.1" targetFramework="net45" />
6+
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
7+
<package id="Microsoft.Azure.Management.RecoveryServices" version="0.4.1-preview" targetFramework="net45" />
48
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
59
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
610
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
711
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.11.10918.1222" targetFramework="net45" />
812
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
13+
<package id="Microsoft.WindowsAzure.Common" version="1.4.1" targetFramework="net45" />
14+
<package id="Microsoft.WindowsAzure.Common.Dependencies" version="1.1.1" targetFramework="net45" />
915
<package id="Microsoft.WindowsAzure.Management" version="4.0.1" targetFramework="net45" />
1016
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1117
</packages>

0 commit comments

Comments
 (0)