diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/agreements_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/agreements_operations.py index 865610bc4e8b..03d89033138f 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/agreements_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/agreements_operations.py @@ -47,7 +47,8 @@ def list_by_integration_accounts( :type integration_account_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: AgreementType. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/maps_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/maps_operations.py index 555e97bdf0e9..f27bb5c54dba 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/maps_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/maps_operations.py @@ -47,7 +47,8 @@ def list_by_integration_accounts( :type integration_account_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: MapType. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/partners_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/partners_operations.py index 4000d7a2cd2e..5b615d959d1b 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/partners_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/partners_operations.py @@ -47,7 +47,8 @@ def list_by_integration_accounts( :type integration_account_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: PartnerType. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/schemas_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/schemas_operations.py index 49970966db56..d57ffe172b6a 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/schemas_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/schemas_operations.py @@ -47,7 +47,8 @@ def list_by_integration_accounts( :type integration_account_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: SchemaType. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/sessions_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/sessions_operations.py index dce104362e52..d186907e1129 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/sessions_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/sessions_operations.py @@ -46,7 +46,8 @@ def list_by_integration_accounts( :type integration_account_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: ChangedTime. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_run_actions_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_run_actions_operations.py index 12b74f6eb764..e5eb778148e9 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_run_actions_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_run_actions_operations.py @@ -49,7 +49,8 @@ def list( :type run_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: Status. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_runs_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_runs_operations.py index 4e2a94efb342..168e31cf15c3 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_runs_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_runs_operations.py @@ -47,7 +47,8 @@ def list( :type workflow_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: Status, StartTime, and ClientTrackingId. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_trigger_histories_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_trigger_histories_operations.py index 2a4d74d93221..bc4f301a6e75 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_trigger_histories_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/workflow_trigger_histories_operations.py @@ -49,7 +49,8 @@ def list( :type trigger_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: Status, StartTime, and ClientTrackingId. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/operations/workflows_operations.py b/azure-mgmt-logic/azure/mgmt/logic/operations/workflows_operations.py index 297d0375d8a8..e310620f6701 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/operations/workflows_operations.py +++ b/azure-mgmt-logic/azure/mgmt/logic/operations/workflows_operations.py @@ -43,7 +43,8 @@ def list_by_subscription( :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: State, Trigger, and ReferencedResourceId. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the @@ -118,7 +119,8 @@ def list_by_resource_group( :type resource_group_name: str :param top: The number of items to be included in the result. :type top: int - :param filter: The filter to apply on the operation. + :param filter: The filter to apply on the operation. Options for + filters include: State, Trigger, and ReferencedResourceId. :type filter: str :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the diff --git a/azure-mgmt-logic/azure/mgmt/logic/version.py b/azure-mgmt-logic/azure/mgmt/logic/version.py index 7f225c6aab41..b2fd3a7ffa39 100644 --- a/azure-mgmt-logic/azure/mgmt/logic/version.py +++ b/azure-mgmt-logic/azure/mgmt/logic/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "3.0.0" +VERSION = "2016-06-01"