Merge pull request #16135 from no1melman/feat/azure-location-docs

Docs: Azure - Add note around token usage
This commit is contained in:
Ben Lambert
2023-02-06 12:06:17 +01:00
committed by GitHub
+2
View File
@@ -28,3 +28,5 @@ The configuration is a structure with two elements:
- `host`: The DevOps host; only `dev.azure.com` is supported.
- `token` (optional): A personal access token as expected by Azure DevOps.
> Note: The token should just be provided as the raw token generated by Azure DevOps using the format `raw_token` with no base64 encoding. Formatting and base64'ing is handled by dependent libraries handling the Azure DevOps API