Draft: Update reporting code to use Operation/Parameter instances
The reporting code currently parses the raw binary request/responses and then converts them into Operation instances. Instead, use the instances now available on FaultData and ignore the raw binary versions.
-
Update reporting to use the serialized Operation/Parameterinstances onFaultData. -
Make sure to use the MaskedValue -
Tests that include: -
Test secrets are masked in headers -
Test secrets are masked in path -
Test secrets are masked in querystring -
Test secrets are masked in json body -
Test secrets are masked in xml body -
Test secrets are masked in graphql
-