Unable to access API via terraform
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
`az account get-access-token`
**Errors:**
```
HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /ba1ee536-c3fc-4437-a5b5-0bfe81e726bc/oauth2/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
Traceback (most recent call last):
python3/dist-packages/urllib3/connection.py, ln 159, in _new_conn
conn = connection.create_connection(
...
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /ba1ee536-c3fc-4437-a5b5-0bfe81e726bc/oauth2/token (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- _Put any pre-requisite steps here..._
- `az account get-access-token --resource {} --subscription {} -o={}`
## Expected Behavior
## Environment Summary
```
Linux-5.8.0-63-generic-x86_64-with-glibc2.29
Python 3.8.10
Shell: bash
azure-cli 2.0.81
Extensions:
azure-devops 0.17.0
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.