When trying to run azure bicep deployment, I am getting error as
Error: ERROR: 'bytes' object has no attribute 'get'
Run azure/arm-deploy@v1
Validating template...
Creating deployment...
Error: ERROR: 'bytes' object has no attribute 'get'
Error: Deployment failed.
And sometimes getting this.
Validating template...
Creating deployment...
Error: ERROR: {"error":{"code":"InternalServerError","message":"Encountered internal server error. Diagnostic information: timestamp '20220401T161715Z', subscription id '***', tracking id '89a94ed9-ccee-45d0-856d-c16258e886a5', request correlation id '89a94ed9-ccee-45d0-856d-c16258e886a5'."}}
Error: Deployment failed.
Please suggest how to fix that?