You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> {{site.konnect_short_name}} uses the first resource in the list when you run this command. To select a different resource, replace `.data[0].id` in the `jq` filter with the index of the resource you want to use or manually specify the resource ID.
@@ -131,6 +139,7 @@ jq: ".data[0].id"
131
139
132
140
Now, map the Azure DevOps resource to the service:
133
141
142
+
<!--vale off-->
134
143
{% konnect_api_request %}
135
144
url: /v1/resource-mappings
136
145
status_code: 201
@@ -139,13 +148,16 @@ body:
139
148
service: $AZUREDEVOPS_SERVICE_ID
140
149
resource: $AZUREDEVOPS_RESOURCE_ID
141
150
{% endkonnect_api_request %}
151
+
<!--vale on-->
142
152
143
153
## Validate the mapping
144
154
145
155
To confirm that the Azure DevOps resource is now mapped to the intended service, list the service’s mapped resources:
0 commit comments