Skip to content

Commit 01217c2

Browse files
committed
cleaning up snapsnot code and unused imports
1 parent 1c33c08 commit 01217c2

29 files changed

+9
-1078
lines changed

src/Resources/ResourceManager/Implementation/CmdletBase/DeploymentStacksCmdletBase.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
22
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient;
33
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities;
4-
using Microsoft.Azure.Commands.ResourceManager.Common;
54
using Microsoft.WindowsAzure.Commands.Utilities.Common;
6-
using System;
75
using System.Collections;
8-
using System.Collections.Generic;
9-
using System.Text;
106

117
namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
128
{

src/Resources/ResourceManager/Implementation/DeploymentStacks/ExportAzManagmentGroupDeploymentStackTemplate.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components;
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkClient;
1919
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
20-
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities;
21-
using Microsoft.WindowsAzure.Commands.Utilities.Common;
22-
using Newtonsoft.Json.Linq;
2320
using System;
2421
using System.Management.Automation;
2522

src/Resources/ResourceManager/Implementation/DeploymentStacks/ExportAzResourceGroupDeploymentStackTemplate.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1616
{
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components;
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
19-
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities;
2019
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
21-
using Microsoft.WindowsAzure.Commands.Utilities.Common;
22-
using Newtonsoft.Json.Linq;
2320
using System;
2421
using System.Management.Automation;
2522

src/Resources/ResourceManager/Implementation/DeploymentStacks/ExportAzSubscriptionDeploymentStackTemplate.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1717

1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components;
1919
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
20-
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Utilities;
21-
using Microsoft.WindowsAzure.Commands.Utilities.Common;
22-
using Newtonsoft.Json;
23-
using Newtonsoft.Json.Linq;
2420
using System;
2521
using System.Management.Automation;
2622

src/Resources/ResourceManager/Implementation/DeploymentStacks/GetAzManagementGroupDeploymentStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components;
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
1919
using System;
20-
using System.Collections.Generic;
2120
using System.Management.Automation;
22-
using System.Text;
2321

2422
[Cmdlet("Get", Common.AzureRMConstants.AzureRMPrefix + "ManagementGroupDeploymentStack",
2523
DefaultParameterSetName = ListByManagementGroupIdParameterSetName), OutputType(typeof(PSDeploymentStack))]

src/Resources/ResourceManager/Implementation/DeploymentStacks/GetAzResourceGroupDeploymentStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
1919
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
2020
using System;
21-
using System.Collections.Generic;
2221
using System.Management.Automation;
23-
using System.Text;
2422

2523
[Cmdlet("Get", Common.AzureRMConstants.AzureRMPrefix + "ResourceGroupDeploymentStack",
2624
DefaultParameterSetName = ListByResourceGroupNameParameterSetName), OutputType(typeof(PSDeploymentStack))]

src/Resources/ResourceManager/Implementation/DeploymentStacks/GetAzResourceGroupDeploymentStackSnapshot.cs

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/Resources/ResourceManager/Implementation/DeploymentStacks/GetAzSubscriptionDeploymentStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components;
1818
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
1919
using System;
20-
using System.Collections.Generic;
2120
using System.Management.Automation;
22-
using System.Text;
2321

2422
[Cmdlet("Get", Common.AzureRMConstants.AzureRMPrefix + "SubscriptionDeploymentStack",
2523
DefaultParameterSetName = ListParameterSetname), OutputType(typeof(PSDeploymentStack))]

src/Resources/ResourceManager/Implementation/DeploymentStacks/GetAzSubscriptionDeploymentStackSnapshot.cs

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/Resources/ResourceManager/Implementation/DeploymentStacks/NewAzManagementGroupDeploymentStack.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@
1515
namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1616
{
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels;
18-
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1918
using Microsoft.Azure.Management.ResourceManager.Models;
2019
using Microsoft.WindowsAzure.Commands.Utilities.Common;
2120
using System;
2221
using System.Collections;
23-
using System.Collections.Generic;
2422
using System.IO;
2523
using System.Management.Automation;
26-
using System.Text;
2724
using ProjectResources = Microsoft.Azure.Commands.ResourceManager.Cmdlets.Properties.Resources;
2825

2926
[Cmdlet("New", Common.AzureRMConstants.AzureRMPrefix + "ManagementGroupDeploymentStack",

src/Resources/ResourceManager/Implementation/DeploymentStacks/NewAzResourceGroupDeploymentStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
2020
using Microsoft.WindowsAzure.Commands.Utilities.Common;
2121
using System;
2222
using System.Collections;
23-
using System.Collections.Generic;
2423
using System.IO;
2524
using System.Management.Automation;
26-
using System.Text;
2725
using ProjectResources = Microsoft.Azure.Commands.ResourceManager.Cmdlets.Properties.Resources;
2826

2927
[Cmdlet("New", Common.AzureRMConstants.AzureRMPrefix + "ResourceGroupDeploymentStack",

src/Resources/ResourceManager/Implementation/DeploymentStacks/NewAzSubscriptionDeploymentStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1919
using Microsoft.WindowsAzure.Commands.Utilities.Common;
2020
using System;
2121
using System.Collections;
22-
using System.Collections.Generic;
2322
using System.IO;
2423
using System.Management.Automation;
25-
using System.Text;
2624
using ProjectResources = Microsoft.Azure.Commands.ResourceManager.Cmdlets.Properties.Resources;
2725

2826
[Cmdlet("New", Common.AzureRMConstants.AzureRMPrefix + "SubscriptionDeploymentStack",

src/Resources/ResourceManager/Implementation/DeploymentStacks/RemoveAzManagmentGroupDeploymentStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1717
using Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components;
1818
using Microsoft.Azure.Management.ResourceManager.Models;
1919
using System;
20-
using System.Collections.Generic;
2120
using System.Management.Automation;
22-
using System.Text;
2321

2422
[Cmdlet("Remove", Common.AzureRMConstants.AzureRMPrefix + "ManagementGroupDeploymentStack",
2523
SupportsShouldProcess = true, DefaultParameterSetName = RemoveByNameAndManagementGroupIdParameterSetName), OutputType(typeof(bool))]

src/Resources/ResourceManager/Implementation/DeploymentStacks/RemoveAzResourceGroupDeploymentStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
1818
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
1919
using Microsoft.Azure.Management.ResourceManager.Models;
2020
using System;
21-
using System.Collections.Generic;
2221
using System.Management.Automation;
23-
using System.Text;
2422

2523
[Cmdlet("Remove", Common.AzureRMConstants.AzureRMPrefix + "ResourceGroupDeploymentStack",
2624
SupportsShouldProcess = true, DefaultParameterSetName = RemoveByNameAndResourceGroupNameParameterSetName), OutputType(typeof(bool))]

0 commit comments

Comments
 (0)