You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
Web ant94 2021 02 01 attempt 2 (Azure#15548)
* Adds base for updating Microsoft.Web from version stable/2021-01-15 to version 2021-02-01
* Updates readme
* Updates API version in new specs and examples
* Changes for api-version 2012-02-01 (Azure#15545)
* Address PR comments - AppServiceCertificateOrders (Azure#15561)
* Changes for api-version 2012-02-01
* Address PR comments - AppServiceCertificatesOrder
* Fix spelling issue
* Fix summary+description for GET siteseal
* Add reseller to custom words
* Make DedicatedHostCount R/W (Azure#15580)
Co-authored-by: Chris Chen <[email protected]>
Feedback from our architects:
KeyVaultAccessControlClient
should return void and ignore HTTP 404s.Feel free to update this issue with idiomatic feedback.
The text was updated successfully, but these errors were encountered: