-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
I am running this command via subprocess in python:
az resource list --name ARCEE-W22-S22 --resource-group arcee-e2e-tests --resource-type Microsoft.HybridCompute/machines
On running this command, I am getting this error - Operation returned an invalid status 'Request-URI Too Long'. The error occurs randomly and is causing our python code to break.
Even running the command in a powershell terminal throws the same error. The error occurs on random intervals and is not consistent.
To Reproduce
Run the command many times on a terminal
az resource list --name ARCEE-W22-S22 --resource-group arcee-e2e-tests --resource-type Microsoft.HybridCompute/machines
Expected behavior
Should return an array of resources
Environment summary
Windows 10 OS
az cli 2.44.1
python 3.8.10
