There seems to be a regression between azure core test 1.2.1 and 1.3.0.
When BlobAPITest.settagsmin is recorded and then run in playback in both versions you can see the regression.
Previously the value in the XML tag in the body was recorded as is, now it is redacted and Base 64 encoded.
The change seems to be somewhere in the RecordingRedactor file.
There seems to be a regression between azure core test 1.2.1 and 1.3.0.
When BlobAPITest.settagsmin is recorded and then run in playback in both versions you can see the regression.
Previously the value in the XML tag in the body was recorded as is, now it is redacted and Base 64 encoded.
The change seems to be somewhere in the RecordingRedactor file.