Identity e2e tests for running fail in Azure Arc and Azure Container Instances #27139
Labels
Azure.Identity
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Milestone
Describe the issue:
1.When test the Testing azure-identity in Azure Arc with instructions for Test team(
Repro steps
) and run thepytest -k managed_identity_live
command, it displays the error :2.When test the Testing azure-identity in Automate Azure Container Instances with instructions (
Repro steps
) and run theaz container logs -g $RESOURCE_GROUP -n $CONTAINER_NAME
command, it displays the error :Environment:
Env:
Azure Arc
andAzure Container Instances
package: https://pypi.org/project/azure-identity/1.12.0b2/
Related issue: Azure/azure-sdk#1908 and Azure/azure-sdk#925
Expected behavior:
Run the
pytest -k managed_identity_live
andaz container logs -g $RESOURCE_GROUP -n $CONTAINER_NAME
. expected output for each:passed
for all tests run.@josefree for notification.
The text was updated successfully, but these errors were encountered: