-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Set secret operation of the Key Vault Secrets Client overrides …
…the content type of the secret with application/json (#37020) * [BUG] Set secret operation of the Key Vault Secrets Client overrides the content type of the secret with application/json - Fixes sync and async implementations to use the contentType value set by the caller in the payload - Adds entry to changelog Resolves #37019 Signed-off-by: Esta Nagy <[email protected]> * [BUG] Set secret operation of the Key Vault Secrets Client overrides the content type of the secret with application/json - Removes default contentType value when the properties are not defined Resolves #37019 Signed-off-by: Esta Nagy <[email protected]> * Added changes missing setSecret and updateSecret methods. * Updated tests. * Added missing fix for updateSecretPropertiesWithResponse() methods in sync and async clients. * Updated test recordings. * Removed unused imports. --------- Signed-off-by: Esta Nagy <[email protected]> Co-authored-by: Victor Colin Amador <[email protected]>
- Loading branch information
Showing
6 changed files
with
69 additions
and
46 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
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.