From f881c3de858d96f697189d877e93d41bfda2a8fe Mon Sep 17 00:00:00 2001 From: goenning Date: Sun, 22 May 2022 16:19:03 +0100 Subject: [PATCH] code review Signed-off-by: goenning --- .changeset/dry-tables-sniff.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.changeset/dry-tables-sniff.md b/.changeset/dry-tables-sniff.md index e433d00d62..9f6dd72399 100644 --- a/.changeset/dry-tables-sniff.md +++ b/.changeset/dry-tables-sniff.md @@ -15,7 +15,7 @@ the following changes: catalog: locations: - type: azure-discovery - target: https://dev.azure.com/myorg/myproject + target: https://dev.azure.com/myorg/myproject/_git/service-*?path=/catalog-info.yaml ``` ```ts @@ -37,8 +37,11 @@ catalog: providers: azureDevOps: anyProviderId: - organization: myorg - project: myproject + host: selfhostedazure.yourcompany.com # This is only really needed for on-premise user, defaults to dev.azure.com + organization: myorg # For on-premise this would be your Collection + project: myproject + repository: service-* + path: /catalog-info.yaml ``` ```ts