Skip to content

set api-version for keyvault list_secrets#1011

Closed
ctaggart wants to merge 1 commit intoAzure:mainfrom
ctaggart:list_secrets
Closed

set api-version for keyvault list_secrets#1011
ctaggart wants to merge 1 commit intoAzure:mainfrom
ctaggart:list_secrets

Conversation

@ctaggart
Copy link
Contributor

This is a bug fix. Tested with cargo run -p azure_security_keyvault --example list_secrets.

@cataggar cataggar requested a review from bmc-msft August 15, 2022 22:32

let mut uri = self.client.client.vault_url.clone();
uri.set_path("secrets");
uri.set_query(Some(API_VERSION_PARAM));
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the only operation where this is necessary?

Copy link
Contributor

Choose a reason for hiding this comment

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

It is not. This should be part of the PR I have open for keyvault.

@rylev
Copy link
Contributor

rylev commented Aug 16, 2022

It would be great if we could get some tests against the mock framework in for keyvault...

@rylev
Copy link
Contributor

rylev commented Aug 16, 2022

Going to close this in favor of #962

@rylev rylev closed this Aug 16, 2022
@ctaggart ctaggart deleted the list_secrets branch September 7, 2022 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants