Skip to content

Changing namespace Azure->WindowsAzure for RDFE API specs #410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 20, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 146 additions & 8 deletions setup/azurecmdfiles.wxi

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

using Microsoft.WindowsAzure.Commands.ScenarioTest;

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using Common;
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
using Moq;
using Moq.Language.Flow;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Azure.Management.RemoteApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Azure.Management.RemoteApp.1.0.9\lib\net40\Microsoft.Azure.Management.RemoteApp.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
Expand All @@ -117,6 +113,9 @@
<Reference Include="Microsoft.WindowsAzure.Management">
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Management.RemoteApp">
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.RemoteApp.2.0.0\lib\net40\Microsoft.WindowsAzure.Management.RemoteApp.dll</HintPath>
</Reference>
<Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Moq;
using Moq.Language.Flow;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using Microsoft.Azure;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Moq;
using Moq.Language.Flow;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Moq;
using Moq.Language.Flow;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
using Moq;
using Moq.Language.Flow;
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Azure;


public class RemoteAppClientCredentials : SubscriptionCloudCredentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using Microsoft.Azure;
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Moq;
using Moq.Language.Flow;
using System;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using LocalModels;
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Moq;
using Moq.Language.Flow;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Moq;
using Moq.Language.Flow;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test.Common
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test.Common
{
using Microsoft.Azure;
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Moq;
using Moq.Language.Flow;
using System;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using Common;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.ScenarioTest;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using Common;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.ScenarioTest;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using LocalModels;
using Common;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using System;
using System.Collections.Generic;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using Common;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.ScenarioTest;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using Common;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.ScenarioTest;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

namespace Microsoft.Azure.Commands.RemoteApp.Test
namespace Microsoft.WindowsAzure.Commands.RemoteApp.Test
{
using Common;
using Microsoft.Azure.Management.RemoteApp.Cmdlets;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.ScenarioTest;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<package id="Hyak.Common" version="1.0.2" targetFramework="net45" />
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.Azure.Management.RemoteApp" version="1.0.9" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
<package id="Microsoft.WindowsAzure.Management.RemoteApp" version="2.0.0" targetFramework="net45" />
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Commands.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using System.Collections.Generic;
using System.Management.Automation;

namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
{
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppPlan"), OutputType(typeof(BillingPlan))]
public class GetAzureRemoteAppPlan : RdsCmdlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Commands.RemoteApp;
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;

namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
{
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppCollection"), OutputType(typeof(LocalModels.Collection))]
public class GetAzureRemoteAppCollection : RdsCmdlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Commands.RemoteApp;
using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using System;
using System.Collections.ObjectModel;
using System.IO;
using System.Management.Automation;
using System.Net;


namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
{

[Cmdlet(VerbsCommon.Get, "AzureRemoteAppCollectionUsageDetails"), OutputType(typeof(string))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Commands.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Commands.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;

namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
{

[Cmdlet(VerbsCommon.Get, "AzureRemoteAppCollectionUsageSummary"), OutputType(typeof(BillingUsageSummary))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using Microsoft.WindowsAzure.Management.RemoteApp;
using Microsoft.WindowsAzure.Management.RemoteApp.Models;
using System.Management.Automation;

namespace Microsoft.Azure.Management.RemoteApp.Cmdlets
namespace Microsoft.WindowsAzure.Management.RemoteApp.Cmdlets
{
[Cmdlet(VerbsCommon.Get, "AzureRemoteAppLocation"), OutputType(typeof(Region))]
public class GetAzureRemoteAppLocation : RdsCmdlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,14 @@
// limitations under the License.
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Management.RemoteApp;
using Microsoft.Azure.Management.RemoteApp.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;

namespace LocalModels
{
public class Collection : Microsoft.Azure.Management.RemoteApp.Models.Collection
public class Collection : Microsoft.WindowsAzure.Management.RemoteApp.Models.Collection
{
public DateTime LastModifiedLocalTime { get; set; }
public Collection(Microsoft.Azure.Management.RemoteApp.Models.Collection col)
public Collection(Microsoft.WindowsAzure.Management.RemoteApp.Models.Collection col)
{
AdInfo = col.AdInfo;
PlanName = col.PlanName;
Expand Down
Loading