Skip to content

Commit 4f0146c

Browse files
author
maddieclayton
committed
fix build
1 parent 6672c8a commit 4f0146c

8 files changed

+0
-9
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/GetAzureKeyVaultManagedStorageAccount.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
using System.Collections.Generic;
1818
using System.Management.Automation;
1919
using KeyVaultProperties = Microsoft.Azure.Commands.KeyVault.Properties;
20-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
2120
using Microsoft.Azure.Management.Internal.Resources.Utilities.Models;
2221

2322
namespace Microsoft.Azure.Commands.KeyVault

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/GetAzureKeyVaultManagedStorageSasDefinition.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
using System.Collections.Generic;
1818
using System.Management.Automation;
1919
using KeyVaultProperties = Microsoft.Azure.Commands.KeyVault.Properties;
20-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
2120

2221
namespace Microsoft.Azure.Commands.KeyVault
2322
{

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/RemoveAzureKeyVaultManagedStorageAccount.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
using System.Globalization;
1717
using System.Management.Automation;
1818
using KeyVaultProperties = Microsoft.Azure.Commands.KeyVault.Properties;
19-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
2019
using Microsoft.Azure.Commands.KeyVault.Properties;
2120

2221
namespace Microsoft.Azure.Commands.KeyVault

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/RemoveAzureKeyVaultManagedStorageSasDefinition.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
using System.Globalization;
1717
using System.Management.Automation;
1818
using KeyVaultProperties = Microsoft.Azure.Commands.KeyVault.Properties;
19-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
2019

2120
namespace Microsoft.Azure.Commands.KeyVault
2221
{

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/UndoAzureKeyVaultManagedStorageAccountRemoval.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
using System.Management.Automation;
1616
using Microsoft.Azure.Commands.KeyVault.Models;
17-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
18-
using Microsoft.Azure.KeyVault.Models;
1917

2018
namespace Microsoft.Azure.Commands.KeyVault
2119
{

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/UndoAzureKeyVaultManagedStorageSasDefinitionRemoval.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
using System.Management.Automation;
1616
using Microsoft.Azure.Commands.KeyVault.Models;
17-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
1817

1918
namespace Microsoft.Azure.Commands.KeyVault
2019
{

src/ResourceManager/KeyVault/Commands.KeyVault/Models/IKeyVaultDataServiceClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
using System.Collections.Generic;
1818
using System.Security;
1919
using System.Security.Cryptography.X509Certificates;
20-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
2120
using Microsoft.Azure.KeyVault.Models;
2221
using Microsoft.Azure.KeyVault.WebKey;
2322

src/ResourceManager/KeyVault/Commands.KeyVault/Models/KeyVaultDataServiceClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
using System.Security.Cryptography.X509Certificates;
2323
using System.Xml;
2424
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
25-
using Microsoft.Azure.Commands.KeyVault.Models.ManagedStorageAccounts;
2625
using Microsoft.Azure.KeyVault;
2726
using Microsoft.Azure.KeyVault.Models;
2827
using Microsoft.Azure.KeyVault.WebKey;

0 commit comments

Comments
 (0)