Azure.Sdk.Tools.TestProxy_1.0.0-dev.20240422.1
Pre-release
Pre-release
Removable Sanitizers (#8120)
* Sanitizers are now removable via API Route
* Added route Admin/GetSanitizers to retrieve applied sanitizers for the session level
* optionally honors x-recording-id header to retrieve applied sanitizers for a specific recording/playback session
* Added route Admin/RemoveSanitizers to
* Accepts an object of form { Sanitizers: [ "id1", "id2" ] } and attempts to remove the sanitizers there
* optionally honors x-recording-id header to remove applied sanitizers for a specific recording/playback session
* Updated Admin/AddSanitizer and Admin/AddSanitizers to return the ids that have been registered