docs(azure): update token usage to align to implementation

Signed-off-by: Callum Linington <callum.linington@uk.nationalgrid.com>
This commit is contained in:
Callum Linington
2023-02-02 15:19:13 +00:00
parent 060713cab7
commit bb74ee421a
+1 -1
View File
@@ -29,4 +29,4 @@ 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}`
> 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