From d110afa0c395a88f0d788bfc0cecfda5407cca9a Mon Sep 17 00:00:00 2001 From: "v-yuzhichen@microsoft.com" Date: Thu, 9 Jun 2022 16:41:31 +0800 Subject: [PATCH] Fix Az.LogicApp XML Comments --- .../IntegrationAccountGeneratedControlNumberOperations.cs | 1 + src/LogicApp/LogicApp/Utilities/LogicAppClientRunOperations.cs | 2 ++ .../LogicApp/Utilities/LogicAppClientTriggerOperations.cs | 1 + 3 files changed, 4 insertions(+) diff --git a/src/LogicApp/LogicApp/Utilities/IntegrationAccountGeneratedControlNumberOperations.cs b/src/LogicApp/LogicApp/Utilities/IntegrationAccountGeneratedControlNumberOperations.cs index 1a716b2999b0..f8e1a520b13b 100644 --- a/src/LogicApp/LogicApp/Utilities/IntegrationAccountGeneratedControlNumberOperations.cs +++ b/src/LogicApp/LogicApp/Utilities/IntegrationAccountGeneratedControlNumberOperations.cs @@ -141,6 +141,7 @@ public IList ListIntegrationAccountGen /// /// The session content. /// The integration account agreement name. + /// /// The . /// If the session content is not in the expected format. private static IntegrationAccountControlNumber SessionContentToIntegrationAccountControlNumber(object sessionContent, string integrationAccountAgreementName, string controlNumber = null) diff --git a/src/LogicApp/LogicApp/Utilities/LogicAppClientRunOperations.cs b/src/LogicApp/LogicApp/Utilities/LogicAppClientRunOperations.cs index b43e042486e9..9e36d36a845f 100644 --- a/src/LogicApp/LogicApp/Utilities/LogicAppClientRunOperations.cs +++ b/src/LogicApp/LogicApp/Utilities/LogicAppClientRunOperations.cs @@ -39,6 +39,7 @@ public void CancelWorkflowRun(string resourceGroupName, string workflowName, /// /// Name of the resource group /// Name of the workflow + /// /// List of workflow runs public Page GetWorkflowRuns(string resourceGroupName, string workflowName, string nextPageLink = "") { @@ -81,6 +82,7 @@ public WorkflowRunAction GetWorkflowRunAction(string resourceGroupName, string w /// Name of the resource group /// Name of the workflow /// Name of the workflow run + /// /// Actions of the specified workflow run public Page GetWorkflowRunActions(string resourceGroupName, string workflowName, string runName, string nextPageLink = "") { diff --git a/src/LogicApp/LogicApp/Utilities/LogicAppClientTriggerOperations.cs b/src/LogicApp/LogicApp/Utilities/LogicAppClientTriggerOperations.cs index 75f28d9b2245..523b4db47a8d 100644 --- a/src/LogicApp/LogicApp/Utilities/LogicAppClientTriggerOperations.cs +++ b/src/LogicApp/LogicApp/Utilities/LogicAppClientTriggerOperations.cs @@ -64,6 +64,7 @@ public WorkflowTriggerCallbackUrl GetWorkflowTriggerCallbackUrl(string resourceG /// Name of the resource group /// Name of the workflow /// Name of the trigger + /// /// List of trigger histories public Page GetWorkflowTriggerHistories(string resourceGroupName, string workflowName, string triggerName, string nextPageLink = "")