Skip to content

Commit c219007

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#6006 from dragav/kv-apr-18-bugfixes
Removing explicit parameters for creating KV-managed storage sas definitions
2 parents 2725496 + c3f368a commit c219007

13 files changed

+54
-1316
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,9 @@
6565
<Compile Include="Commands\ManagedStorageAccounts\UpdateAzureKeyVaultManagedStorageAccountKey.cs" />
6666
<Compile Include="Commands\ManagedStorageAccounts\RemoveAzureKeyVaultManagedStorageAccount.cs" />
6767
<Compile Include="Commands\ManagedStorageAccounts\RemoveAzureKeyVaultManagedStorageSasDefinition.cs" />
68-
<Compile Include="Commands\ManagedStorageAccounts\SasDefinitionParameterConstants.cs" />
6968
<Compile Include="Commands\ManagedStorageAccounts\AddAzureKeyVaultManagedStorageAccount.cs" />
7069
<Compile Include="Commands\ManagedStorageAccounts\UpdateAzureKeyVaultManagedStorageAccount.cs" />
71-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Account.cs" />
7270
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.cs" />
73-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Service.Container.Blob.cs" />
74-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Service.Container.cs" />
75-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Service.cs" />
76-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Service.Queue.cs" />
77-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Service.Share.cs" />
78-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Service.Share.File.cs" />
79-
<Compile Include="Commands\ManagedStorageAccounts\SetAzureKeyVaultManagedStorageSasDefinition.Service.Table.cs" />
8071
<Compile Include="Commands\UpdateAzureKeyVaultCertificate.cs" />
8172
<Compile Include="Commands\StopAzureKeyVaultCertificateOperation.cs" />
8273
<Compile Include="Commands\GetAzureKeyVaultCertificateOperation.cs" />

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

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

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/SetAzureKeyVaultManagedStorageSasDefinition.Account.cs

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

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/SetAzureKeyVaultManagedStorageSasDefinition.Service.Container.Blob.cs

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

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/SetAzureKeyVaultManagedStorageSasDefinition.Service.Container.cs

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

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/SetAzureKeyVaultManagedStorageSasDefinition.Service.Queue.cs

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

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/SetAzureKeyVaultManagedStorageSasDefinition.Service.Share.File.cs

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

0 commit comments

Comments
 (0)