When onboard the datafactory, the command
az datafactory integration-runtime regenerate-auth-keydatafactory integration-runtime list-auth-key
will return a authKey, but in the test recordings it's not encoded or replaced with meaningless strings. which cause the credential scan fail.
When onboard the datafactory, the command
az datafactory integration-runtime regenerate-auth-key
datafactory integration-runtime list-auth-key
will return a authKey, but in the test recordings it's not encoded or replaced with meaningless strings. which cause the credential scan fail.to repro: check the branch in this PR https://github.com/Azure/azure-cli-extensions/pull/1321 then run
azdev test datafactory --live
then search the command above.