Skip to content

Commit 921c3e1

Browse files
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
2 parents f09125d + 621ea0b commit 921c3e1

File tree

67 files changed

+345
-212
lines changed

Some content is hidden

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

67 files changed

+345
-212
lines changed

setup/azurecmdfiles.wxi

Lines changed: 146 additions & 8 deletions
Large diffs are not rendered by default.

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Collection/RemoteAppCollection.cs

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

1515
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1616

17-
namespace Microsoft.Azure.Commands.RemoteApp.Test
17+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1818
{
1919
using Common;
20-
using Microsoft.Azure.Management.RemoteApp;
21-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
22-
using Microsoft.Azure.Management.RemoteApp.Models;
20+
using Microsoft.WindowsAzure.Management.RemoteApp;
21+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
22+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2323
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
2424
using Moq;
2525
using Moq.Language.Flow;

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@
9898
<SpecificVersion>False</SpecificVersion>
9999
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
100100
</Reference>
101-
<Reference Include="Microsoft.Azure.Management.RemoteApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102-
<SpecificVersion>False</SpecificVersion>
103-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RemoteApp.1.0.9\lib\net40\Microsoft.Azure.Management.RemoteApp.dll</HintPath>
104-
</Reference>
105101
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
106102
<SpecificVersion>False</SpecificVersion>
107103
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
@@ -117,6 +113,9 @@
117113
<Reference Include="Microsoft.WindowsAzure.Management">
118114
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
119115
</Reference>
116+
<Reference Include="Microsoft.WindowsAzure.Management.RemoteApp">
117+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.RemoteApp.2.0.0\lib\net40\Microsoft.WindowsAzure.Management.RemoteApp.dll</HintPath>
118+
</Reference>
120119
<Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
121120
<HintPath>..\..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
122121
<SpecificVersion>False</SpecificVersion>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
17-
using Microsoft.Azure.Management.RemoteApp;
18-
using Microsoft.Azure.Management.RemoteApp.Models;
17+
using Microsoft.WindowsAzure.Management.RemoteApp;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1919
using Moq;
2020
using Moq.Language.Flow;
2121
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/MockObject.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
1717
using Microsoft.Azure;
18-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
2121
using System;
2222
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/OperationResult.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
17-
using Microsoft.Azure.Management.RemoteApp;
18-
using Microsoft.Azure.Management.RemoteApp.Models;
17+
using Microsoft.WindowsAzure.Management.RemoteApp;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1919
using Moq;
2020
using Moq.Language.Flow;
2121
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/RemoteApp.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
17-
using Microsoft.Azure.Management.RemoteApp;
18-
using Microsoft.Azure.Management.RemoteApp.Models;
17+
using Microsoft.WindowsAzure.Management.RemoteApp;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1919
using Moq;
2020
using Moq.Language.Flow;
2121
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/RemoteAppClient.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1616
{
17-
using Microsoft.Azure.Management.RemoteApp;
18-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
17+
using Microsoft.WindowsAzure.Management.RemoteApp;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
1919
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
2020
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
2121
using Moq;
2222
using Moq.Language.Flow;
2323
using System;
2424
using System.Threading;
2525
using System.Threading.Tasks;
26+
using Microsoft.Azure;
2627

2728

2829
public class RemoteAppClientCredentials : SubscriptionCloudCredentials

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/TemplateObjects.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
1717
using Microsoft.Azure;
18-
using Microsoft.Azure.Management.RemoteApp;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Moq;
2121
using Moq.Language.Flow;
2222
using System;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/UserObjects.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
1717
using LocalModels;
18-
using Microsoft.Azure.Management.RemoteApp;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Moq;
2121
using Moq.Language.Flow;
2222
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/VNetObjects.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
17-
using Microsoft.Azure.Management.RemoteApp;
18-
using Microsoft.Azure.Management.RemoteApp.Models;
17+
using Microsoft.WindowsAzure.Management.RemoteApp;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1919
using Moq;
2020
using Moq.Language.Flow;
2121
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Common/Workspace.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
1616
{
1717
using Microsoft.Azure;
18-
using Microsoft.Azure.Management.RemoteApp;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Moq;
2121
using Moq.Language.Flow;
2222
using System;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/OperationResult/RemoteAppOperationResult.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1616
{
1717
using Common;
18-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2121
using System;
2222
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/RemoteProgram/RemoteAppProgram.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1616
{
1717
using Common;
18-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2121
using System;
2222
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/SecurityPrincipals/RemoteAppSecurityPrincipals.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1616
{
1717
using LocalModels;
1818
using Common;
19-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
20-
using Microsoft.Azure.Management.RemoteApp.Models;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
20+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2121
using System;
2222
using System.Collections.Generic;
2323
using Xunit;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Templates/RemoteAppTemplates.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1616
{
1717
using Common;
18-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2121
using System;
2222
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/VNet/RemoteAppVNet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1616
{
1717
using Common;
18-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2121
using System;
2222
using System.Collections.Generic;

src/ServiceManagement/RemoteApp/Commands.RemoteApp.Test/Workspace/RemoteAppWorkspace.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
namespace Microsoft.Azure.Commands.RemoteApp.Test
15+
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
1616
{
1717
using Common;
18-
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
19-
using Microsoft.Azure.Management.RemoteApp.Models;
18+
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
19+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
2020
using Microsoft.WindowsAzure.Commands.ScenarioTest;
2121
using System;
2222
using System.Collections.Generic;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<package id="Hyak.Common" version="1.0.2" 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.RemoteApp" version="1.0.9" targetFramework="net45" />
76
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
87
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
98
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
109
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1110
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
11+
<package id="Microsoft.WindowsAzure.Management.RemoteApp" version="2.0.0" targetFramework="net45" />
1212
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
1313
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1414
<package id="xunit" version="1.9.2" targetFramework="net45" />

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Billing/GetAzureRemoteAppPlan.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.Commands.RemoteApp;
16-
using Microsoft.Azure.Management.RemoteApp.Models;
15+
using Microsoft.WindowsAzure.Commands.RemoteApp;
16+
using Microsoft.WindowsAzure.Management.RemoteApp;
17+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1718
using System.Collections.Generic;
1819
using System.Management.Automation;
1920

20-
namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
21+
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
2122
{
2223
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppPlan"), OutputType(typeof(BillingPlan))]
2324
public class GetAzureRemoteAppPlan : RdsCmdlet

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.Commands.RemoteApp;
16-
using Microsoft.Azure.Management.RemoteApp;
17-
using Microsoft.Azure.Management.RemoteApp.Models;
15+
using Microsoft.WindowsAzure.Commands.RemoteApp;
16+
using Microsoft.WindowsAzure.Management.RemoteApp;
17+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1818
using System;
1919
using System.Collections.Generic;
2020
using System.Linq;
2121
using System.Management.Automation;
2222

23-
namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
23+
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
2424
{
2525
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppCollection"), OutputType(typeof(LocalModels.Collection))]
2626
public class GetAzureRemoteAppCollection : RdsCmdlet

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.Commands.RemoteApp;
16-
using Microsoft.Azure.Management.RemoteApp;
17-
using Microsoft.Azure.Management.RemoteApp.Models;
15+
using Microsoft.WindowsAzure.Commands.RemoteApp;
16+
using Microsoft.WindowsAzure.Management.RemoteApp;
17+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1818
using System;
19-
using System.Collections.ObjectModel;
2019
using System.IO;
2120
using System.Management.Automation;
2221
using System.Net;
2322

2423

25-
namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
24+
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
2625
{
2726

2827
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppCollectionUsageDetails"), OutputType(typeof(string))]

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.Management.RemoteApp;
16-
using Microsoft.Azure.Commands.RemoteApp;
17-
using Microsoft.Azure.Management.RemoteApp.Models;
15+
using Microsoft.WindowsAzure.Commands.RemoteApp;
16+
using Microsoft.WindowsAzure.Management.RemoteApp;
17+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1818
using System;
19-
using System.Collections.Generic;
20-
using System.Linq;
2119
using System.Management.Automation;
2220

23-
namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
21+
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
2422
{
2523

2624
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppCollectionUsageSummary"), OutputType(typeof(BillingUsageSummary))]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.Management.RemoteApp;
16-
using Microsoft.Azure.Management.RemoteApp.Models;
15+
using Microsoft.WindowsAzure.Management.RemoteApp;
16+
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
1717
using System.Management.Automation;
1818

19-
namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
19+
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
2020
{
2121
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppLocation"), OutputType(typeof(Region))]
2222
public class GetAzureRemoteAppLocation : RdsCmdlet

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,14 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.Azure.Management.RemoteApp;
16-
using Microsoft.Azure.Management.RemoteApp.Models;
1715
using System;
18-
using System.Collections.Generic;
19-
using System.Linq;
20-
using System.Management.Automation;
2116

2217
namespace LocalModels
2318
{
24-
public class Collection : Microsoft.Azure.Management.RemoteApp.Models.Collection
19+
public class Collection : Microsoft.WindowsAzure.Management.RemoteApp.Models.Collection
2520
{
2621
public DateTime LastModifiedLocalTime { get; set; }
27-
public Collection(Microsoft.Azure.Management.RemoteApp.Models.Collection col)
22+
public Collection(Microsoft.WindowsAzure.Management.RemoteApp.Models.Collection col)
2823
{
2924
AdInfo = col.AdInfo;
3025
PlanName = col.PlanName;

0 commit comments

Comments
 (0)