Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Key Vault] Test secrets library against a shared vault #16812

Merged
merged 6 commits into from
Feb 18, 2021

Conversation

mccoyp
Copy link
Member

@mccoyp mccoyp commented Feb 18, 2021

Resolves #15437 and resolves #15371.

This implements the same preparer changes from #16474 and #16792 in the secrets library. This also updates tests.yml to deploy ARM templates for all CI tests.

@mccoyp mccoyp added KeyVault Client This issue points to a problem in the data-plane of the library. test enhancement labels Feb 18, 2021
@mccoyp mccoyp added this to the [2021] March milestone Feb 18, 2021
@@ -123,7 +135,7 @@ def test_example_secret_list_operations(self, client, **kwargs):
# [START list_properties_of_secret_versions]
secret_versions = secret_client.list_properties_of_secret_versions("secret-name")

for secret in secrets:
for secret in secret_versions:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 🕵️

@mccoyp mccoyp merged commit 2be4054 into Azure:master Feb 18, 2021
@mccoyp mccoyp deleted the sharedvault-secrets branch February 18, 2021 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault
Projects
None yet
2 participants