azure_mgmt_logic 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-02-01-preview/generated/azure_mgmt_logic/logic_management_client.rb +7 -6
  3. data/lib/2016-06-01/generated/azure_mgmt_logic.rb +102 -61
  4. data/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb +115 -4
  5. data/lib/2016-06-01/generated/azure_mgmt_logic/integration_account_assemblies.rb +511 -0
  6. data/lib/2016-06-01/generated/azure_mgmt_logic/integration_account_batch_configurations.rb +415 -0
  7. data/lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb +304 -0
  8. data/lib/2016-06-01/generated/azure_mgmt_logic/logic_management_client.rb +29 -6
  9. data/lib/2016-06-01/generated/azure_mgmt_logic/maps.rb +115 -4
  10. data/lib/2016-06-01/generated/azure_mgmt_logic/models/access_key_regenerate_action_definition.rb +49 -0
  11. data/lib/2016-06-01/generated/azure_mgmt_logic/models/access_key_type.rb +17 -0
  12. data/lib/2016-06-01/generated/azure_mgmt_logic/models/artifact_content_properties_definition.rb +93 -0
  13. data/lib/2016-06-01/generated/azure_mgmt_logic/models/artifact_properties.rb +68 -0
  14. data/lib/2016-06-01/generated/azure_mgmt_logic/models/as2acknowledgement_connection_settings.rb +1 -1
  15. data/lib/2016-06-01/generated/azure_mgmt_logic/models/as2one_way_agreement.rb +1 -1
  16. data/lib/2016-06-01/generated/azure_mgmt_logic/models/assembly_collection.rb +55 -0
  17. data/lib/2016-06-01/generated/azure_mgmt_logic/models/assembly_definition.rb +98 -0
  18. data/lib/2016-06-01/generated/azure_mgmt_logic/models/assembly_properties.rb +128 -0
  19. data/lib/2016-06-01/generated/azure_mgmt_logic/models/azure_resource_error_info.rb +74 -0
  20. data/lib/2016-06-01/generated/azure_mgmt_logic/models/batch_configuration.rb +99 -0
  21. data/lib/2016-06-01/generated/azure_mgmt_logic/models/batch_configuration_collection.rb +55 -0
  22. data/lib/2016-06-01/generated/azure_mgmt_logic/models/batch_configuration_properties.rb +82 -0
  23. data/lib/2016-06-01/generated/azure_mgmt_logic/models/batch_release_criteria.rb +69 -0
  24. data/lib/2016-06-01/generated/azure_mgmt_logic/models/edifact_delimiter_override.rb +1 -1
  25. data/lib/2016-06-01/generated/azure_mgmt_logic/models/edifact_envelope_override.rb +1 -1
  26. data/lib/2016-06-01/generated/azure_mgmt_logic/models/error_info.rb +46 -0
  27. data/lib/2016-06-01/generated/azure_mgmt_logic/models/error_response.rb +2 -2
  28. data/lib/2016-06-01/generated/azure_mgmt_logic/models/event_level.rb +20 -0
  29. data/lib/2016-06-01/generated/azure_mgmt_logic/models/expression.rb +90 -0
  30. data/lib/2016-06-01/generated/azure_mgmt_logic/models/expression_root.rb +89 -0
  31. data/lib/2016-06-01/generated/azure_mgmt_logic/models/expression_traces.rb +56 -0
  32. data/lib/2016-06-01/generated/azure_mgmt_logic/models/json_schema.rb +57 -0
  33. data/lib/2016-06-01/generated/azure_mgmt_logic/models/key_vault_key.rb +58 -0
  34. data/lib/2016-06-01/generated/azure_mgmt_logic/models/key_vault_key_attributes.rb +68 -0
  35. data/lib/2016-06-01/generated/azure_mgmt_logic/models/key_vault_key_collection.rb +66 -0
  36. data/lib/2016-06-01/generated/azure_mgmt_logic/models/key_vault_reference.rb +62 -0
  37. data/lib/2016-06-01/generated/azure_mgmt_logic/models/list_key_vault_keys_definition.rb +58 -0
  38. data/lib/2016-06-01/generated/azure_mgmt_logic/models/operation_result.rb +190 -0
  39. data/lib/2016-06-01/generated/azure_mgmt_logic/models/operation_result_properties.rb +106 -0
  40. data/lib/2016-06-01/generated/azure_mgmt_logic/models/recurrence_schedule_occurrence.rb +1 -1
  41. data/lib/2016-06-01/generated/azure_mgmt_logic/models/repetition_index.rb +57 -0
  42. data/lib/2016-06-01/generated/azure_mgmt_logic/models/run_action_correlation.rb +70 -0
  43. data/lib/2016-06-01/generated/azure_mgmt_logic/models/run_correlation.rb +65 -0
  44. data/lib/2016-06-01/generated/azure_mgmt_logic/models/set_trigger_state_action_definition.rb +48 -0
  45. data/lib/2016-06-01/generated/azure_mgmt_logic/models/track_events_operation_options.rb +16 -0
  46. data/lib/2016-06-01/generated/azure_mgmt_logic/models/tracking_event.rb +92 -0
  47. data/lib/2016-06-01/generated/azure_mgmt_logic/models/tracking_event_error_info.rb +58 -0
  48. data/lib/2016-06-01/generated/azure_mgmt_logic/models/tracking_events_definition.rb +80 -0
  49. data/lib/2016-06-01/generated/azure_mgmt_logic/models/tracking_record_type.rb +30 -0
  50. data/lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run.rb +12 -0
  51. data/lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb +282 -0
  52. data/lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition_collection.rb +56 -0
  53. data/lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_trigger.rb +12 -0
  54. data/lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_trigger_list_callback_url_queries.rb +11 -0
  55. data/lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_trigger_recurrence.rb +4 -4
  56. data/lib/2016-06-01/generated/azure_mgmt_logic/models/x12one_way_agreement.rb +1 -1
  57. data/lib/2016-06-01/generated/azure_mgmt_logic/partners.rb +115 -4
  58. data/lib/2016-06-01/generated/azure_mgmt_logic/schemas.rb +115 -4
  59. data/lib/2016-06-01/generated/azure_mgmt_logic/sessions.rb +8 -4
  60. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_action_repetitions.rb +333 -0
  61. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_action_scoped_repetitions.rb +229 -0
  62. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_actions.rb +108 -4
  63. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_operations.rb +125 -0
  64. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_runs.rb +8 -4
  65. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_trigger_histories.rb +8 -4
  66. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_triggers.rb +283 -3
  67. data/lib/2016-06-01/generated/azure_mgmt_logic/workflow_versions.rb +3 -3
  68. data/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb +306 -8
  69. data/lib/azure_mgmt_logic.rb +1 -1
  70. data/lib/profiles/latest/modules/logic_profile_module.rb +359 -205
  71. data/lib/version.rb +1 -1
  72. metadata +46 -5
@@ -213,7 +213,7 @@ module Azure::Logic::Mgmt::V2016_06_01
213
213
  end
214
214
 
215
215
  #
216
- # Lists the callback URL for a trigger of a workflow version.
216
+ # Get the callback url for a trigger of a workflow version.
217
217
  #
218
218
  # @param resource_group_name [String] The resource group name.
219
219
  # @param workflow_name [String] The workflow name.
@@ -231,7 +231,7 @@ module Azure::Logic::Mgmt::V2016_06_01
231
231
  end
232
232
 
233
233
  #
234
- # Lists the callback URL for a trigger of a workflow version.
234
+ # Get the callback url for a trigger of a workflow version.
235
235
  #
236
236
  # @param resource_group_name [String] The resource group name.
237
237
  # @param workflow_name [String] The workflow name.
@@ -248,7 +248,7 @@ module Azure::Logic::Mgmt::V2016_06_01
248
248
  end
249
249
 
250
250
  #
251
- # Lists the callback URL for a trigger of a workflow version.
251
+ # Get the callback url for a trigger of a workflow version.
252
252
  #
253
253
  # @param resource_group_name [String] The resource group name.
254
254
  # @param workflow_name [String] The workflow name.
@@ -25,7 +25,8 @@ module Azure::Logic::Mgmt::V2016_06_01
25
25
  # Gets a list of workflows by subscription.
26
26
  #
27
27
  # @param top [Integer] The number of items to be included in the result.
28
- # @param filter [String] The filter to apply on the operation.
28
+ # @param filter [String] The filter to apply on the operation. Options for
29
+ # filters include: State, Trigger, and ReferencedResourceId.
29
30
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
30
31
  # will be added to the HTTP request.
31
32
  #
@@ -40,7 +41,8 @@ module Azure::Logic::Mgmt::V2016_06_01
40
41
  # Gets a list of workflows by subscription.
41
42
  #
42
43
  # @param top [Integer] The number of items to be included in the result.
43
- # @param filter [String] The filter to apply on the operation.
44
+ # @param filter [String] The filter to apply on the operation. Options for
45
+ # filters include: State, Trigger, and ReferencedResourceId.
44
46
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
45
47
  # will be added to the HTTP request.
46
48
  #
@@ -54,7 +56,8 @@ module Azure::Logic::Mgmt::V2016_06_01
54
56
  # Gets a list of workflows by subscription.
55
57
  #
56
58
  # @param top [Integer] The number of items to be included in the result.
57
- # @param filter [String] The filter to apply on the operation.
59
+ # @param filter [String] The filter to apply on the operation. Options for
60
+ # filters include: State, Trigger, and ReferencedResourceId.
58
61
  # @param [Hash{String => String}] A hash of custom headers that will be added
59
62
  # to the HTTP request.
60
63
  #
@@ -116,7 +119,8 @@ module Azure::Logic::Mgmt::V2016_06_01
116
119
  #
117
120
  # @param resource_group_name [String] The resource group name.
118
121
  # @param top [Integer] The number of items to be included in the result.
119
- # @param filter [String] The filter to apply on the operation.
122
+ # @param filter [String] The filter to apply on the operation. Options for
123
+ # filters include: State, Trigger, and ReferencedResourceId.
120
124
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
121
125
  # will be added to the HTTP request.
122
126
  #
@@ -132,7 +136,8 @@ module Azure::Logic::Mgmt::V2016_06_01
132
136
  #
133
137
  # @param resource_group_name [String] The resource group name.
134
138
  # @param top [Integer] The number of items to be included in the result.
135
- # @param filter [String] The filter to apply on the operation.
139
+ # @param filter [String] The filter to apply on the operation. Options for
140
+ # filters include: State, Trigger, and ReferencedResourceId.
136
141
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
137
142
  # will be added to the HTTP request.
138
143
  #
@@ -147,7 +152,8 @@ module Azure::Logic::Mgmt::V2016_06_01
147
152
  #
148
153
  # @param resource_group_name [String] The resource group name.
149
154
  # @param top [Integer] The number of items to be included in the result.
150
- # @param filter [String] The filter to apply on the operation.
155
+ # @param filter [String] The filter to apply on the operation. Options for
156
+ # filters include: State, Trigger, and ReferencedResourceId.
151
157
  # @param [Hash{String => String}] A hash of custom headers that will be added
152
158
  # to the HTTP request.
153
159
  #
@@ -852,6 +858,112 @@ module Azure::Logic::Mgmt::V2016_06_01
852
858
  promise.execute
853
859
  end
854
860
 
861
+ #
862
+ # Get the workflow callback Url.
863
+ #
864
+ # @param resource_group_name [String] The resource group name.
865
+ # @param workflow_name [String] The workflow name.
866
+ # @param list_callback_url [GetCallbackUrlParameters] Which callback url to
867
+ # list.
868
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
869
+ # will be added to the HTTP request.
870
+ #
871
+ # @return [WorkflowTriggerCallbackUrl] operation results.
872
+ #
873
+ def list_callback_url(resource_group_name, workflow_name, list_callback_url, custom_headers:nil)
874
+ response = list_callback_url_async(resource_group_name, workflow_name, list_callback_url, custom_headers:custom_headers).value!
875
+ response.body unless response.nil?
876
+ end
877
+
878
+ #
879
+ # Get the workflow callback Url.
880
+ #
881
+ # @param resource_group_name [String] The resource group name.
882
+ # @param workflow_name [String] The workflow name.
883
+ # @param list_callback_url [GetCallbackUrlParameters] Which callback url to
884
+ # list.
885
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
886
+ # will be added to the HTTP request.
887
+ #
888
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
889
+ #
890
+ def list_callback_url_with_http_info(resource_group_name, workflow_name, list_callback_url, custom_headers:nil)
891
+ list_callback_url_async(resource_group_name, workflow_name, list_callback_url, custom_headers:custom_headers).value!
892
+ end
893
+
894
+ #
895
+ # Get the workflow callback Url.
896
+ #
897
+ # @param resource_group_name [String] The resource group name.
898
+ # @param workflow_name [String] The workflow name.
899
+ # @param list_callback_url [GetCallbackUrlParameters] Which callback url to
900
+ # list.
901
+ # @param [Hash{String => String}] A hash of custom headers that will be added
902
+ # to the HTTP request.
903
+ #
904
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
905
+ #
906
+ def list_callback_url_async(resource_group_name, workflow_name, list_callback_url, custom_headers:nil)
907
+ fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
908
+ fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
909
+ fail ArgumentError, 'workflow_name is nil' if workflow_name.nil?
910
+ fail ArgumentError, 'list_callback_url is nil' if list_callback_url.nil?
911
+ fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
912
+
913
+
914
+ request_headers = {}
915
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
916
+
917
+ # Set Headers
918
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
919
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
920
+
921
+ # Serialize Request
922
+ request_mapper = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters.mapper()
923
+ request_content = @client.serialize(request_mapper, list_callback_url)
924
+ request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
925
+
926
+ path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/listCallbackUrl'
927
+
928
+ request_url = @base_url || @client.base_url
929
+
930
+ options = {
931
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
932
+ path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'workflowName' => workflow_name},
933
+ query_params: {'api-version' => @client.api_version},
934
+ body: request_content,
935
+ headers: request_headers.merge(custom_headers || {}),
936
+ base_url: request_url
937
+ }
938
+ promise = @client.make_request_async(:post, path_template, options)
939
+
940
+ promise = promise.then do |result|
941
+ http_response = result.response
942
+ status_code = http_response.status
943
+ response_content = http_response.body
944
+ unless status_code == 200
945
+ error_model = JSON.load(response_content)
946
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
947
+ end
948
+
949
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
950
+ # Deserialize Response
951
+ if status_code == 200
952
+ begin
953
+ parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
954
+ result_mapper = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl.mapper()
955
+ result.body = @client.deserialize(result_mapper, parsed_response)
956
+ rescue Exception => e
957
+ fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
958
+ end
959
+ end
960
+
961
+ result
962
+ end
963
+
964
+ promise.execute
965
+ end
966
+
855
967
  #
856
968
  # Gets an OpenAPI definition for the workflow.
857
969
  #
@@ -934,6 +1046,98 @@ module Azure::Logic::Mgmt::V2016_06_01
934
1046
  promise.execute
935
1047
  end
936
1048
 
1049
+ #
1050
+ # Moves an existing workflow.
1051
+ #
1052
+ # @param resource_group_name [String] The resource group name.
1053
+ # @param workflow_name [String] The workflow name.
1054
+ # @param move [Workflow] The workflow to move.
1055
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
1056
+ # will be added to the HTTP request.
1057
+ #
1058
+ #
1059
+ def move(resource_group_name, workflow_name, move, custom_headers:nil)
1060
+ response = move_async(resource_group_name, workflow_name, move, custom_headers:custom_headers).value!
1061
+ nil
1062
+ end
1063
+
1064
+ #
1065
+ # Moves an existing workflow.
1066
+ #
1067
+ # @param resource_group_name [String] The resource group name.
1068
+ # @param workflow_name [String] The workflow name.
1069
+ # @param move [Workflow] The workflow to move.
1070
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
1071
+ # will be added to the HTTP request.
1072
+ #
1073
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
1074
+ #
1075
+ def move_with_http_info(resource_group_name, workflow_name, move, custom_headers:nil)
1076
+ move_async(resource_group_name, workflow_name, move, custom_headers:custom_headers).value!
1077
+ end
1078
+
1079
+ #
1080
+ # Moves an existing workflow.
1081
+ #
1082
+ # @param resource_group_name [String] The resource group name.
1083
+ # @param workflow_name [String] The workflow name.
1084
+ # @param move [Workflow] The workflow to move.
1085
+ # @param [Hash{String => String}] A hash of custom headers that will be added
1086
+ # to the HTTP request.
1087
+ #
1088
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
1089
+ #
1090
+ def move_async(resource_group_name, workflow_name, move, custom_headers:nil)
1091
+ fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1092
+ fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1093
+ fail ArgumentError, 'workflow_name is nil' if workflow_name.nil?
1094
+ fail ArgumentError, 'move is nil' if move.nil?
1095
+ fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
1096
+
1097
+
1098
+ request_headers = {}
1099
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
1100
+
1101
+ # Set Headers
1102
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
1103
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
1104
+
1105
+ # Serialize Request
1106
+ request_mapper = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow.mapper()
1107
+ request_content = @client.serialize(request_mapper, move)
1108
+ request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
1109
+
1110
+ path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/move'
1111
+
1112
+ request_url = @base_url || @client.base_url
1113
+
1114
+ options = {
1115
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
1116
+ path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'workflowName' => workflow_name},
1117
+ query_params: {'api-version' => @client.api_version},
1118
+ body: request_content,
1119
+ headers: request_headers.merge(custom_headers || {}),
1120
+ base_url: request_url
1121
+ }
1122
+ promise = @client.make_request_async(:post, path_template, options)
1123
+
1124
+ promise = promise.then do |result|
1125
+ http_response = result.response
1126
+ status_code = http_response.status
1127
+ response_content = http_response.body
1128
+ unless status_code == 200 || status_code == 202
1129
+ error_model = JSON.load(response_content)
1130
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
1131
+ end
1132
+
1133
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1134
+
1135
+ result
1136
+ end
1137
+
1138
+ promise.execute
1139
+ end
1140
+
937
1141
  #
938
1142
  # Regenerates the callback URL access key for request triggers.
939
1143
  #
@@ -1026,6 +1230,98 @@ module Azure::Logic::Mgmt::V2016_06_01
1026
1230
  promise.execute
1027
1231
  end
1028
1232
 
1233
+ #
1234
+ # Validates the workflow.
1235
+ #
1236
+ # @param resource_group_name [String] The resource group name.
1237
+ # @param workflow_name [String] The workflow name.
1238
+ # @param validate [Workflow] The workflow.
1239
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
1240
+ # will be added to the HTTP request.
1241
+ #
1242
+ #
1243
+ def validate_workflow(resource_group_name, workflow_name, validate, custom_headers:nil)
1244
+ response = validate_workflow_async(resource_group_name, workflow_name, validate, custom_headers:custom_headers).value!
1245
+ nil
1246
+ end
1247
+
1248
+ #
1249
+ # Validates the workflow.
1250
+ #
1251
+ # @param resource_group_name [String] The resource group name.
1252
+ # @param workflow_name [String] The workflow name.
1253
+ # @param validate [Workflow] The workflow.
1254
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
1255
+ # will be added to the HTTP request.
1256
+ #
1257
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
1258
+ #
1259
+ def validate_workflow_with_http_info(resource_group_name, workflow_name, validate, custom_headers:nil)
1260
+ validate_workflow_async(resource_group_name, workflow_name, validate, custom_headers:custom_headers).value!
1261
+ end
1262
+
1263
+ #
1264
+ # Validates the workflow.
1265
+ #
1266
+ # @param resource_group_name [String] The resource group name.
1267
+ # @param workflow_name [String] The workflow name.
1268
+ # @param validate [Workflow] The workflow.
1269
+ # @param [Hash{String => String}] A hash of custom headers that will be added
1270
+ # to the HTTP request.
1271
+ #
1272
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
1273
+ #
1274
+ def validate_workflow_async(resource_group_name, workflow_name, validate, custom_headers:nil)
1275
+ fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1276
+ fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1277
+ fail ArgumentError, 'workflow_name is nil' if workflow_name.nil?
1278
+ fail ArgumentError, 'validate is nil' if validate.nil?
1279
+ fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
1280
+
1281
+
1282
+ request_headers = {}
1283
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
1284
+
1285
+ # Set Headers
1286
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
1287
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
1288
+
1289
+ # Serialize Request
1290
+ request_mapper = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow.mapper()
1291
+ request_content = @client.serialize(request_mapper, validate)
1292
+ request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
1293
+
1294
+ path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/validate'
1295
+
1296
+ request_url = @base_url || @client.base_url
1297
+
1298
+ options = {
1299
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
1300
+ path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'workflowName' => workflow_name},
1301
+ query_params: {'api-version' => @client.api_version},
1302
+ body: request_content,
1303
+ headers: request_headers.merge(custom_headers || {}),
1304
+ base_url: request_url
1305
+ }
1306
+ promise = @client.make_request_async(:post, path_template, options)
1307
+
1308
+ promise = promise.then do |result|
1309
+ http_response = result.response
1310
+ status_code = http_response.status
1311
+ response_content = http_response.body
1312
+ unless status_code == 200
1313
+ error_model = JSON.load(response_content)
1314
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
1315
+ end
1316
+
1317
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
1318
+
1319
+ result
1320
+ end
1321
+
1322
+ promise.execute
1323
+ end
1324
+
1029
1325
  #
1030
1326
  # Validates the workflow definition.
1031
1327
  #
@@ -1302,7 +1598,8 @@ module Azure::Logic::Mgmt::V2016_06_01
1302
1598
  # Gets a list of workflows by subscription.
1303
1599
  #
1304
1600
  # @param top [Integer] The number of items to be included in the result.
1305
- # @param filter [String] The filter to apply on the operation.
1601
+ # @param filter [String] The filter to apply on the operation. Options for
1602
+ # filters include: State, Trigger, and ReferencedResourceId.
1306
1603
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1307
1604
  # will be added to the HTTP request.
1308
1605
  #
@@ -1325,7 +1622,8 @@ module Azure::Logic::Mgmt::V2016_06_01
1325
1622
  #
1326
1623
  # @param resource_group_name [String] The resource group name.
1327
1624
  # @param top [Integer] The number of items to be included in the result.
1328
- # @param filter [String] The filter to apply on the operation.
1625
+ # @param filter [String] The filter to apply on the operation. Options for
1626
+ # filters include: State, Trigger, and ReferencedResourceId.
1329
1627
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1330
1628
  # will be added to the HTTP request.
1331
1629
  #
@@ -2,6 +2,6 @@
2
2
  # Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
- require '2015-02-01-preview/generated/azure_mgmt_logic'
6
5
  require '2016-06-01/generated/azure_mgmt_logic'
6
+ require '2015-02-01-preview/generated/azure_mgmt_logic'
7
7
  require 'profiles/latest/logic_latest_profile_client'
@@ -12,7 +12,12 @@ module Azure::Logic::Profiles::Latest
12
12
  WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories
13
13
  WorkflowRuns = Azure::Logic::Mgmt::V2016_06_01::WorkflowRuns
14
14
  WorkflowRunActions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActions
15
+ WorkflowRunActionRepetitions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActionRepetitions
16
+ WorkflowRunActionScopedRepetitions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActionScopedRepetitions
17
+ WorkflowRunOperations = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunOperations
15
18
  IntegrationAccounts = Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts
19
+ IntegrationAccountAssemblies = Azure::Logic::Mgmt::V2016_06_01::IntegrationAccountAssemblies
20
+ IntegrationAccountBatchConfigurations = Azure::Logic::Mgmt::V2016_06_01::IntegrationAccountBatchConfigurations
16
21
  Schemas = Azure::Logic::Mgmt::V2016_06_01::Schemas
17
22
  Maps = Azure::Logic::Mgmt::V2016_06_01::Maps
18
23
  Partners = Azure::Logic::Mgmt::V2016_06_01::Partners
@@ -21,100 +26,121 @@ module Azure::Logic::Profiles::Latest
21
26
  Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions
22
27
 
23
28
  module Models
24
- IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter
29
+ X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings
25
30
  Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource
26
- AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings
31
+ X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings
27
32
  ResourceReference = Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference
28
- AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings
33
+ X12EnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride
29
34
  WorkflowParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter
30
- AS2MdnSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings
35
+ X12ValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride
31
36
  WorkflowFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowFilter
32
- AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings
33
- KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault
34
- WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult
35
- IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult
36
- RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule
37
- SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource
38
- Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku
39
- WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult
40
- WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries
41
- IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult
42
- Correlation = Azure::Logic::Mgmt::V2016_06_01::Models::Correlation
43
- WorkflowListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult
44
- ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink
45
- IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter
46
- WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult
47
- AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings
48
- WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger
49
- AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings
50
- OperationDisplay = Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay
51
- AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings
52
- WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult
37
+ X12MessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier
53
38
  AS2ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings
54
- ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse
55
39
  AS2OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement
56
- IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult
40
+ RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence
57
41
  AS2AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent
58
- WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult
42
+ WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence
59
43
  X12ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings
60
- GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters
44
+ WorkflowTriggerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter
61
45
  X12FramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings
62
- IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
46
+ WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries
63
47
  X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings
64
- GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters
48
+ Correlation = Azure::Logic::Mgmt::V2016_06_01::Models::Correlation
65
49
  X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings
66
- IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult
50
+ ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink
67
51
  X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter
68
- IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter
69
- X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings
70
- KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference
71
- X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings
72
- IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter
73
- X12EnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride
74
- B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent
75
- X12ValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride
76
- RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence
77
- X12MessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier
78
- WorkflowTriggerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter
52
+ WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult
53
+ SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource
54
+ WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger
55
+ Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku
56
+ ArtifactProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactProperties
57
+ WorkflowRunFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter
58
+ AccessKeyRegenerateActionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyRegenerateActionDefinition
59
+ ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties
60
+ WorkflowListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult
61
+ RetryHistory = Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory
62
+ RepetitionIndex = Azure::Logic::Mgmt::V2016_06_01::Models::RepetitionIndex
63
+ WorkflowRunActionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter
79
64
  X12SchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference
80
- ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash
65
+ RegenerateActionParameter = Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter
81
66
  X12DelimiterOverrides = Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides
82
- WorkflowTriggerHistoryFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter
67
+ IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku
83
68
  X12ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings
84
- WorkflowRunFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter
69
+ IntegrationAccountListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult
85
70
  X12OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::X12OneWayAgreement
86
- RetryHistory = Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory
71
+ CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl
87
72
  X12AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent
88
- RegenerateActionParameter = Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter
73
+ IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult
89
74
  EdifactValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationSettings
90
- IntegrationAccountListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult
75
+ IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema
91
76
  EdifactFramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings
92
- IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult
93
- EdifactEnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings
94
77
  IntegrationAccountMapListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult
78
+ EdifactEnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings
79
+ BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity
95
80
  EdifactAcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings
96
81
  PartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent
97
82
  EdifactMessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter
98
- WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl
83
+ IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult
99
84
  EdifactProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings
100
- Operation = Azure::Logic::Mgmt::V2016_06_01::Models::Operation
85
+ AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings
101
86
  EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride
102
- WorkflowRunActionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter
87
+ AS2MdnSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings
103
88
  EdifactMessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier
104
- CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl
89
+ AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings
105
90
  EdifactSchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference
106
- BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity
91
+ AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings
107
92
  EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride
108
- OperationListResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult
93
+ RecurrenceSchedule = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule
109
94
  EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride
110
- IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku
95
+ WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult
111
96
  EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings
112
- WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence
97
+ ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash
113
98
  EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement
114
- IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema
99
+ WorkflowTriggerHistoryFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter
115
100
  EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent
116
- ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties
101
+ WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult
117
102
  AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent
103
+ AssemblyCollection = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection
104
+ ErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo
105
+ GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters
106
+ IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult
107
+ GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters
108
+ IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter
109
+ IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter
110
+ KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault
111
+ IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter
112
+ KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference
113
+ WorkflowRunActionRepetitionDefinitionCollection = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection
114
+ Expression = Azure::Logic::Mgmt::V2016_06_01::Models::Expression
115
+ AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings
116
+ IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult
117
+ AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings
118
+ IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
119
+ ExpressionTraces = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces
120
+ BatchConfigurationCollection = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection
121
+ IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult
122
+ ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse
123
+ OperationDisplay = Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay
124
+ JsonSchema = Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema
125
+ Operation = Azure::Logic::Mgmt::V2016_06_01::Models::Operation
126
+ OperationResultProperties = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties
127
+ OperationListResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult
128
+ IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter
129
+ SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition
130
+ WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult
131
+ ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition
132
+ BatchReleaseCriteria = Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria
133
+ KeyVaultKeyAttributes = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyAttributes
134
+ RunCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunCorrelation
135
+ KeyVaultKey = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey
136
+ AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings
137
+ KeyVaultKeyCollection = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyCollection
138
+ WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult
139
+ TrackingEventErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventErrorInfo
140
+ WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl
141
+ TrackingEvent = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEvent
142
+ B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent
143
+ TrackingEventsDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventsDefinition
118
144
  Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow
119
145
  WorkflowVersion = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion
120
146
  WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger
@@ -129,6 +155,17 @@ module Azure::Logic::Profiles::Latest
129
155
  IntegrationAccountAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement
130
156
  IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate
131
157
  IntegrationAccountSession = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession
158
+ KeyVaultReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference
159
+ ExpressionRoot = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot
160
+ AzureResourceErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo
161
+ WorkflowRunActionRepetitionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition
162
+ OperationResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult
163
+ RunActionCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation
164
+ AssemblyDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition
165
+ ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition
166
+ AssemblyProperties = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties
167
+ BatchConfigurationProperties = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties
168
+ BatchConfiguration = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration
132
169
  WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState
133
170
  WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState
134
171
  SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName
@@ -156,13 +193,17 @@ module Azure::Logic::Profiles::Latest
156
193
  MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType
157
194
  EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet
158
195
  EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator
196
+ TrackEventsOperationOptions = Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions
197
+ EventLevel = Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel
198
+ TrackingRecordType = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType
199
+ AccessKeyType = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType
159
200
  end
160
201
 
161
202
  #
162
203
  # LogicManagementClass
163
204
  #
164
205
  class LogicManagementClass
165
- attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :integration_accounts, :schemas, :maps, :partners, :agreements, :certificates, :sessions, :configurable, :base_url, :options, :model_classes
206
+ attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_scoped_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :schemas, :maps, :partners, :agreements, :certificates, :sessions, :configurable, :base_url, :options, :model_classes
166
207
 
167
208
  def initialize(options = {})
168
209
  if options.is_a?(Hash) && options.length == 0
@@ -188,7 +229,12 @@ module Azure::Logic::Profiles::Latest
188
229
  @workflow_trigger_histories = @client_0.workflow_trigger_histories
189
230
  @workflow_runs = @client_0.workflow_runs
190
231
  @workflow_run_actions = @client_0.workflow_run_actions
232
+ @workflow_run_action_repetitions = @client_0.workflow_run_action_repetitions
233
+ @workflow_run_action_scoped_repetitions = @client_0.workflow_run_action_scoped_repetitions
234
+ @workflow_run_operations = @client_0.workflow_run_operations
191
235
  @integration_accounts = @client_0.integration_accounts
236
+ @integration_account_assemblies = @client_0.integration_account_assemblies
237
+ @integration_account_batch_configurations = @client_0.integration_account_batch_configurations
192
238
  @schemas = @client_0.schemas
193
239
  @maps = @client_0.maps
194
240
  @partners = @client_0.partners
@@ -215,218 +261,158 @@ module Azure::Logic::Profiles::Latest
215
261
  end
216
262
 
217
263
  class ModelClasses
218
- def integration_account_partner_filter
219
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter
264
+ def x12_security_settings
265
+ Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings
220
266
  end
221
267
  def resource
222
268
  Azure::Logic::Mgmt::V2016_06_01::Models::Resource
223
269
  end
224
- def as2_message_connection_settings
225
- Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings
270
+ def x12_processing_settings
271
+ Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings
226
272
  end
227
273
  def resource_reference
228
274
  Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference
229
275
  end
230
- def as2_acknowledgement_connection_settings
231
- Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings
276
+ def x12_envelope_override
277
+ Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride
232
278
  end
233
279
  def workflow_parameter
234
280
  Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowParameter
235
281
  end
236
- def as2_mdn_settings
237
- Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings
282
+ def x12_validation_override
283
+ Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride
238
284
  end
239
285
  def workflow_filter
240
286
  Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowFilter
241
287
  end
242
- def as2_security_settings
243
- Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings
244
- end
245
- def key_vault_key_reference_key_vault
246
- Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault
247
- end
248
- def workflow_version_list_result
249
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult
250
- end
251
- def integration_account_partner_list_result
252
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult
253
- end
254
- def recurrence_schedule
255
- Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule
256
- end
257
- def sub_resource
258
- Azure::Logic::Mgmt::V2016_06_01::Models::SubResource
259
- end
260
- def sku
261
- Azure::Logic::Mgmt::V2016_06_01::Models::Sku
262
- end
263
- def workflow_trigger_list_result
264
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult
265
- end
266
- def workflow_trigger_list_callback_url_queries
267
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries
268
- end
269
- def integration_account_agreement_list_result
270
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult
271
- end
272
- def correlation
273
- Azure::Logic::Mgmt::V2016_06_01::Models::Correlation
274
- end
275
- def workflow_list_result
276
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult
277
- end
278
- def content_link
279
- Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink
280
- end
281
- def integration_account_agreement_filter
282
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter
283
- end
284
- def workflow_trigger_history_list_result
285
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult
286
- end
287
- def as2_validation_settings
288
- Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings
289
- end
290
- def workflow_run_trigger
291
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger
292
- end
293
- def as2_envelope_settings
294
- Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings
295
- end
296
- def operation_display
297
- Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay
298
- end
299
- def as2_error_settings
300
- Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings
301
- end
302
- def workflow_run_list_result
303
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult
288
+ def x12_message_identifier
289
+ Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier
304
290
  end
305
291
  def as2_protocol_settings
306
292
  Azure::Logic::Mgmt::V2016_06_01::Models::AS2ProtocolSettings
307
293
  end
308
- def error_response
309
- Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse
310
- end
311
294
  def as2_one_way_agreement
312
295
  Azure::Logic::Mgmt::V2016_06_01::Models::AS2OneWayAgreement
313
296
  end
314
- def integration_account_session_list_result
315
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult
297
+ def recurrence_schedule_occurrence
298
+ Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence
316
299
  end
317
300
  def as2_agreement_content
318
301
  Azure::Logic::Mgmt::V2016_06_01::Models::AS2AgreementContent
319
302
  end
320
- def workflow_run_action_list_result
321
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult
303
+ def workflow_trigger_recurrence
304
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence
322
305
  end
323
306
  def x12_validation_settings
324
307
  Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings
325
308
  end
326
- def generate_upgraded_definition_parameters
327
- Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters
309
+ def workflow_trigger_filter
310
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter
328
311
  end
329
312
  def x12_framing_settings
330
313
  Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings
331
314
  end
332
- def integration_account_session_filter
333
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
315
+ def workflow_trigger_list_callback_url_queries
316
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries
334
317
  end
335
318
  def x12_envelope_settings
336
319
  Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings
337
320
  end
338
- def get_callback_url_parameters
339
- Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters
321
+ def correlation
322
+ Azure::Logic::Mgmt::V2016_06_01::Models::Correlation
340
323
  end
341
324
  def x12_acknowledgement_settings
342
325
  Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings
343
326
  end
344
- def integration_account_certificate_list_result
345
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult
327
+ def content_link
328
+ Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink
346
329
  end
347
330
  def x12_message_filter
348
331
  Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter
349
332
  end
350
- def integration_account_schema_filter
351
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter
333
+ def workflow_trigger_history_list_result
334
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult
352
335
  end
353
- def x12_security_settings
354
- Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings
336
+ def sub_resource
337
+ Azure::Logic::Mgmt::V2016_06_01::Models::SubResource
355
338
  end
356
- def key_vault_key_reference
357
- Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference
339
+ def workflow_run_trigger
340
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger
358
341
  end
359
- def x12_processing_settings
360
- Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings
342
+ def sku
343
+ Azure::Logic::Mgmt::V2016_06_01::Models::Sku
361
344
  end
362
- def integration_account_map_filter
363
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter
345
+ def artifact_properties
346
+ Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactProperties
364
347
  end
365
- def x12_envelope_override
366
- Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride
348
+ def workflow_run_filter
349
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter
367
350
  end
368
- def b2_bpartner_content
369
- Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent
351
+ def access_key_regenerate_action_definition
352
+ Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyRegenerateActionDefinition
370
353
  end
371
- def x12_validation_override
372
- Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationOverride
354
+ def error_properties
355
+ Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties
373
356
  end
374
- def recurrence_schedule_occurrence
375
- Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceScheduleOccurrence
357
+ def workflow_list_result
358
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult
376
359
  end
377
- def x12_message_identifier
378
- Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageIdentifier
360
+ def retry_history
361
+ Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory
379
362
  end
380
- def workflow_trigger_filter
381
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter
363
+ def repetition_index
364
+ Azure::Logic::Mgmt::V2016_06_01::Models::RepetitionIndex
365
+ end
366
+ def workflow_run_action_filter
367
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter
382
368
  end
383
369
  def x12_schema_reference
384
370
  Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference
385
371
  end
386
- def content_hash
387
- Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash
372
+ def regenerate_action_parameter
373
+ Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter
388
374
  end
389
375
  def x12_delimiter_overrides
390
376
  Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides
391
377
  end
392
- def workflow_trigger_history_filter
393
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter
378
+ def integration_account_sku
379
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku
394
380
  end
395
381
  def x12_protocol_settings
396
382
  Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings
397
383
  end
398
- def workflow_run_filter
399
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter
384
+ def integration_account_list_result
385
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult
400
386
  end
401
387
  def x12_one_way_agreement
402
388
  Azure::Logic::Mgmt::V2016_06_01::Models::X12OneWayAgreement
403
389
  end
404
- def retry_history
405
- Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory
390
+ def callback_url
391
+ Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl
406
392
  end
407
393
  def x12_agreement_content
408
394
  Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent
409
395
  end
410
- def regenerate_action_parameter
411
- Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter
396
+ def integration_account_schema_list_result
397
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult
412
398
  end
413
399
  def edifact_validation_settings
414
400
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationSettings
415
401
  end
416
- def integration_account_list_result
417
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult
402
+ def integration_account_map_properties_parameters_schema
403
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema
418
404
  end
419
405
  def edifact_framing_settings
420
406
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings
421
407
  end
422
- def integration_account_schema_list_result
423
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult
408
+ def integration_account_map_list_result
409
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult
424
410
  end
425
411
  def edifact_envelope_settings
426
412
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings
427
413
  end
428
- def integration_account_map_list_result
429
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult
414
+ def business_identity
415
+ Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity
430
416
  end
431
417
  def edifact_acknowledgement_settings
432
418
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings
@@ -437,66 +423,189 @@ module Azure::Logic::Profiles::Latest
437
423
  def edifact_message_filter
438
424
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter
439
425
  end
440
- def workflow_trigger_callback_url
441
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl
426
+ def integration_account_partner_list_result
427
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult
442
428
  end
443
429
  def edifact_processing_settings
444
430
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings
445
431
  end
446
- def operation
447
- Azure::Logic::Mgmt::V2016_06_01::Models::Operation
432
+ def as2_message_connection_settings
433
+ Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings
448
434
  end
449
435
  def edifact_envelope_override
450
436
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride
451
437
  end
452
- def workflow_run_action_filter
453
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter
438
+ def as2_mdn_settings
439
+ Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings
454
440
  end
455
441
  def edifact_message_identifier
456
442
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier
457
443
  end
458
- def callback_url
459
- Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl
444
+ def as2_validation_settings
445
+ Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings
460
446
  end
461
447
  def edifact_schema_reference
462
448
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference
463
449
  end
464
- def business_identity
465
- Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity
450
+ def as2_error_settings
451
+ Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings
466
452
  end
467
453
  def edifact_validation_override
468
454
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride
469
455
  end
470
- def operation_list_result
471
- Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult
456
+ def recurrence_schedule
457
+ Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceSchedule
472
458
  end
473
459
  def edifact_delimiter_override
474
460
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride
475
461
  end
476
- def integration_account_sku
477
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku
462
+ def workflow_trigger_list_result
463
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult
478
464
  end
479
465
  def edifact_protocol_settings
480
466
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings
481
467
  end
482
- def workflow_trigger_recurrence
483
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerRecurrence
468
+ def content_hash
469
+ Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash
484
470
  end
485
471
  def edifact_one_way_agreement
486
472
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement
487
473
  end
488
- def integration_account_map_properties_parameters_schema
489
- Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema
474
+ def workflow_trigger_history_filter
475
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter
490
476
  end
491
477
  def edifact_agreement_content
492
478
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent
493
479
  end
494
- def error_properties
495
- Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties
480
+ def workflow_run_list_result
481
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult
496
482
  end
497
483
  def agreement_content
498
484
  Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent
499
485
  end
486
+ def assembly_collection
487
+ Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection
488
+ end
489
+ def error_info
490
+ Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo
491
+ end
492
+ def generate_upgraded_definition_parameters
493
+ Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters
494
+ end
495
+ def integration_account_agreement_list_result
496
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult
497
+ end
498
+ def get_callback_url_parameters
499
+ Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters
500
+ end
501
+ def integration_account_agreement_filter
502
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter
503
+ end
504
+ def integration_account_schema_filter
505
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter
506
+ end
507
+ def key_vault_key_reference_key_vault
508
+ Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault
509
+ end
510
+ def integration_account_map_filter
511
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter
512
+ end
513
+ def key_vault_key_reference
514
+ Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference
515
+ end
516
+ def workflow_run_action_repetition_definition_collection
517
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection
518
+ end
519
+ def expression
520
+ Azure::Logic::Mgmt::V2016_06_01::Models::Expression
521
+ end
522
+ def as2_acknowledgement_connection_settings
523
+ Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings
524
+ end
525
+ def integration_account_certificate_list_result
526
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult
527
+ end
528
+ def as2_envelope_settings
529
+ Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings
530
+ end
531
+ def integration_account_session_filter
532
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter
533
+ end
534
+ def expression_traces
535
+ Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces
536
+ end
537
+ def batch_configuration_collection
538
+ Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection
539
+ end
540
+ def integration_account_session_list_result
541
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult
542
+ end
543
+ def error_response
544
+ Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse
545
+ end
546
+ def operation_display
547
+ Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay
548
+ end
549
+ def json_schema
550
+ Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema
551
+ end
552
+ def operation
553
+ Azure::Logic::Mgmt::V2016_06_01::Models::Operation
554
+ end
555
+ def operation_result_properties
556
+ Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties
557
+ end
558
+ def operation_list_result
559
+ Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult
560
+ end
561
+ def integration_account_partner_filter
562
+ Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter
563
+ end
564
+ def set_trigger_state_action_definition
565
+ Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition
566
+ end
567
+ def workflow_version_list_result
568
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult
569
+ end
570
+ def list_key_vault_keys_definition
571
+ Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition
572
+ end
573
+ def batch_release_criteria
574
+ Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria
575
+ end
576
+ def key_vault_key_attributes
577
+ Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyAttributes
578
+ end
579
+ def run_correlation
580
+ Azure::Logic::Mgmt::V2016_06_01::Models::RunCorrelation
581
+ end
582
+ def key_vault_key
583
+ Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey
584
+ end
585
+ def as2_security_settings
586
+ Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings
587
+ end
588
+ def key_vault_key_collection
589
+ Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyCollection
590
+ end
591
+ def workflow_run_action_list_result
592
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult
593
+ end
594
+ def tracking_event_error_info
595
+ Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventErrorInfo
596
+ end
597
+ def workflow_trigger_callback_url
598
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl
599
+ end
600
+ def tracking_event
601
+ Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEvent
602
+ end
603
+ def b2_bpartner_content
604
+ Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent
605
+ end
606
+ def tracking_events_definition
607
+ Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventsDefinition
608
+ end
500
609
  def workflow
501
610
  Azure::Logic::Mgmt::V2016_06_01::Models::Workflow
502
611
  end
@@ -539,6 +648,39 @@ module Azure::Logic::Profiles::Latest
539
648
  def integration_account_session
540
649
  Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession
541
650
  end
651
+ def key_vault_reference
652
+ Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference
653
+ end
654
+ def expression_root
655
+ Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot
656
+ end
657
+ def azure_resource_error_info
658
+ Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo
659
+ end
660
+ def workflow_run_action_repetition_definition
661
+ Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition
662
+ end
663
+ def operation_result
664
+ Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult
665
+ end
666
+ def run_action_correlation
667
+ Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation
668
+ end
669
+ def assembly_definition
670
+ Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition
671
+ end
672
+ def artifact_content_properties_definition
673
+ Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition
674
+ end
675
+ def assembly_properties
676
+ Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties
677
+ end
678
+ def batch_configuration_properties
679
+ Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties
680
+ end
681
+ def batch_configuration
682
+ Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration
683
+ end
542
684
  def workflow_provisioning_state
543
685
  Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState
544
686
  end
@@ -620,6 +762,18 @@ module Azure::Logic::Profiles::Latest
620
762
  def edifact_decimal_indicator
621
763
  Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator
622
764
  end
765
+ def track_events_operation_options
766
+ Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions
767
+ end
768
+ def event_level
769
+ Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel
770
+ end
771
+ def tracking_record_type
772
+ Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType
773
+ end
774
+ def access_key_type
775
+ Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType
776
+ end
623
777
  end
624
778
  end
625
779
  end