Skip to content

Commit 23decbe

Browse files
authored
Update monitor test (Azure#23336)
Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent fea2912 commit 23decbe

File tree

3 files changed

+298
-255
lines changed

3 files changed

+298
-255
lines changed

sdk/monitor/azure-mgmt-monitor/tests/conftest.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from dotenv import load_dotenv
3232

3333
from devtools_testutils import test_proxy, add_general_regex_sanitizer
34-
34+
from devtools_testutils import add_header_regex_sanitizer, add_body_key_sanitizer
3535

3636
# Ignore async tests for Python < 3.5
3737
collect_ignore_glob = []
@@ -46,3 +46,6 @@ def add_sanitizers(test_proxy):
4646
tenant_id = os.environ.get("AZURE_TENANT_ID", "00000000-0000-0000-0000-000000000000")
4747
add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000")
4848
add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000")
49+
add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]")
50+
add_header_regex_sanitizer(key="Cookie", value="cookie;")
51+
add_body_key_sanitizer(json_path="$..access_token", value="access_token")

sdk/monitor/azure-mgmt-monitor/tests/recordings/test_cli_mgmt_monitor.pyTestMgmtMonitorClienttest_activity_log_alerts.json

Lines changed: 82 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Accept": "*/*",
88
"Accept-Encoding": "gzip, deflate",
99
"Connection": "keep-alive",
10-
"User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)"
10+
"User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)"
1111
},
1212
"RequestBody": null,
1313
"StatusCode": 200,
@@ -17,18 +17,13 @@
1717
"Cache-Control": "max-age=86400, private",
1818
"Content-Length": "1753",
1919
"Content-Type": "application/json; charset=utf-8",
20-
"Date": "Mon, 10 Jan 2022 08:30:11 GMT",
20+
"Date": "Fri, 04 Mar 2022 07:25:56 GMT",
2121
"P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022",
22-
"Set-Cookie": [
23-
"fpc=AsX06MF_rhtIiODL3dfY-6I; expires=Wed, 09-Feb-2022 08:30:11 GMT; path=/; secure; HttpOnly; SameSite=None",
24-
"esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrHpUkVvOI4zci3acORCxNJI1QvIiSkrL0Z8qSfUQlRdxlj-t8QZrDHIt_rS-7cZgpCqw3b1LxoApFJdjbPFPgC0MxCVdn-RiCjCFWzYQfRao-0urysJ8TEyhaCX1CDQ0FklOoQN853sLeIOGMokawWu7BpDt-dCnmt5Hq9v60fBsgAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None",
25-
"x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly",
26-
"stsservicecookie=estsfd; path=/; secure; samesite=none; httponly"
27-
],
22+
"Set-Cookie": "[set-cookie;]",
2823
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
2924
"X-Content-Type-Options": "nosniff",
30-
"x-ms-ests-server": "2.1.12261.17 - NCUS ProdSlices",
31-
"x-ms-request-id": "ce178994-95b6-4a0b-b553-802bebef4c03"
25+
"x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices",
26+
"x-ms-request-id": "b42e9f94-f033-4f1b-b585-742d1ff61900"
3227
},
3328
"ResponseBody": {
3429
"token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token",
@@ -105,8 +100,8 @@
105100
"Accept": "application/json",
106101
"Accept-Encoding": "gzip, deflate",
107102
"Connection": "keep-alive",
108-
"Cookie": "fpc=AsX06MF_rhtIiODL3dfY-6I; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd",
109-
"User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)"
103+
"Cookie": "cookie;",
104+
"User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)"
110105
},
111106
"RequestBody": null,
112107
"StatusCode": 200,
@@ -116,17 +111,13 @@
116111
"Cache-Control": "max-age=86400, private",
117112
"Content-Length": "945",
118113
"Content-Type": "application/json; charset=utf-8",
119-
"Date": "Mon, 10 Jan 2022 08:30:11 GMT",
114+
"Date": "Fri, 04 Mar 2022 07:25:56 GMT",
120115
"P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022",
121-
"Set-Cookie": [
122-
"fpc=AsX06MF_rhtIiODL3dfY-6I; expires=Wed, 09-Feb-2022 08:30:12 GMT; path=/; secure; HttpOnly; SameSite=None",
123-
"x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly",
124-
"stsservicecookie=estsfd; path=/; secure; samesite=none; httponly"
125-
],
116+
"Set-Cookie": "[set-cookie;]",
126117
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
127118
"X-Content-Type-Options": "nosniff",
128-
"x-ms-ests-server": "2.1.12381.10 - KRSLR1 ProdSlices",
129-
"x-ms-request-id": "c9d7a55c-4f18-4dc7-9bc6-351210021900"
119+
"x-ms-ests-server": "2.1.12529.17 - KRSLR1 ProdSlices",
120+
"x-ms-request-id": "26c44c35-1412-4fa8-a424-8c8047670e00"
130121
},
131122
"ResponseBody": {
132123
"tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration",
@@ -181,47 +172,43 @@
181172
"RequestHeaders": {
182173
"Accept": "application/json",
183174
"Accept-Encoding": "gzip, deflate",
184-
"client-request-id": "b3dd2b08-5f8f-4fbe-ae22-7c2136974b69",
175+
"client-request-id": "1c30f6c1-d903-4c6f-b1af-837cb6b91a6a",
185176
"Connection": "keep-alive",
186177
"Content-Length": "289",
187178
"Content-Type": "application/x-www-form-urlencoded",
188-
"Cookie": "fpc=AsX06MF_rhtIiODL3dfY-6I; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd",
189-
"User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)",
179+
"Cookie": "cookie;",
180+
"User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)",
190181
"x-client-cpu": "x64",
191182
"x-client-current-telemetry": "4|730,0|",
192183
"x-client-last-telemetry": "4|0|||",
193184
"x-client-os": "win32",
194185
"x-client-sku": "MSAL.Python",
195-
"x-client-ver": "1.16.0",
186+
"x-client-ver": "1.17.0",
196187
"x-ms-lib-capability": "retry-after, h429"
197188
},
198189
"RequestBody": "client_id=a2df54d5-ab03-4725-9b80-9a00b3b1967f\u0026grant_type=client_credentials\u0026client_info=1\u0026client_secret=0vj7Q~IsFayrD0V_8oyOfygU-GE3ELOabq95a\u0026claims=%7B%22access_token%22%3A\u002B%7B%22xms_cc%22%3A\u002B%7B%22values%22%3A\u002B%5B%22CP1%22%5D%7D%7D%7D\u0026scope=https%3A%2F%2Fmanagement.azure.com%2F.default",
199190
"StatusCode": 200,
200191
"ResponseHeaders": {
201192
"Cache-Control": "no-store, no-cache",
202-
"client-request-id": "b3dd2b08-5f8f-4fbe-ae22-7c2136974b69",
203-
"Content-Length": "1391",
193+
"client-request-id": "1c30f6c1-d903-4c6f-b1af-837cb6b91a6a",
194+
"Content-Length": "93",
204195
"Content-Type": "application/json; charset=utf-8",
205-
"Date": "Mon, 10 Jan 2022 08:30:12 GMT",
196+
"Date": "Fri, 04 Mar 2022 07:25:57 GMT",
206197
"Expires": "-1",
207198
"P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022",
208199
"Pragma": "no-cache",
209-
"Set-Cookie": [
210-
"fpc=AsX06MF_rhtIiODL3dfY-6KZHqKEAQAAAJTlbdkOAAAA; expires=Wed, 09-Feb-2022 08:30:12 GMT; path=/; secure; HttpOnly; SameSite=None",
211-
"x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly",
212-
"stsservicecookie=estsfd; path=/; secure; samesite=none; httponly"
213-
],
200+
"Set-Cookie": "[set-cookie;]",
214201
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
215202
"X-Content-Type-Options": "nosniff",
216203
"x-ms-clitelem": "1,0,0,,",
217-
"x-ms-ests-server": "2.1.12261.17 - EUS ProdSlices",
218-
"x-ms-request-id": "df3d30b1-7012-4728-997a-bd42af3e3300"
204+
"x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices",
205+
"x-ms-request-id": "c851afec-cd19-43b0-b00c-1486dccba200"
219206
},
220207
"ResponseBody": {
221208
"token_type": "Bearer",
222209
"expires_in": 3599,
223210
"ext_expires_in": 3599,
224-
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCIsImtpZCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNTQ4MjZiMjItMzhkNi00ZmIyLWJhZDktYjdiOTNhM2U5YzVhLyIsImlhdCI6MTY0MTgwMzExMiwibmJmIjoxNjQxODAzMTEyLCJleHAiOjE2NDE4MDcwMTIsImFpbyI6IkUyWmdZTERxbTdQMzRLU3RCeUppTHJ6L2xiWStDZ0E9IiwiYXBwaWQiOiJhMmRmNTRkNS1hYjAzLTQ3MjUtOWI4MC05YTAwYjNiMTk2N2YiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC81NDgyNmIyMi0zOGQ2LTRmYjItYmFkOS1iN2I5M2EzZTljNWEvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI4ODdjNDJiMS03OTQ2LTRjMjItYmFhNi0xNTA0M2U0YjEzMjMiLCJyaCI6IjAuQVRjQUltdUNWTlk0c2stNjJiZTVPajZjV3RWVTM2SURxeVZIbTRDYUFMT3hsbjgzQUFBLiIsInN1YiI6Ijg4N2M0MmIxLTc5NDYtNGMyMi1iYWE2LTE1MDQzZTRiMTMyMyIsInRpZCI6IjU0ODI2YjIyLTM4ZDYtNGZiMi1iYWQ5LWI3YjkzYTNlOWM1YSIsInV0aSI6InNUQTkzeEp3S0VlWmVyMUNyejR6QUEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxNDEyMjA2ODQwfQ.tfKVfCKy0szmSiEqCK2kpv7ASunIOBIYPPEFtVMM23eruVIwcTX8BnmBnrBFtKBN1yUPGwJak1x9Fu2IejM5Om3jbRzC-3BwtGagiAOVY-SmNi62rpxfbiXTpmOGTGnL5757FChd4FFwu0XDZllxWoqmnzK_ixdRZyJ-HqVfBeet5MKYjeFigPFxvEnTR7htgCefyys8XwcggrN1qDelBQG3AJ3dgEHq9bQT7vpOX3vk7BqA3pjpMTg0JurirOGO1sI_0Ab4tkl30Sw6TG7Z4DxV9Hig9eeCozJUjb1Nodw25KM2Z_btg6vYkzT01E3mvvEuCfX94QiQF_9Y4nf9dQ"
211+
"access_token": "access_token"
225212
}
226213
},
227214
{
@@ -234,25 +221,49 @@
234221
"Connection": "keep-alive",
235222
"Content-Length": "326",
236223
"Content-Type": "application/json",
237-
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)",
238-
"x-ms-client-request-id": "865c9bc8-71ef-11ec-b2e3-70b5e82527ff"
224+
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)",
225+
"x-ms-client-request-id": "5c6cb188-9b8c-11ec-8edf-d08e79139a4a"
226+
},
227+
"RequestBody": {
228+
"location": "Global",
229+
"properties": {
230+
"scopes": [
231+
"subscriptions/00000000-0000-0000-0000-000000000000"
232+
],
233+
"condition": {
234+
"allOf": [
235+
{
236+
"field": "category",
237+
"equals": "Administrative"
238+
},
239+
{
240+
"field": "level",
241+
"equals": "Error"
242+
}
243+
]
244+
},
245+
"actions": {
246+
"actionGroups": []
247+
},
248+
"enabled": true,
249+
"description": "Sample activity log alert description"
250+
}
239251
},
240-
"RequestBody": "{\u0022location\u0022: \u0022Global\u0022, \u0022properties\u0022: {\u0022scopes\u0022: [\u0022subscriptions/00000000-0000-0000-0000-000000000000\u0022], \u0022condition\u0022: {\u0022allOf\u0022: [{\u0022field\u0022: \u0022category\u0022, \u0022equals\u0022: \u0022Administrative\u0022}, {\u0022field\u0022: \u0022level\u0022, \u0022equals\u0022: \u0022Error\u0022}]}, \u0022actions\u0022: {\u0022actionGroups\u0022: []}, \u0022enabled\u0022: true, \u0022description\u0022: \u0022Sample activity log alert description\u0022}}",
241252
"StatusCode": 201,
242253
"ResponseHeaders": {
243254
"Cache-Control": "no-cache",
244255
"Content-Length": "670",
245256
"Content-Type": "application/json; charset=utf-8",
246-
"Date": "Mon, 10 Jan 2022 08:30:17 GMT",
257+
"Date": "Fri, 04 Mar 2022 07:26:05 GMT",
247258
"Expires": "-1",
248259
"Pragma": "no-cache",
249260
"Server": "Microsoft-IIS/10.0",
250261
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
251262
"X-Content-Type-Options": "nosniff",
252-
"x-ms-correlation-request-id": "32cf90cc-2eb5-4a01-8611-1982f48f7b4d",
253-
"x-ms-ratelimit-remaining-subscription-writes": "1198",
254-
"x-ms-request-id": "southeastasia_31199c3bbb4e4340832275d8b2184898_637774002173641050",
255-
"x-ms-routing-request-id": "SOUTHEASTASIA:20220110T083018Z:32cf90cc-2eb5-4a01-8611-1982f48f7b4d"
263+
"x-ms-correlation-request-id": "91281926-a1fd-4660-b3e9-99d4a3e593ee",
264+
"x-ms-ratelimit-remaining-subscription-writes": "1199",
265+
"x-ms-request-id": "southeastasia_9980f0007d5b4b5e8e325fc0f338a66d_637819755646317438",
266+
"x-ms-routing-request-id": "SOUTHEASTASIA:20220304T072605Z:91281926-a1fd-4660-b3e9-99d4a3e593ee"
256267
},
257268
"ResponseBody": {
258269
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/microsoft.insights/activityLogAlerts/activitylogalertxaa562de9",
@@ -299,16 +310,16 @@
299310
"Accept-Encoding": "gzip, deflate",
300311
"Authorization": "Sanitized",
301312
"Connection": "keep-alive",
302-
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)",
303-
"x-ms-client-request-id": "8afdcfd4-71ef-11ec-b37a-70b5e82527ff"
313+
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)",
314+
"x-ms-client-request-id": "61fb2da9-9b8c-11ec-944d-d08e79139a4a"
304315
},
305316
"RequestBody": null,
306317
"StatusCode": 200,
307318
"ResponseHeaders": {
308319
"Cache-Control": "no-cache",
309320
"Content-Encoding": "gzip",
310321
"Content-Type": "application/json; charset=utf-8",
311-
"Date": "Mon, 10 Jan 2022 08:30:17 GMT",
322+
"Date": "Fri, 04 Mar 2022 07:26:05 GMT",
312323
"Expires": "-1",
313324
"Pragma": "no-cache",
314325
"Server": "Microsoft-IIS/10.0",
@@ -319,10 +330,10 @@
319330
"Accept-Encoding"
320331
],
321332
"X-Content-Type-Options": "nosniff",
322-
"x-ms-correlation-request-id": "603a38f6-93b7-4ac7-9107-622ecc99ea92",
333+
"x-ms-correlation-request-id": "eee328e7-2993-445b-a43a-fbe713b7e9f6",
323334
"x-ms-ratelimit-remaining-subscription-reads": "11999",
324-
"x-ms-request-id": "southeastasia_8bfdea44a71844158d18ce94f7d78d97_637774002187588936",
325-
"x-ms-routing-request-id": "SOUTHEASTASIA:20220110T083018Z:603a38f6-93b7-4ac7-9107-622ecc99ea92"
335+
"x-ms-request-id": "southeastasia_b1ed6964b6424aa9b564aee001eb14ed_637819755659737415",
336+
"x-ms-routing-request-id": "SOUTHEASTASIA:20220304T072605Z:eee328e7-2993-445b-a43a-fbe713b7e9f6"
326337
},
327338
"ResponseBody": {
328339
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/microsoft.insights/activityLogAlerts/activitylogalertxaa562de9",
@@ -371,16 +382,24 @@
371382
"Connection": "keep-alive",
372383
"Content-Length": "80",
373384
"Content-Type": "application/json",
374-
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)",
375-
"x-ms-client-request-id": "8b1d9abe-71ef-11ec-9557-70b5e82527ff"
385+
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)",
386+
"x-ms-client-request-id": "62160cad-9b8c-11ec-8757-d08e79139a4a"
387+
},
388+
"RequestBody": {
389+
"tags": {
390+
"key1": "value1",
391+
"key2": "value2"
392+
},
393+
"properties": {
394+
"enabled": false
395+
}
376396
},
377-
"RequestBody": "{\u0022tags\u0022: {\u0022key1\u0022: \u0022value1\u0022, \u0022key2\u0022: \u0022value2\u0022}, \u0022properties\u0022: {\u0022enabled\u0022: false}}",
378397
"StatusCode": 200,
379398
"ResponseHeaders": {
380399
"Cache-Control": "no-cache",
381400
"Content-Encoding": "gzip",
382401
"Content-Type": "application/json; charset=utf-8",
383-
"Date": "Mon, 10 Jan 2022 08:30:20 GMT",
402+
"Date": "Fri, 04 Mar 2022 07:26:09 GMT",
384403
"Expires": "-1",
385404
"Pragma": "no-cache",
386405
"Server": "Microsoft-IIS/10.0",
@@ -391,10 +410,10 @@
391410
"Accept-Encoding"
392411
],
393412
"X-Content-Type-Options": "nosniff",
394-
"x-ms-correlation-request-id": "55d7a981-5d92-4995-b903-dddd089f0eaf",
395-
"x-ms-ratelimit-remaining-subscription-writes": "1197",
396-
"x-ms-request-id": "southeastasia_d5960471b16e446b9376def5f3cfac87_637774002192596216",
397-
"x-ms-routing-request-id": "SOUTHEASTASIA:20220110T083021Z:55d7a981-5d92-4995-b903-dddd089f0eaf"
413+
"x-ms-correlation-request-id": "80ff3df5-331e-4904-a6b9-aa997938587f",
414+
"x-ms-ratelimit-remaining-subscription-writes": "1198",
415+
"x-ms-request-id": "southeastasia_046f9936c31a494e99a09e04beab2d79_637819755675371023",
416+
"x-ms-routing-request-id": "SOUTHEASTASIA:20220304T072609Z:80ff3df5-331e-4904-a6b9-aa997938587f"
398417
},
399418
"ResponseBody": {
400419
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgname/providers/microsoft.insights/activityLogAlerts/activitylogalertxaa562de9",
@@ -445,24 +464,24 @@
445464
"Authorization": "Sanitized",
446465
"Connection": "keep-alive",
447466
"Content-Length": "0",
448-
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)",
449-
"x-ms-client-request-id": "8ca5beef-71ef-11ec-ae8f-70b5e82527ff"
467+
"User-Agent": "azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)",
468+
"x-ms-client-request-id": "64261ff6-9b8c-11ec-90a3-d08e79139a4a"
450469
},
451470
"RequestBody": null,
452471
"StatusCode": 200,
453472
"ResponseHeaders": {
454473
"Cache-Control": "no-cache",
455474
"Content-Length": "0",
456-
"Date": "Mon, 10 Jan 2022 08:30:23 GMT",
475+
"Date": "Fri, 04 Mar 2022 07:26:12 GMT",
457476
"Expires": "-1",
458477
"Pragma": "no-cache",
459478
"Server": "Microsoft-IIS/10.0",
460479
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
461480
"X-Content-Type-Options": "nosniff",
462-
"x-ms-correlation-request-id": "69f39637-39ab-4431-a691-d476695bbe6e",
481+
"x-ms-correlation-request-id": "18ace0e1-ed14-47c6-a685-d0053ed3378c",
463482
"x-ms-ratelimit-remaining-subscription-deletes": "14999",
464-
"x-ms-request-id": "southeastasia_ecfb73775abc47d18c51cac0170661a1_637774002220353179",
465-
"x-ms-routing-request-id": "SOUTHEASTASIA:20220110T083024Z:69f39637-39ab-4431-a691-d476695bbe6e"
483+
"x-ms-request-id": "southeastasia_78299caeeccf4647984958cc95e9aada_637819755701272875",
484+
"x-ms-routing-request-id": "SOUTHEASTASIA:20220304T072612Z:18ace0e1-ed14-47c6-a685-d0053ed3378c"
466485
},
467486
"ResponseBody": null
468487
}

0 commit comments

Comments
 (0)