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 certificates library against a shared vault #16792

Merged
merged 9 commits into from
Feb 18, 2021

Conversation

mccoyp
Copy link
Member

@mccoyp mccoyp commented Feb 18, 2021

Resolves #15434.

This implements the same preparer changes from #16474 in the certificates library. This also updates tests.yml to deploy ARM templates for certificates tests, and tweaks the test resource cleanup script to purge pending certificates (so that deleted certificates that were cancelled during creation can actually get purged).

@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
@@ -4,17 +4,20 @@
# ------------------------------------
import asyncio
import functools
import pytest
Copy link
Member

Choose a reason for hiding this comment

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

Grouping pytest with standard library imports contravenes the PEP 8 style we usually enforce with pylint (but not on test files so I'm nitpicking here)

@mccoyp mccoyp merged commit 80c3b8e into Azure:master Feb 18, 2021
@mccoyp mccoyp deleted the sharedvault-certs branch February 18, 2021 18:18
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
Development

Successfully merging this pull request may close these issues.

[Key Vault] Update tests to work on a shared vault (certificates)
2 participants