Skip to content

Commit

Permalink
Cleanup (#27)
Browse files Browse the repository at this point in the history
* removed unused project.

* Update generated README

---------

Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>
  • Loading branch information
joevanwanzeeleKF and Keyfactor authored Sep 26, 2023
1 parent 99dac98 commit b1a38fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 130 deletions.
1 change: 1 addition & 0 deletions AzureKeyVault/AzureClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ public virtual async Task<List<string>> GetVaults()

try
{
// trace log the resrouce groups available and checked
SubscriptionResource subscription = await KvManagementClient.GetDefaultSubscriptionAsync();
ResourceGroupCollection resourceGroups = subscription.GetResourceGroups();
var vaultNames = new List<string>();
Expand Down
113 changes: 0 additions & 113 deletions AzureKeyVaultTests/AssemblyTests.cs

This file was deleted.

17 changes: 0 additions & 17 deletions AzureKeyVaultTests/AzureKeyVaultTests.csproj

This file was deleted.

0 comments on commit b1a38fe

Please sign in to comment.