diff --git a/sdk/relay/azure-mgmt-relay/tests/conftest.py b/sdk/relay/azure-mgmt-relay/tests/conftest.py index de673c627a44..4a0f08a367f8 100644 --- a/sdk/relay/azure-mgmt-relay/tests/conftest.py +++ b/sdk/relay/azure-mgmt-relay/tests/conftest.py @@ -31,6 +31,7 @@ from dotenv import load_dotenv from devtools_testutils import test_proxy, add_general_regex_sanitizer +from devtools_testutils import add_header_regex_sanitizer, add_body_key_sanitizer # Ignore async tests for Python < 3.5 collect_ignore_glob = [] @@ -44,4 +45,7 @@ def add_sanitizers(test_proxy): subscription_id = os.environ.get("AZURE_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000") tenant_id = os.environ.get("AZURE_TENANT_ID", "00000000-0000-0000-0000-000000000000") add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000") - add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") \ No newline at end of file + add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000") + add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") + add_header_regex_sanitizer(key="Cookie", value="cookie;") + add_body_key_sanitizer(json_path="$..access_token", value="access_token") \ No newline at end of file diff --git a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_hybridconnection.pyTestMgmtHybridConnectiontest_hybridconnetion_curd.json b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_hybridconnection.pyTestMgmtHybridConnectiontest_hybridconnetion_curd.json index 9ae29ec29da9..a8431d7deed9 100644 --- a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_hybridconnection.pyTestMgmtHybridConnectiontest_hybridconnetion_curd.json +++ b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_hybridconnection.pyTestMgmtHybridConnectiontest_hybridconnetion_curd.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,18 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:28:19 GMT", + "Date": "Fri, 04 Mar 2022 08:28:18 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS54; expires=Sun, 30-Jan-2022 08:28:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "esctx=AQABAAAAAAD--DLA3VO7QrddgJg7WevrduJyr3t-Ao1YOfO-YMGFAc0hQz3ong9OJR4b4AeqCPSN0Xpwd2sLbVZWP09nlE97kJAeNBzylPRhPRPRQCNlh3Ix0R1QaWtVSmV4qIyk-Gm6U0-auKg43mDVW1u9ElcWfmB4rxnzHq_mEmMjsQ-ak9FarHV-h0QpPVb6pvPDkW4gAA; domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - WUS2 ProdSlices", - "x-ms-request-id": "f9fa03a6-ad20-43ce-8952-32aa01ba2802" + "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", + "x-ms-request-id": "2df296a9-f02e-4dda-b7ca-7e73c9aca700" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -105,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS54; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -116,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:28:19 GMT", + "Date": "Fri, 04 Mar 2022 08:28:18 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS54; expires=Sun, 30-Jan-2022 08:28:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "55ee3c15-5ed6-482f-aa73-c9357bcb5600" + "x-ms-ests-server": "2.1.12529.17 - KRSLR1 ProdSlices", + "x-ms-request-id": "a30d6742-9f4c-4ab5-9612-11a46c340e00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -181,47 +172,43 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "7420cdc7-74fc-4db7-ba6b-9cad0c2fea72", + "client-request-id": "4e0c11e4-f1d8-4a2e-a225-fcc81cb46c69", "Connection": "keep-alive", "Content-Length": "289", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS54; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, "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", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "7420cdc7-74fc-4db7-ba6b-9cad0c2fea72", - "Content-Length": "1391", + "client-request-id": "4e0c11e4-f1d8-4a2e-a225-fcc81cb46c69", + "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:28:20 GMT", + "Date": "Fri, 04 Mar 2022 08:28:18 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAQAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:28:20 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12261.17 - WUS2 ProdSlices", - "x-ms-request-id": "f9fa03a6-ad20-43ce-8952-32aa12ba2802" + "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", + "x-ms-request-id": "47a2e13f-9544-4639-9a2e-6a0d15449d00" }, "ResponseBody": { "token_type": "Bearer", "expires_in": 3599, "ext_expires_in": 3599, - "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCIsImtpZCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNTQ4MjZiMjItMzhkNi00ZmIyLWJhZDktYjdiOTNhM2U5YzVhLyIsImlhdCI6MTY0MDkzOTAwMCwibmJmIjoxNjQwOTM5MDAwLCJleHAiOjE2NDA5NDI5MDAsImFpbyI6IkUyWmdZSEQ2WFBQdDdjSmxUTGNkQXpqdVB3aHBCd0E9IiwiYXBwaWQiOiJhMmRmNTRkNS1hYjAzLTQ3MjUtOWI4MC05YTAwYjNiMTk2N2YiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC81NDgyNmIyMi0zOGQ2LTRmYjItYmFkOS1iN2I5M2EzZTljNWEvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI4ODdjNDJiMS03OTQ2LTRjMjItYmFhNi0xNTA0M2U0YjEzMjMiLCJyaCI6IjAuQVRjQUltdUNWTlk0c2stNjJiZTVPajZjV3RWVTM2SURxeVZIbTRDYUFMT3hsbjgzQUFBLiIsInN1YiI6Ijg4N2M0MmIxLTc5NDYtNGMyMi1iYWE2LTE1MDQzZTRiMTMyMyIsInRpZCI6IjU0ODI2YjIyLTM4ZDYtNGZiMi1iYWQ5LWI3YjkzYTNlOWM1YSIsInV0aSI6InBnUDYtU0N0emtPSlVqS3FFcm9vQWciLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxNDEyMjA2ODQwfQ.Vc1TfucMELUWH7jx_MBfPoBiE3JVuFANloOmSd9s01kDyumLnptDADRVAJHVqXfQs-YhclygQq5WgkW3LtGhmvbRVefexYhBb3rSqIev5g8yO7Ru-jy10U9XKGqa-r8vXIPNBiPbGpBnLvxW10ZRC0eSlXkZ3RsCHWDHkKYoPA6Xdo2q2KewduZUXeEI7OiAydQF_L9bUlf46DMLymdSfumcSCUig1pktde0-8GNkzgre0aqg7xbzsprfsTKYGRSqWk96yZn4lKZsVtt4gheOwY-a-iny6EUVTgEX6fmeF4QfE0rv8fXQUkN58j1UgNhunuLOn-bGqPE9NKyeZFubg" + "access_token": "access_token" } }, { @@ -234,31 +221,41 @@ "Connection": "keep-alive", "Content-Length": "117", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9b59492b-6a13-11ec-8e48-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "11fa6e44-9b95-11ec-b504-d08e79139a4a" + }, + "RequestBody": { + "location": "westus", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "sku": { + "name": "Standard", + "tier": "standard" + } }, - "RequestBody": "{\u0022location\u0022: \u0022westus\u0022, \u0022tags\u0022: {\u0022tag1\u0022: \u0022value1\u0022, \u0022tag2\u0022: \u0022value2\u0022}, \u0022sku\u0022: {\u0022name\u0022: \u0022Standard\u0022, \u0022tier\u0022: \u0022standard\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:28:36 GMT", + "Date": "Fri, 04 Mar 2022 08:28:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ - "Service-Bus-Resource-Provider/SN1", + "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" ], - "Server-SB": "Service-Bus-Resource-Provider/SN1", + "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8310a948-c7ec-4cf4-9481-070a7d2c06ad", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "969d25a4-1cd8-428c-a3c1-6355a4f2b447_M9SN1_M9SN1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082836Z:8310a948-c7ec-4cf4-9481-070a7d2c06ad" + "x-ms-correlation-request-id": "5577b74d-152f-4342-abd6-f861adf3950e", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "61e88c12-f2e4-46ec-81e1-4daea8230b87_M7CH3_M7CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082826Z:5577b74d-152f-4342-abd6-f861adf3950e" }, "ResponseBody": { "sku": { @@ -276,8 +273,8 @@ "properties": { "provisioningState": "Created", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespacehybridconnection", - "createdAt": "2021-12-31T08:28:31.42Z", - "updatedAt": "2021-12-31T08:28:31.42Z", + "createdAt": "2022-03-04T08:28:24.26Z", + "updatedAt": "2022-03-04T08:28:24.26Z", "serviceBusEndpoint": "https://testingpythontestcasenamespacehybridconnection.servicebus.windows.net:443/", "status": "Activating" } @@ -291,8 +288,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9b59492b-6a13-11ec-8e48-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "11fa6e44-9b95-11ec-b504-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -300,7 +297,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:07 GMT", + "Date": "Fri, 04 Mar 2022 08:28:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -312,10 +309,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "835a931b-af1a-4728-bb08-335afde40084", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "e5051639-d3f5-4285-971a-a1316db36453_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082908Z:835a931b-af1a-4728-bb08-335afde40084" + "x-ms-correlation-request-id": "2c25b6aa-feae-4e2a-92be-ecdef6f24f7a", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "235cdf2a-89a4-430a-bccc-813bfee070ef_M4CH3_M4CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082857Z:2c25b6aa-feae-4e2a-92be-ecdef6f24f7a" }, "ResponseBody": { "sku": { @@ -333,8 +330,8 @@ "properties": { "provisioningState": "Created", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespacehybridconnection", - "createdAt": "2021-12-31T08:28:31.42Z", - "updatedAt": "2021-12-31T08:28:31.42Z", + "createdAt": "2022-03-04T08:28:24.26Z", + "updatedAt": "2022-03-04T08:28:24.26Z", "serviceBusEndpoint": "https://testingpythontestcasenamespacehybridconnection.servicebus.windows.net:443/", "status": "Activating" } @@ -348,8 +345,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "9b59492b-6a13-11ec-8e48-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "11fa6e44-9b95-11ec-b504-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -357,7 +354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:39 GMT", + "Date": "Fri, 04 Mar 2022 08:29:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -369,10 +366,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebcf59e8-75cd-4d24-8663-046d012ddfe2", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "0c22c6bb-ba62-41b8-9e23-b6752aea33fe_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082939Z:ebcf59e8-75cd-4d24-8663-046d012ddfe2" + "x-ms-correlation-request-id": "a3b89270-41f5-4c92-aad0-51f434fed095", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "9c370e0d-9bbe-435c-b517-f044c8303446_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082927Z:a3b89270-41f5-4c92-aad0-51f434fed095" }, "ResponseBody": { "sku": { @@ -390,8 +387,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespacehybridconnection", - "createdAt": "2021-12-31T08:28:31.42Z", - "updatedAt": "2021-12-31T08:29:16.39Z", + "createdAt": "2022-03-04T08:28:24.26Z", + "updatedAt": "2022-03-04T08:29:06.377Z", "serviceBusEndpoint": "https://testingpythontestcasenamespacehybridconnection.servicebus.windows.net:443/", "status": "Active" } @@ -405,8 +402,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "cb7048fa-6a13-11ec-80ba-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "3c2a1539-9b95-11ec-8c84-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -414,7 +411,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:39 GMT", + "Date": "Fri, 04 Mar 2022 08:29:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -426,10 +423,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4111cb3-3beb-4704-8f05-27a8f90e9b59", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "458105e9-3392-4309-a2ed-b81efeb14444_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082940Z:f4111cb3-3beb-4704-8f05-27a8f90e9b59" + "x-ms-correlation-request-id": "3a9381bb-f0c0-4c8d-8985-75eaf163d8ed", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "58630b26-6c03-4cd7-8f44-411afb854ac7_M0CH3_M0CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082928Z:3a9381bb-f0c0-4c8d-8985-75eaf163d8ed" }, "ResponseBody": { "sku": { @@ -447,8 +444,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespacehybridconnection", - "createdAt": "2021-12-31T08:28:31.42Z", - "updatedAt": "2021-12-31T08:29:16.39Z", + "createdAt": "2022-03-04T08:28:24.26Z", + "updatedAt": "2022-03-04T08:29:06.377Z", "serviceBusEndpoint": "https://testingpythontestcasenamespacehybridconnection.servicebus.windows.net:443/", "status": "Active" } @@ -464,16 +461,21 @@ "Connection": "keep-alive", "Content-Length": "103", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "cba29d83-6a13-11ec-9759-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "3c5b45b3-9b95-11ec-86dc-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "requiresClientAuthorization": true, + "userMetadata": "User data for HybridConnection" + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022requiresClientAuthorization\u0022: true, \u0022userMetadata\u0022: \u0022User data for HybridConnection\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:42 GMT", + "Date": "Fri, 04 Mar 2022 08:29:29 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -485,10 +487,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "096a08d4-d081-40c7-a4ff-18505964d44c", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "28c826d5-d6b7-4a62-a818-926c1141b121_M0CH3_M0CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082943Z:096a08d4-d081-40c7-a4ff-18505964d44c" + "x-ms-correlation-request-id": "bdbd1eab-408e-4475-ad19-8589e20bc3ea", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "d7741d04-26d4-4a29-98d9-11144b76febc_M0CH3_M0CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082930Z:bdbd1eab-408e-4475-ad19-8589e20bc3ea" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ba24323b/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespacehybridconnection/hybridConnections/testingpythontestcasehybridconnection", @@ -496,8 +498,8 @@ "type": "Microsoft.Relay/Namespaces/HybridConnections", "location": "West US", "properties": { - "createdAt": "2021-12-31T08:29:42.7275678Z", - "updatedAt": "2021-12-31T08:29:42.7275678Z", + "createdAt": "2022-03-04T08:29:29.7590899Z", + "updatedAt": "2022-03-04T08:29:29.7590899Z", "listenerCount": 0, "requiresClientAuthorization": true, "userMetadata": "User data for HybridConnection" @@ -512,8 +514,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "cd801244-6a13-11ec-acb6-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "3daf421c-9b95-11ec-b429-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -521,7 +523,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:43 GMT", + "Date": "Fri, 04 Mar 2022 08:29:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -533,10 +535,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c18ad2ed-e6cf-412e-bd25-d21b78a52962", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "b3d955e6-0f84-49c2-a102-d08442e2d890_M0CH3_M0CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082943Z:c18ad2ed-e6cf-412e-bd25-d21b78a52962" + "x-ms-correlation-request-id": "70b451b3-2f5a-44be-81fb-dd8a0fcfe08f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "58280944-c7fc-453d-8605-c7d7b03707a2_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082931Z:70b451b3-2f5a-44be-81fb-dd8a0fcfe08f" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ba24323b/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespacehybridconnection/hybridConnections/testingpythontestcasehybridconnection", @@ -544,8 +546,8 @@ "type": "Microsoft.Relay/Namespaces/HybridConnections", "location": "West US", "properties": { - "createdAt": "2021-12-31T08:29:42.7275678Z", - "updatedAt": "2021-12-31T08:29:42.7275678Z", + "createdAt": "2022-03-04T08:29:29.7590899Z", + "updatedAt": "2022-03-04T08:29:29.7590899Z", "listenerCount": 0, "requiresClientAuthorization": true, "userMetadata": "User data for HybridConnection" @@ -560,8 +562,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "cdbaf7b1-6a13-11ec-be96-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "3e95a8b7-9b95-11ec-b176-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -569,7 +571,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:43 GMT", + "Date": "Fri, 04 Mar 2022 08:29:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -581,11 +583,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97e80018-589e-4b13-a8a2-2e0fd5300743", + "x-ms-correlation-request-id": "493a8233-996b-4a67-98b8-a5fded08143c", "x-ms-inline-count": "", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "b303cf9b-ea59-4c5c-a98f-0cb647d36a25_M0CH3_M0CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082944Z:97e80018-589e-4b13-a8a2-2e0fd5300743" + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "00503327-84c7-4146-a907-00c2ae0f4845_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082932Z:493a8233-996b-4a67-98b8-a5fded08143c" }, "ResponseBody": { "value": [ @@ -595,8 +597,8 @@ "type": "Microsoft.Relay/Namespaces/HybridConnections", "location": "West US", "properties": { - "createdAt": "2021-12-31T08:29:42.7275678Z", - "updatedAt": "2021-12-31T08:29:42.7275678Z", + "createdAt": "2022-03-04T08:29:29.7590899Z", + "updatedAt": "2022-03-04T08:29:29.7590899Z", "listenerCount": 0, "requiresClientAuthorization": true, "userMetadata": "User data for HybridConnection" @@ -615,16 +617,20 @@ "Connection": "keep-alive", "Content-Length": "74", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "ce283fbe-6a13-11ec-8644-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "3effde8a-9b95-11ec-89a0-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "userMetadata": "User data for HybridConnection updated" + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022userMetadata\u0022: \u0022User data for HybridConnection updated\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:45 GMT", + "Date": "Fri, 04 Mar 2022 08:29:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -636,10 +642,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c09b4861-35cb-43c2-bff4-a777f96e6500", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "61c03a9c-9619-4cc2-a8ac-50f686c721fd_M11CH3_M11CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082946Z:c09b4861-35cb-43c2-bff4-a777f96e6500" + "x-ms-correlation-request-id": "952bee8f-76ba-4916-9004-0e852906ca14", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "e1627e35-f18f-4d2a-b523-52ac77633ced_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082933Z:952bee8f-76ba-4916-9004-0e852906ca14" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ba24323b/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespacehybridconnection/hybridConnections/testingpythontestcasehybridconnection", @@ -665,16 +671,23 @@ "Connection": "keep-alive", "Content-Length": "46", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "cf5ba97e-6a13-11ec-a0ba-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "3f4f02a7-9b95-11ec-bb6d-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "rights": [ + "Send", + "Listen" + ] + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022rights\u0022: [\u0022Send\u0022, \u0022Listen\u0022]}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:48 GMT", + "Date": "Fri, 04 Mar 2022 08:29:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -686,10 +699,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85464a3b-aee7-4785-9170-241508a96239", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "3e7a05d0-88dc-45ff-8a05-356f235f3ebf_M8CH3_M8CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082949Z:85464a3b-aee7-4785-9170-241508a96239" + "x-ms-correlation-request-id": "8941e220-2642-4dee-8cc3-8df2dc4d2b7b", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "272cd419-5d5a-44af-bc22-17df37455275_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082933Z:8941e220-2642-4dee-8cc3-8df2dc4d2b7b" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ba24323b/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespacehybridconnection/hybridConnections/testingpythontestcasehybridconnection/authorizationRules/testingauthrulepy", @@ -712,8 +725,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d1001834-6a13-11ec-9851-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "3fcc5712-9b95-11ec-b928-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -721,7 +734,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:49 GMT", + "Date": "Fri, 04 Mar 2022 08:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -733,10 +746,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dd16de5-bdc8-46ec-a182-33b6a9acc407", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "06bad8e5-faa7-4d76-a1cb-4bee453e3322_M8CH3_M8CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082950Z:1dd16de5-bdc8-46ec-a182-33b6a9acc407" + "x-ms-correlation-request-id": "dd9d5215-3d3c-416e-a664-aca5b1e776eb", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "8e63f1f7-7624-4d94-b199-2716dd483641_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082934Z:dd9d5215-3d3c-416e-a664-aca5b1e776eb" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ba24323b/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespacehybridconnection/hybridConnections/testingpythontestcasehybridconnection/authorizationRules/testingauthrulepy", @@ -761,16 +774,24 @@ "Connection": "keep-alive", "Content-Length": "56", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d1a8f578-6a13-11ec-92ff-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "40253b19-9b95-11ec-82fa-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "rights": [ + "Send", + "Listen", + "Manage" + ] + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022rights\u0022: [\u0022Send\u0022, \u0022Listen\u0022, \u0022Manage\u0022]}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:50 GMT", + "Date": "Fri, 04 Mar 2022 08:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -782,10 +803,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0775cca-e5b1-4899-b0fb-07d8ed919604", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "5f8aa1e1-0968-4c25-8f00-4440f0681e34_M8CH3_M8CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082951Z:c0775cca-e5b1-4899-b0fb-07d8ed919604" + "x-ms-correlation-request-id": "71ad4129-cb06-411a-a073-fd5b271f930d", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "ec58d42c-f530-49f6-9916-a480459ef4d2_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082935Z:71ad4129-cb06-411a-a073-fd5b271f930d" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ba24323b/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespacehybridconnection/hybridConnections/testingpythontestcasehybridconnection/authorizationRules/testingauthrulepy", @@ -809,8 +830,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d219b3dd-6a13-11ec-86e3-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "407e2ee7-9b95-11ec-9e87-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -818,7 +839,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:50 GMT", + "Date": "Fri, 04 Mar 2022 08:29:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -830,10 +851,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8547de32-5eee-4716-afd8-151cf35d5fb1", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "a20083e8-fa91-421c-93d7-cad9e86bcc86_M8CH3_M8CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082951Z:8547de32-5eee-4716-afd8-151cf35d5fb1" + "x-ms-correlation-request-id": "c6526b66-998c-4ac5-910f-eb74e4b20096", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "53ca112e-8d96-4df7-8c17-51c7886045f2_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082935Z:c6526b66-998c-4ac5-910f-eb74e4b20096" }, "ResponseBody": { "value": [ @@ -862,8 +883,8 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d26209e9-6a13-11ec-84c9-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "40b997da-9b95-11ec-a34b-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -871,7 +892,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:52 GMT", + "Date": "Fri, 04 Mar 2022 08:29:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -883,16 +904,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05c7a888-2f5a-49e7-8eb5-994cceba0983", + "x-ms-correlation-request-id": "1c826c9c-934f-406c-98a8-fbd4809fc91c", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "813b78fe-31ea-48e0-be76-3f5abcbb6521_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082953Z:05c7a888-2f5a-49e7-8eb5-994cceba0983" + "x-ms-request-id": "9cac2571-cfdc-44e2-aa4a-3c89137a6614_M4CH3_M4CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082937Z:1c826c9c-934f-406c-98a8-fbd4809fc91c" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=YN\u002BLZ0xuDxe2rXTbXag0y2fYkraiBqB3DzZgBHrytrA=;EntityPath=testingpythontestcasehybridconnection", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=OOoNU4eca7ryZjp5EcbNVDLpvbFhpDjqj28AdbbSAS4=;EntityPath=testingpythontestcasehybridconnection", - "primaryKey": "YN\u002BLZ0xuDxe2rXTbXag0y2fYkraiBqB3DzZgBHrytrA=", - "secondaryKey": "OOoNU4eca7ryZjp5EcbNVDLpvbFhpDjqj28AdbbSAS4=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=DK2t2zp20IFtx7eSGotsdRorXbWSOLIfr1LFCbVVtBg=;EntityPath=testingpythontestcasehybridconnection", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=Ju2ra8YHjU5hqwn/mpdr2bfqX/vV2pQ4bw/r4\u002BRdDiM=;EntityPath=testingpythontestcasehybridconnection", + "primaryKey": "DK2t2zp20IFtx7eSGotsdRorXbWSOLIfr1LFCbVVtBg=", + "secondaryKey": "Ju2ra8YHjU5hqwn/mpdr2bfqX/vV2pQ4bw/r4\u002BRdDiM=", "keyName": "testingauthrulepy" } }, @@ -906,16 +927,18 @@ "Connection": "keep-alive", "Content-Length": "25", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d37e769c-6a13-11ec-a912-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "41ecec69-9b95-11ec-97a0-d08e79139a4a" + }, + "RequestBody": { + "keyType": "PrimaryKey" }, - "RequestBody": "{\u0022keyType\u0022: \u0022PrimaryKey\u0022}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:53 GMT", + "Date": "Fri, 04 Mar 2022 08:29:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -927,16 +950,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d829e0cf-e540-471a-a127-6ae732e86986", + "x-ms-correlation-request-id": "84597e07-647e-481f-90e3-5a95e0272c51", "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "2c8606dd-003d-401c-962b-d45feef39a94_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082953Z:d829e0cf-e540-471a-a127-6ae732e86986" + "x-ms-request-id": "9847ed1c-9835-4f3b-aa55-7d47bd4099d3_M5CH3_M5CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082938Z:84597e07-647e-481f-90e3-5a95e0272c51" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=JHc1bW45D4D/TrbhZ2uOIUrkEocNLAKAxbKqOmVZUxg=;EntityPath=testingpythontestcasehybridconnection", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=OOoNU4eca7ryZjp5EcbNVDLpvbFhpDjqj28AdbbSAS4=;EntityPath=testingpythontestcasehybridconnection", - "primaryKey": "JHc1bW45D4D/TrbhZ2uOIUrkEocNLAKAxbKqOmVZUxg=", - "secondaryKey": "OOoNU4eca7ryZjp5EcbNVDLpvbFhpDjqj28AdbbSAS4=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=Mzrc6ubhDuhDMp5NXuvPZ6nlit5mr80JFkA5CFv33zY=;EntityPath=testingpythontestcasehybridconnection", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=Ju2ra8YHjU5hqwn/mpdr2bfqX/vV2pQ4bw/r4\u002BRdDiM=;EntityPath=testingpythontestcasehybridconnection", + "primaryKey": "Mzrc6ubhDuhDMp5NXuvPZ6nlit5mr80JFkA5CFv33zY=", + "secondaryKey": "Ju2ra8YHjU5hqwn/mpdr2bfqX/vV2pQ4bw/r4\u002BRdDiM=", "keyName": "testingauthrulepy" } }, @@ -950,16 +973,18 @@ "Connection": "keep-alive", "Content-Length": "27", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d3d13d8f-6a13-11ec-a6b1-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "42845e22-9b95-11ec-b977-d08e79139a4a" + }, + "RequestBody": { + "keyType": "SecondaryKey" }, - "RequestBody": "{\u0022keyType\u0022: \u0022SecondaryKey\u0022}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:29:53 GMT", + "Date": "Fri, 04 Mar 2022 08:29:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -971,16 +996,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de49dea3-4cea-4a0e-93ad-eabd77dc96a6", + "x-ms-correlation-request-id": "84fed0b5-6cbb-4e5b-a457-558b6badcb88", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "3b75c7d3-594c-4d08-84e0-5f7e6c7c0617_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082954Z:de49dea3-4cea-4a0e-93ad-eabd77dc96a6" + "x-ms-request-id": "a9044fa6-0280-4ff9-ba63-3794af13bd65_M4CH3_M4CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082940Z:84fed0b5-6cbb-4e5b-a457-558b6badcb88" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=JHc1bW45D4D/TrbhZ2uOIUrkEocNLAKAxbKqOmVZUxg=;EntityPath=testingpythontestcasehybridconnection", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=IKWU/htUkQZjzaZZBgZsnmA6/XFcqU6HmnI6zV/TRss=;EntityPath=testingpythontestcasehybridconnection", - "primaryKey": "JHc1bW45D4D/TrbhZ2uOIUrkEocNLAKAxbKqOmVZUxg=", - "secondaryKey": "IKWU/htUkQZjzaZZBgZsnmA6/XFcqU6HmnI6zV/TRss=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=Mzrc6ubhDuhDMp5NXuvPZ6nlit5mr80JFkA5CFv33zY=;EntityPath=testingpythontestcasehybridconnection", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespacehybridconnection.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=qa/djpd\u002ByOrXSLuxPo0Pb1xwg6GbvmV\u002Bv2CuDSuT/Ak=;EntityPath=testingpythontestcasehybridconnection", + "primaryKey": "Mzrc6ubhDuhDMp5NXuvPZ6nlit5mr80JFkA5CFv33zY=", + "secondaryKey": "qa/djpd\u002ByOrXSLuxPo0Pb1xwg6GbvmV\u002Bv2CuDSuT/Ak=", "keyName": "testingauthrulepy" } }, @@ -993,15 +1018,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d43dbae6-6a13-11ec-b24b-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "4382cdae-9b95-11ec-8992-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:29:56 GMT", + "Date": "Fri, 04 Mar 2022 08:29:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1011,10 +1036,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb371624-df33-4ea4-9364-482aef7d3fdd", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "81a72e07-6d86-4281-b988-12c970e0fd34_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T082957Z:fb371624-df33-4ea4-9364-482aef7d3fdd" + "x-ms-correlation-request-id": "09102a1c-4510-462f-894b-48a5afc4993b", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "1fa3c0de-7c0a-4981-a65a-3be154d31686_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082942Z:09102a1c-4510-462f-894b-48a5afc4993b" }, "ResponseBody": null }, @@ -1027,15 +1052,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d5e451fa-6a13-11ec-b20e-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "44c1031e-9b95-11ec-8715-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:30:00 GMT", + "Date": "Fri, 04 Mar 2022 08:29:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1045,10 +1070,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b39aa87-bba4-40c3-87de-721f50dda64b", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "5d82d963-c57a-4f65-a201-c199a56ba787_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083000Z:5b39aa87-bba4-40c3-87de-721f50dda64b" + "x-ms-correlation-request-id": "fc7932cd-40db-471b-b2e7-2f17a898413d", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "1c3d011d-1f26-4ac8-98d8-75b49112be8c_M0CH3_M0CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082944Z:fc7932cd-40db-471b-b2e7-2f17a898413d" }, "ResponseBody": null }, @@ -1061,15 +1086,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d7f9f56d-6a13-11ec-930a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "45f7904d-9b95-11ec-bcec-d08e79139a4a" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:30:02 GMT", + "Date": "Fri, 04 Mar 2022 08:29:46 GMT", "Expires": "-1", "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ba24323b/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespacehybridconnection/operationresults/testingpythontestcasenamespacehybridconnection?api-version=2017-04-01", "Pragma": "no-cache", @@ -1080,10 +1105,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15b145c1-c220-4f1d-9454-2c227298eecc", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "1d01b446-2d97-46a3-a747-0d0549bbb940_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083003Z:15b145c1-c220-4f1d-9454-2c227298eecc" + "x-ms-correlation-request-id": "1a0ca173-0f78-413a-bbae-c3ff2399af38", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "71813950-58c2-4046-8ea7-05f021e1c965_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T082947Z:1a0ca173-0f78-413a-bbae-c3ff2399af38" }, "ResponseBody": null }, @@ -1095,15 +1120,15 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "d7f9f56d-6a13-11ec-930a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "45f7904d-9b95-11ec-bcec-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:30:35 GMT", + "Date": "Fri, 04 Mar 2022 08:30:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1113,10 +1138,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d0c92602-dd62-4e2d-9560-57bf8c2ca604", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "1b665fc0-42be-46e1-b67c-4fa51da59df7_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083035Z:d0c92602-dd62-4e2d-9560-57bf8c2ca604" + "x-ms-correlation-request-id": "11f59666-adfe-464b-8274-15884011fed0", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "b1c7a08f-be33-43a8-b393-7250ecae9229_M7CH3_M7CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083017Z:11f59666-adfe-464b-8274-15884011fed0" }, "ResponseBody": null } diff --git a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_check_name_availability.pyTestMgmtRelaytest_eh_namespace_available.json b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_check_name_availability.pyTestMgmtRelaytest_eh_namespace_available.json index 1389859bf347..30d9c16c08d3 100644 --- a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_check_name_availability.pyTestMgmtRelaytest_eh_namespace_available.json +++ b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_check_name_availability.pyTestMgmtRelaytest_eh_namespace_available.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:41 GMT", + "Date": "Fri, 04 Mar 2022 08:30:20 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAQAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:30:42 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - EUS ProdSlices", - "x-ms-request-id": "488fccab-4216-4fc0-a02e-73d2ba3fdb01" + "x-ms-ests-server": "2.1.12529.17 - WUS2 ProdSlices", + "x-ms-request-id": "f03606d5-cd26-473f-8e7e-ff48dd3c0c00" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAQAAACS2YNkOAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:42 GMT", + "Date": "Fri, 04 Mar 2022 08:30:20 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAQAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:30:42 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "8efa0660-ddf1-4551-9d50-495710a45800" + "x-ms-ests-server": "2.1.12529.17 - SEASLR1 ProdSlices", + "x-ms-request-id": "a19336b8-2528-498e-b35b-860e29080e00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,47 +172,43 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "97d49c6e-fd0f-4736-9fd0-929eb4843431", + "client-request-id": "ee7235ab-2fdd-4de6-b3b5-a3820f0ea37d", "Connection": "keep-alive", "Content-Length": "289", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAQAAACS2YNkOAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, "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", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "97d49c6e-fd0f-4736-9fd0-929eb4843431", - "Content-Length": "1391", + "client-request-id": "ee7235ab-2fdd-4de6-b3b5-a3820f0ea37d", + "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:42 GMT", + "Date": "Fri, 04 Mar 2022 08:30:21 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAgAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:30:42 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12261.17 - WUS2 ProdSlices", - "x-ms-request-id": "ffa0581e-6f60-45c5-8b65-70a5d791e401" + "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", + "x-ms-request-id": "9482d6f0-3148-4d66-aaef-eab945e07b00" }, "ResponseBody": { "token_type": "Bearer", "expires_in": 3599, "ext_expires_in": 3599, - "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCIsImtpZCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNTQ4MjZiMjItMzhkNi00ZmIyLWJhZDktYjdiOTNhM2U5YzVhLyIsImlhdCI6MTY0MDkzOTE0MiwibmJmIjoxNjQwOTM5MTQyLCJleHAiOjE2NDA5NDMwNDIsImFpbyI6IkUyWmdZSWdPYmIvU2RuRmU3clB0bFFXcjE2OHdCQUE9IiwiYXBwaWQiOiJhMmRmNTRkNS1hYjAzLTQ3MjUtOWI4MC05YTAwYjNiMTk2N2YiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC81NDgyNmIyMi0zOGQ2LTRmYjItYmFkOS1iN2I5M2EzZTljNWEvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI4ODdjNDJiMS03OTQ2LTRjMjItYmFhNi0xNTA0M2U0YjEzMjMiLCJyaCI6IjAuQVRjQUltdUNWTlk0c2stNjJiZTVPajZjV3RWVTM2SURxeVZIbTRDYUFMT3hsbjgzQUFBLiIsInN1YiI6Ijg4N2M0MmIxLTc5NDYtNGMyMi1iYWE2LTE1MDQzZTRiMTMyMyIsInRpZCI6IjU0ODI2YjIyLTM4ZDYtNGZiMi1iYWQ5LWI3YjkzYTNlOWM1YSIsInV0aSI6IkhsaWdfMkJ2eFVXTFpYQ2wxNUhrQVEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxNDEyMjA2ODQwfQ.ho2efKUVQLMoRFBmalMvsuJ0alIJA7TIsidNIDF8D79bf4mK6JN1S2a2_O-yuW8Ka46J8Entknlm4wfD-r-PuxqOzcDVrkIBFKzlCUwwzGzr9LMm-EPKetOPjkppnmrF49MAsdhPKoGWgYKsjlLTdOvjFnoOjhfusUJr1RIK6lcyG81a7KGC5CivdfwNseR_TjAS2YyLPsr3i1ADDamI8yc3uc3nB07cugrRPxGU3J0gfSCl-7jS9NZAjKvlfeBjDW7f-pPefLBK5j9JYhxaWy9wq8Xuj5f-FRYRsxGuvGD6bfMZWvNEW8j63OWnqozu9yRDGFkp4IcT4p5hnLc_Yg" + "access_token": "access_token" } }, { @@ -233,16 +221,18 @@ "Connection": "keep-alive", "Content-Length": "51", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f0087d18-6a13-11ec-950a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "5b945d7f-9b95-11ec-a192-d08e79139a4a" + }, + "RequestBody": { + "name": "Testingehnamespaceavailabilityforpython" }, - "RequestBody": "{\u0022name\u0022: \u0022Testingehnamespaceavailabilityforpython\u0022}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:44 GMT", + "Date": "Fri, 04 Mar 2022 08:30:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -254,10 +244,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df03626c-63f8-40c6-8dc6-8a3029d36a8e", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "a425daaf-0822-4582-b5f3-ea51dd3b156d_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083044Z:df03626c-63f8-40c6-8dc6-8a3029d36a8e" + "x-ms-correlation-request-id": "bb678a36-b44a-43de-80cc-782dccce985d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "39432997-eec4-47ba-a175-146d1eee74c2_M5CH3_M5CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083023Z:bb678a36-b44a-43de-80cc-782dccce985d" }, "ResponseBody": { "nameAvailable": true, diff --git a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_namespace.pyTestMgmtRelayNamespacetest_relay_namespace_curd.json b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_namespace.pyTestMgmtRelayNamespacetest_relay_namespace_curd.json index 3e76c552ca88..9481c7029598 100644 --- a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_namespace.pyTestMgmtRelayNamespacetest_relay_namespace_curd.json +++ b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_relay_namespace.pyTestMgmtRelayNamespacetest_relay_namespace_curd.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:46 GMT", + "Date": "Fri, 04 Mar 2022 08:30:27 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAgAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:30:47 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - NCUS ProdSlices", - "x-ms-request-id": "2e9d8a30-8da1-48a9-ac8a-e0f421838401" + "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", + "x-ms-request-id": "a280df34-83f1-4476-9a8c-764a6743aa00" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAgAAACS2YNkOAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:46 GMT", + "Date": "Fri, 04 Mar 2022 08:30:28 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAgAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:30:47 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - KRSLR1 ProdSlices", - "x-ms-request-id": "8efa0660-ddf1-4551-9d50-4957cea45800" + "x-ms-ests-server": "2.1.12529.17 - KRSLR1 ProdSlices", + "x-ms-request-id": "73beef06-cac9-40c2-9b1f-ab194ecc0e00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,47 +172,43 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "875a4602-2040-4028-b835-a3f2f7cdabfd", + "client-request-id": "f3cb2f38-6a57-42df-8ef5-98c08419c682", "Connection": "keep-alive", "Content-Length": "289", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAgAAACS2YNkOAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, "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", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "875a4602-2040-4028-b835-a3f2f7cdabfd", - "Content-Length": "1391", + "client-request-id": "f3cb2f38-6a57-42df-8ef5-98c08419c682", + "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:47 GMT", + "Date": "Fri, 04 Mar 2022 08:30:28 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAwAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:30:47 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12261.17 - EUS ProdSlices", - "x-ms-request-id": "d460ccd9-5ed0-4528-af27-b7cb6a80ed01" + "x-ms-ests-server": "2.1.12507.17 - SCUS ProdSlices", + "x-ms-request-id": "157ea030-3e22-4ca1-adf8-d7aba036b100" }, "ResponseBody": { "token_type": "Bearer", "expires_in": 3599, "ext_expires_in": 3599, - "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCIsImtpZCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNTQ4MjZiMjItMzhkNi00ZmIyLWJhZDktYjdiOTNhM2U5YzVhLyIsImlhdCI6MTY0MDkzOTE0NywibmJmIjoxNjQwOTM5MTQ3LCJleHAiOjE2NDA5NDMwNDcsImFpbyI6IkUyWmdZRmh0K2RFMXZONmFaZHFON3B2MnV0eUZBQT09IiwiYXBwaWQiOiJhMmRmNTRkNS1hYjAzLTQ3MjUtOWI4MC05YTAwYjNiMTk2N2YiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC81NDgyNmIyMi0zOGQ2LTRmYjItYmFkOS1iN2I5M2EzZTljNWEvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI4ODdjNDJiMS03OTQ2LTRjMjItYmFhNi0xNTA0M2U0YjEzMjMiLCJyaCI6IjAuQVRjQUltdUNWTlk0c2stNjJiZTVPajZjV3RWVTM2SURxeVZIbTRDYUFMT3hsbjgzQUFBLiIsInN1YiI6Ijg4N2M0MmIxLTc5NDYtNGMyMi1iYWE2LTE1MDQzZTRiMTMyMyIsInRpZCI6IjU0ODI2YjIyLTM4ZDYtNGZiMi1iYWQ5LWI3YjkzYTNlOWM1YSIsInV0aSI6IjJjeGcxTkJlS0VXdko3Zkxhb0R0QVEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxNDEyMjA2ODQwfQ.iwIducP-gFVYZ85TFSEsGh5bviC3d5hirm9aVBizacRbtGbff_7xWF8H6gw1qPxrKg48c5J725WVUclizMow9z_FIsULf0XU_ljhiIkHsxdnau_Q36XILmlc8fKAsonDUAruf80_56u7YPX5ds2VS-5CRFe5CRY6r63gzX2E6pPaTGaoyOasJmWrljxJMbFzoJag7XlPjGkWo30f-PZ8UhEVNi8TLgqZ66JHZWX5wK0-Nn2VLa0uwjlIB9Tb826uNVZqt1fDgE0PFR8gRrO89M9ONAjrWIRnkQsZtjmE1nHPfveb98ZofHjLvCyiQFwPiOID0TS1WPPLOh45oFWrTg" + "access_token": "access_token" } }, { @@ -233,16 +221,26 @@ "Connection": "keep-alive", "Content-Length": "117", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f34dd61f-6a13-11ec-8e6a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "6036d7e7-9b95-11ec-9d84-d08e79139a4a" + }, + "RequestBody": { + "location": "westus", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "sku": { + "name": "Standard", + "tier": "standard" + } }, - "RequestBody": "{\u0022location\u0022: \u0022westus\u0022, \u0022tags\u0022: {\u0022tag1\u0022: \u0022value1\u0022, \u0022tag2\u0022: \u0022value2\u0022}, \u0022sku\u0022: {\u0022name\u0022: \u0022Standard\u0022, \u0022tier\u0022: \u0022standard\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:30:52 GMT", + "Date": "Fri, 04 Mar 2022 08:30:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -254,10 +252,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2beedb5d-adf6-46d2-90a0-3d372835cfda", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "c2c4a3dd-1408-467d-9ea1-e40435d830ce_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083052Z:2beedb5d-adf6-46d2-90a0-3d372835cfda" + "x-ms-correlation-request-id": "9bbde356-3e3f-4119-8c6c-dfd8d3165b10", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "c369b4fa-d67c-4bef-815e-b68b9468bba5_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083034Z:9bbde356-3e3f-4119-8c6c-dfd8d3165b10" }, "ResponseBody": { "sku": { @@ -275,8 +273,8 @@ "properties": { "provisioningState": "Created", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespace", - "createdAt": "2021-12-31T08:30:50.71Z", - "updatedAt": "2021-12-31T08:30:50.71Z", + "createdAt": "2022-03-04T08:30:32.423Z", + "updatedAt": "2022-03-04T08:30:32.423Z", "serviceBusEndpoint": "https://testingpythontestcasenamespace.servicebus.windows.net:443/", "status": "Activating" } @@ -290,8 +288,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f34dd61f-6a13-11ec-8e6a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "6036d7e7-9b95-11ec-9d84-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -299,7 +297,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:31:24 GMT", + "Date": "Fri, 04 Mar 2022 08:31:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -311,10 +309,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b90b76a-693e-4026-96fc-a94a5d2e2b4a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "17260260-cb3f-4f3d-be2f-95775d4fa261_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083125Z:2b90b76a-693e-4026-96fc-a94a5d2e2b4a" + "x-ms-correlation-request-id": "2d68841b-2f5c-4db6-9aae-de3113df523f", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "24187290-5bc3-4b13-98da-b6e310cd1c6e_M9CH3_M9CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083105Z:2d68841b-2f5c-4db6-9aae-de3113df523f" }, "ResponseBody": { "sku": { @@ -332,8 +330,8 @@ "properties": { "provisioningState": "Created", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespace", - "createdAt": "2021-12-31T08:30:50.71Z", - "updatedAt": "2021-12-31T08:30:50.71Z", + "createdAt": "2022-03-04T08:30:32.423Z", + "updatedAt": "2022-03-04T08:30:32.423Z", "serviceBusEndpoint": "https://testingpythontestcasenamespace.servicebus.windows.net:443/", "status": "Activating" } @@ -347,8 +345,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "f34dd61f-6a13-11ec-8e6a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "6036d7e7-9b95-11ec-9d84-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -356,7 +354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:31:56 GMT", + "Date": "Fri, 04 Mar 2022 08:31:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -368,10 +366,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a131ed0b-ddbc-49c3-a873-72750296a618", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "77f6dcb7-7518-47b2-8aca-e05146f13239_M10CH3_M10CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083156Z:a131ed0b-ddbc-49c3-a873-72750296a618" + "x-ms-correlation-request-id": "8920e202-74bc-4a0c-8ad5-e023aacd8cc1", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "9a65e89f-6b37-4547-9443-8b52807f02c4_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083135Z:8920e202-74bc-4a0c-8ad5-e023aacd8cc1" }, "ResponseBody": { "sku": { @@ -389,8 +387,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespace", - "createdAt": "2021-12-31T08:30:50.71Z", - "updatedAt": "2021-12-31T08:31:34.153Z", + "createdAt": "2022-03-04T08:30:32.423Z", + "updatedAt": "2022-03-04T08:31:14.8Z", "serviceBusEndpoint": "https://testingpythontestcasenamespace.servicebus.windows.net:443/", "status": "Active" } @@ -404,8 +402,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1cdd1a91-6a14-11ec-b6d2-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "887ed13d-9b95-11ec-8c40-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -413,7 +411,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:31:56 GMT", + "Date": "Fri, 04 Mar 2022 08:31:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -425,10 +423,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d80c6841-8548-43b1-81c2-9e3796c7ff97", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "2a4d05a8-157f-4ed8-acfe-4b16c8d1c72b_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083156Z:d80c6841-8548-43b1-81c2-9e3796c7ff97" + "x-ms-correlation-request-id": "d25136fe-d73c-44f3-b5e3-8932d6244c18", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "50bb1bef-250d-4286-8847-0422570db3e8_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083136Z:d25136fe-d73c-44f3-b5e3-8932d6244c18" }, "ResponseBody": { "sku": { @@ -446,8 +444,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespace", - "createdAt": "2021-12-31T08:30:50.71Z", - "updatedAt": "2021-12-31T08:31:34.153Z", + "createdAt": "2022-03-04T08:30:32.423Z", + "updatedAt": "2022-03-04T08:31:14.8Z", "serviceBusEndpoint": "https://testingpythontestcasenamespace.servicebus.windows.net:443/", "status": "Active" } @@ -463,16 +461,21 @@ "Connection": "keep-alive", "Content-Length": "46", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1d0e0b83-6a14-11ec-8c8f-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "88b7189d-9b95-11ec-867b-d08e79139a4a" + }, + "RequestBody": { + "tags": { + "tag1": "value1", + "tag2": "value2" + } }, - "RequestBody": "{\u0022tags\u0022: {\u0022tag1\u0022: \u0022value1\u0022, \u0022tag2\u0022: \u0022value2\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:31:59 GMT", + "Date": "Fri, 04 Mar 2022 08:31:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -484,10 +487,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e639f7ef-e86f-4210-8797-b8262ddf2ee3", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "13255f20-3c0e-44a9-bc88-87184e0621df_M11CH3_M11CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083200Z:e639f7ef-e86f-4210-8797-b8262ddf2ee3" + "x-ms-correlation-request-id": "74d8112b-dde5-4bff-b8dc-26d75db5d25b", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "992b1e42-b4ff-41ef-8489-0d55aefd8280_M5CH3_M5CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083138Z:74d8112b-dde5-4bff-b8dc-26d75db5d25b" }, "ResponseBody": { "sku": { @@ -505,8 +508,8 @@ "properties": { "provisioningState": "Updating", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespace", - "createdAt": "2021-12-31T08:30:50.71Z", - "updatedAt": "2021-12-31T08:31:58.323Z", + "createdAt": "2022-03-04T08:30:32.423Z", + "updatedAt": "2022-03-04T08:31:36.763Z", "serviceBusEndpoint": "https://testingpythontestcasenamespace.servicebus.windows.net:443/", "status": "Activating" } @@ -520,8 +523,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1f2ce89b-6a14-11ec-92cf-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "89faa58a-9b95-11ec-9fec-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -529,7 +532,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:01 GMT", + "Date": "Fri, 04 Mar 2022 08:31:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -541,10 +544,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f127b5e-875f-4fe7-aa1a-337fca1445d4", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0efe7926-a403-44b4-8e99-7d80f5845344_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083201Z:0f127b5e-875f-4fe7-aa1a-337fca1445d4" + "x-ms-correlation-request-id": "f9c29913-dd51-48e6-b992-f4dda444a646", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "d4f0e06b-bb4b-4a70-9d37-f9c69673ec4d_M0CH3_M0CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083139Z:f9c29913-dd51-48e6-b992-f4dda444a646" }, "ResponseBody": { "value": [ @@ -564,8 +567,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespace", - "createdAt": "2021-12-31T08:30:50.71Z", - "updatedAt": "2021-12-31T08:32:00.697Z", + "createdAt": "2022-03-04T08:30:32.423Z", + "updatedAt": "2022-03-04T08:31:37.707Z", "serviceBusEndpoint": "https://testingpythontestcasenamespace.servicebus.windows.net:443/", "status": "Active" } @@ -581,8 +584,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "1ff92e25-6a14-11ec-8333-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "8ace82f8-9b95-11ec-8137-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -590,7 +593,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:01 GMT", + "Date": "Fri, 04 Mar 2022 08:31:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -602,11 +605,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcf0ded3-db9e-4e2c-b42d-80c129cb19b2", + "x-ms-correlation-request-id": "cffbf0cd-0aaf-4b77-9c9c-8aabe4153a36", "x-ms-inline-count": "", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "d9bfcf1c-7137-4df1-b575-cfe1a693eb18_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083202Z:bcf0ded3-db9e-4e2c-b42d-80c129cb19b2" + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "6b379f08-7863-4062-a556-fbd3e977ac83_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083141Z:cffbf0cd-0aaf-4b77-9c9c-8aabe4153a36" }, "ResponseBody": { "value": [ @@ -626,8 +629,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcasenamespace", - "createdAt": "2021-12-31T08:30:50.71Z", - "updatedAt": "2021-12-31T08:32:00.697Z", + "createdAt": "2022-03-04T08:30:32.423Z", + "updatedAt": "2022-03-04T08:31:37.707Z", "serviceBusEndpoint": "https://testingpythontestcasenamespace.servicebus.windows.net:443/", "status": "Active" } @@ -643,8 +646,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "203c5b7d-6a14-11ec-8c98-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "8ba70169-9b95-11ec-930d-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -652,7 +655,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:04 GMT", + "Date": "Fri, 04 Mar 2022 08:31:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -664,10 +667,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3023426e-665f-40fc-83b4-3f36ccccea3e", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "fd608043-a4e5-4e10-bef0-29b67997d80e_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083204Z:3023426e-665f-40fc-83b4-3f36ccccea3e" + "x-ms-correlation-request-id": "aa996c1b-997a-44c7-8ac6-b40709956c53", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "806be609-bf6d-4300-aa73-e2906146d8cb_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083142Z:aa996c1b-997a-44c7-8ac6-b40709956c53" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/13a630a4/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespace/authorizationRules/RootManageSharedAccessKey", @@ -693,16 +696,23 @@ "Connection": "keep-alive", "Content-Length": "46", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "21ddf580-6a14-11ec-852b-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "8c5d5fba-9b95-11ec-8e01-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "rights": [ + "Send", + "Listen" + ] + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022rights\u0022: [\u0022Send\u0022, \u0022Listen\u0022]}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:12 GMT", + "Date": "Fri, 04 Mar 2022 08:31:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -714,10 +724,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3ce25f4-4d4f-47bf-af98-46c26140f2cd", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "223b8a97-0524-49af-85da-6c2cc87d9575_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083212Z:e3ce25f4-4d4f-47bf-af98-46c26140f2cd" + "x-ms-correlation-request-id": "8119bbd8-dd51-4177-8f99-ef0549d2f64c", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "a0b5b3dd-892f-4267-913a-918b088a52a4_M4CH3_M4CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083149Z:8119bbd8-dd51-4177-8f99-ef0549d2f64c" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/13a630a4/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespace/authorizationRules/testingauthrulepy", @@ -740,8 +750,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "26ab3436-6a14-11ec-bc5c-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "90ca8b1f-9b95-11ec-90f9-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -749,7 +759,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:13 GMT", + "Date": "Fri, 04 Mar 2022 08:31:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -761,10 +771,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bda4032f-40f0-4812-abb4-6432705b1631", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "d7a800d0-e3c7-482c-9a65-f1ba742dd4a4_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083213Z:bda4032f-40f0-4812-abb4-6432705b1631" + "x-ms-correlation-request-id": "3a0d4505-d2b8-4687-9570-806998bc860f", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "4e953ae3-d20c-4188-be49-182125f07287_M7CH3_M7CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083150Z:3a0d4505-d2b8-4687-9570-806998bc860f" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/13a630a4/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespace/authorizationRules/testingauthrulepy", @@ -789,16 +799,24 @@ "Connection": "keep-alive", "Content-Length": "56", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "272799f9-6a14-11ec-a465-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "91505b56-9b95-11ec-b5dc-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "rights": [ + "Send", + "Listen", + "Manage" + ] + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022rights\u0022: [\u0022Send\u0022, \u0022Listen\u0022, \u0022Manage\u0022]}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:19 GMT", + "Date": "Fri, 04 Mar 2022 08:31:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -810,10 +828,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caadf155-f204-45a6-82ce-74638d0853d9", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "a64158be-0f98-492c-ad09-380f379805fc_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083219Z:caadf155-f204-45a6-82ce-74638d0853d9" + "x-ms-correlation-request-id": "8fea869f-b4b3-489a-86a5-3226932a9eec", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "e3f8d796-793e-4199-983f-f65279e075fa_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083158Z:8fea869f-b4b3-489a-86a5-3226932a9eec" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/13a630a4/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespace/authorizationRules/testingauthrulepy", @@ -837,8 +855,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2ad16e79-6a14-11ec-8190-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "95b9ebb0-9b95-11ec-a3e7-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -846,7 +864,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:21 GMT", + "Date": "Fri, 04 Mar 2022 08:31:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -858,10 +876,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d28cceb-1c77-4dfa-983d-669a3a3a41f6", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "b1498f94-ef9b-483b-aa1f-d43cb4c23792_M9CH3_M9CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083222Z:4d28cceb-1c77-4dfa-983d-669a3a3a41f6" + "x-ms-correlation-request-id": "db56c366-b92a-4f87-babc-d6420a15559f", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "1562cfc0-1e21-4f79-895d-69c170c92227_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083158Z:db56c366-b92a-4f87-babc-d6420a15559f" }, "ResponseBody": { "value": [ @@ -903,8 +921,8 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2c6e45df-6a14-11ec-8559-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "962555e9-9b95-11ec-80ea-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -912,7 +930,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:23 GMT", + "Date": "Fri, 04 Mar 2022 08:32:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -924,16 +942,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ff79898-3c38-4db2-99d0-fcb5a649d069", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "58ee3c97-7d86-4890-ae39-439e06b1702d_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083223Z:8ff79898-3c38-4db2-99d0-fcb5a649d069" + "x-ms-correlation-request-id": "00a3404c-a01c-46c3-aeed-7a44626b2867", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "e4275d9c-244b-464f-9267-87e002cd6ad5_M9CH3_M9CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083201Z:00a3404c-a01c-46c3-aeed-7a44626b2867" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=Kct4TUEH53HxN/OjO6V9b5vkdgxp8QJDMjniXItz9TI=", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=J/eNTgmxdS\u002BnYSVQQclEvyhkLNwChmNBWY1CG/RC4lk=", - "primaryKey": "Kct4TUEH53HxN/OjO6V9b5vkdgxp8QJDMjniXItz9TI=", - "secondaryKey": "J/eNTgmxdS\u002BnYSVQQclEvyhkLNwChmNBWY1CG/RC4lk=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=wGTubXZD2Vv52ZltjtzScn1WOW7/R/iW8p52gJlEWu0=", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=oKlLu2zCqqNb8mXP954GW5oQHD7xAuWPxHLW7ziANe0=", + "primaryKey": "wGTubXZD2Vv52ZltjtzScn1WOW7/R/iW8p52gJlEWu0=", + "secondaryKey": "oKlLu2zCqqNb8mXP954GW5oQHD7xAuWPxHLW7ziANe0=", "keyName": "testingauthrulepy" } }, @@ -947,16 +965,18 @@ "Connection": "keep-alive", "Content-Length": "25", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "2d16ee79-6a14-11ec-af74-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "977ff184-9b95-11ec-a434-d08e79139a4a" + }, + "RequestBody": { + "keyType": "PrimaryKey" }, - "RequestBody": "{\u0022keyType\u0022: \u0022PrimaryKey\u0022}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:29 GMT", + "Date": "Fri, 04 Mar 2022 08:32:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -968,16 +988,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ca29663-fbdc-404d-a9a1-8a45ba6b4bba", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "2f9d102f-7bf6-4f71-9792-c4907801ad23_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083229Z:9ca29663-fbdc-404d-a9a1-8a45ba6b4bba" + "x-ms-correlation-request-id": "5723b6cd-5ad2-4503-a43a-ab5a417cf51b", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "8a6ad955-2d3e-4c16-854e-2318eb8e5797_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083208Z:5723b6cd-5ad2-4503-a43a-ab5a417cf51b" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=2bJeviSswJhPAk4BsuOc45FI59ZG6a6MZvU\u002B1iizHoE=", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=J/eNTgmxdS\u002BnYSVQQclEvyhkLNwChmNBWY1CG/RC4lk=", - "primaryKey": "2bJeviSswJhPAk4BsuOc45FI59ZG6a6MZvU\u002B1iizHoE=", - "secondaryKey": "J/eNTgmxdS\u002BnYSVQQclEvyhkLNwChmNBWY1CG/RC4lk=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=1Dmvwqs\u002BNJ\u002BmeVG4JrNaMlepqiX7apDqY/GNV1ktbtM=", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=oKlLu2zCqqNb8mXP954GW5oQHD7xAuWPxHLW7ziANe0=", + "primaryKey": "1Dmvwqs\u002BNJ\u002BmeVG4JrNaMlepqiX7apDqY/GNV1ktbtM=", + "secondaryKey": "oKlLu2zCqqNb8mXP954GW5oQHD7xAuWPxHLW7ziANe0=", "keyName": "testingauthrulepy" } }, @@ -991,16 +1011,18 @@ "Connection": "keep-alive", "Content-Length": "27", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "30c38410-6a14-11ec-8be7-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "9c02d9fe-9b95-11ec-873a-d08e79139a4a" + }, + "RequestBody": { + "keyType": "SecondaryKey" }, - "RequestBody": "{\u0022keyType\u0022: \u0022SecondaryKey\u0022}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:35 GMT", + "Date": "Fri, 04 Mar 2022 08:32:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1012,16 +1034,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb34e0c8-a5aa-47ef-a17b-f2866cbd8c7d", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "c0120aac-5a5d-4b18-bdd0-40c491a82bd2_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083236Z:bb34e0c8-a5aa-47ef-a17b-f2866cbd8c7d" + "x-ms-correlation-request-id": "447001db-9135-441e-b4f2-069c0bff124b", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "cc820045-8559-4c4b-9e87-4e62beb53365_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083214Z:447001db-9135-441e-b4f2-069c0bff124b" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=2bJeviSswJhPAk4BsuOc45FI59ZG6a6MZvU\u002B1iizHoE=", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=5LA\u002B36oTRj15WI6R7bGg4pcZM3SUjQwsVGM7Jz23fOY=", - "primaryKey": "2bJeviSswJhPAk4BsuOc45FI59ZG6a6MZvU\u002B1iizHoE=", - "secondaryKey": "5LA\u002B36oTRj15WI6R7bGg4pcZM3SUjQwsVGM7Jz23fOY=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=1Dmvwqs\u002BNJ\u002BmeVG4JrNaMlepqiX7apDqY/GNV1ktbtM=", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcasenamespace.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=wueotRaSLF/mSHq6g2i0e5qWYr9Qei9bess9UkAd7rk=", + "primaryKey": "1Dmvwqs\u002BNJ\u002BmeVG4JrNaMlepqiX7apDqY/GNV1ktbtM=", + "secondaryKey": "wueotRaSLF/mSHq6g2i0e5qWYr9Qei9bess9UkAd7rk=", "keyName": "testingauthrulepy" } }, @@ -1034,15 +1056,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "349b33cb-6a14-11ec-a24c-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "9fa87f74-9b95-11ec-9bfa-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:32:41 GMT", + "Date": "Fri, 04 Mar 2022 08:32:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1052,10 +1074,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f5a3cea-e803-4271-a95e-5840860ce1d7", - "x-ms-ratelimit-remaining-subscription-deletes": "14994", - "x-ms-request-id": "4763087b-56a3-4e28-95b2-95717f1b1984_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083242Z:9f5a3cea-e803-4271-a95e-5840860ce1d7" + "x-ms-correlation-request-id": "20133db8-7868-4cf7-831f-87fa137b3b28", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "20124587-de1c-41ba-a0c5-ef2eebf5f3f2_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083222Z:20133db8-7868-4cf7-831f-87fa137b3b28" }, "ResponseBody": null }, @@ -1067,8 +1089,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "384e7de9-6a14-11ec-947a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "a42b952f-9b95-11ec-8264-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -1076,7 +1098,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:32:42 GMT", + "Date": "Fri, 04 Mar 2022 08:32:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1088,10 +1110,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8d084a4-b70f-4531-a833-772ee316cdf3", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "7b3920e7-a7b9-4919-a8d2-0e4fb288a826_M8CH3_M8CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083243Z:f8d084a4-b70f-4531-a833-772ee316cdf3" + "x-ms-correlation-request-id": "7dcb7a02-3ff4-44c5-99a5-04c3414b870f", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "2e7fdc62-9153-4fa6-ad6b-faa4fc131f73_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083224Z:7dcb7a02-3ff4-44c5-99a5-04c3414b870f" }, "ResponseBody": { "value": [ @@ -1120,15 +1142,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "38f0c38b-6a14-11ec-854f-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "a542d782-9b95-11ec-a4fe-d08e79139a4a" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:32:43 GMT", + "Date": "Fri, 04 Mar 2022 08:32:24 GMT", "Expires": "-1", "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/13a630a4/providers/Microsoft.Relay/namespaces/testingpythontestcasenamespace/operationresults/testingpythontestcasenamespace?api-version=2017-04-01", "Pragma": "no-cache", @@ -1139,10 +1161,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76953232-0b19-4616-8ec9-60a9fe8264a6", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "793b7743-1bf2-4311-9a4b-8b8c77c2e7b1_M2CH3_M2CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083244Z:76953232-0b19-4616-8ec9-60a9fe8264a6" + "x-ms-correlation-request-id": "9a1f0468-d334-42f7-ab07-b754a10ca998", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "9f47f9ad-ac43-4919-9f96-259dc77a54e5_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083225Z:9a1f0468-d334-42f7-ab07-b754a10ca998" }, "ResponseBody": null }, @@ -1154,15 +1176,15 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "38f0c38b-6a14-11ec-854f-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "a542d782-9b95-11ec-a4fe-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:33:16 GMT", + "Date": "Fri, 04 Mar 2022 08:32:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1172,10 +1194,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f08f142-d8b0-4eb2-a367-5795e49e747c", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "48b90fd9-c670-470a-8dd9-56d606cacd8d_M2CH3_M2CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083316Z:4f08f142-d8b0-4eb2-a367-5795e49e747c" + "x-ms-correlation-request-id": "286bdf31-22af-40fe-bfe9-69de49ca5da5", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "85e9cfd7-a334-488b-9ce9-adf5710b6b14_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083256Z:286bdf31-22af-40fe-bfe9-69de49ca5da5" }, "ResponseBody": null } diff --git a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_wcfrelay.pyTestMgmtWcfRelaytest_wcfrelay_curd.json b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_wcfrelay.pyTestMgmtWcfRelaytest_wcfrelay_curd.json index 5023d831021e..d205a71f8ab7 100644 --- a/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_wcfrelay.pyTestMgmtWcfRelaytest_wcfrelay_curd.json +++ b/sdk/relay/azure-mgmt-relay/tests/recordings/test_azure_mgmt_wcfrelay.pyTestMgmtWcfRelaytest_wcfrelay_curd.json @@ -7,7 +7,7 @@ "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -17,17 +17,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "1753", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:33:25 GMT", + "Date": "Fri, 04 Mar 2022 08:33:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAwAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:33:25 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - EUS ProdSlices", - "x-ms-request-id": "9be2f597-6b9b-4a38-9824-41ad5bad9401" + "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", + "x-ms-request-id": "9dbb903c-8f71-4259-9475-ab37574ca500" }, "ResponseBody": { "token_endpoint": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/v2.0/token", @@ -104,8 +100,8 @@ "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAwAAACS2YNkOAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)" + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, @@ -115,17 +111,13 @@ "Cache-Control": "max-age=86400, private", "Content-Length": "945", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:33:25 GMT", + "Date": "Fri, 04 Mar 2022 08:33:04 GMT", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAwAAACS2YNkOAAAA; expires=Sun, 30-Jan-2022 08:33:26 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-ests-server": "2.1.12261.17 - SEASLR1 ProdSlices", - "x-ms-request-id": "823055ed-b003-4ce7-b900-8962227b5c00" + "x-ms-ests-server": "2.1.12529.17 - SEASLR1 ProdSlices", + "x-ms-request-id": "f42c20ad-94df-4b7d-a9fa-6b635bad0d00" }, "ResponseBody": { "tenant_discovery_endpoint": "https://login.microsoftonline.com/common/.well-known/openid-configuration", @@ -180,47 +172,43 @@ "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "client-request-id": "bc1699e0-ed76-4548-80ed-7585475b8aca", + "client-request-id": "be86edea-d1b2-440d-809f-d96f4801a9d3", "Connection": "keep-alive", "Content-Length": "289", "Content-Type": "application/x-www-form-urlencoded", - "Cookie": "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAwAAACS2YNkOAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd", - "User-Agent": "azsdk-python-identity/1.7.2 Python/3.8.8 (Windows-10-10.0.19041-SP0)", + "Cookie": "cookie;", + "User-Agent": "azsdk-python-identity/1.9.0b1 Python/3.9.10 (Windows-10-10.0.22000-SP0)", "x-client-cpu": "x64", "x-client-current-telemetry": "4|730,0|", "x-client-last-telemetry": "4|0|||", "x-client-os": "win32", "x-client-sku": "MSAL.Python", - "x-client-ver": "1.16.0", + "x-client-ver": "1.17.0", "x-ms-lib-capability": "retry-after, h429" }, "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", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-store, no-cache", - "client-request-id": "bc1699e0-ed76-4548-80ed-7585475b8aca", - "Content-Length": "1391", + "client-request-id": "be86edea-d1b2-440d-809f-d96f4801a9d3", + "Content-Length": "93", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:33:26 GMT", + "Date": "Fri, 04 Mar 2022 08:33:05 GMT", "Expires": "-1", "P3P": "CP=\u0022DSP CUR OTPi IND OTRi ONL FIN\u0022", "Pragma": "no-cache", - "Set-Cookie": [ - "fpc=AibCj-9R54FGsS0F7skTS56ZHqKEAQAAAFC3YNkOAAAA; expires=Sun, 30-Jan-2022 08:33:27 GMT; path=/; secure; HttpOnly; SameSite=None", - "x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly", - "stsservicecookie=estsfd; path=/; secure; samesite=none; httponly" - ], + "Set-Cookie": "[set-cookie;]", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-clitelem": "1,0,0,,", - "x-ms-ests-server": "2.1.12261.17 - NCUS ProdSlices", - "x-ms-request-id": "fa5ed6a4-73a3-478a-837d-135a5b349801" + "x-ms-ests-server": "2.1.12507.17 - EUS ProdSlices", + "x-ms-request-id": "507664b6-c52c-4c4d-9d3b-2533a542a200" }, "ResponseBody": { "token_type": "Bearer", "expires_in": 3599, "ext_expires_in": 3599, - "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCIsImtpZCI6Ik1yNS1BVWliZkJpaTdOZDFqQmViYXhib1hXMCJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tIiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNTQ4MjZiMjItMzhkNi00ZmIyLWJhZDktYjdiOTNhM2U5YzVhLyIsImlhdCI6MTY0MDkzOTMwNiwibmJmIjoxNjQwOTM5MzA2LCJleHAiOjE2NDA5NDMyMDYsImFpbyI6IkUyWmdZRGh4ZlpMdldUWFZWZXJuT1o1TVd0cnhBQUE9IiwiYXBwaWQiOiJhMmRmNTRkNS1hYjAzLTQ3MjUtOWI4MC05YTAwYjNiMTk2N2YiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC81NDgyNmIyMi0zOGQ2LTRmYjItYmFkOS1iN2I5M2EzZTljNWEvIiwiaWR0eXAiOiJhcHAiLCJvaWQiOiI4ODdjNDJiMS03OTQ2LTRjMjItYmFhNi0xNTA0M2U0YjEzMjMiLCJyaCI6IjAuQVRjQUltdUNWTlk0c2stNjJiZTVPajZjV3RWVTM2SURxeVZIbTRDYUFMT3hsbjgzQUFBLiIsInN1YiI6Ijg4N2M0MmIxLTc5NDYtNGMyMi1iYWE2LTE1MDQzZTRiMTMyMyIsInRpZCI6IjU0ODI2YjIyLTM4ZDYtNGZiMi1iYWQ5LWI3YjkzYTNlOWM1YSIsInV0aSI6InBOWmUtcU56aWtlRGZSTmFXelNZQVEiLCJ2ZXIiOiIxLjAiLCJ4bXNfY2MiOlsiQ1AxIl0sInhtc190Y2R0IjoxNDEyMjA2ODQwfQ.NvscJbSP3CozozDaWI8Ri8qj3HbSCrbgs80A5sij1bNB8DimmqhukN8q6Nu-qNBLwVQs-lHQqnFnUl5oArwWjFAqCIGbiGhYPb_rXViCAiaCe-m9Cq0uuFTgsqgrtbd2a2RhHfY3bN7r6e9artyAetKtXVeOZSk5tS7BMxmeE6tVnNWOmTohysFHKRBWwlQA2CpmVIsY8RVLl-IAOK4_r6GKwGvDT4T9wnlK3eElXDTyaaXhSOkDTCdGdli3UYy71KBZ-2r4-D2SOv8jpMKaIHKwVrKiMHyZzFucWNQBjQNrSM4eEli1cON7wxA1iamiPtML7EEyYvFzNVtgqhK1yA" + "access_token": "access_token" } }, { @@ -233,16 +221,26 @@ "Connection": "keep-alive", "Content-Length": "117", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "51868ea5-6a14-11ec-b197-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "bd34a9c4-9b95-11ec-b861-d08e79139a4a" + }, + "RequestBody": { + "location": "westus", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "sku": { + "name": "Standard", + "tier": "standard" + } }, - "RequestBody": "{\u0022location\u0022: \u0022westus\u0022, \u0022tags\u0022: {\u0022tag1\u0022: \u0022value1\u0022, \u0022tag2\u0022: \u0022value2\u0022}, \u0022sku\u0022: {\u0022name\u0022: \u0022Standard\u0022, \u0022tier\u0022: \u0022standard\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:33:30 GMT", + "Date": "Fri, 04 Mar 2022 08:33:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -254,10 +252,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c174cda3-c5bc-4df0-ba55-36f1efe027cc", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "28272ab0-5b52-4bdd-954e-45e6b07da341_M0CH3_M0CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083330Z:c174cda3-c5bc-4df0-ba55-36f1efe027cc" + "x-ms-correlation-request-id": "a45d22ea-0e42-4d3d-a2dc-2daa8a989725", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "d712e211-cbf4-48e1-a7aa-09b0511819cf_M11CH3_M11CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083309Z:a45d22ea-0e42-4d3d-a2dc-2daa8a989725" }, "ResponseBody": { "sku": { @@ -275,8 +273,8 @@ "properties": { "provisioningState": "Created", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcaseeventhubnamespaceeventhub", - "createdAt": "2021-12-31T08:33:29.24Z", - "updatedAt": "2021-12-31T08:33:29.24Z", + "createdAt": "2022-03-04T08:33:08.19Z", + "updatedAt": "2022-03-04T08:33:08.19Z", "serviceBusEndpoint": "https://testingpythontestcaseeventhubnamespaceEventhub.servicebus.windows.net:443/", "status": "Activating" } @@ -290,8 +288,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "51868ea5-6a14-11ec-b197-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "bd34a9c4-9b95-11ec-b861-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -299,7 +297,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:01 GMT", + "Date": "Fri, 04 Mar 2022 08:33:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -311,10 +309,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f70e94ce-bdf1-4c8c-9c0d-48deedb962e0", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "4e14cd2a-2ee8-48ff-adff-2c7a562c450b_M0CH3_M0CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083402Z:f70e94ce-bdf1-4c8c-9c0d-48deedb962e0" + "x-ms-correlation-request-id": "30461140-bafa-497a-9555-150365b0e79e", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "03399871-6924-457a-b157-0d9405e6da4e_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083341Z:30461140-bafa-497a-9555-150365b0e79e" }, "ResponseBody": { "sku": { @@ -332,8 +330,8 @@ "properties": { "provisioningState": "Created", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcaseeventhubnamespaceeventhub", - "createdAt": "2021-12-31T08:33:29.24Z", - "updatedAt": "2021-12-31T08:33:29.24Z", + "createdAt": "2022-03-04T08:33:08.19Z", + "updatedAt": "2022-03-04T08:33:08.19Z", "serviceBusEndpoint": "https://testingpythontestcaseeventhubnamespaceEventhub.servicebus.windows.net:443/", "status": "Activating" } @@ -347,8 +345,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "51868ea5-6a14-11ec-b197-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "bd34a9c4-9b95-11ec-b861-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -356,7 +354,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:32 GMT", + "Date": "Fri, 04 Mar 2022 08:34:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -368,10 +366,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fec3d34-33ef-45ae-b2bf-8591335f6340", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "2d3f7267-035f-42fd-ab9e-66fe7a659c72_M11CH3_M11CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083433Z:7fec3d34-33ef-45ae-b2bf-8591335f6340" + "x-ms-correlation-request-id": "c8b8d1fd-0857-43cf-8fc8-10aba8a67037", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "d4c70a99-0405-4e3a-8a34-4b7969169db4_M7CH3_M7CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083411Z:c8b8d1fd-0857-43cf-8fc8-10aba8a67037" }, "ResponseBody": { "sku": { @@ -389,8 +387,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcaseeventhubnamespaceeventhub", - "createdAt": "2021-12-31T08:33:29.24Z", - "updatedAt": "2021-12-31T08:34:13.29Z", + "createdAt": "2022-03-04T08:33:08.19Z", + "updatedAt": "2022-03-04T08:33:51.96Z", "serviceBusEndpoint": "https://testingpythontestcaseeventhubnamespaceEventhub.servicebus.windows.net:443/", "status": "Active" } @@ -404,8 +402,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "7a8bbbec-6a14-11ec-ba73-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "e53d2bbb-9b95-11ec-a6a6-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -413,7 +411,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:33 GMT", + "Date": "Fri, 04 Mar 2022 08:34:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -425,10 +423,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37b594b4-a9c8-4291-aff4-2dee0334b1a9", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "866482ea-ab03-45e6-8a95-a468e83b2274_M10CH3_M10CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083434Z:37b594b4-a9c8-4291-aff4-2dee0334b1a9" + "x-ms-correlation-request-id": "bfb5117f-034e-4cb8-9546-d5965fe94fad", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "4af04017-03f6-4f84-aa64-e9986a049a61_M7CH3_M7CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083411Z:bfb5117f-034e-4cb8-9546-d5965fe94fad" }, "ResponseBody": { "sku": { @@ -446,8 +444,8 @@ "properties": { "provisioningState": "Succeeded", "metricId": "00000000-0000-0000-0000-000000000000:testingpythontestcaseeventhubnamespaceeventhub", - "createdAt": "2021-12-31T08:33:29.24Z", - "updatedAt": "2021-12-31T08:34:13.29Z", + "createdAt": "2022-03-04T08:33:08.19Z", + "updatedAt": "2022-03-04T08:33:51.96Z", "serviceBusEndpoint": "https://testingpythontestcaseeventhubnamespaceEventhub.servicebus.windows.net:443/", "status": "Active" } @@ -463,16 +461,23 @@ "Connection": "keep-alive", "Content-Length": "153", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "7ac13287-6a14-11ec-9282-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "e573ae5e-9b95-11ec-8476-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "relayType": "NetTcp", + "requiresClientAuthorization": true, + "requiresTransportSecurity": true, + "userMetadata": "User data for WcfRelay" + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022relayType\u0022: \u0022NetTcp\u0022, \u0022requiresClientAuthorization\u0022: true, \u0022requiresTransportSecurity\u0022: true, \u0022userMetadata\u0022: \u0022User data for WcfRelay\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:35 GMT", + "Date": "Fri, 04 Mar 2022 08:34:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -484,10 +489,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81b996d8-d912-4dd8-8b07-c7f8dfeedce1", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "aa83a474-e0e6-4a2b-a992-98eb96a241bc_M10CH3_M10CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083436Z:81b996d8-d912-4dd8-8b07-c7f8dfeedce1" + "x-ms-correlation-request-id": "b06be220-6bd3-4ae0-b3f5-2d297dd626e4", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "efcbed7f-d8d0-4eff-819d-1bc2f5ffd350_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083414Z:b06be220-6bd3-4ae0-b3f5-2d297dd626e4" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/7fb9289f/providers/Microsoft.Relay/namespaces/testingpythontestcaseeventhubnamespaceEventhub/wcfRelays/testingpythontestcasewcfrelay", @@ -495,8 +500,8 @@ "type": "Microsoft.Relay/Namespaces/WcfRelays", "location": "West US", "properties": { - "createdAt": "2021-12-31T08:34:35.7588145Z", - "updatedAt": "2021-12-31T08:34:35.7588145Z", + "createdAt": "2022-03-04T08:34:13.4117585Z", + "updatedAt": "2022-03-04T08:34:13.4117585Z", "listenerCount": 0, "requiresClientAuthorization": true, "relayType": "NetTcp", @@ -514,8 +519,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "7c275937-6a14-11ec-897d-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "e6b6aa38-9b95-11ec-8a69-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -523,7 +528,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:36 GMT", + "Date": "Fri, 04 Mar 2022 08:34:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -535,10 +540,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f76a03e-71c8-4872-922c-00fc3485ce2e", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "941f748f-76e6-413b-a85d-2b6fbc215760_M10CH3_M10CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083437Z:2f76a03e-71c8-4872-922c-00fc3485ce2e" + "x-ms-correlation-request-id": "b96c7bd5-ef8e-4a19-843b-0b1850041351", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "955b0b39-bc0f-42ba-9024-9c296ae199d7_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083414Z:b96c7bd5-ef8e-4a19-843b-0b1850041351" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/7fb9289f/providers/Microsoft.Relay/namespaces/testingpythontestcaseeventhubnamespaceEventhub/wcfRelays/testingpythontestcasewcfrelay", @@ -546,8 +551,8 @@ "type": "Microsoft.Relay/Namespaces/WcfRelays", "location": "West US", "properties": { - "createdAt": "2021-12-31T08:34:35.7588145Z", - "updatedAt": "2021-12-31T08:34:35.7588145Z", + "createdAt": "2022-03-04T08:34:13.4117585Z", + "updatedAt": "2022-03-04T08:34:13.4117585Z", "listenerCount": 0, "requiresClientAuthorization": true, "relayType": "NetTcp", @@ -565,8 +570,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "7c9df7d7-6a14-11ec-80d7-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "e6ef209d-9b95-11ec-afe1-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -574,7 +579,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:37 GMT", + "Date": "Fri, 04 Mar 2022 08:34:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -586,11 +591,11 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f245908-175e-488f-9150-03dff98d96f4", + "x-ms-correlation-request-id": "f9346dc0-32ba-481f-a72b-8504a9b57dae", "x-ms-inline-count": "", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "a4dcca58-c6e0-43a1-aa56-927b35d55285_M10CH3_M10CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083438Z:8f245908-175e-488f-9150-03dff98d96f4" + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "b8b5967a-e61a-435c-9f0c-c1f58c58d683_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083415Z:f9346dc0-32ba-481f-a72b-8504a9b57dae" }, "ResponseBody": { "value": [ @@ -600,8 +605,8 @@ "type": "Microsoft.Relay/Namespaces/WcfRelays", "location": "West US", "properties": { - "createdAt": "2021-12-31T08:34:35.7588145Z", - "updatedAt": "2021-12-31T08:34:35.7588145Z", + "createdAt": "2022-03-04T08:34:13.4117585Z", + "updatedAt": "2022-03-04T08:34:13.4117585Z", "listenerCount": 0, "requiresClientAuthorization": true, "relayType": "NetTcp", @@ -623,16 +628,21 @@ "Connection": "keep-alive", "Content-Length": "89", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "7d4dec24-6a14-11ec-bf60-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "e758c82c-9b95-11ec-b4a0-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "relayType": "NetTcp", + "userMetadata": "User data for WcfRelay updated" + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022relayType\u0022: \u0022NetTcp\u0022, \u0022userMetadata\u0022: \u0022User data for WcfRelay updated\u0022}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:38 GMT", + "Date": "Fri, 04 Mar 2022 08:34:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -644,10 +654,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdaf712a-a495-4c84-b3fe-41d0397770b9", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "fc4f5e21-e4d1-479e-af09-058f241fbc25_M10CH3_M10CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083439Z:cdaf712a-a495-4c84-b3fe-41d0397770b9" + "x-ms-correlation-request-id": "05e58e87-b7a0-4980-a256-ccbb171f3ad1", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "8f55b529-f250-4ae7-8092-e44fbda20370_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083415Z:05e58e87-b7a0-4980-a256-ccbb171f3ad1" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/7fb9289f/providers/Microsoft.Relay/namespaces/testingpythontestcaseeventhubnamespaceEventhub/wcfRelays/testingpythontestcasewcfrelay", @@ -676,16 +686,23 @@ "Connection": "keep-alive", "Content-Length": "46", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "7def7c7d-6a14-11ec-8e84-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "e7a0f234-9b95-11ec-9378-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "rights": [ + "Send", + "Listen" + ] + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022rights\u0022: [\u0022Send\u0022, \u0022Listen\u0022]}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:40 GMT", + "Date": "Fri, 04 Mar 2022 08:34:17 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -697,10 +714,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12c0e45c-ab40-441d-a433-ca2d2f424322", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "52447aa5-4d25-4e61-a1fe-c750d89ad693_M9CH3_M9CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083441Z:12c0e45c-ab40-441d-a433-ca2d2f424322" + "x-ms-correlation-request-id": "6b090bb6-0446-4be9-b4e6-482fb770ef9e", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "f5781e42-6d3c-4001-96de-78018090d4f8_M5CH3_M5CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083417Z:6b090bb6-0446-4be9-b4e6-482fb770ef9e" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/7fb9289f/providers/Microsoft.Relay/namespaces/testingpythontestcaseeventhubnamespaceEventhub/wcfRelays/testingpythontestcasewcfrelay/authorizationRules/testingauthrulepy", @@ -723,8 +740,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "7f2a8d28-6a14-11ec-af7e-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "e8dd8ddc-9b95-11ec-a783-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -732,7 +749,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:42 GMT", + "Date": "Fri, 04 Mar 2022 08:34:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -744,10 +761,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b4524cf-5e5d-4cb7-bfb1-e04af175b1f1", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "df79fb4b-2bb0-456c-b234-5379067ebdef_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083443Z:0b4524cf-5e5d-4cb7-bfb1-e04af175b1f1" + "x-ms-correlation-request-id": "c892c0f4-03c9-4f36-abb2-51c716dc188a", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "fac2fedd-8f3b-4c67-8942-cebf98c8563f_M11CH3_M11CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083419Z:c892c0f4-03c9-4f36-abb2-51c716dc188a" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/7fb9289f/providers/Microsoft.Relay/namespaces/testingpythontestcaseeventhubnamespaceEventhub/wcfRelays/testingpythontestcasewcfrelay/authorizationRules/testingauthrulepy", @@ -772,16 +789,24 @@ "Connection": "keep-alive", "Content-Length": "56", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "80597877-6a14-11ec-b87a-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "ea01a1f9-9b95-11ec-9927-d08e79139a4a" + }, + "RequestBody": { + "properties": { + "rights": [ + "Send", + "Listen", + "Manage" + ] + } }, - "RequestBody": "{\u0022properties\u0022: {\u0022rights\u0022: [\u0022Send\u0022, \u0022Listen\u0022, \u0022Manage\u0022]}}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:43 GMT", + "Date": "Fri, 04 Mar 2022 08:34:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -793,10 +818,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ce10742-6cdb-4d5f-a11d-48586f75bf29", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "f7e46c27-db2f-452a-8550-fa1341d8e47e_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083444Z:8ce10742-6cdb-4d5f-a11d-48586f75bf29" + "x-ms-correlation-request-id": "ff427cb5-8615-43ee-b4d5-194d1f8bbe15", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-request-id": "7377b523-4713-4744-8752-43fa2a4bdffc_M2CH3_M2CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083420Z:ff427cb5-8615-43ee-b4d5-194d1f8bbe15" }, "ResponseBody": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/7fb9289f/providers/Microsoft.Relay/namespaces/testingpythontestcaseeventhubnamespaceEventhub/wcfRelays/testingpythontestcasewcfrelay/authorizationRules/testingauthrulepy", @@ -820,8 +845,8 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "80b5eb6b-6a14-11ec-9f50-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "ea625b16-9b95-11ec-8582-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -829,7 +854,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:44 GMT", + "Date": "Fri, 04 Mar 2022 08:34:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -841,10 +866,10 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f63e52a7-1e23-4859-8dd1-497aeb76d035", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "464b43e9-5369-4e53-b727-7e5577969e90_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083445Z:f63e52a7-1e23-4859-8dd1-497aeb76d035" + "x-ms-correlation-request-id": "11a600fc-a0c6-4de9-bafc-3687dea2c91a", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "f14cd149-7ec9-4972-9a81-8114acc12c14_M2CH3_M2CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083420Z:11a600fc-a0c6-4de9-bafc-3687dea2c91a" }, "ResponseBody": { "value": [ @@ -873,8 +898,8 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "81a5b96e-6a14-11ec-9af2-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "eade45ba-9b95-11ec-9ab4-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, @@ -882,7 +907,7 @@ "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:45 GMT", + "Date": "Fri, 04 Mar 2022 08:34:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -894,16 +919,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e475f5a0-cd08-4dd8-943a-d6bac533f318", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "bf6b50af-4d24-4b83-aed2-b74ab9b81a04_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083446Z:e475f5a0-cd08-4dd8-943a-d6bac533f318" + "x-ms-correlation-request-id": "388fe4b2-50c5-4528-8cdd-4c0d31c4f312", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "6a50001c-c17c-45cb-afd8-7a9407928d1f_M2CH3_M2CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083421Z:388fe4b2-50c5-4528-8cdd-4c0d31c4f312" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=XjtkHHX34Ok3AlerBVbEV9a4wnHR/rmtsk0110v68x0=;EntityPath=testingpythontestcasewcfrelay", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=D6u/QD9fxOTi6K\u002BYpcdCwHfwmt3Trv4aw/Bco0P6F\u002BE=;EntityPath=testingpythontestcasewcfrelay", - "primaryKey": "XjtkHHX34Ok3AlerBVbEV9a4wnHR/rmtsk0110v68x0=", - "secondaryKey": "D6u/QD9fxOTi6K\u002BYpcdCwHfwmt3Trv4aw/Bco0P6F\u002BE=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=wF7C0Rc2\u002Bph3n5MiHCJUpsMG3E8cL8UDZ9KquyyC56c=;EntityPath=testingpythontestcasewcfrelay", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=HoznG7KxKRmcYfY\u002BAHpsxR29xLpg1wnCRHoTwiQgwEs=;EntityPath=testingpythontestcasewcfrelay", + "primaryKey": "wF7C0Rc2\u002Bph3n5MiHCJUpsMG3E8cL8UDZ9KquyyC56c=", + "secondaryKey": "HoznG7KxKRmcYfY\u002BAHpsxR29xLpg1wnCRHoTwiQgwEs=", "keyName": "testingauthrulepy" } }, @@ -917,16 +942,18 @@ "Connection": "keep-alive", "Content-Length": "25", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "81f0323d-6a14-11ec-ace5-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "eb6d5504-9b95-11ec-94aa-d08e79139a4a" + }, + "RequestBody": { + "keyType": "PrimaryKey" }, - "RequestBody": "{\u0022keyType\u0022: \u0022PrimaryKey\u0022}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:45 GMT", + "Date": "Fri, 04 Mar 2022 08:34:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -938,16 +965,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23c5259a-0d0a-45f6-8787-dd5cab584c23", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "333fb3bc-df73-4239-997a-dd2f650129c5_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083446Z:23c5259a-0d0a-45f6-8787-dd5cab584c23" + "x-ms-correlation-request-id": "dea91990-cff2-4946-b5a3-cc14bf6c65a5", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "ef890734-0b8e-4963-9255-35c8aefb5f37_M4CH3_M4CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083422Z:dea91990-cff2-4946-b5a3-cc14bf6c65a5" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=LFfPakP0EyQWVnyTTY1\u002BSyeRhk6hlCzEsCPkv4NJ9Ng=;EntityPath=testingpythontestcasewcfrelay", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=D6u/QD9fxOTi6K\u002BYpcdCwHfwmt3Trv4aw/Bco0P6F\u002BE=;EntityPath=testingpythontestcasewcfrelay", - "primaryKey": "LFfPakP0EyQWVnyTTY1\u002BSyeRhk6hlCzEsCPkv4NJ9Ng=", - "secondaryKey": "D6u/QD9fxOTi6K\u002BYpcdCwHfwmt3Trv4aw/Bco0P6F\u002BE=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=bLbeVj\u002BbopounKJVmj31mBzgjxruejxRnpMmDTldxBA=;EntityPath=testingpythontestcasewcfrelay", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=HoznG7KxKRmcYfY\u002BAHpsxR29xLpg1wnCRHoTwiQgwEs=;EntityPath=testingpythontestcasewcfrelay", + "primaryKey": "bLbeVj\u002BbopounKJVmj31mBzgjxruejxRnpMmDTldxBA=", + "secondaryKey": "HoznG7KxKRmcYfY\u002BAHpsxR29xLpg1wnCRHoTwiQgwEs=", "keyName": "testingauthrulepy" } }, @@ -961,16 +988,18 @@ "Connection": "keep-alive", "Content-Length": "27", "Content-Type": "application/json", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8247a541-6a14-11ec-a218-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "ebefecd7-9b95-11ec-8e0b-d08e79139a4a" + }, + "RequestBody": { + "keyType": "SecondaryKey" }, - "RequestBody": "{\u0022keyType\u0022: \u0022SecondaryKey\u0022}", "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Encoding": "gzip", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 31 Dec 2021 08:34:46 GMT", + "Date": "Fri, 04 Mar 2022 08:34:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -982,16 +1011,16 @@ "Transfer-Encoding": "chunked", "Vary": "Accept-Encoding", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5f23a6a-fe66-4817-92dc-80339620852f", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "9da842c5-3c28-4bef-a68b-886a19e53a00_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083447Z:a5f23a6a-fe66-4817-92dc-80339620852f" + "x-ms-correlation-request-id": "64aa820a-1954-484e-928c-a9c6fe4f95a8", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "c8f1dd82-0719-42b4-887c-0dd4bde52f29_M9CH3_M9CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083424Z:64aa820a-1954-484e-928c-a9c6fe4f95a8" }, "ResponseBody": { - "primaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=LFfPakP0EyQWVnyTTY1\u002BSyeRhk6hlCzEsCPkv4NJ9Ng=;EntityPath=testingpythontestcasewcfrelay", - "secondaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=Fo2m53yHhQwJL3rXlsQpE3Bc5NPuKr/xQo9YcUuiuXs=;EntityPath=testingpythontestcasewcfrelay", - "primaryKey": "LFfPakP0EyQWVnyTTY1\u002BSyeRhk6hlCzEsCPkv4NJ9Ng=", - "secondaryKey": "Fo2m53yHhQwJL3rXlsQpE3Bc5NPuKr/xQo9YcUuiuXs=", + "primaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=bLbeVj\u002BbopounKJVmj31mBzgjxruejxRnpMmDTldxBA=;EntityPath=testingpythontestcasewcfrelay", + "secondaryConnectionString": "Endpoint=sb://testingpythontestcaseeventhubnamespaceeventhub.servicebus.windows.net/;SharedAccessKeyName=testingauthrulepy;SharedAccessKey=KM9Qh1773spEjXf40aNiaK5GXcGZGaOOQULc5uQYgok=;EntityPath=testingpythontestcasewcfrelay", + "primaryKey": "bLbeVj\u002BbopounKJVmj31mBzgjxruejxRnpMmDTldxBA=", + "secondaryKey": "KM9Qh1773spEjXf40aNiaK5GXcGZGaOOQULc5uQYgok=", "keyName": "testingauthrulepy" } }, @@ -1004,15 +1033,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "8298f342-6a14-11ec-8d36-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "ed01d338-9b95-11ec-aa8f-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:34:47 GMT", + "Date": "Fri, 04 Mar 2022 08:34:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1022,10 +1051,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa15990e-c8d1-4f9e-b9fa-c3178c655e04", - "x-ms-ratelimit-remaining-subscription-deletes": "14992", - "x-ms-request-id": "d8488b4a-67b4-4c44-bd36-139eefd16235_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083447Z:aa15990e-c8d1-4f9e-b9fa-c3178c655e04" + "x-ms-correlation-request-id": "05afeccc-652d-45fe-8a4b-3d717166a2b9", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-request-id": "433f2ff1-6ecb-4e0f-a1ad-5dbd0ad0887c_M2CH3_M2CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083426Z:05afeccc-652d-45fe-8a4b-3d717166a2b9" }, "ResponseBody": null }, @@ -1038,15 +1067,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "83064639-6a14-11ec-9f7e-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "ee2c0eb8-9b95-11ec-9b07-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:34:49 GMT", + "Date": "Fri, 04 Mar 2022 08:34:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1056,10 +1085,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c39c64e-bba3-4183-9854-5bca19c00898", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-request-id": "508b45ef-57af-4d6e-9394-305a093b788e_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083450Z:4c39c64e-bba3-4183-9854-5bca19c00898" + "x-ms-correlation-request-id": "e9543012-36e8-424b-be6f-335b133a93d9", + "x-ms-ratelimit-remaining-subscription-deletes": "14992", + "x-ms-request-id": "960993a1-05c8-4ccb-8eb3-457120f8d716_M2CH3_M2CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083427Z:e9543012-36e8-424b-be6f-335b133a93d9" }, "ResponseBody": null }, @@ -1072,15 +1101,15 @@ "Authorization": "Sanitized", "Connection": "keep-alive", "Content-Length": "0", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "84518e20-6a14-11ec-a8ee-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "eebd7634-9b95-11ec-a393-d08e79139a4a" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:34:51 GMT", + "Date": "Fri, 04 Mar 2022 08:34:29 GMT", "Expires": "-1", "Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/7fb9289f/providers/Microsoft.Relay/namespaces/testingpythontestcaseeventhubnamespaceEventhub/operationresults/testingpythontestcaseeventhubnamespaceEventhub?api-version=2017-04-01", "Pragma": "no-cache", @@ -1091,10 +1120,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94613699-4a70-4903-b6e2-24c79e673576", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-request-id": "7677149c-23ff-45fc-8ba4-9b7d20cffbbd_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083452Z:94613699-4a70-4903-b6e2-24c79e673576" + "x-ms-correlation-request-id": "4056d055-9f57-4a14-b353-495f2a3a1a15", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-request-id": "e1d03c66-f430-4a27-abc1-9420429a99f9_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083429Z:4056d055-9f57-4a14-b353-495f2a3a1a15" }, "ResponseBody": null }, @@ -1106,15 +1135,15 @@ "Accept-Encoding": "gzip, deflate", "Authorization": "Sanitized", "Connection": "keep-alive", - "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.8.8 (Windows-10-10.0.19041-SP0)", - "x-ms-client-request-id": "84518e20-6a14-11ec-a8ee-70b5e82527ff" + "User-Agent": "azsdk-python-mgmt-relay/1.1.0 Python/3.9.10 (Windows-10-10.0.22000-SP0)", + "x-ms-client-request-id": "eebd7634-9b95-11ec-a393-d08e79139a4a" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Fri, 31 Dec 2021 08:35:23 GMT", + "Date": "Fri, 04 Mar 2022 08:35:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1124,10 +1153,10 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc233e2a-9f55-4a84-9e4a-197cd99320cc", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "1b62fd4c-344c-4517-bd1d-d7a8c94beac3_M9CH3_M9CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20211231T083523Z:dc233e2a-9f55-4a84-9e4a-197cd99320cc" + "x-ms-correlation-request-id": "a9d10caf-da0e-43ab-92c5-98a9973d797a", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "a5b93e2b-45c7-4024-b368-dd79131977ef_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220304T083500Z:a9d10caf-da0e-43ab-92c5-98a9973d797a" }, "ResponseBody": null }