Open dagoroz opened 3 years ago
@daniel , Could you share your code by creating a PR to us? We will look into it and understand your problem.
@dingmeng-xue Please refer to this PR https://github.com/Azure/azure-powershell/pull/14631 Specifically:
For the time being, the test frame doesn't support AADGraph or MSGraph. We need to evaluate it.
Still relevant
Description
When updating tests for the Az.REsource module I found that Graph calls with the tenant in the Uri are not being picked up properly by the testing framework. This ONLY happens in playback mode, the exact same tests pass during record mode
I keep getting this error despite the request being there. (in the first line, even!)
Steps to reproduce
Use AzADServicePrincipal commands during tests example:
Environment data
Module versions
Debug output
N/A this only happens during testing
Error output
N/A this only happens during testing