From 0e6ed5c65b9075f46ffc2b1e3752f3356cf519c9 Mon Sep 17 00:00:00 2001 From: Mia Miu Date: Sun, 23 Aug 2026 18:55:16 +1200 Subject: [PATCH 1/2] fix: use publish in request URL descriptions --- .../designer-client-services/lib/base/manifests/a2arequest.ts | 2 +- .../designer-client-services/lib/base/manifests/request.ts | 4 ++-- .../lib/consumption/manifests/a2arequest.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts index 7267f18c922..9581e744728 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts @@ -14,7 +14,7 @@ export default { agentUrl: { type: 'string', title: 'Agent URL', - description: 'URL will be generated after save', + description: 'URL will be generated after publish', 'x-ms-editor': 'copyable', 'x-ms-serialization': { skip: true, diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts index 438a60e6e03..ae2c7436ee9 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts @@ -15,7 +15,7 @@ export default { callbackUrl: { type: 'string', title: 'HTTP URL', - description: 'URL will be generated after save', + description: 'URL will be generated after publish', 'x-ms-visiblity': 'important', 'x-ms-editor': 'copyable', 'x-ms-serialization': { @@ -27,7 +27,7 @@ export default { title: 'Method', 'x-ms-visiblity': 'important', 'x-ms-editor': 'combobox', - description: 'URL will be generated after save', + description: 'URL will be generated after publish', 'x-ms-editor-options': { options: [ { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts index ed70caf63f9..13066f06127 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts @@ -15,7 +15,7 @@ export default { agentUrl: { type: 'string', title: 'Agent URL', - description: 'URL will be generated after save', + description: 'URL will be generated after publish', 'x-ms-editor': 'copyable', 'x-ms-serialization': { skip: true, From f2216de4a2c655693072f103e93e14512097f18e Mon Sep 17 00:00:00 2001 From: Mia Miu Date: Sun, 23 Aug 2026 19:18:41 +1200 Subject: [PATCH 2/2] fix: clarify request URL publish guidance --- .../designer-client-services/lib/base/manifests/a2arequest.ts | 2 +- .../designer-client-services/lib/base/manifests/request.ts | 4 ++-- .../lib/consumption/manifests/a2arequest.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts index 9581e744728..8f08c9c7fa7 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/a2arequest.ts @@ -14,7 +14,7 @@ export default { agentUrl: { type: 'string', title: 'Agent URL', - description: 'URL will be generated after publish', + description: 'Publish the workflow to generate the URL.', 'x-ms-editor': 'copyable', 'x-ms-serialization': { skip: true, diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts index ae2c7436ee9..c40c132f436 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts @@ -15,7 +15,7 @@ export default { callbackUrl: { type: 'string', title: 'HTTP URL', - description: 'URL will be generated after publish', + description: 'Publish the workflow to generate the URL.', 'x-ms-visiblity': 'important', 'x-ms-editor': 'copyable', 'x-ms-serialization': { @@ -27,7 +27,7 @@ export default { title: 'Method', 'x-ms-visiblity': 'important', 'x-ms-editor': 'combobox', - description: 'URL will be generated after publish', + description: 'Publish the workflow to generate the URL.', 'x-ms-editor-options': { options: [ { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts index 13066f06127..287bfb0f5dd 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/a2arequest.ts @@ -15,7 +15,7 @@ export default { agentUrl: { type: 'string', title: 'Agent URL', - description: 'URL will be generated after publish', + description: 'Publish the workflow to generate the URL.', 'x-ms-editor': 'copyable', 'x-ms-serialization': { skip: true,