Open HarshaNalluru opened 1 year ago
I notice that this is introduced by fixing the government clouds issue and fix pr.
I am consulting auth team if the above fix is correct or not, https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/6185.
Ask the ARM RBAC for help: https://stackoverflow.microsoft.com/questions/363991.
Background
@qiaozha and I were investigating why the test with the endpoint option was failing with
The resource principal named https://eastus2euap.management.azure.com was not found in the tenant named Microsoft
and were wondering if our test framework is causing the problem.Upon decoupling the test framework, realized the test itself fails with the newer version but not the old version. This sample works fine with
@azure/arm-appplatform@2.0.0
but fails with@azure/arm-appplatform@3.0.0-beta.1
Error
Sample