azure_mgmt_policy 0.17.4 → 0.17.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-10-01-preview/generated/azure_mgmt_policy/policy_assignments.rb +24 -0
- data/lib/2015-10-01-preview/generated/azure_mgmt_policy/policy_client.rb +1 -1
- data/lib/2015-10-01-preview/generated/azure_mgmt_policy/policy_definitions.rb +10 -0
- data/lib/2016-04-01/generated/azure_mgmt_policy/policy_assignments.rb +24 -0
- data/lib/2016-04-01/generated/azure_mgmt_policy/policy_client.rb +1 -1
- data/lib/2016-04-01/generated/azure_mgmt_policy/policy_definitions.rb +10 -0
- data/lib/2016-12-01/generated/azure_mgmt_policy/policy_assignments.rb +24 -0
- data/lib/2016-12-01/generated/azure_mgmt_policy/policy_client.rb +1 -1
- data/lib/2016-12-01/generated/azure_mgmt_policy/policy_definitions.rb +26 -0
- data/lib/2017-06-01-preview/generated/azure_mgmt_policy/policy_assignments.rb +24 -0
- data/lib/2017-06-01-preview/generated/azure_mgmt_policy/policy_client.rb +1 -1
- data/lib/2017-06-01-preview/generated/azure_mgmt_policy/policy_set_definitions.rb +26 -0
- data/lib/2018-03-01/generated/azure_mgmt_policy/policy_assignments.rb +101 -84
- data/lib/2018-03-01/generated/azure_mgmt_policy/policy_client.rb +1 -1
- data/lib/2018-03-01/generated/azure_mgmt_policy/policy_definitions.rb +26 -0
- data/lib/2018-03-01/generated/azure_mgmt_policy/policy_set_definitions.rb +26 -0
- data/lib/2018-05-01/generated/azure_mgmt_policy/policy_assignments.rb +101 -84
- data/lib/2018-05-01/generated/azure_mgmt_policy/policy_client.rb +1 -1
- data/lib/2018-05-01/generated/azure_mgmt_policy/policy_definitions.rb +26 -0
- data/lib/2018-05-01/generated/azure_mgmt_policy/policy_set_definitions.rb +26 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy.rb +42 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/error_response.rb +69 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/identity.rb +72 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_assignment.rb +196 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_assignment_list_result.rb +98 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_definition.rb +152 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_definition_list_result.rb +98 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_definition_reference.rb +58 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_set_definition.rb +151 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_set_definition_list_result.rb +99 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_sku.rb +59 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/policy_type.rb +17 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/models/resource_identity_type.rb +16 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/module_definition.rb +9 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/policy_assignments.rb +1902 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/policy_client.rb +139 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/policy_definitions.rb +1391 -0
- data/lib/2019-01-01/generated/azure_mgmt_policy/policy_set_definitions.rb +1414 -0
- data/lib/azure_mgmt_policy.rb +6 -5
- data/lib/profiles/latest/modules/policy_profile_module.rb +28 -32
- data/lib/version.rb +1 -1
- metadata +23 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc5c4fa504bfd62110a7fc9302d6f933b6d24573b6bc10eeace30999d92286e6
|
4
|
+
data.tar.gz: 5e494225232070828b4878d57720b83dd1da87bd56c1f73c2fdab3c3fa9e6f1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22fd869a6f6cb903c02b4b71d7920dd72a533c2683a0d1cf3f7d2b26f9e233b6bd86ae1510cac88c44bc42379897202ab27211209e9bd8c140bf690b59c9009d
|
7
|
+
data.tar.gz: a4c5775015e8e439ae5bea7326a87af99d55d365a3f41513bb71cb3fb3620deb113d3dd7777c7274ada9ffbd713ac82fc99d817f34062b6496bdc3148c6c39a7
|
@@ -100,6 +100,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
100
100
|
end
|
101
101
|
|
102
102
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
103
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
104
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
103
105
|
# Deserialize Response
|
104
106
|
if status_code == 200
|
105
107
|
begin
|
@@ -215,6 +217,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
215
217
|
end
|
216
218
|
|
217
219
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
220
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
221
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
218
222
|
# Deserialize Response
|
219
223
|
if status_code == 201
|
220
224
|
begin
|
@@ -310,6 +314,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
310
314
|
end
|
311
315
|
|
312
316
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
317
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
318
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
313
319
|
# Deserialize Response
|
314
320
|
if status_code == 200
|
315
321
|
begin
|
@@ -408,6 +414,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
408
414
|
end
|
409
415
|
|
410
416
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
417
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
418
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
411
419
|
# Deserialize Response
|
412
420
|
if status_code == 200
|
413
421
|
begin
|
@@ -528,6 +536,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
528
536
|
end
|
529
537
|
|
530
538
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
539
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
540
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
531
541
|
# Deserialize Response
|
532
542
|
if status_code == 200
|
533
543
|
begin
|
@@ -615,6 +625,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
615
625
|
end
|
616
626
|
|
617
627
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
628
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
629
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
618
630
|
# Deserialize Response
|
619
631
|
if status_code == 200
|
620
632
|
begin
|
@@ -729,6 +741,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
729
741
|
end
|
730
742
|
|
731
743
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
744
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
745
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
732
746
|
# Deserialize Response
|
733
747
|
if status_code == 200
|
734
748
|
begin
|
@@ -860,6 +874,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
860
874
|
end
|
861
875
|
|
862
876
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
877
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
878
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
863
879
|
# Deserialize Response
|
864
880
|
if status_code == 201
|
865
881
|
begin
|
@@ -974,6 +990,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
974
990
|
end
|
975
991
|
|
976
992
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
993
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
994
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
977
995
|
# Deserialize Response
|
978
996
|
if status_code == 200
|
979
997
|
begin
|
@@ -1062,6 +1080,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
1062
1080
|
end
|
1063
1081
|
|
1064
1082
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1083
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1084
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1065
1085
|
# Deserialize Response
|
1066
1086
|
if status_code == 200
|
1067
1087
|
begin
|
@@ -1150,6 +1170,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
1150
1170
|
end
|
1151
1171
|
|
1152
1172
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1173
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1174
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1153
1175
|
# Deserialize Response
|
1154
1176
|
if status_code == 200
|
1155
1177
|
begin
|
@@ -1238,6 +1260,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
1238
1260
|
end
|
1239
1261
|
|
1240
1262
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1263
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1264
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1241
1265
|
# Deserialize Response
|
1242
1266
|
if status_code == 200
|
1243
1267
|
begin
|
@@ -128,7 +128,7 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
128
128
|
#
|
129
129
|
def add_telemetry
|
130
130
|
sdk_information = 'azure_mgmt_policy'
|
131
|
-
sdk_information = "#{sdk_information}/0.17.
|
131
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
end
|
@@ -107,6 +107,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
107
107
|
end
|
108
108
|
|
109
109
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
110
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
111
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
110
112
|
# Deserialize Response
|
111
113
|
if status_code == 201
|
112
114
|
begin
|
@@ -197,6 +199,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
197
199
|
end
|
198
200
|
|
199
201
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
202
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
203
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
200
204
|
|
201
205
|
result
|
202
206
|
end
|
@@ -278,6 +282,8 @@ module Azure::Policy::Mgmt::V2015_10_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
|
@@ -365,6 +371,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
365
371
|
end
|
366
372
|
|
367
373
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
374
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
375
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
368
376
|
# Deserialize Response
|
369
377
|
if status_code == 200
|
370
378
|
begin
|
@@ -453,6 +461,8 @@ module Azure::Policy::Mgmt::V2015_10_01_preview
|
|
453
461
|
end
|
454
462
|
|
455
463
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
464
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
465
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
456
466
|
# Deserialize Response
|
457
467
|
if status_code == 200
|
458
468
|
begin
|
@@ -100,6 +100,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
100
100
|
end
|
101
101
|
|
102
102
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
103
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
104
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
103
105
|
# Deserialize Response
|
104
106
|
if status_code == 200
|
105
107
|
begin
|
@@ -215,6 +217,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
215
217
|
end
|
216
218
|
|
217
219
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
220
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
221
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
218
222
|
# Deserialize Response
|
219
223
|
if status_code == 201
|
220
224
|
begin
|
@@ -310,6 +314,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
310
314
|
end
|
311
315
|
|
312
316
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
317
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
318
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
313
319
|
# Deserialize Response
|
314
320
|
if status_code == 200
|
315
321
|
begin
|
@@ -408,6 +414,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
408
414
|
end
|
409
415
|
|
410
416
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
417
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
418
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
411
419
|
# Deserialize Response
|
412
420
|
if status_code == 200
|
413
421
|
begin
|
@@ -528,6 +536,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
528
536
|
end
|
529
537
|
|
530
538
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
539
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
540
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
531
541
|
# Deserialize Response
|
532
542
|
if status_code == 200
|
533
543
|
begin
|
@@ -615,6 +625,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
615
625
|
end
|
616
626
|
|
617
627
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
628
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
629
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
618
630
|
# Deserialize Response
|
619
631
|
if status_code == 200
|
620
632
|
begin
|
@@ -729,6 +741,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
729
741
|
end
|
730
742
|
|
731
743
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
744
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
745
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
732
746
|
# Deserialize Response
|
733
747
|
if status_code == 200
|
734
748
|
begin
|
@@ -860,6 +874,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
860
874
|
end
|
861
875
|
|
862
876
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
877
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
878
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
863
879
|
# Deserialize Response
|
864
880
|
if status_code == 201
|
865
881
|
begin
|
@@ -974,6 +990,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
974
990
|
end
|
975
991
|
|
976
992
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
993
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
994
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
977
995
|
# Deserialize Response
|
978
996
|
if status_code == 200
|
979
997
|
begin
|
@@ -1062,6 +1080,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
1062
1080
|
end
|
1063
1081
|
|
1064
1082
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1083
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1084
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1065
1085
|
# Deserialize Response
|
1066
1086
|
if status_code == 200
|
1067
1087
|
begin
|
@@ -1150,6 +1170,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
1150
1170
|
end
|
1151
1171
|
|
1152
1172
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1173
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1174
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1153
1175
|
# Deserialize Response
|
1154
1176
|
if status_code == 200
|
1155
1177
|
begin
|
@@ -1238,6 +1260,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
1238
1260
|
end
|
1239
1261
|
|
1240
1262
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1263
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1264
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1241
1265
|
# Deserialize Response
|
1242
1266
|
if status_code == 200
|
1243
1267
|
begin
|
@@ -128,7 +128,7 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
128
128
|
#
|
129
129
|
def add_telemetry
|
130
130
|
sdk_information = 'azure_mgmt_policy'
|
131
|
-
sdk_information = "#{sdk_information}/0.17.
|
131
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
end
|
@@ -107,6 +107,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
107
107
|
end
|
108
108
|
|
109
109
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
110
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
111
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
110
112
|
# Deserialize Response
|
111
113
|
if status_code == 201
|
112
114
|
begin
|
@@ -197,6 +199,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
197
199
|
end
|
198
200
|
|
199
201
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
202
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
203
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
200
204
|
|
201
205
|
result
|
202
206
|
end
|
@@ -278,6 +282,8 @@ module Azure::Policy::Mgmt::V2016_04_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
|
@@ -365,6 +371,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
365
371
|
end
|
366
372
|
|
367
373
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
374
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
375
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
368
376
|
# Deserialize Response
|
369
377
|
if status_code == 200
|
370
378
|
begin
|
@@ -453,6 +461,8 @@ module Azure::Policy::Mgmt::V2016_04_01
|
|
453
461
|
end
|
454
462
|
|
455
463
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
464
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
465
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
456
466
|
# Deserialize Response
|
457
467
|
if status_code == 200
|
458
468
|
begin
|
@@ -100,6 +100,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
100
100
|
end
|
101
101
|
|
102
102
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
103
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
104
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
103
105
|
# Deserialize Response
|
104
106
|
if status_code == 200
|
105
107
|
begin
|
@@ -215,6 +217,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
215
217
|
end
|
216
218
|
|
217
219
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
220
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
221
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
218
222
|
# Deserialize Response
|
219
223
|
if status_code == 201
|
220
224
|
begin
|
@@ -310,6 +314,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
310
314
|
end
|
311
315
|
|
312
316
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
317
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
318
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
313
319
|
# Deserialize Response
|
314
320
|
if status_code == 200
|
315
321
|
begin
|
@@ -408,6 +414,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
408
414
|
end
|
409
415
|
|
410
416
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
417
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
418
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
411
419
|
# Deserialize Response
|
412
420
|
if status_code == 200
|
413
421
|
begin
|
@@ -528,6 +536,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
528
536
|
end
|
529
537
|
|
530
538
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
539
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
540
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
531
541
|
# Deserialize Response
|
532
542
|
if status_code == 200
|
533
543
|
begin
|
@@ -615,6 +625,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
615
625
|
end
|
616
626
|
|
617
627
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
628
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
629
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
618
630
|
# Deserialize Response
|
619
631
|
if status_code == 200
|
620
632
|
begin
|
@@ -729,6 +741,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
729
741
|
end
|
730
742
|
|
731
743
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
744
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
745
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
732
746
|
# Deserialize Response
|
733
747
|
if status_code == 200
|
734
748
|
begin
|
@@ -860,6 +874,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
860
874
|
end
|
861
875
|
|
862
876
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
877
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
878
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
863
879
|
# Deserialize Response
|
864
880
|
if status_code == 201
|
865
881
|
begin
|
@@ -974,6 +990,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
974
990
|
end
|
975
991
|
|
976
992
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
993
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
994
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
977
995
|
# Deserialize Response
|
978
996
|
if status_code == 200
|
979
997
|
begin
|
@@ -1062,6 +1080,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
1062
1080
|
end
|
1063
1081
|
|
1064
1082
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1083
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1084
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1065
1085
|
# Deserialize Response
|
1066
1086
|
if status_code == 200
|
1067
1087
|
begin
|
@@ -1150,6 +1170,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
1150
1170
|
end
|
1151
1171
|
|
1152
1172
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1173
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1174
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1153
1175
|
# Deserialize Response
|
1154
1176
|
if status_code == 200
|
1155
1177
|
begin
|
@@ -1238,6 +1260,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
1238
1260
|
end
|
1239
1261
|
|
1240
1262
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1263
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1264
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1241
1265
|
# Deserialize Response
|
1242
1266
|
if status_code == 200
|
1243
1267
|
begin
|
@@ -128,7 +128,7 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
128
128
|
#
|
129
129
|
def add_telemetry
|
130
130
|
sdk_information = 'azure_mgmt_policy'
|
131
|
-
sdk_information = "#{sdk_information}/0.17.
|
131
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
132
132
|
add_user_agent_information(sdk_information)
|
133
133
|
end
|
134
134
|
end
|
@@ -107,6 +107,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
107
107
|
end
|
108
108
|
|
109
109
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
110
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
111
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
110
112
|
# Deserialize Response
|
111
113
|
if status_code == 201
|
112
114
|
begin
|
@@ -197,6 +199,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
197
199
|
end
|
198
200
|
|
199
201
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
202
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
203
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
200
204
|
|
201
205
|
result
|
202
206
|
end
|
@@ -278,6 +282,8 @@ module Azure::Policy::Mgmt::V2016_12_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
|
@@ -368,6 +374,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
368
374
|
end
|
369
375
|
|
370
376
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
377
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
378
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
371
379
|
# Deserialize Response
|
372
380
|
if status_code == 200
|
373
381
|
begin
|
@@ -473,6 +481,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
473
481
|
end
|
474
482
|
|
475
483
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
484
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
485
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
476
486
|
# Deserialize Response
|
477
487
|
if status_code == 201
|
478
488
|
begin
|
@@ -566,6 +576,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
566
576
|
end
|
567
577
|
|
568
578
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
579
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
580
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
569
581
|
|
570
582
|
result
|
571
583
|
end
|
@@ -650,6 +662,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
650
662
|
end
|
651
663
|
|
652
664
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
665
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
666
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
653
667
|
# Deserialize Response
|
654
668
|
if status_code == 200
|
655
669
|
begin
|
@@ -734,6 +748,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
734
748
|
end
|
735
749
|
|
736
750
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
751
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
752
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
737
753
|
# Deserialize Response
|
738
754
|
if status_code == 200
|
739
755
|
begin
|
@@ -816,6 +832,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
816
832
|
end
|
817
833
|
|
818
834
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
835
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
836
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
819
837
|
# Deserialize Response
|
820
838
|
if status_code == 200
|
821
839
|
begin
|
@@ -903,6 +921,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
903
921
|
end
|
904
922
|
|
905
923
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
924
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
925
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
906
926
|
# Deserialize Response
|
907
927
|
if status_code == 200
|
908
928
|
begin
|
@@ -991,6 +1011,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
991
1011
|
end
|
992
1012
|
|
993
1013
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1014
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1015
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
994
1016
|
# Deserialize Response
|
995
1017
|
if status_code == 200
|
996
1018
|
begin
|
@@ -1079,6 +1101,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
1079
1101
|
end
|
1080
1102
|
|
1081
1103
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1104
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1105
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1082
1106
|
# Deserialize Response
|
1083
1107
|
if status_code == 200
|
1084
1108
|
begin
|
@@ -1167,6 +1191,8 @@ module Azure::Policy::Mgmt::V2016_12_01
|
|
1167
1191
|
end
|
1168
1192
|
|
1169
1193
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1194
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1195
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1170
1196
|
# Deserialize Response
|
1171
1197
|
if status_code == 200
|
1172
1198
|
begin
|