Skip to content

Commit 7b80514

Browse files
author
TuannasCodeCatastrophe
committed
vale fix
1 parent c897c32 commit 7b80514

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/catalog/integrations/azure-devops.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export AZURE_DEVOPS_ORG_NAME="YOUR-ORG-NAME"
7070

7171
Now, configure the integration:
7272

73+
<!--vale off-->
7374
{% konnect_api_request %}
7475
url: /v1/integration-instances
7576
status_code: 201
@@ -86,9 +87,11 @@ extract_body:
8687
capture: AZUREDEVOPS_INTEGRATION_ID
8788
jq: ".id"
8889
{% endkonnect_api_request %}
90+
<!--vale on-->
8991

9092
Next, authorize the integration with your Azure DevOps PAT:
9193

94+
<!--vale off-->
9295
{% konnect_api_request %}
9396
url: /v1/integration-instances/$AZUREDEVOPS_INTEGRATION_ID/auth-credential
9497
status_code: 201
@@ -100,12 +103,14 @@ body:
100103
- name: authorization
101104
key: $AZUREDEVOPS_PAT
102105
{% endkonnect_api_request %}
106+
<!--vale on-->
103107

104108
{% endnavtab %}
105109
{% endnavtabs %}
106110

107111
For additional Azure DevOps resources, use the following table:
108112

113+
<!--vale off-->
109114
{% table %}
110115
columns:
111116
- title: Entity
@@ -118,7 +123,7 @@ rows:
118123
- entity: "[Personal Access Tokens (PATs)](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Window)"
119124
description: "Authenticate with Azure DevOps by generating a time-limited token that grants scoped access, follow least-privilege practices by selecting only required permissions, and store the token securely to prevent misuse."
120125
{% endtable %}
121-
126+
<!--vale on-->
122127

123128
## Discovery information
124129

0 commit comments

Comments
 (0)