From 43d884075129b1b99283f761ab9e3f885f0d835f Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 19 Jun 2018 13:27:46 -0700 Subject: [PATCH] Generated from 95a292d7110d9797050ecf6a7305199ae4fe2d1a (#2067) Adding in description of available filter options --- services/logic/mgmt/2016-06-01/logic/agreements.go | 2 +- services/logic/mgmt/2016-06-01/logic/maps.go | 2 +- services/logic/mgmt/2016-06-01/logic/partners.go | 2 +- services/logic/mgmt/2016-06-01/logic/schemas.go | 2 +- services/logic/mgmt/2016-06-01/logic/sessions.go | 2 +- services/logic/mgmt/2016-06-01/logic/workflowrunactions.go | 2 +- services/logic/mgmt/2016-06-01/logic/workflowruns.go | 3 ++- services/logic/mgmt/2016-06-01/logic/workflows.go | 6 ++++-- .../logic/mgmt/2016-06-01/logic/workflowtriggerhistories.go | 3 ++- 9 files changed, 14 insertions(+), 10 deletions(-) diff --git a/services/logic/mgmt/2016-06-01/logic/agreements.go b/services/logic/mgmt/2016-06-01/logic/agreements.go index 78a062dd98d1..4188de4e27a1 100644 --- a/services/logic/mgmt/2016-06-01/logic/agreements.go +++ b/services/logic/mgmt/2016-06-01/logic/agreements.go @@ -689,7 +689,7 @@ func (client AgreementsClient) GetResponder(resp *http.Response) (result Integra // resourceGroupName - the resource group name. // integrationAccountName - the integration account name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: AgreementType. func (client AgreementsClient) ListByIntegrationAccounts(ctx context.Context, resourceGroupName string, integrationAccountName string, top *int32, filter string) (result IntegrationAccountAgreementListResultPage, err error) { result.fn = client.listByIntegrationAccountsNextResults req, err := client.ListByIntegrationAccountsPreparer(ctx, resourceGroupName, integrationAccountName, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/maps.go b/services/logic/mgmt/2016-06-01/logic/maps.go index f05aac39f79f..21b1ab1628a4 100644 --- a/services/logic/mgmt/2016-06-01/logic/maps.go +++ b/services/logic/mgmt/2016-06-01/logic/maps.go @@ -260,7 +260,7 @@ func (client MapsClient) GetResponder(resp *http.Response) (result IntegrationAc // resourceGroupName - the resource group name. // integrationAccountName - the integration account name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: MapType. func (client MapsClient) ListByIntegrationAccounts(ctx context.Context, resourceGroupName string, integrationAccountName string, top *int32, filter string) (result IntegrationAccountMapListResultPage, err error) { result.fn = client.listByIntegrationAccountsNextResults req, err := client.ListByIntegrationAccountsPreparer(ctx, resourceGroupName, integrationAccountName, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/partners.go b/services/logic/mgmt/2016-06-01/logic/partners.go index 297a942752f9..08c28d46b3ee 100644 --- a/services/logic/mgmt/2016-06-01/logic/partners.go +++ b/services/logic/mgmt/2016-06-01/logic/partners.go @@ -261,7 +261,7 @@ func (client PartnersClient) GetResponder(resp *http.Response) (result Integrati // resourceGroupName - the resource group name. // integrationAccountName - the integration account name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: PartnerType. func (client PartnersClient) ListByIntegrationAccounts(ctx context.Context, resourceGroupName string, integrationAccountName string, top *int32, filter string) (result IntegrationAccountPartnerListResultPage, err error) { result.fn = client.listByIntegrationAccountsNextResults req, err := client.ListByIntegrationAccountsPreparer(ctx, resourceGroupName, integrationAccountName, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/schemas.go b/services/logic/mgmt/2016-06-01/logic/schemas.go index 66b790200483..36d2fbae233a 100644 --- a/services/logic/mgmt/2016-06-01/logic/schemas.go +++ b/services/logic/mgmt/2016-06-01/logic/schemas.go @@ -260,7 +260,7 @@ func (client SchemasClient) GetResponder(resp *http.Response) (result Integratio // resourceGroupName - the resource group name. // integrationAccountName - the integration account name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: SchemaType. func (client SchemasClient) ListByIntegrationAccounts(ctx context.Context, resourceGroupName string, integrationAccountName string, top *int32, filter string) (result IntegrationAccountSchemaListResultPage, err error) { result.fn = client.listByIntegrationAccountsNextResults req, err := client.ListByIntegrationAccountsPreparer(ctx, resourceGroupName, integrationAccountName, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/sessions.go b/services/logic/mgmt/2016-06-01/logic/sessions.go index f270af168ca9..72fe4038d4e1 100644 --- a/services/logic/mgmt/2016-06-01/logic/sessions.go +++ b/services/logic/mgmt/2016-06-01/logic/sessions.go @@ -260,7 +260,7 @@ func (client SessionsClient) GetResponder(resp *http.Response) (result Integrati // resourceGroupName - the resource group name. // integrationAccountName - the integration account name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: ChangedTime. func (client SessionsClient) ListByIntegrationAccounts(ctx context.Context, resourceGroupName string, integrationAccountName string, top *int32, filter string) (result IntegrationAccountSessionListResultPage, err error) { result.fn = client.listByIntegrationAccountsNextResults req, err := client.ListByIntegrationAccountsPreparer(ctx, resourceGroupName, integrationAccountName, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/workflowrunactions.go b/services/logic/mgmt/2016-06-01/logic/workflowrunactions.go index cd0b1b6ce0d4..b55cf9e5ea1f 100644 --- a/services/logic/mgmt/2016-06-01/logic/workflowrunactions.go +++ b/services/logic/mgmt/2016-06-01/logic/workflowrunactions.go @@ -116,7 +116,7 @@ func (client WorkflowRunActionsClient) GetResponder(resp *http.Response) (result // workflowName - the workflow name. // runName - the workflow run name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: Status. func (client WorkflowRunActionsClient) List(ctx context.Context, resourceGroupName string, workflowName string, runName string, top *int32, filter string) (result WorkflowRunActionListResultPage, err error) { result.fn = client.listNextResults req, err := client.ListPreparer(ctx, resourceGroupName, workflowName, runName, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/workflowruns.go b/services/logic/mgmt/2016-06-01/logic/workflowruns.go index 162f377e15c5..91af4bb42b9b 100644 --- a/services/logic/mgmt/2016-06-01/logic/workflowruns.go +++ b/services/logic/mgmt/2016-06-01/logic/workflowruns.go @@ -181,7 +181,8 @@ func (client WorkflowRunsClient) GetResponder(resp *http.Response) (result Workf // resourceGroupName - the resource group name. // workflowName - the workflow name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: Status, StartTime, and +// ClientTrackingId. func (client WorkflowRunsClient) List(ctx context.Context, resourceGroupName string, workflowName string, top *int32, filter string) (result WorkflowRunListResultPage, err error) { result.fn = client.listNextResults req, err := client.ListPreparer(ctx, resourceGroupName, workflowName, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/workflows.go b/services/logic/mgmt/2016-06-01/logic/workflows.go index f5c38750a4a1..12f1c2c74861 100644 --- a/services/logic/mgmt/2016-06-01/logic/workflows.go +++ b/services/logic/mgmt/2016-06-01/logic/workflows.go @@ -448,7 +448,8 @@ func (client WorkflowsClient) GetResponder(resp *http.Response) (result Workflow // Parameters: // resourceGroupName - the resource group name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: State, Trigger, and +// ReferencedResourceId. func (client WorkflowsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, top *int32, filter string) (result WorkflowListResultPage, err error) { result.fn = client.listByResourceGroupNextResults req, err := client.ListByResourceGroupPreparer(ctx, resourceGroupName, top, filter) @@ -548,7 +549,8 @@ func (client WorkflowsClient) ListByResourceGroupComplete(ctx context.Context, r // ListBySubscription gets a list of workflows by subscription. // Parameters: // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: State, Trigger, and +// ReferencedResourceId. func (client WorkflowsClient) ListBySubscription(ctx context.Context, top *int32, filter string) (result WorkflowListResultPage, err error) { result.fn = client.listBySubscriptionNextResults req, err := client.ListBySubscriptionPreparer(ctx, top, filter) diff --git a/services/logic/mgmt/2016-06-01/logic/workflowtriggerhistories.go b/services/logic/mgmt/2016-06-01/logic/workflowtriggerhistories.go index c469952e1034..7cb25db4dc7e 100644 --- a/services/logic/mgmt/2016-06-01/logic/workflowtriggerhistories.go +++ b/services/logic/mgmt/2016-06-01/logic/workflowtriggerhistories.go @@ -117,7 +117,8 @@ func (client WorkflowTriggerHistoriesClient) GetResponder(resp *http.Response) ( // workflowName - the workflow name. // triggerName - the workflow trigger name. // top - the number of items to be included in the result. -// filter - the filter to apply on the operation. +// filter - the filter to apply on the operation. Options for filters include: Status, StartTime, and +// ClientTrackingId. func (client WorkflowTriggerHistoriesClient) List(ctx context.Context, resourceGroupName string, workflowName string, triggerName string, top *int32, filter string) (result WorkflowTriggerHistoryListResultPage, err error) { result.fn = client.listNextResults req, err := client.ListPreparer(ctx, resourceGroupName, workflowName, triggerName, top, filter)