From 060713cab7b1a750ad92f3ccffe305c49b9cbd67 Mon Sep 17 00:00:00 2001 From: Callum Linington Date: Thu, 2 Feb 2023 10:39:59 +0000 Subject: [PATCH 1/3] docs(azure): add note around token usage Signed-off-by: Callum Linington --- docs/integrations/azure/locations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/azure/locations.md b/docs/integrations/azure/locations.md index 3b3e3dd5ed..93a7264af9 100644 --- a/docs/integrations/azure/locations.md +++ b/docs/integrations/azure/locations.md @@ -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}` \ No newline at end of file From bb74ee421a629248995b1a78692ed8fb3d6b8a8f Mon Sep 17 00:00:00 2001 From: Callum Linington Date: Thu, 2 Feb 2023 15:19:13 +0000 Subject: [PATCH 2/3] docs(azure): update token usage to align to implementation Signed-off-by: Callum Linington --- docs/integrations/azure/locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/azure/locations.md b/docs/integrations/azure/locations.md index 93a7264af9..a0d933d824 100644 --- a/docs/integrations/azure/locations.md +++ b/docs/integrations/azure/locations.md @@ -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}` \ No newline at end of file +> 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 \ No newline at end of file From df8782378d9a00887713cee932f9f71d50c87c84 Mon Sep 17 00:00:00 2001 From: Callum Linington Date: Thu, 2 Feb 2023 15:44:32 +0000 Subject: [PATCH 3/3] chore: prettier Signed-off-by: Callum Linington --- docs/integrations/azure/locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/azure/locations.md b/docs/integrations/azure/locations.md index a0d933d824..1fc476f418 100644 --- a/docs/integrations/azure/locations.md +++ b/docs/integrations/azure/locations.md @@ -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` with no base64 encoding. Formatting and base64'ing is handled by dependent libraries handling the Azure DevOps API \ No newline at end of file +> 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