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..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 save', + 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 438a60e6e03..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 save', + 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 save', + 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 ed70caf63f9..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 save', + description: 'Publish the workflow to generate the URL.', 'x-ms-editor': 'copyable', 'x-ms-serialization': { skip: true,