-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KeyVault] - Delete methods should ignore 404 (#15586)
## What - Ensure KeyVaultAccessControlClient delete* methods ignore 404s and return the raw response instead of the deleted model. - Update tests to use `supportsTracing` helper ## Why - This came up in a recent architecture discussion. By succeeding when trying to delete a role definition that was already deleted we make retries much easier for the consumer. - The `supportsTracing` helper was added after these tests were written and is much more comprehensive. Resolves #15580
- Loading branch information
Showing
33 changed files
with
1,252 additions
and
1,065 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
2 changes: 1 addition & 1 deletion
2
...cordings/node/aborting_keyvaultbackupclients_requests/recording_can_abort_beginrestore.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...e/aborting_keyvaultbackupclients_requests/recording_can_abort_beginselectivekeyrestore.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
104 changes: 49 additions & 55 deletions
104
...ode/challenge_based_authentication_tests/recording_authentication_should_be_idempotent.js
Large diffs are not rendered by default.
Oops, something went wrong.
63 changes: 30 additions & 33 deletions
63
...tication_tests/recording_once_authenticated_new_requests_should_not_authenticate_again.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.