Skip to content

Commit e7aedc8

Browse files
committed
Updated to the RemoteApp v1.0.8 SDK
1 parent 4c37544 commit e7aedc8

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Tests/Commands.RemoteApp.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
</Reference>
8585
<Reference Include="Microsoft.Azure.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8686
<SpecificVersion>False</SpecificVersion>
87-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.2\lib\net45\Microsoft.Azure.Common.dll</HintPath>
87+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.4\lib\net45\Microsoft.Azure.Common.dll</HintPath>
8888
</Reference>
8989
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9090
<SpecificVersion>False</SpecificVersion>
91-
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.2\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
91+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.0.4\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
9292
</Reference>
9393
<Reference Include="Microsoft.Azure.Management.RemoteApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9494
<SpecificVersion>False</SpecificVersion>
95-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RemoteApp.1.0.7\lib\net40\Microsoft.Azure.Management.RemoteApp.dll</HintPath>
95+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RemoteApp.1.0.8\lib\net40\Microsoft.Azure.Management.RemoteApp.dll</HintPath>
9696
</Reference>
9797
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
9898
<SpecificVersion>False</SpecificVersion>

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Tests/Common/CollectionObjects.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static int SetUpDefaultRemoteAppCollectionCreate(Mock<IRemoteAppManagemen
9696
CollectionCreationDetails collectionDetails = new CollectionCreationDetails()
9797
{
9898
Name = collectionName,
99-
BillingPlanName = billingPlan,
99+
PlanName = billingPlan,
100100
TemplateImageName = imageName,
101101
Mode = CollectionMode.Apps,
102102
Region = region,
@@ -110,7 +110,7 @@ public static int SetUpDefaultRemoteAppCollectionCreate(Mock<IRemoteAppManagemen
110110
{
111111
Name = collectionDetails.Name,
112112
Region = collectionDetails.Region,
113-
BillingPlanName = collectionDetails.BillingPlanName,
113+
PlanName = collectionDetails.PlanName,
114114
TemplateImageName = collectionDetails.TemplateImageName,
115115
Mode = collectionDetails.Mode,
116116
Description = collectionDetails.Description,
@@ -146,7 +146,7 @@ public static int SetUpDefaultRemoteAppCollectionSet(Mock<IRemoteAppManagementCl
146146
CollectionCreationDetails collectionDetails = new CollectionCreationDetails()
147147
{
148148
Name = collectionName,
149-
BillingPlanName = billingPlan,
149+
PlanName = billingPlan,
150150
TemplateImageName = imageName,
151151
Mode = CollectionMode.Apps,
152152
Description = "unit test"
@@ -167,7 +167,7 @@ public static int SetUpDefaultRemoteAppCollectionSet(Mock<IRemoteAppManagementCl
167167
new Collection()
168168
{
169169
Name = collectionDetails.Name,
170-
BillingPlanName = collectionDetails.BillingPlanName,
170+
PlanName = collectionDetails.PlanName,
171171
TemplateImageName = collectionDetails.TemplateImageName,
172172
Mode = collectionDetails.Mode,
173173
Description = collectionDetails.Description,

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Tests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Hyak.Common" version="1.0.2" targetFramework="net45" />
4-
<package id="Microsoft.Azure.Common" version="2.0.2" targetFramework="net45" />
4+
<package id="Microsoft.Azure.Common" version="2.0.4" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
6-
<package id="Microsoft.Azure.Management.RemoteApp" version="1.0.7" targetFramework="net45" />
6+
<package id="Microsoft.Azure.Management.RemoteApp" version="1.0.8" targetFramework="net45" />
77
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />
88
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
99
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Collection/Model/Collections.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class Collection : Microsoft.Azure.Management.RemoteApp.Models.Collection
2727
public Collection(Microsoft.Azure.Management.RemoteApp.Models.Collection col)
2828
{
2929
AdInfo = col.AdInfo;
30-
BillingPlanName = col.BillingPlanName;
30+
PlanName = col.PlanName;
3131
Type = col.Type;
3232
CustomRdpProperty = col.CustomRdpProperty;
3333
Description = col.Description;
@@ -46,7 +46,7 @@ public Collection(Microsoft.Azure.Management.RemoteApp.Models.Collection col)
4646
SubnetName = col.SubnetName;
4747
TemplateImageName = col.TemplateImageName;
4848
TrialOnly = col.TrialOnly;
49-
VnetName = String.IsNullOrWhiteSpace(col.VnetName) || col.VnetName.StartsWith ("simplevnet-") ? "" : col.VnetName;
49+
VNetName = String.IsNullOrWhiteSpace(col.VNetName) || col.VNetName.StartsWith ("simplevnet-") ? "" : col.VNetName;
5050
}
5151
}
5252
}

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Collection/NewAzureRemoteAppCollection.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public override void ExecuteCmdlet()
137137
Name = CollectionName,
138138
TemplateImageName = ImageName,
139139
Region = Location,
140-
BillingPlanName = Plan,
140+
PlanName = Plan,
141141
Description = Description,
142142
CustomRdpProperty = CustomRdpProperty,
143143
Mode = CollectionMode.Apps
@@ -150,7 +150,7 @@ public override void ExecuteCmdlet()
150150
case AzureVNet:
151151
{
152152
creds = Credential.GetNetworkCredential();
153-
details.VnetName = VNetName;
153+
details.VNetName = VNetName;
154154

155155
if (SubnetName != null)
156156
{
@@ -167,7 +167,7 @@ public override void ExecuteCmdlet()
167167
}
168168

169169
details.SubnetName = SubnetName;
170-
ValidateCustomerVNetParams(details.VnetName, details.SubnetName);
170+
ValidateCustomerVNetParams(details.VNetName, details.SubnetName);
171171

172172
if (DnsServers != null)
173173
{

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Collection/SetAzureRemoteAppCollection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public override void ExecuteCmdlet()
7676
details = new CollectionCreationDetails()
7777
{
7878
Name = CollectionName,
79-
BillingPlanName = String.IsNullOrWhiteSpace(Plan) ? collection.BillingPlanName : Plan,
79+
PlanName = String.IsNullOrWhiteSpace(Plan) ? collection.PlanName : Plan,
8080
Description = String.IsNullOrWhiteSpace(Description) ? collection.Description : Description,
8181
CustomRdpProperty = String.IsNullOrWhiteSpace(CustomRdpProperty) ? collection.CustomRdpProperty : CustomRdpProperty,
8282
TemplateImageName = collection.TemplateImageName
@@ -97,7 +97,7 @@ public override void ExecuteCmdlet()
9797
}
9898

9999
details.AdInfo = new ActiveDirectoryConfig();
100-
details.VnetName = collection.VnetName;
100+
details.VNetName = collection.VNetName;
101101
details.AdInfo.DomainName = collection.AdInfo.DomainName;
102102
details.AdInfo.OrganizationalUnit = collection.AdInfo.OrganizationalUnit;
103103

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Collection/UpdateAzureRemoteAppCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public override void ExecuteCmdlet()
5050
{
5151
Name = CollectionName,
5252
TemplateImageName = ImageName,
53-
BillingPlanName = collection.BillingPlanName
53+
PlanName = collection.PlanName
5454
};
5555

5656
if (ShouldProcess(CollectionName, "Update collection"))

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Commands.RemoteApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</Reference>
7272
<Reference Include="Microsoft.Azure.Management.RemoteApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7373
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RemoteApp.1.0.7\lib\net40\Microsoft.Azure.Management.RemoteApp.dll</HintPath>
74+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RemoteApp.1.0.8\lib\net40\Microsoft.Azure.Management.RemoteApp.dll</HintPath>
7575
</Reference>
7676
<Reference Include="Microsoft.Data.Edm, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7777
<HintPath>..\..\..\packages\Microsoft.Data.Edm.5.6.0\lib\net40\Microsoft.Data.Edm.dll</HintPath>

src/ServiceManagement/RemoteApp/Commands.RemoteApp/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.0.4" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common.Authentication" version="1.0.15-preview" targetFramework="net45" />
66
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
7-
<package id="Microsoft.Azure.Management.RemoteApp" version="1.0.7" targetFramework="net45" />
7+
<package id="Microsoft.Azure.Management.RemoteApp" version="1.0.8" targetFramework="net45" />
88
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
99
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
1010
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />

0 commit comments

Comments
 (0)