azure_mgmt_event_grid 0.17.5 → 0.17.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/2017-06-15-preview/generated/azure_mgmt_event_grid/event_grid_management_client.rb +1 -1
- data/lib/2017-06-15-preview/generated/azure_mgmt_event_grid/event_subscriptions.rb +28 -0
- data/lib/2017-06-15-preview/generated/azure_mgmt_event_grid/operations.rb +2 -0
- data/lib/2017-06-15-preview/generated/azure_mgmt_event_grid/topic_types.rb +6 -0
- data/lib/2017-06-15-preview/generated/azure_mgmt_event_grid/topics.rb +16 -0
- data/lib/2017-09-15-preview/generated/azure_mgmt_event_grid/event_grid_management_client.rb +1 -1
- data/lib/2017-09-15-preview/generated/azure_mgmt_event_grid/event_subscriptions.rb +28 -0
- data/lib/2017-09-15-preview/generated/azure_mgmt_event_grid/operations.rb +2 -0
- data/lib/2017-09-15-preview/generated/azure_mgmt_event_grid/topic_types.rb +6 -0
- data/lib/2017-09-15-preview/generated/azure_mgmt_event_grid/topics.rb +18 -0
- data/lib/2018-01-01/generated/azure_mgmt_event_grid/event_grid_management_client.rb +1 -1
- data/lib/2018-01-01/generated/azure_mgmt_event_grid/event_subscriptions.rb +28 -0
- data/lib/2018-01-01/generated/azure_mgmt_event_grid/operations.rb +2 -0
- data/lib/2018-01-01/generated/azure_mgmt_event_grid/topic_types.rb +6 -0
- data/lib/2018-01-01/generated/azure_mgmt_event_grid/topics.rb +18 -0
- data/lib/2018-05-01-preview/generated/azure_mgmt_event_grid/event_grid_management_client.rb +1 -1
- data/lib/2018-05-01-preview/generated/azure_mgmt_event_grid/event_subscriptions.rb +28 -0
- data/lib/2018-05-01-preview/generated/azure_mgmt_event_grid/operations.rb +2 -0
- data/lib/2018-05-01-preview/generated/azure_mgmt_event_grid/topic_types.rb +6 -0
- data/lib/2018-05-01-preview/generated/azure_mgmt_event_grid/topics.rb +18 -0
- data/lib/2018-09-15-preview/generated/azure_mgmt_event_grid/domain_topics.rb +4 -0
- data/lib/2018-09-15-preview/generated/azure_mgmt_event_grid/domains.rb +16 -0
- data/lib/2018-09-15-preview/generated/azure_mgmt_event_grid/event_grid_management_client.rb +1 -1
- data/lib/2018-09-15-preview/generated/azure_mgmt_event_grid/event_subscriptions.rb +30 -0
- data/lib/2018-09-15-preview/generated/azure_mgmt_event_grid/operations.rb +2 -0
- data/lib/2018-09-15-preview/generated/azure_mgmt_event_grid/topic_types.rb +6 -0
- data/lib/2018-09-15-preview/generated/azure_mgmt_event_grid/topics.rb +18 -0
- data/lib/2019-01-01/generated/azure_mgmt_event_grid/event_grid_management_client.rb +1 -1
- data/lib/2019-01-01/generated/azure_mgmt_event_grid/event_subscriptions.rb +28 -0
- data/lib/2019-01-01/generated/azure_mgmt_event_grid/operations.rb +2 -0
- data/lib/2019-01-01/generated/azure_mgmt_event_grid/topic_types.rb +6 -0
- data/lib/2019-01-01/generated/azure_mgmt_event_grid/topics.rb +18 -0
- data/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/domain_topics.rb +10 -0
- data/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/domains.rb +20 -0
- data/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/event_grid_management_client.rb +1 -1
- data/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/event_subscriptions.rb +50 -0
- data/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/operations.rb +2 -0
- data/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/topic_types.rb +6 -0
- data/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/topics.rb +22 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid.rb +87 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/domain_topics.rb +699 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/domains.rb +1328 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/event_grid_management_client.rb +153 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/event_subscriptions.rb +3648 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/advanced_filter.rb +74 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/bool_equals_advanced_filter.rb +69 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/dead_letter_destination.rb +50 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain.rb +112 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain_provisioning_state.rb +20 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain_regenerate_key_request.rb +46 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain_shared_access_keys.rb +57 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain_topic.rb +75 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain_topic_provisioning_state.rb +20 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain_topics_list_result.rb +98 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domain_update_parameters.rb +54 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/domains_list_result.rb +98 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_hub_event_subscription_destination.rb +62 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_subscription.rb +176 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_subscription_destination.rb +50 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_subscription_filter.rb +120 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_subscription_full_url.rb +47 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_subscription_provisioning_state.rb +21 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_subscription_update_parameters.rb +124 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_subscriptions_list_result.rb +98 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_type.rb +106 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/event_types_list_result.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/hybrid_connection_event_subscription_destination.rb +64 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/number_greater_than_advanced_filter.rb +69 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/number_greater_than_or_equals_advanced_filter.rb +69 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/number_in_advanced_filter.rb +77 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/number_less_than_advanced_filter.rb +69 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/number_less_than_or_equals_advanced_filter.rb +69 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/number_not_in_advanced_filter.rb +77 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/operation.rb +80 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/operation_info.rb +79 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/operations_list_result.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/resource.rb +80 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/resource_region_type.rb +16 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/retry_policy.rb +57 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/service_bus_queue_event_subscription_destination.rb +63 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/storage_blob_dead_letter_destination.rb +74 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/storage_queue_event_subscription_destination.rb +75 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/string_begins_with_advanced_filter.rb +77 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/string_contains_advanced_filter.rb +77 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/string_ends_with_advanced_filter.rb +77 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/string_in_advanced_filter.rb +77 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/string_not_in_advanced_filter.rb +77 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic.rb +112 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic_provisioning_state.rb +20 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic_regenerate_key_request.rb +46 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic_shared_access_keys.rb +57 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic_type_info.rb +139 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic_type_provisioning_state.rb +20 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic_types_list_result.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topic_update_parameters.rb +54 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/topics_list_result.rb +98 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/tracked_resource.rb +92 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/models/web_hook_event_subscription_destination.rb +75 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/module_definition.rb +9 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/operations.rb +118 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/topic_types.rb +305 -0
- data/lib/2019-06-01/generated/azure_mgmt_event_grid/topics.rb +1439 -0
- data/lib/azure_mgmt_event_grid.rb +1 -0
- data/lib/profiles/latest/modules/eventgrid_profile_module.rb +135 -159
- data/lib/version.rb +1 -1
- metadata +68 -5
@@ -138,7 +138,7 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
138
138
|
#
|
139
139
|
def add_telemetry
|
140
140
|
sdk_information = 'azure_mgmt_event_grid'
|
141
|
-
sdk_information = "#{sdk_information}/0.17.
|
141
|
+
sdk_information = "#{sdk_information}/0.17.6"
|
142
142
|
add_user_agent_information(sdk_information)
|
143
143
|
end
|
144
144
|
end
|
@@ -129,6 +129,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
129
129
|
end
|
130
130
|
|
131
131
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
132
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
133
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
132
134
|
# Deserialize Response
|
133
135
|
if status_code == 200
|
134
136
|
begin
|
@@ -453,6 +455,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
453
455
|
end
|
454
456
|
|
455
457
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
458
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
459
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
456
460
|
# Deserialize Response
|
457
461
|
if status_code == 200
|
458
462
|
begin
|
@@ -549,6 +553,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
549
553
|
end
|
550
554
|
|
551
555
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
556
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
557
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
552
558
|
# Deserialize Response
|
553
559
|
if status_code == 200
|
554
560
|
begin
|
@@ -646,6 +652,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
646
652
|
end
|
647
653
|
|
648
654
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
655
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
656
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
649
657
|
# Deserialize Response
|
650
658
|
if status_code == 200
|
651
659
|
begin
|
@@ -749,6 +757,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
749
757
|
end
|
750
758
|
|
751
759
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
760
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
761
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
752
762
|
# Deserialize Response
|
753
763
|
if status_code == 200
|
754
764
|
begin
|
@@ -853,6 +863,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
853
863
|
end
|
854
864
|
|
855
865
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
866
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
867
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
856
868
|
# Deserialize Response
|
857
869
|
if status_code == 200
|
858
870
|
begin
|
@@ -950,6 +962,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
950
962
|
end
|
951
963
|
|
952
964
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
965
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
966
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
953
967
|
# Deserialize Response
|
954
968
|
if status_code == 200
|
955
969
|
begin
|
@@ -1057,6 +1071,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1057
1071
|
end
|
1058
1072
|
|
1059
1073
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1074
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1075
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1060
1076
|
# Deserialize Response
|
1061
1077
|
if status_code == 200
|
1062
1078
|
begin
|
@@ -1161,6 +1177,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1161
1177
|
end
|
1162
1178
|
|
1163
1179
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1180
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1181
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1164
1182
|
# Deserialize Response
|
1165
1183
|
if status_code == 200
|
1166
1184
|
begin
|
@@ -1272,6 +1290,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1272
1290
|
end
|
1273
1291
|
|
1274
1292
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1293
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1294
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1275
1295
|
# Deserialize Response
|
1276
1296
|
if status_code == 200
|
1277
1297
|
begin
|
@@ -1381,6 +1401,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1381
1401
|
end
|
1382
1402
|
|
1383
1403
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1404
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1405
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1384
1406
|
# Deserialize Response
|
1385
1407
|
if status_code == 200
|
1386
1408
|
begin
|
@@ -1532,6 +1554,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1532
1554
|
end
|
1533
1555
|
|
1534
1556
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1557
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1558
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1535
1559
|
# Deserialize Response
|
1536
1560
|
if status_code == 201
|
1537
1561
|
begin
|
@@ -1656,6 +1680,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1656
1680
|
end
|
1657
1681
|
|
1658
1682
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1683
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1684
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1659
1685
|
|
1660
1686
|
result
|
1661
1687
|
end
|
@@ -1788,6 +1814,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1788
1814
|
end
|
1789
1815
|
|
1790
1816
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1817
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1818
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1791
1819
|
# Deserialize Response
|
1792
1820
|
if status_code == 201
|
1793
1821
|
begin
|
@@ -95,6 +95,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
95
95
|
end
|
96
96
|
|
97
97
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
98
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
99
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
98
100
|
# Deserialize Response
|
99
101
|
if status_code == 200
|
100
102
|
begin
|
@@ -92,6 +92,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
92
92
|
end
|
93
93
|
|
94
94
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
95
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
96
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
95
97
|
# Deserialize Response
|
96
98
|
if status_code == 200
|
97
99
|
begin
|
@@ -185,6 +187,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
185
187
|
end
|
186
188
|
|
187
189
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
190
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
191
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
188
192
|
# Deserialize Response
|
189
193
|
if status_code == 200
|
190
194
|
begin
|
@@ -278,6 +282,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
278
282
|
end
|
279
283
|
|
280
284
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
285
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
286
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
281
287
|
# Deserialize Response
|
282
288
|
if status_code == 200
|
283
289
|
begin
|
@@ -105,6 +105,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
105
105
|
end
|
106
106
|
|
107
107
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
108
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
109
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
108
110
|
# Deserialize Response
|
109
111
|
if status_code == 200
|
110
112
|
begin
|
@@ -335,6 +337,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
335
337
|
end
|
336
338
|
|
337
339
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
340
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
341
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
338
342
|
# Deserialize Response
|
339
343
|
if status_code == 200
|
340
344
|
begin
|
@@ -432,6 +436,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
432
436
|
end
|
433
437
|
|
434
438
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
439
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
440
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
435
441
|
# Deserialize Response
|
436
442
|
if status_code == 200
|
437
443
|
begin
|
@@ -533,6 +539,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
533
539
|
end
|
534
540
|
|
535
541
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
542
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
543
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
536
544
|
# Deserialize Response
|
537
545
|
if status_code == 200
|
538
546
|
begin
|
@@ -648,6 +656,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
648
656
|
end
|
649
657
|
|
650
658
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
659
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
660
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
651
661
|
# Deserialize Response
|
652
662
|
if status_code == 200
|
653
663
|
begin
|
@@ -757,6 +767,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
757
767
|
end
|
758
768
|
|
759
769
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
770
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
771
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
760
772
|
# Deserialize Response
|
761
773
|
if status_code == 200
|
762
774
|
begin
|
@@ -869,6 +881,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
869
881
|
end
|
870
882
|
|
871
883
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
884
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
885
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
872
886
|
# Deserialize Response
|
873
887
|
if status_code == 201
|
874
888
|
begin
|
@@ -969,6 +983,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
969
983
|
end
|
970
984
|
|
971
985
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
986
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
987
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
972
988
|
|
973
989
|
result
|
974
990
|
end
|
@@ -1074,6 +1090,8 @@ module Azure::EventGrid::Mgmt::V2018_01_01
|
|
1074
1090
|
end
|
1075
1091
|
|
1076
1092
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1093
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1094
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1077
1095
|
# Deserialize Response
|
1078
1096
|
if status_code == 201
|
1079
1097
|
begin
|
@@ -138,7 +138,7 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
138
138
|
#
|
139
139
|
def add_telemetry
|
140
140
|
sdk_information = 'azure_mgmt_event_grid'
|
141
|
-
sdk_information = "#{sdk_information}/0.17.
|
141
|
+
sdk_information = "#{sdk_information}/0.17.6"
|
142
142
|
add_user_agent_information(sdk_information)
|
143
143
|
end
|
144
144
|
end
|
@@ -129,6 +129,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
129
129
|
end
|
130
130
|
|
131
131
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
132
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
133
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
132
134
|
# Deserialize Response
|
133
135
|
if status_code == 200
|
134
136
|
begin
|
@@ -453,6 +455,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
453
455
|
end
|
454
456
|
|
455
457
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
458
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
459
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
456
460
|
# Deserialize Response
|
457
461
|
if status_code == 200
|
458
462
|
begin
|
@@ -549,6 +553,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
549
553
|
end
|
550
554
|
|
551
555
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
556
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
557
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
552
558
|
# Deserialize Response
|
553
559
|
if status_code == 200
|
554
560
|
begin
|
@@ -646,6 +652,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
646
652
|
end
|
647
653
|
|
648
654
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
655
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
656
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
649
657
|
# Deserialize Response
|
650
658
|
if status_code == 200
|
651
659
|
begin
|
@@ -749,6 +757,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
749
757
|
end
|
750
758
|
|
751
759
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
760
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
761
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
752
762
|
# Deserialize Response
|
753
763
|
if status_code == 200
|
754
764
|
begin
|
@@ -853,6 +863,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
853
863
|
end
|
854
864
|
|
855
865
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
866
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
867
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
856
868
|
# Deserialize Response
|
857
869
|
if status_code == 200
|
858
870
|
begin
|
@@ -950,6 +962,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
950
962
|
end
|
951
963
|
|
952
964
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
965
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
966
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
953
967
|
# Deserialize Response
|
954
968
|
if status_code == 200
|
955
969
|
begin
|
@@ -1057,6 +1071,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1057
1071
|
end
|
1058
1072
|
|
1059
1073
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1074
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1075
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1060
1076
|
# Deserialize Response
|
1061
1077
|
if status_code == 200
|
1062
1078
|
begin
|
@@ -1161,6 +1177,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1161
1177
|
end
|
1162
1178
|
|
1163
1179
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1180
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1181
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1164
1182
|
# Deserialize Response
|
1165
1183
|
if status_code == 200
|
1166
1184
|
begin
|
@@ -1272,6 +1290,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1272
1290
|
end
|
1273
1291
|
|
1274
1292
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1293
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1294
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1275
1295
|
# Deserialize Response
|
1276
1296
|
if status_code == 200
|
1277
1297
|
begin
|
@@ -1381,6 +1401,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1381
1401
|
end
|
1382
1402
|
|
1383
1403
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1404
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1405
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1384
1406
|
# Deserialize Response
|
1385
1407
|
if status_code == 200
|
1386
1408
|
begin
|
@@ -1532,6 +1554,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1532
1554
|
end
|
1533
1555
|
|
1534
1556
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1557
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1558
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1535
1559
|
# Deserialize Response
|
1536
1560
|
if status_code == 201
|
1537
1561
|
begin
|
@@ -1656,6 +1680,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1656
1680
|
end
|
1657
1681
|
|
1658
1682
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1683
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1684
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1659
1685
|
|
1660
1686
|
result
|
1661
1687
|
end
|
@@ -1788,6 +1814,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1788
1814
|
end
|
1789
1815
|
|
1790
1816
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1817
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1818
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1791
1819
|
# Deserialize Response
|
1792
1820
|
if status_code == 201
|
1793
1821
|
begin
|
@@ -95,6 +95,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
95
95
|
end
|
96
96
|
|
97
97
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
98
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
99
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
98
100
|
# Deserialize Response
|
99
101
|
if status_code == 200
|
100
102
|
begin
|
@@ -92,6 +92,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
92
92
|
end
|
93
93
|
|
94
94
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
95
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
96
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
95
97
|
# Deserialize Response
|
96
98
|
if status_code == 200
|
97
99
|
begin
|
@@ -185,6 +187,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
185
187
|
end
|
186
188
|
|
187
189
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
190
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
191
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
188
192
|
# Deserialize Response
|
189
193
|
if status_code == 200
|
190
194
|
begin
|
@@ -278,6 +282,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
278
282
|
end
|
279
283
|
|
280
284
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
285
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
286
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
281
287
|
# Deserialize Response
|
282
288
|
if status_code == 200
|
283
289
|
begin
|
@@ -105,6 +105,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
105
105
|
end
|
106
106
|
|
107
107
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
108
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
109
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
108
110
|
# Deserialize Response
|
109
111
|
if status_code == 200
|
110
112
|
begin
|
@@ -335,6 +337,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
335
337
|
end
|
336
338
|
|
337
339
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
340
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
341
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
338
342
|
# Deserialize Response
|
339
343
|
if status_code == 200
|
340
344
|
begin
|
@@ -432,6 +436,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
432
436
|
end
|
433
437
|
|
434
438
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
439
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
440
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
435
441
|
# Deserialize Response
|
436
442
|
if status_code == 200
|
437
443
|
begin
|
@@ -533,6 +539,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
533
539
|
end
|
534
540
|
|
535
541
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
542
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
543
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
536
544
|
# Deserialize Response
|
537
545
|
if status_code == 200
|
538
546
|
begin
|
@@ -648,6 +656,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
648
656
|
end
|
649
657
|
|
650
658
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
659
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
660
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
651
661
|
# Deserialize Response
|
652
662
|
if status_code == 200
|
653
663
|
begin
|
@@ -757,6 +767,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
757
767
|
end
|
758
768
|
|
759
769
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
770
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
771
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
760
772
|
# Deserialize Response
|
761
773
|
if status_code == 200
|
762
774
|
begin
|
@@ -869,6 +881,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
869
881
|
end
|
870
882
|
|
871
883
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
884
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
885
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
872
886
|
# Deserialize Response
|
873
887
|
if status_code == 201
|
874
888
|
begin
|
@@ -969,6 +983,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
969
983
|
end
|
970
984
|
|
971
985
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
986
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
987
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
972
988
|
|
973
989
|
result
|
974
990
|
end
|
@@ -1074,6 +1090,8 @@ module Azure::EventGrid::Mgmt::V2018_05_01_preview
|
|
1074
1090
|
end
|
1075
1091
|
|
1076
1092
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1093
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1094
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1077
1095
|
# Deserialize Response
|
1078
1096
|
if status_code == 201
|
1079
1097
|
begin
|