Skip to content

[Key Vault] Target multiple API versions with tests (secrets)#18183

Merged
mccoyp merged 5 commits intoAzure:masterfrom
mccoyp:secrets-multiapi
Apr 26, 2021
Merged

[Key Vault] Target multiple API versions with tests (secrets)#18183
mccoyp merged 5 commits intoAzure:masterfrom
mccoyp:secrets-multiapi

Conversation

@mccoyp
Copy link
Member

@mccoyp mccoyp commented Apr 20, 2021

Part of #12376 -- same methodology as #16979, with added decorator work from #18149.

@mccoyp mccoyp added KeyVault Client This issue points to a problem in the data-plane of the library. test enhancement labels Apr 20, 2021
@mccoyp mccoyp requested review from chlowell and schaabs as code owners April 20, 2021 22:20
test_class_instance._skip_if_not_configured(api_version)
client = test_class_instance.create_client(azure_keyvault_url, api_version=api_version, **kwargs)

if kwargs.get("is_async"):
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

is_async is also provided to create_client, but I'll keep this in mind!

@mccoyp mccoyp merged commit 71ec767 into Azure:master Apr 26, 2021
@mccoyp mccoyp deleted the secrets-multiapi branch April 26, 2021 22:27
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.

2 participants