azure-sdk-for-js
azure-sdk-for-js copied to clipboard
[storage][recording] "sr" query parameter should added to the ignore list
Recording now saves it
https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-queue/test/utils/testutils.common.ts#L34
Ignore iprange - sip
as well?
@ljian3377 @EmmaZhu please ignore all new parameters so they don't cause mismatch when playing back.
@jeremymeng
After recording, I'll run the call test cases again with playback mode. Are there any further actions needed to make sure the recording is correct?
Thanks Emma
@EmmaZhu you shouldn't need to regenerate the recording I think? What I found was some connection string copied from the Azure portal would have sr
but not all connection strings have them. It could be because of SKU difference, or service version difference. Our existing recordings don't have that, so we just need to ignore them in the queryParametersToSkip
list