Skip to content

Commit 233e7a9

Browse files
committed
Undo change to namespace of PSCmdletExtensions
1 parent 0c57a9c commit 233e7a9

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common/PSCmdletExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using System.Management.Automation;
1818
using System.Reflection;
1919

20-
namespace Microsoft.Azure.Commands.ScenarioTest
20+
namespace Microsoft.WindowsAzure.Commands.ScenarioTest
2121
{
2222
public static class PSCmdletExtensions
2323
{

src/ResourceManager/Resources/Commands.Resources.Test/Features/GetAzureProviderFeatureCmdletTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace Microsoft.Azure.Commands.Resources.Test
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation;
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient;
1919
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
20-
using Microsoft.Azure.Commands.ScenarioTest;
2120
using Microsoft.Azure.Management.ResourceManager;
2221
using Microsoft.Azure.Management.ResourceManager.Models;
2322
using Microsoft.Rest.Azure;

src/ResourceManager/Resources/Commands.Resources.Test/Features/RegisterProviderFeatureCmdletTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace Microsoft.Azure.Commands.Resources.Test
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation;
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient;
1919
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
20-
using Microsoft.Azure.Commands.ScenarioTest;
2120
using Microsoft.Azure.Management.ResourceManager;
2221
using Microsoft.Azure.Management.ResourceManager.Models;
2322
using Microsoft.Rest.Azure;

src/ResourceManager/Resources/Commands.Resources.Test/Providers/GetAzureProviderCmdletTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace Microsoft.Azure.Commands.Resources.Test
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation;
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient;
1919
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
20-
using Microsoft.Azure.Commands.ScenarioTest;
2120
using Microsoft.Azure.Management.ResourceManager;
2221
using Microsoft.Azure.Management.ResourceManager.Models;
2322
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;

src/ResourceManager/Resources/Commands.Resources.Test/Providers/RegisterResourceProviderCmdletTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ namespace Microsoft.Azure.Commands.Resources.Test
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient;
1919
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
2020
using Microsoft.Azure.Commands.Resources.Models;
21-
using Microsoft.Azure.Commands.ScenarioTest;
2221
using Microsoft.Azure.Management.ResourceManager;
2322
using Microsoft.Azure.Management.ResourceManager.Models;
2423
using Microsoft.Rest.Azure;

src/ResourceManager/Resources/Commands.Resources.Test/Providers/UnregisterResourceProviderCmdletTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ namespace Microsoft.Azure.Commands.Resources.Test
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient;
1919
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
2020
using Microsoft.Azure.Commands.Resources.Models;
21-
using Microsoft.Azure.Commands.ScenarioTest;
2221
using Microsoft.Azure.Management.ResourceManager;
2322
using Microsoft.Azure.Management.ResourceManager.Models;
2423
using Microsoft.Rest.Azure;

0 commit comments

Comments
 (0)