mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
30a9143a13
## Summary This follows the pattern we use for GCS and AWS: set `UV_AZURE_ENDPOINT_URL`, then we use `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, and `AZURE_FEDERATED_TOKEN_FILE` to sign requests to that endpoint (or the CLI authentication, based on `reqsign`'s default precedence). Closes https://github.com/astral-sh/uv/issues/19420.