azure_mgmt_event_grid 0.17.5 → 0.17.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3f71396a7afe0400fc799b5cc481a01dc9025937
|
|
4
|
+
data.tar.gz: c109fcf54bd7df2730bc09f4819e8f93abb99f47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da0253d2b5a9ecf9501176c3d0792702d1277e6f3c91e0269281c63c489f1f6d6199e7227aab49ee9e4b7114eb52ef3a838251c60c9d58c8690c0c12cde925f7
|
|
7
|
+
data.tar.gz: 3405446a5242a1b3a59413f4e16d6a5d147f1f016c19f217ee0c3be1ace5c9f8ad0fc96262ae48c6ee8278277dc18bfde66972339172b097c4e8f9245aa98fbe
|
|
@@ -138,7 +138,7 @@ module Azure::EventGrid::Mgmt::V2017_06_15_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::V2017_06_15_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
|
|
@@ -454,6 +456,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
454
456
|
end
|
|
455
457
|
|
|
456
458
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
459
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
460
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
457
461
|
# Deserialize Response
|
|
458
462
|
if status_code == 200
|
|
459
463
|
begin
|
|
@@ -550,6 +554,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
550
554
|
end
|
|
551
555
|
|
|
552
556
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
557
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
558
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
553
559
|
# Deserialize Response
|
|
554
560
|
if status_code == 200
|
|
555
561
|
begin
|
|
@@ -647,6 +653,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
647
653
|
end
|
|
648
654
|
|
|
649
655
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
656
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
657
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
650
658
|
# Deserialize Response
|
|
651
659
|
if status_code == 200
|
|
652
660
|
begin
|
|
@@ -750,6 +758,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
750
758
|
end
|
|
751
759
|
|
|
752
760
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
761
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
762
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
753
763
|
# Deserialize Response
|
|
754
764
|
if status_code == 200
|
|
755
765
|
begin
|
|
@@ -854,6 +864,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
854
864
|
end
|
|
855
865
|
|
|
856
866
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
867
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
868
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
857
869
|
# Deserialize Response
|
|
858
870
|
if status_code == 200
|
|
859
871
|
begin
|
|
@@ -951,6 +963,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
951
963
|
end
|
|
952
964
|
|
|
953
965
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
966
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
967
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
954
968
|
# Deserialize Response
|
|
955
969
|
if status_code == 200
|
|
956
970
|
begin
|
|
@@ -1058,6 +1072,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
1058
1072
|
end
|
|
1059
1073
|
|
|
1060
1074
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1075
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1076
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1061
1077
|
# Deserialize Response
|
|
1062
1078
|
if status_code == 200
|
|
1063
1079
|
begin
|
|
@@ -1162,6 +1178,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
1162
1178
|
end
|
|
1163
1179
|
|
|
1164
1180
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1181
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1182
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1165
1183
|
# Deserialize Response
|
|
1166
1184
|
if status_code == 200
|
|
1167
1185
|
begin
|
|
@@ -1273,6 +1291,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
1273
1291
|
end
|
|
1274
1292
|
|
|
1275
1293
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1294
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1295
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1276
1296
|
# Deserialize Response
|
|
1277
1297
|
if status_code == 200
|
|
1278
1298
|
begin
|
|
@@ -1382,6 +1402,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
1382
1402
|
end
|
|
1383
1403
|
|
|
1384
1404
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1405
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1406
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1385
1407
|
# Deserialize Response
|
|
1386
1408
|
if status_code == 200
|
|
1387
1409
|
begin
|
|
@@ -1536,6 +1558,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
1536
1558
|
end
|
|
1537
1559
|
|
|
1538
1560
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1561
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1562
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1539
1563
|
# Deserialize Response
|
|
1540
1564
|
if status_code == 201
|
|
1541
1565
|
begin
|
|
@@ -1660,6 +1684,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
1660
1684
|
end
|
|
1661
1685
|
|
|
1662
1686
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1687
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1688
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1663
1689
|
|
|
1664
1690
|
result
|
|
1665
1691
|
end
|
|
@@ -1792,6 +1818,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
1792
1818
|
end
|
|
1793
1819
|
|
|
1794
1820
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1821
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1822
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1795
1823
|
# Deserialize Response
|
|
1796
1824
|
if status_code == 201
|
|
1797
1825
|
begin
|
|
@@ -95,6 +95,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_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::V2017_06_15_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::V2017_06_15_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::V2017_06_15_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::V2017_06_15_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
|
|
@@ -285,6 +287,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
285
287
|
end
|
|
286
288
|
|
|
287
289
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
290
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
291
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
288
292
|
# Deserialize Response
|
|
289
293
|
if status_code == 200
|
|
290
294
|
begin
|
|
@@ -382,6 +386,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
382
386
|
end
|
|
383
387
|
|
|
384
388
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
389
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
390
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
385
391
|
# Deserialize Response
|
|
386
392
|
if status_code == 200
|
|
387
393
|
begin
|
|
@@ -483,6 +489,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
483
489
|
end
|
|
484
490
|
|
|
485
491
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
492
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
493
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
486
494
|
# Deserialize Response
|
|
487
495
|
if status_code == 200
|
|
488
496
|
begin
|
|
@@ -598,6 +606,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
598
606
|
end
|
|
599
607
|
|
|
600
608
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
609
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
610
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
601
611
|
# Deserialize Response
|
|
602
612
|
if status_code == 200
|
|
603
613
|
begin
|
|
@@ -707,6 +717,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
707
717
|
end
|
|
708
718
|
|
|
709
719
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
720
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
721
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
710
722
|
# Deserialize Response
|
|
711
723
|
if status_code == 200
|
|
712
724
|
begin
|
|
@@ -819,6 +831,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
819
831
|
end
|
|
820
832
|
|
|
821
833
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
834
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
835
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
822
836
|
# Deserialize Response
|
|
823
837
|
if status_code == 201
|
|
824
838
|
begin
|
|
@@ -919,6 +933,8 @@ module Azure::EventGrid::Mgmt::V2017_06_15_preview
|
|
|
919
933
|
end
|
|
920
934
|
|
|
921
935
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
936
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
937
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
922
938
|
|
|
923
939
|
result
|
|
924
940
|
end
|
|
@@ -138,7 +138,7 @@ module Azure::EventGrid::Mgmt::V2017_09_15_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::V2017_09_15_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
|
|
@@ -454,6 +456,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
454
456
|
end
|
|
455
457
|
|
|
456
458
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
459
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
460
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
457
461
|
# Deserialize Response
|
|
458
462
|
if status_code == 200
|
|
459
463
|
begin
|
|
@@ -550,6 +554,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
550
554
|
end
|
|
551
555
|
|
|
552
556
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
557
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
558
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
553
559
|
# Deserialize Response
|
|
554
560
|
if status_code == 200
|
|
555
561
|
begin
|
|
@@ -647,6 +653,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
647
653
|
end
|
|
648
654
|
|
|
649
655
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
656
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
657
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
650
658
|
# Deserialize Response
|
|
651
659
|
if status_code == 200
|
|
652
660
|
begin
|
|
@@ -750,6 +758,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
750
758
|
end
|
|
751
759
|
|
|
752
760
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
761
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
762
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
753
763
|
# Deserialize Response
|
|
754
764
|
if status_code == 200
|
|
755
765
|
begin
|
|
@@ -854,6 +864,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
854
864
|
end
|
|
855
865
|
|
|
856
866
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
867
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
868
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
857
869
|
# Deserialize Response
|
|
858
870
|
if status_code == 200
|
|
859
871
|
begin
|
|
@@ -951,6 +963,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
951
963
|
end
|
|
952
964
|
|
|
953
965
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
966
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
967
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
954
968
|
# Deserialize Response
|
|
955
969
|
if status_code == 200
|
|
956
970
|
begin
|
|
@@ -1058,6 +1072,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
1058
1072
|
end
|
|
1059
1073
|
|
|
1060
1074
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1075
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1076
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1061
1077
|
# Deserialize Response
|
|
1062
1078
|
if status_code == 200
|
|
1063
1079
|
begin
|
|
@@ -1162,6 +1178,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
1162
1178
|
end
|
|
1163
1179
|
|
|
1164
1180
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1181
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1182
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1165
1183
|
# Deserialize Response
|
|
1166
1184
|
if status_code == 200
|
|
1167
1185
|
begin
|
|
@@ -1273,6 +1291,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
1273
1291
|
end
|
|
1274
1292
|
|
|
1275
1293
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1294
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1295
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1276
1296
|
# Deserialize Response
|
|
1277
1297
|
if status_code == 200
|
|
1278
1298
|
begin
|
|
@@ -1382,6 +1402,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
1382
1402
|
end
|
|
1383
1403
|
|
|
1384
1404
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1405
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1406
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1385
1407
|
# Deserialize Response
|
|
1386
1408
|
if status_code == 200
|
|
1387
1409
|
begin
|
|
@@ -1536,6 +1558,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
1536
1558
|
end
|
|
1537
1559
|
|
|
1538
1560
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1561
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1562
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1539
1563
|
# Deserialize Response
|
|
1540
1564
|
if status_code == 201
|
|
1541
1565
|
begin
|
|
@@ -1660,6 +1684,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
1660
1684
|
end
|
|
1661
1685
|
|
|
1662
1686
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1687
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1688
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1663
1689
|
|
|
1664
1690
|
result
|
|
1665
1691
|
end
|
|
@@ -1792,6 +1818,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_preview
|
|
|
1792
1818
|
end
|
|
1793
1819
|
|
|
1794
1820
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1821
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1822
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1795
1823
|
# Deserialize Response
|
|
1796
1824
|
if status_code == 201
|
|
1797
1825
|
begin
|
|
@@ -95,6 +95,8 @@ module Azure::EventGrid::Mgmt::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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::V2017_09_15_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
|