This is a typical error caused by making HTTP requests concurrently with multi-threading.
Because VCR.py is not designed to be thread-safe, some request will bypass VCR and reach to internet, causing the The subscription '00000000-0000-0000-0000-000000000000' could not be found error.
This is a typical error caused by making HTTP requests concurrently with multi-threading.
Because VCR.py is not designed to be thread-safe, some request will bypass VCR and reach to internet, causing the
The subscription '00000000-0000-0000-0000-000000000000' could not be found
error.More details: https://github.com/Azure/azure-cli/pull/17185