-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't send optional parameters unless explicitly specified (#533)
* Only send optional parameters when supplied This modifies functions to only send optional parameters when a value has explicitly been supplied. Doing so prevents "update" functions from clobbering preexisting values when they're not supplied. Additionally, all default parameter values have been changed to to None so that the Vault server can select the appropriate default value. * Fix and extend Azure test case Co-authored-by: Jeffrey Hogan <jeff@jeffhogan.me>
- Loading branch information
Showing
24 changed files
with
544 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.