From e0c1fb5121bdc6dc2b0c2f2a0372b6656b38cce1 Mon Sep 17 00:00:00 2001 From: necusjz Date: Wed, 15 Jun 2022 14:08:14 +0800 Subject: [PATCH 1/6] remove useless suppression --- scripts/ci/credscan/CredScanSuppressions.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/ci/credscan/CredScanSuppressions.json b/scripts/ci/credscan/CredScanSuppressions.json index c7d2ac65315..6462efe7208 100644 --- a/scripts/ci/credscan/CredScanSuppressions.json +++ b/scripts/ci/credscan/CredScanSuppressions.json @@ -374,14 +374,6 @@ "_justification": "[Network] Test certs" }, { - "file": [ - "src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml", - "src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml" - ], - "_justification": "[Network] Ignore primaryKey and secondaryKey from test Microsoft.Cache/Redis resources." - }, - - { "file": [ "src\\azure-cli\\azure\\cli\\command_modules\\network\\tests\\latest\\recordings\\test_network_ag_auth_cert.yaml" ], From 08b8b864651fb536c8b34022b72869a0b7eea33b Mon Sep 17 00:00:00 2001 From: necusjz Date: Wed, 15 Jun 2022 17:27:10 +0800 Subject: [PATCH 2/6] add credential replacer --- .../latest/test_private_endpoint_commands.py | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py b/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py index 6bc48437384..96be9d7c645 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py @@ -16,11 +16,29 @@ from azure.cli.command_modules.rdbms.tests.latest.test_rdbms_commands import ServerPreparer from azure.cli.command_modules.batch.tests.latest.batch_preparers import BatchAccountPreparer, BatchScenarioMixin -from azure.cli.testsdk.scenario_tests import AllowLargeResponse +from azure.cli.testsdk.scenario_tests import AllowLargeResponse, RecordingProcessor +from azure.cli.testsdk.scenario_tests.utilities import is_text_payload TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) +class CredentialReplacer(RecordingProcessor): + def process_response(self, response): + import json + fake_data = "****" + sensitive_data = "accessKeys" + if is_text_payload(response) and response["body"]["string"]: + try: + props = json.loads(response["body"]["string"]) + if sensitive_data in props["properties"]: + del props["properties"][sensitive_data] + props["properties"][fake_data] = fake_data + response["body"]["string"] = json.dumps(props) + except (TypeError, KeyError): + pass + return response + + class NetworkPrivateLinkKeyVaultScenarioTest(ScenarioTest): @ResourceGroupPreparer(name_prefix='cli_test_keyvault_plr') @KeyVaultPreparer(name_prefix='cli-test-kv-plr-', location='centraluseuap') @@ -2644,6 +2662,12 @@ def test_private_link_resource_hdinsight(self, resource_group): class NetworkPrivateLinkAzureCacheforRedisScenarioTest(ScenarioTest): + def __init__(self, method_name): + super().__init__( + method_name, + recording_processors=[CredentialReplacer()] + ) + @ResourceGroupPreparer(name_prefix='cli_test_acfr_plr') def test_private_link_resource_acfr(self, resource_group): self.kwargs.update({ @@ -2653,7 +2677,7 @@ def test_private_link_resource_acfr(self, resource_group): self.cmd('az redis create --location {loc} --name {cache_name} --resource-group {rg} --sku Basic --vm-size c0') self.cmd('network private-link-resource list --name {cache_name} -g {rg} --type Microsoft.Cache/Redis' , checks=[ - self.check('length(@)', 1)]) ##### + self.check('length(@)', 1)]) @ResourceGroupPreparer(name_prefix='cli_test_acfr_pe') def test_private_endpoint_connection_acfr(self,resource_group): From 6179e3eec269130129aad1dc89697fdee73fe58b Mon Sep 17 00:00:00 2001 From: necusjz Date: Wed, 15 Jun 2022 17:27:31 +0800 Subject: [PATCH 3/6] upload recording files --- ...test_private_endpoint_connection_acfr.yaml | 1867 ++++++++++------- .../test_private_link_resource_acfr.yaml | 555 ++--- 2 files changed, 1276 insertions(+), 1146 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml index 270baa3222d..daaf7a15014 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml @@ -18,41 +18,33 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/redis/cli-test-acfr-pe-000002?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002\",\r\n - \ \"location\": \"West US\",\r\n \"name\": \"cli-test-acfr-pe-000002\",\r\n - \ \"type\": \"Microsoft.Cache/Redis\",\r\n \"tags\": {},\r\n \"properties\": - {\r\n \"provisioningState\": \"Creating\",\r\n \"redisVersion\": \"4.1.14\",\r\n - \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"family\": \"C\",\r\n - \ \"capacity\": 1\r\n },\r\n \"enableNonSslPort\": false,\r\n \"instances\": - [\r\n {\r\n \"sslPort\": 15000,\r\n \"isMaster\": false,\r\n - \ \"isPrimary\": false\r\n },\r\n {\r\n \"sslPort\": - 15001,\r\n \"isMaster\": false,\r\n \"isPrimary\": false\r\n - \ }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"tenantSettings\": - {},\r\n \"redisConfiguration\": {\r\n \"maxclients\": \"1000\",\r\n - \ \"maxmemory-reserved\": \"125\",\r\n \"maxfragmentationmemory-reserved\": - \"125\",\r\n \"maxmemory-delta\": \"125\"\r\n },\r\n \"accessKeys\": - {\r\n \"primaryKey\": \"EiqwbSQxH6tzydVWVj9kAdBREgNfiNoHSAzCaLGsQ6Q=\",\r\n - \ \"secondaryKey\": \"WXsa87zJ2PZUmv0zrDjTYyIyIZq8U1yVWAzCaFngkVY=\"\r\n - \ },\r\n \"hostName\": \"cli-test-acfr-pe-000002.redis.cache.windows.net\",\r\n - \ \"port\": 6379,\r\n \"sslPort\": 6380,\r\n \"linkedServers\": []\r\n - \ }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002", + "location": "West US", "name": "cli-test-acfr-pe-000002", "type": "Microsoft.Cache/Redis", + "tags": {}, "properties": {"provisioningState": "Creating", "redisVersion": + "4.0.14", "sku": {"name": "Standard", "family": "C", "capacity": 1}, "enableNonSslPort": + false, "instances": [{"sslPort": 15000, "isMaster": false, "isPrimary": false}, + {"sslPort": 15001, "isMaster": false, "isPrimary": false}], "publicNetworkAccess": + "Enabled", "tenantSettings": {}, "redisConfiguration": {"maxclients": "1000", + "maxmemory-reserved": "125", "maxfragmentationmemory-reserved": "125", "maxmemory-delta": + "125"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", "port": + 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: - - '1276' + - '882' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:03:39 GMT + - Wed, 15 Jun 2022 08:32:00 GMT expires: - '-1' location: @@ -66,9 +58,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 201 message: Created @@ -86,20 +78,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -107,7 +99,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:04:11 GMT + - Wed, 15 Jun 2022 08:32:30 GMT expires: - '-1' pragma: @@ -123,7 +115,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -141,20 +133,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -162,7 +154,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:04:41 GMT + - Wed, 15 Jun 2022 08:33:01 GMT expires: - '-1' pragma: @@ -178,7 +170,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -196,20 +188,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -217,7 +209,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:05:11 GMT + - Wed, 15 Jun 2022 08:33:31 GMT expires: - '-1' pragma: @@ -233,7 +225,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -251,20 +243,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -272,7 +264,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:05:42 GMT + - Wed, 15 Jun 2022 08:34:01 GMT expires: - '-1' pragma: @@ -288,7 +280,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -306,20 +298,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -327,7 +319,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:06:12 GMT + - Wed, 15 Jun 2022 08:34:32 GMT expires: - '-1' pragma: @@ -343,7 +335,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -361,20 +353,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -382,7 +374,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:06:43 GMT + - Wed, 15 Jun 2022 08:35:02 GMT expires: - '-1' pragma: @@ -398,7 +390,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -416,20 +408,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -437,7 +429,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:07:14 GMT + - Wed, 15 Jun 2022 08:35:33 GMT expires: - '-1' pragma: @@ -453,7 +445,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -471,20 +463,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -492,7 +484,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:07:44 GMT + - Wed, 15 Jun 2022 08:36:03 GMT expires: - '-1' pragma: @@ -508,7 +500,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -526,20 +518,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -547,7 +539,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:08:16 GMT + - Wed, 15 Jun 2022 08:36:33 GMT expires: - '-1' pragma: @@ -563,7 +555,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -581,20 +573,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -602,7 +594,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:08:46 GMT + - Wed, 15 Jun 2022 08:37:03 GMT expires: - '-1' pragma: @@ -618,7 +610,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -636,20 +628,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -657,7 +649,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:09:17 GMT + - Wed, 15 Jun 2022 08:37:34 GMT expires: - '-1' pragma: @@ -673,7 +665,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -691,20 +683,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -712,7 +704,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:09:48 GMT + - Wed, 15 Jun 2022 08:38:04 GMT expires: - '-1' pragma: @@ -728,7 +720,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -746,20 +738,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -767,7 +759,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:10:18 GMT + - Wed, 15 Jun 2022 08:38:35 GMT expires: - '-1' pragma: @@ -783,7 +775,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -801,20 +793,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -822,7 +814,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:10:48 GMT + - Wed, 15 Jun 2022 08:39:06 GMT expires: - '-1' pragma: @@ -838,7 +830,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -856,20 +848,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -877,7 +869,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:11:20 GMT + - Wed, 15 Jun 2022 08:39:36 GMT expires: - '-1' pragma: @@ -893,7 +885,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -911,20 +903,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -932,7 +924,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:11:50 GMT + - Wed, 15 Jun 2022 08:40:06 GMT expires: - '-1' pragma: @@ -948,7 +940,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -966,20 +958,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -987,7 +979,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:12:20 GMT + - Wed, 15 Jun 2022 08:40:37 GMT expires: - '-1' pragma: @@ -1003,7 +995,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1021,20 +1013,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1042,7 +1034,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:12:52 GMT + - Wed, 15 Jun 2022 08:41:07 GMT expires: - '-1' pragma: @@ -1058,7 +1050,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1076,20 +1068,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1097,7 +1089,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:13:22 GMT + - Wed, 15 Jun 2022 08:41:37 GMT expires: - '-1' pragma: @@ -1113,7 +1105,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1131,20 +1123,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1152,7 +1144,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:13:52 GMT + - Wed, 15 Jun 2022 08:42:07 GMT expires: - '-1' pragma: @@ -1168,7 +1160,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1186,20 +1178,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1207,7 +1199,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:14:24 GMT + - Wed, 15 Jun 2022 08:42:38 GMT expires: - '-1' pragma: @@ -1223,7 +1215,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1241,20 +1233,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1262,7 +1254,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:14:54 GMT + - Wed, 15 Jun 2022 08:43:08 GMT expires: - '-1' pragma: @@ -1278,7 +1270,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1296,20 +1288,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1317,7 +1309,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:15:24 GMT + - Wed, 15 Jun 2022 08:43:38 GMT expires: - '-1' pragma: @@ -1333,7 +1325,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1351,20 +1343,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1372,7 +1364,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:15:55 GMT + - Wed, 15 Jun 2022 08:44:08 GMT expires: - '-1' pragma: @@ -1388,7 +1380,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1406,20 +1398,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1427,7 +1419,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:16:26 GMT + - Wed, 15 Jun 2022 08:44:38 GMT expires: - '-1' pragma: @@ -1443,7 +1435,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1461,20 +1453,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1482,7 +1474,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:16:56 GMT + - Wed, 15 Jun 2022 08:45:12 GMT expires: - '-1' pragma: @@ -1498,7 +1490,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1516,20 +1508,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1537,7 +1529,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:17:27 GMT + - Wed, 15 Jun 2022 08:45:42 GMT expires: - '-1' pragma: @@ -1553,7 +1545,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1571,20 +1563,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1592,7 +1584,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:17:58 GMT + - Wed, 15 Jun 2022 08:46:12 GMT expires: - '-1' pragma: @@ -1608,7 +1600,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1626,20 +1618,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1647,7 +1639,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:18:29 GMT + - Wed, 15 Jun 2022 08:46:42 GMT expires: - '-1' pragma: @@ -1663,7 +1655,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1681,20 +1673,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1702,7 +1694,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:18:59 GMT + - Wed, 15 Jun 2022 08:47:13 GMT expires: - '-1' pragma: @@ -1718,7 +1710,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1736,20 +1728,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1757,7 +1749,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:19:31 GMT + - Wed, 15 Jun 2022 08:47:44 GMT expires: - '-1' pragma: @@ -1773,7 +1765,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1791,20 +1783,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1812,7 +1804,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:20:01 GMT + - Wed, 15 Jun 2022 08:48:14 GMT expires: - '-1' pragma: @@ -1828,7 +1820,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1846,20 +1838,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1867,7 +1859,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:20:31 GMT + - Wed, 15 Jun 2022 08:48:44 GMT expires: - '-1' pragma: @@ -1883,7 +1875,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1901,20 +1893,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1922,7 +1914,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:21:02 GMT + - Wed, 15 Jun 2022 08:49:15 GMT expires: - '-1' pragma: @@ -1938,7 +1930,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1956,20 +1948,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1977,7 +1969,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:21:32 GMT + - Wed, 15 Jun 2022 08:49:45 GMT expires: - '-1' pragma: @@ -1993,7 +1985,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -2011,20 +2003,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -2032,7 +2024,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:22:03 GMT + - Wed, 15 Jun 2022 08:50:15 GMT expires: - '-1' pragma: @@ -2048,7 +2040,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -2066,20 +2058,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -2087,7 +2079,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:22:34 GMT + - Wed, 15 Jun 2022 08:50:45 GMT expires: - '-1' pragma: @@ -2103,7 +2095,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -2121,20 +2113,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -2142,7 +2134,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:23:04 GMT + - Wed, 15 Jun 2022 08:51:16 GMT expires: - '-1' pragma: @@ -2158,7 +2150,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -2176,20 +2168,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -2197,7 +2189,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:23:36 GMT + - Wed, 15 Jun 2022 08:51:47 GMT expires: - '-1' pragma: @@ -2213,7 +2205,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -2231,20 +2223,295 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"name\": - \"83abf181-30e4-4cfc-88de-209782043e55\",\r\n \"status\": \"Succeeded\",\r\n + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/83abf181-30e4-4cfc-88de-209782043e55?api-version=2021-06-01 + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + cache-control: + - no-cache + content-length: + - '353' + content-type: + - application/json + date: + - Wed, 15 Jun 2022 08:52:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 29179e76-95ff-4e01-9257-39bee29e6f65 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - redis create + Connection: + - keep-alive + ParameterSetName: + - --location --name --resource-group --sku --vm-size + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + response: + body: + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n + \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n + \ \"properties\": null,\r\n \"error\": null\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + cache-control: + - no-cache + content-length: + - '353' + content-type: + - application/json + date: + - Wed, 15 Jun 2022 08:52:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 29179e76-95ff-4e01-9257-39bee29e6f65 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - redis create + Connection: + - keep-alive + ParameterSetName: + - --location --name --resource-group --sku --vm-size + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + response: + body: + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n + \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n + \ \"properties\": null,\r\n \"error\": null\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + cache-control: + - no-cache + content-length: + - '353' + content-type: + - application/json + date: + - Wed, 15 Jun 2022 08:53:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 29179e76-95ff-4e01-9257-39bee29e6f65 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - redis create + Connection: + - keep-alive + ParameterSetName: + - --location --name --resource-group --sku --vm-size + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + response: + body: + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n + \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n + \ \"properties\": null,\r\n \"error\": null\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + cache-control: + - no-cache + content-length: + - '353' + content-type: + - application/json + date: + - Wed, 15 Jun 2022 08:53:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 29179e76-95ff-4e01-9257-39bee29e6f65 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - redis create + Connection: + - keep-alive + ParameterSetName: + - --location --name --resource-group --sku --vm-size + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + response: + body: + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"InProgress\",\r\n + \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n + \ \"properties\": null,\r\n \"error\": null\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + cache-control: + - no-cache + content-length: + - '353' + content-type: + - application/json + date: + - Wed, 15 Jun 2022 08:54:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 29179e76-95ff-4e01-9257-39bee29e6f65 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - redis create + Connection: + - keep-alive + ParameterSetName: + - --location --name --resource-group --sku --vm-size + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 + response: + body: + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"name\": + \"63b2d6a5-e137-4157-87bf-06ce8a16f481\",\r\n \"status\": \"Succeeded\",\r\n + \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n + \ \"properties\": null,\r\n \"error\": null\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West + US/asyncOperations/63b2d6a5-e137-4157-87bf-06ce8a16f481?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -2252,7 +2519,7 @@ interactions: content-type: - application/json date: - - Thu, 12 May 2022 17:24:06 GMT + - Wed, 15 Jun 2022 08:54:48 GMT expires: - '-1' pragma: @@ -2268,7 +2535,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -2286,22 +2553,30 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/redis/cli-test-acfr-pe-000002?api-version=2021-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002","location":"West - US","name":"cli-test-acfr-pe-000002","type":"Microsoft.Cache/Redis","tags":{},"properties":{"provisioningState":"Succeeded","redisVersion":"4.1.14","sku":{"name":"Standard","family":"C","capacity":1},"enableNonSslPort":false,"instances":[{"sslPort":15000,"isMaster":true,"isPrimary":true},{"sslPort":15001,"isMaster":false,"isPrimary":false}],"publicNetworkAccess":"Enabled","tenantSettings":{},"redisConfiguration":{"maxclients":"1000","maxmemory-reserved":"125","maxfragmentationmemory-reserved":"125","maxmemory-delta":"125"},"accessKeys":null,"hostName":"cli-test-acfr-pe-000002.redis.cache.windows.net","port":6379,"sslPort":6380,"linkedServers":[]}}' + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002", + "location": "West US", "name": "cli-test-acfr-pe-000002", "type": "Microsoft.Cache/Redis", + "tags": {}, "properties": {"provisioningState": "Succeeded", "redisVersion": + "4.0.14", "sku": {"name": "Standard", "family": "C", "capacity": 1}, "enableNonSslPort": + false, "instances": [{"sslPort": 15000, "isMaster": true, "isPrimary": true}, + {"sslPort": 15001, "isMaster": false, "isPrimary": false}], "publicNetworkAccess": + "Enabled", "tenantSettings": {}, "redisConfiguration": {"maxclients": "1000", + "maxmemory-reserved": "125", "maxfragmentationmemory-reserved": "125", "maxmemory-delta": + "125"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", "port": + 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' headers: cache-control: - no-cache content-length: - - '826' + - '881' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:07 GMT + - Wed, 15 Jun 2022 08:54:49 GMT expires: - '-1' pragma: @@ -2317,7 +2592,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -2342,40 +2617,34 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-vnet-000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003\",\r\n - \ \"etag\": \"W/\\\"0a30378d-690a-49de-ad29-75f509631665\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n - \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"bbbb8dd7-8841-4894-859e-347b6afa71ea\",\r\n \"addressSpace\": - {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n - \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n - \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000004\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"0a30378d-690a-49de-ad29-75f509631665\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": - \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n - \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": - false\r\n }\r\n}" + string: '{"name": "cli-vnet-000003", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003", + "etag": "W/\"30391014-475e-4a6f-bd55-4a58c128d417\"", "type": "Microsoft.Network/virtualNetworks", + "location": "westus", "tags": {}, "properties": {"provisioningState": "Updating", + "resourceGuid": "ffa53874-d938-49ad-b073-5c641e8f425c", "addressSpace": {"addressPrefixes": + ["10.0.0.0/16"]}, "dhcpOptions": {"dnsServers": []}, "subnets": [{"name": + "cli-subnet-000004", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004", + "etag": "W/\"30391014-475e-4a6f-bd55-4a58c128d417\"", "properties": {"provisioningState": + "Updating", "addressPrefix": "10.0.0.0/24", "delegations": [], "privateEndpointNetworkPolicies": + "Enabled", "privateLinkServiceNetworkPolicies": "Enabled"}, "type": "Microsoft.Network/virtualNetworks/subnets"}], + "virtualNetworkPeerings": [], "enableDdosProtection": false}}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3e222278-a3b7-4f64-9e1c-8f5475430e01?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/32fae7d9-31c3-4d7c-b9d7-110b377f3286?api-version=2021-08-01 cache-control: - no-cache content-length: - - '1347' + - '1103' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:12 GMT + - Wed, 15 Jun 2022 08:54:58 GMT expires: - '-1' pragma: @@ -2388,9 +2657,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a11953a7-69fd-436c-bb6f-dbd683c14d44 + - bf31f1f3-ca9d-40c9-a120-6991eaf743c2 x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' status: code: 201 message: Created @@ -2408,9 +2677,9 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3e222278-a3b7-4f64-9e1c-8f5475430e01?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/32fae7d9-31c3-4d7c-b9d7-110b377f3286?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2422,7 +2691,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:16 GMT + - Wed, 15 Jun 2022 08:55:01 GMT expires: - '-1' pragma: @@ -2439,7 +2708,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7a6775e1-7f16-4de4-876e-a12e91c574eb + - 6cb86132-679f-43f6-b3d7-7d37d707cc03 status: code: 200 message: OK @@ -2457,38 +2726,32 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-vnet-000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003\",\r\n - \ \"etag\": \"W/\\\"de8d5df4-4b14-4ce3-a725-c0728f63e707\\\"\",\r\n \"type\": - \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n - \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"bbbb8dd7-8841-4894-859e-347b6afa71ea\",\r\n \"addressSpace\": - {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n - \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n - \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000004\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"de8d5df4-4b14-4ce3-a725-c0728f63e707\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": - \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n - \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": - false\r\n }\r\n}" + string: '{"name": "cli-vnet-000003", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003", + "etag": "W/\"a07ade63-617b-44b1-b7ed-5ecee974b04d\"", "type": "Microsoft.Network/virtualNetworks", + "location": "westus", "tags": {}, "properties": {"provisioningState": "Succeeded", + "resourceGuid": "ffa53874-d938-49ad-b073-5c641e8f425c", "addressSpace": {"addressPrefixes": + ["10.0.0.0/16"]}, "dhcpOptions": {"dnsServers": []}, "subnets": [{"name": + "cli-subnet-000004", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004", + "etag": "W/\"a07ade63-617b-44b1-b7ed-5ecee974b04d\"", "properties": {"provisioningState": + "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], "privateEndpointNetworkPolicies": + "Enabled", "privateLinkServiceNetworkPolicies": "Enabled"}, "type": "Microsoft.Network/virtualNetworks/subnets"}], + "virtualNetworkPeerings": [], "enableDdosProtection": false}}' headers: cache-control: - no-cache content-length: - - '1349' + - '1105' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:16 GMT + - Wed, 15 Jun 2022 08:55:01 GMT etag: - - W/"de8d5df4-4b14-4ce3-a725-c0728f63e707" + - W/"a07ade63-617b-44b1-b7ed-5ecee974b04d" expires: - '-1' pragma: @@ -2505,7 +2768,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 40f9d7d2-b1d3-4934-8047-5fc5a6aeb1c8 + - b72c4190-3de3-41e6-ba9e-e250359ffc82 status: code: 200 message: OK @@ -2523,28 +2786,26 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-subnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"de8d5df4-4b14-4ce3-a725-c0728f63e707\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + string: '{"name": "cli-subnet-000004", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004", + "etag": "W/\"a07ade63-617b-44b1-b7ed-5ecee974b04d\"", "properties": {"provisioningState": + "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], "privateEndpointNetworkPolicies": + "Enabled", "privateLinkServiceNetworkPolicies": "Enabled"}, "type": "Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache content-length: - - '563' + - '515' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:18 GMT + - Wed, 15 Jun 2022 08:55:02 GMT etag: - - W/"de8d5df4-4b14-4ce3-a725-c0728f63e707" + - W/"a07ade63-617b-44b1-b7ed-5ecee974b04d" expires: - '-1' pragma: @@ -2561,7 +2822,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3a76b70e-6a03-44c4-9067-7b4fd08b5368 + - 86dabf7d-2a67-4e84-a445-889696ddbf38 status: code: 200 message: OK @@ -2586,28 +2847,26 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-subnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"9a02be5c-9a22-4a28-88d5-9193466ba7de\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + string: '{"name": "cli-subnet-000004", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004", + "etag": "W/\"fb5c5ea9-1a38-4474-b341-2bb67d414a73\"", "properties": {"provisioningState": + "Updating", "addressPrefix": "10.0.0.0/24", "delegations": [], "privateEndpointNetworkPolicies": + "Disabled", "privateLinkServiceNetworkPolicies": "Enabled"}, "type": "Microsoft.Network/virtualNetworks/subnets"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a3a3d3f8-6e6f-4f62-9bf1-18af101448ad?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d68ce264-708d-41e3-b943-ed3cb038d787?api-version=2021-08-01 cache-control: - no-cache content-length: - - '563' + - '515' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:20 GMT + - Wed, 15 Jun 2022 08:55:03 GMT expires: - '-1' pragma: @@ -2624,9 +2883,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a6163c47-a7d0-459a-9c6c-7c8121063584 + - c5069254-20b3-45ec-a28e-fdd2384d3009 x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1198' status: code: 200 message: OK @@ -2644,9 +2903,9 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a3a3d3f8-6e6f-4f62-9bf1-18af101448ad?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d68ce264-708d-41e3-b943-ed3cb038d787?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2658,7 +2917,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:24 GMT + - Wed, 15 Jun 2022 08:55:06 GMT expires: - '-1' pragma: @@ -2675,7 +2934,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b1586618-1abc-4f30-be58-ae071731f27f + - 5108cdd7-04a1-4d40-ab22-9ae79e0cd88f status: code: 200 message: OK @@ -2693,28 +2952,26 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-subnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"823e6783-a0c8-4c30-bfae-d270be00d4e0\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n - \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n - \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": - \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + string: '{"name": "cli-subnet-000004", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004", + "etag": "W/\"66734805-3139-4bc6-9ccb-79328799c9b1\"", "properties": {"provisioningState": + "Succeeded", "addressPrefix": "10.0.0.0/24", "delegations": [], "privateEndpointNetworkPolicies": + "Disabled", "privateLinkServiceNetworkPolicies": "Enabled"}, "type": "Microsoft.Network/virtualNetworks/subnets"}' headers: cache-control: - no-cache content-length: - - '564' + - '516' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:24:25 GMT + - Wed, 15 Jun 2022 08:55:07 GMT etag: - - W/"823e6783-a0c8-4c30-bfae-d270be00d4e0" + - W/"66734805-3139-4bc6-9ccb-79328799c9b1" expires: - '-1' pragma: @@ -2731,7 +2988,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 55fd400c-7ca2-4525-8936-c255b501cea0 + - a9378dd2-1b54-450d-99e7-97151c4fd75f status: code: 200 message: OK @@ -2758,43 +3015,37 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-pe-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\",\r\n - \ \"etag\": \"W/\\\"1c475419-b3c5-46fa-ad71-c5fd7254511a\\\"\",\r\n \"type\": - \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"b360fd70-bd49-4e04-93d3-0688ca9e99cc\",\r\n \"privateLinkServiceConnections\": - [\r\n {\r\n \"name\": \"cli-pec-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006\",\r\n - \ \"etag\": \"W/\\\"1c475419-b3c5-46fa-ad71-c5fd7254511a\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002\",\r\n - \ \"groupIds\": [\r\n \"redisCache\"\r\n ],\r\n - \ \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Approved\",\r\n \"description\": \"Auto Approved\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\r\n - \ }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\n - \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\"\r\n - \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.37742aad-cc3c-4ccd-8c39-3e039cc79a6f\"\r\n - \ }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}" + string: '{"name": "cli-pe-000005", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005", + "etag": "W/\"0bdc71fc-2ac0-4930-b59f-2a2ab6a6ce22\"", "type": "Microsoft.Network/privateEndpoints", + "location": "westus", "properties": {"provisioningState": "Updating", "resourceGuid": + "909d2209-42ee-4289-a5bf-4519db983d1c", "privateLinkServiceConnections": [{"name": + "cli-pec-000006", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006", + "etag": "W/\"0bdc71fc-2ac0-4930-b59f-2a2ab6a6ce22\"", "properties": {"provisioningState": + "Succeeded", "privateLinkServiceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002", + "groupIds": ["redisCache"], "privateLinkServiceConnectionState": {"status": + "Approved", "description": "Auto Approved", "actionsRequired": "None"}}, "type": + "Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}], "manualPrivateLinkServiceConnections": + [], "customNetworkInterfaceName": "", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004"}, + "ipConfigurations": [], "networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.9830fd25-d6dc-45e3-a65b-9f6a40892581"}], + "customDnsConfigs": []}}' headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cc2eed5f-6b4d-4521-b0c6-03f9f96f07fe?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4d79d2a-0c8a-44f2-9475-f8be3867aeb2?api-version=2021-08-01 cache-control: - no-cache content-length: - - '2042' + - '1724' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:49:34 GMT + - Wed, 15 Jun 2022 09:20:14 GMT expires: - '-1' pragma: @@ -2807,9 +3058,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f9bb0851-7a30-466f-8dc9-c28876abc8bc + - 42324962-f6f9-4fa4-a728-1c88eb7201a0 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -2828,9 +3079,59 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4d79d2a-0c8a-44f2-9475-f8be3867aeb2?api-version=2021-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 15 Jun 2022 09:20:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 32809900-6dc6-4558-85c3-35fbe8be9f7e + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network private-endpoint create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id + --group-id + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cc2eed5f-6b4d-4521-b0c6-03f9f96f07fe?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4d79d2a-0c8a-44f2-9475-f8be3867aeb2?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2842,7 +3143,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:49:44 GMT + - Wed, 15 Jun 2022 09:20:35 GMT expires: - '-1' pragma: @@ -2859,7 +3160,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fbdb987f-55af-485b-a929-73007cf8dc45 + - 7c47c19a-8653-4890-a9aa-9e68da19e94d status: code: 200 message: OK @@ -2878,9 +3179,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cc2eed5f-6b4d-4521-b0c6-03f9f96f07fe?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4d79d2a-0c8a-44f2-9475-f8be3867aeb2?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2892,7 +3193,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:49:54 GMT + - Wed, 15 Jun 2022 09:20:55 GMT expires: - '-1' pragma: @@ -2909,7 +3210,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 13b87d30-2ba1-44fc-8493-9a6b43286c7c + - 1b2bef66-3129-4260-9b59-a6f703bd8ef5 status: code: 200 message: OK @@ -2928,9 +3229,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cc2eed5f-6b4d-4521-b0c6-03f9f96f07fe?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4d79d2a-0c8a-44f2-9475-f8be3867aeb2?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2942,7 +3243,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:50:16 GMT + - Wed, 15 Jun 2022 09:21:16 GMT expires: - '-1' pragma: @@ -2959,7 +3260,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a852ffa7-dca9-4bc5-8e32-4de370ffbbc7 + - 9b701804-7587-4138-95c1-fcc534034349 status: code: 200 message: OK @@ -2978,43 +3279,36 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-pe-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\",\r\n - \ \"etag\": \"W/\\\"e8fa3944-9616-4efa-be7a-61e7be725f90\\\"\",\r\n \"type\": - \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"b360fd70-bd49-4e04-93d3-0688ca9e99cc\",\r\n \"privateLinkServiceConnections\": - [\r\n {\r\n \"name\": \"cli-pec-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006\",\r\n - \ \"etag\": \"W/\\\"e8fa3944-9616-4efa-be7a-61e7be725f90\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002\",\r\n - \ \"groupIds\": [\r\n \"redisCache\"\r\n ],\r\n - \ \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Approved\",\r\n \"description\": \"Auto-Approved\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\r\n - \ }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\n - \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\"\r\n - \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.37742aad-cc3c-4ccd-8c39-3e039cc79a6f\"\r\n - \ }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \"fqdn\": - \"cli-test-acfr-pe-000002.redis.cache.windows.net\",\r\n \"ipAddresses\": - [\r\n \"10.0.0.4\"\r\n ]\r\n }\r\n ]\r\n }\r\n}" + string: '{"name": "cli-pe-000005", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005", + "etag": "W/\"d47636a6-05b4-422d-a06d-c41535bbdcc5\"", "type": "Microsoft.Network/privateEndpoints", + "location": "westus", "properties": {"provisioningState": "Succeeded", "resourceGuid": + "909d2209-42ee-4289-a5bf-4519db983d1c", "privateLinkServiceConnections": [{"name": + "cli-pec-000006", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006", + "etag": "W/\"d47636a6-05b4-422d-a06d-c41535bbdcc5\"", "properties": {"provisioningState": + "Succeeded", "privateLinkServiceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002", + "groupIds": ["redisCache"], "privateLinkServiceConnectionState": {"status": + "Approved", "description": "Auto-Approved", "actionsRequired": "None"}}, "type": + "Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}], "manualPrivateLinkServiceConnections": + [], "customNetworkInterfaceName": "", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004"}, + "ipConfigurations": [], "networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.9830fd25-d6dc-45e3-a65b-9f6a40892581"}], + "customDnsConfigs": [{"fqdn": "cli-test-acfr-pe-000002.redis.cache.windows.net", + "ipAddresses": ["10.0.0.4"]}]}}' headers: cache-control: - no-cache content-length: - - '2194' + - '1813' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:50:16 GMT + - Wed, 15 Jun 2022 09:21:16 GMT etag: - - W/"e8fa3944-9616-4efa-be7a-61e7be725f90" + - W/"d47636a6-05b4-422d-a06d-c41535bbdcc5" expires: - '-1' pragma: @@ -3031,7 +3325,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 44100858-9f32-4048-9134-8bb6824b7121 + - 03328274-a7ab-4436-9e66-51ba8d50a4dc status: code: 200 message: OK @@ -3049,43 +3343,36 @@ interactions: ParameterSetName: - --id User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-pe-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\",\r\n - \ \"etag\": \"W/\\\"e8fa3944-9616-4efa-be7a-61e7be725f90\\\"\",\r\n \"type\": - \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"b360fd70-bd49-4e04-93d3-0688ca9e99cc\",\r\n \"privateLinkServiceConnections\": - [\r\n {\r\n \"name\": \"cli-pec-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006\",\r\n - \ \"etag\": \"W/\\\"e8fa3944-9616-4efa-be7a-61e7be725f90\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002\",\r\n - \ \"groupIds\": [\r\n \"redisCache\"\r\n ],\r\n - \ \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Approved\",\r\n \"description\": \"Auto-Approved\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\r\n - \ }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\n - \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\"\r\n - \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.37742aad-cc3c-4ccd-8c39-3e039cc79a6f\"\r\n - \ }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \"fqdn\": - \"cli-test-acfr-pe-000002.redis.cache.windows.net\",\r\n \"ipAddresses\": - [\r\n \"10.0.0.4\"\r\n ]\r\n }\r\n ]\r\n }\r\n}" + string: '{"name": "cli-pe-000005", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005", + "etag": "W/\"d47636a6-05b4-422d-a06d-c41535bbdcc5\"", "type": "Microsoft.Network/privateEndpoints", + "location": "westus", "properties": {"provisioningState": "Succeeded", "resourceGuid": + "909d2209-42ee-4289-a5bf-4519db983d1c", "privateLinkServiceConnections": [{"name": + "cli-pec-000006", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006", + "etag": "W/\"d47636a6-05b4-422d-a06d-c41535bbdcc5\"", "properties": {"provisioningState": + "Succeeded", "privateLinkServiceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002", + "groupIds": ["redisCache"], "privateLinkServiceConnectionState": {"status": + "Approved", "description": "Auto-Approved", "actionsRequired": "None"}}, "type": + "Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}], "manualPrivateLinkServiceConnections": + [], "customNetworkInterfaceName": "", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004"}, + "ipConfigurations": [], "networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.9830fd25-d6dc-45e3-a65b-9f6a40892581"}], + "customDnsConfigs": [{"fqdn": "cli-test-acfr-pe-000002.redis.cache.windows.net", + "ipAddresses": ["10.0.0.4"]}]}}' headers: cache-control: - no-cache content-length: - - '2194' + - '1813' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:50:18 GMT + - Wed, 15 Jun 2022 09:21:28 GMT etag: - - W/"e8fa3944-9616-4efa-be7a-61e7be725f90" + - W/"d47636a6-05b4-422d-a06d-c41535bbdcc5" expires: - '-1' pragma: @@ -3102,7 +3389,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 66fc125e-d4e7-4ef2-92b5-3ef193fc89fe + - db34b335-a184-4398-8b43-0cd2d46d0848 status: code: 200 message: OK @@ -3120,43 +3407,36 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2021-08-01 response: body: - string: "{\r\n \"name\": \"cli-pe-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\",\r\n - \ \"etag\": \"W/\\\"e8fa3944-9616-4efa-be7a-61e7be725f90\\\"\",\r\n \"type\": - \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"b360fd70-bd49-4e04-93d3-0688ca9e99cc\",\r\n \"privateLinkServiceConnections\": - [\r\n {\r\n \"name\": \"cli-pec-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006\",\r\n - \ \"etag\": \"W/\\\"e8fa3944-9616-4efa-be7a-61e7be725f90\\\"\",\r\n - \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002\",\r\n - \ \"groupIds\": [\r\n \"redisCache\"\r\n ],\r\n - \ \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Approved\",\r\n \"description\": \"Auto-Approved\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\r\n - \ }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\n - \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\"\r\n - \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.37742aad-cc3c-4ccd-8c39-3e039cc79a6f\"\r\n - \ }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \"fqdn\": - \"cli-test-acfr-pe-000002.redis.cache.windows.net\",\r\n \"ipAddresses\": - [\r\n \"10.0.0.4\"\r\n ]\r\n }\r\n ]\r\n }\r\n}" + string: '{"name": "cli-pe-000005", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005", + "etag": "W/\"d47636a6-05b4-422d-a06d-c41535bbdcc5\"", "type": "Microsoft.Network/privateEndpoints", + "location": "westus", "properties": {"provisioningState": "Succeeded", "resourceGuid": + "909d2209-42ee-4289-a5bf-4519db983d1c", "privateLinkServiceConnections": [{"name": + "cli-pec-000006", "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006", + "etag": "W/\"d47636a6-05b4-422d-a06d-c41535bbdcc5\"", "properties": {"provisioningState": + "Succeeded", "privateLinkServiceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002", + "groupIds": ["redisCache"], "privateLinkServiceConnectionState": {"status": + "Approved", "description": "Auto-Approved", "actionsRequired": "None"}}, "type": + "Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}], "manualPrivateLinkServiceConnections": + [], "customNetworkInterfaceName": "", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004"}, + "ipConfigurations": [], "networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.9830fd25-d6dc-45e3-a65b-9f6a40892581"}], + "customDnsConfigs": [{"fqdn": "cli-test-acfr-pe-000002.redis.cache.windows.net", + "ipAddresses": ["10.0.0.4"]}]}}' headers: cache-control: - no-cache content-length: - - '2194' + - '1813' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:50:20 GMT + - Wed, 15 Jun 2022 09:21:30 GMT etag: - - W/"e8fa3944-9616-4efa-be7a-61e7be725f90" + - W/"d47636a6-05b4-422d-a06d-c41535bbdcc5" expires: - '-1' pragma: @@ -3173,7 +3453,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 623e1110-4e87-4085-a958-ddc7cc68e5ac + - f040fb27-364e-4107-a6c3-84750c83ad4f status: code: 200 message: OK @@ -3191,22 +3471,33 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/redis/cli-test-acfr-pe-000002?api-version=2021-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002","location":"West - US","name":"cli-test-acfr-pe-000002","type":"Microsoft.Cache/Redis","tags":{},"properties":{"provisioningState":"Succeeded","redisVersion":"4.1.14","sku":{"name":"Standard","family":"C","capacity":1},"enableNonSslPort":false,"instances":[{"sslPort":15000,"isMaster":true,"isPrimary":true},{"sslPort":15001,"isMaster":false,"isPrimary":false}],"publicNetworkAccess":"Disabled","tenantSettings":{},"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}}}],"redisConfiguration":{"maxclients":"1000","maxmemory-reserved":"125","maxfragmentationmemory-reserved":"125","maxmemory-delta":"125"},"accessKeys":null,"hostName":"cli-test-acfr-pe-000002.redis.cache.windows.net","port":6379,"sslPort":6380,"linkedServers":[]}}' + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002", + "location": "West US", "name": "cli-test-acfr-pe-000002", "type": "Microsoft.Cache/Redis", + "tags": {}, "properties": {"provisioningState": "Succeeded", "redisVersion": + "4.0.14", "sku": {"name": "Standard", "family": "C", "capacity": 1}, "enableNonSslPort": + false, "instances": [{"sslPort": 15000, "isMaster": true, "isPrimary": true}, + {"sslPort": 15001, "isMaster": false, "isPrimary": false}], "publicNetworkAccess": + "Disabled", "tenantSettings": {}, "privateEndpointConnections": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Approved", "description": + "Auto-Approved", "actionsRequired": "None"}}}], "redisConfiguration": {"maxclients": + "1000", "maxmemory-reserved": "125", "maxfragmentationmemory-reserved": "125", + "maxmemory-delta": "125"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", + "port": 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' headers: cache-control: - no-cache content-length: - - '1395' + - '1464' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:50:22 GMT + - Wed, 15 Jun 2022 09:21:31 GMT expires: - '-1' pragma: @@ -3222,7 +3513,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3240,12 +3531,12 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections?api-version=2021-06-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38","name":"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38","type":"Microsoft.Cache/Redis/privateEndpointConnections","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220","name":"cli-pe-000005.37afe681-8071-420d-88c1-058927530220","type":"Microsoft.Cache/Redis/privateEndpointConnections","properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}}}]}' headers: cache-control: - no-cache @@ -3254,7 +3545,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:50:24 GMT + - Wed, 15 Jun 2022 09:21:32 GMT expires: - '-1' pragma: @@ -3270,7 +3561,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3288,27 +3579,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Approved\",\r\n \"description\": \"Auto-Approved\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Approved", "description": + "Auto-Approved", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '742' + - '670' content-type: - application/json date: - - Thu, 12 May 2022 17:50:26 GMT + - Wed, 15 Jun 2022 09:21:34 GMT expires: - '-1' pragma: @@ -3324,7 +3613,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3342,27 +3631,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Approved\",\r\n \"description\": \"Auto-Approved\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Approved", "description": + "Auto-Approved", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '742' + - '670' content-type: - application/json date: - - Thu, 12 May 2022 17:50:27 GMT + - Wed, 15 Jun 2022 09:21:35 GMT expires: - '-1' pragma: @@ -3378,13 +3665,13 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK - request: - body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38", - "name": "cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, "privateLinkServiceConnectionState": {"status": "Rejected", "description": null, "actionsRequired": "None"}}}' @@ -3404,34 +3691,32 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West - US/asyncOperations/f66e6c95-0f28-455d-ad96-8027adf43e0a?api-version=2019-07-01 + US/asyncOperations/50ae8e27-600c-4332-bd04-8ec95e7f0f77?api-version=2019-07-01 cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:50:29 GMT + - Wed, 15 Jun 2022 09:21:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/f66e6c95-0f28-455d-ad96-8027adf43e0a?api-version=2019-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West%20US/asyncOperations/50ae8e27-600c-4332-bd04-8ec95e7f0f77?api-version=2019-07-01 pragma: - no-cache server: @@ -3441,9 +3726,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 201 message: Created @@ -3461,27 +3746,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:50:41 GMT + - Wed, 15 Jun 2022 09:21:48 GMT expires: - '-1' pragma: @@ -3497,7 +3780,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3515,27 +3798,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:50:53 GMT + - Wed, 15 Jun 2022 09:22:00 GMT expires: - '-1' pragma: @@ -3551,7 +3832,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3569,27 +3850,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:51:06 GMT + - Wed, 15 Jun 2022 09:22:10 GMT expires: - '-1' pragma: @@ -3605,7 +3884,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3623,27 +3902,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:51:18 GMT + - Wed, 15 Jun 2022 09:22:22 GMT expires: - '-1' pragma: @@ -3659,7 +3936,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3677,27 +3954,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:51:30 GMT + - Wed, 15 Jun 2022 09:22:33 GMT expires: - '-1' pragma: @@ -3713,7 +3988,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3731,27 +4006,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:51:43 GMT + - Wed, 15 Jun 2022 09:22:44 GMT expires: - '-1' pragma: @@ -3767,7 +4040,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3785,27 +4058,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:51:53 GMT + - Wed, 15 Jun 2022 09:22:55 GMT expires: - '-1' pragma: @@ -3814,14 +4085,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3839,27 +4106,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:52:05 GMT + - Wed, 15 Jun 2022 09:23:06 GMT expires: - '-1' pragma: @@ -3875,7 +4140,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3893,27 +4158,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:52:18 GMT + - Wed, 15 Jun 2022 09:23:18 GMT expires: - '-1' pragma: @@ -3929,7 +4192,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -3947,27 +4210,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:52:29 GMT + - Wed, 15 Jun 2022 09:23:28 GMT expires: - '-1' pragma: @@ -3983,7 +4244,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4001,27 +4262,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:52:42 GMT + - Wed, 15 Jun 2022 09:23:39 GMT expires: - '-1' pragma: @@ -4037,7 +4296,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4055,27 +4314,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:52:54 GMT + - Wed, 15 Jun 2022 09:23:51 GMT expires: - '-1' pragma: @@ -4091,7 +4348,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4109,27 +4366,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:53:06 GMT + - Wed, 15 Jun 2022 09:24:03 GMT expires: - '-1' pragma: @@ -4145,7 +4400,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4163,27 +4418,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:53:17 GMT + - Wed, 15 Jun 2022 09:24:13 GMT expires: - '-1' pragma: @@ -4199,7 +4452,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4217,27 +4470,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:53:29 GMT + - Wed, 15 Jun 2022 09:24:24 GMT expires: - '-1' pragma: @@ -4253,7 +4504,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4271,27 +4522,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:53:41 GMT + - Wed, 15 Jun 2022 09:24:35 GMT expires: - '-1' pragma: @@ -4307,7 +4556,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4325,27 +4574,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:53:53 GMT + - Wed, 15 Jun 2022 09:24:46 GMT expires: - '-1' pragma: @@ -4361,7 +4608,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4379,27 +4626,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:54:05 GMT + - Wed, 15 Jun 2022 09:24:58 GMT expires: - '-1' pragma: @@ -4415,7 +4660,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4433,27 +4678,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:54:16 GMT + - Wed, 15 Jun 2022 09:25:09 GMT expires: - '-1' pragma: @@ -4469,7 +4712,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4487,27 +4730,25 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n - \ \"name\": \"cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38\",\r\n \"type\": - \"Microsoft.Cache/Redis/privateEndpointConnections\",\r\n \"properties\": - {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\"\r\n - \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": - \"Rejected\",\r\n \"description\": \"\",\r\n \"actionsRequired\": - \"None\"\r\n }\r\n }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220", + "name": "cli-pe-000005.37afe681-8071-420d-88c1-058927530220", "type": "Microsoft.Cache/Redis/privateEndpointConnections", + "properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"}, + "privateLinkServiceConnectionState": {"status": "Rejected", "description": + "", "actionsRequired": "None"}}}' headers: cache-control: - no-cache content-length: - - '729' + - '657' content-type: - application/json date: - - Thu, 12 May 2022 17:54:28 GMT + - Wed, 15 Jun 2022 09:25:20 GMT expires: - '-1' pragma: @@ -4523,7 +4764,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4543,9 +4784,9 @@ interactions: ParameterSetName: - --id -y User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.55e1ccd6-d124-46af-b8f5-9e37f32f0b38?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections/cli-pe-000005.37afe681-8071-420d-88c1-058927530220?api-version=2021-06-01 response: body: string: '' @@ -4555,7 +4796,7 @@ interactions: content-length: - '0' date: - - Thu, 12 May 2022 17:54:33 GMT + - Wed, 15 Jun 2022 09:25:25 GMT expires: - '-1' pragma: @@ -4567,9 +4808,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -4587,7 +4828,7 @@ interactions: ParameterSetName: - --id User-Agent: - - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_pe000001/providers/Microsoft.Cache/Redis/cli-test-acfr-pe-000002/privateEndpointConnections?api-version=2021-06-01 response: @@ -4601,7 +4842,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 17:54:35 GMT + - Wed, 15 Jun 2022 09:25:26 GMT expires: - '-1' pragma: @@ -4617,7 +4858,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - 788781bf-b9ba-4c3a-849b-a32fb13212e1 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml index 1e5c8415556..80ffc267809 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml @@ -1,8 +1,7 @@ interactions: - request: - body: '{"location": "eastus", "identity": {"type": "None"}, "properties": {"redisConfiguration": - {}, "tenantSettings": {}, "publicNetworkAccess": "Enabled", "sku": {"name": - "Basic", "family": "c", "capacity": 0}}}' + body: '{"location": "eastus", "properties": {"redisConfiguration": {}, "tenantSettings": + {}, "sku": {"name": "Basic", "family": "c", "capacity": 0}}}' headers: Accept: - application/json @@ -13,45 +12,38 @@ interactions: Connection: - keep-alive Content-Length: - - '206' + - '142' Content-Type: - application/json ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/redis/cli-test-acfr-plr000002?api-version=2021-06-01 response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/Redis/cli-test-acfr-plr000002\",\r\n - \ \"location\": \"East US\",\r\n \"name\": \"cli-test-acfr-plr000002\",\r\n - \ \"type\": \"Microsoft.Cache/Redis\",\r\n \"tags\": {},\r\n \"properties\": - {\r\n \"provisioningState\": \"Creating\",\r\n \"redisVersion\": \"4.0.14\",\r\n - \ \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": \"C\",\r\n - \ \"capacity\": 0\r\n },\r\n \"enableNonSslPort\": false,\r\n \"instances\": - [\r\n {\r\n \"sslPort\": 15000,\r\n \"isMaster\": false,\r\n - \ \"isPrimary\": false\r\n }\r\n ],\r\n \"publicNetworkAccess\": - \"Enabled\",\r\n \"tenantSettings\": {},\r\n \"redisConfiguration\": - {\r\n \"maxclients\": \"256\",\r\n \"maxmemory-reserved\": \"2\",\r\n - \ \"maxfragmentationmemory-reserved\": \"12\",\r\n \"maxmemory-delta\": - \"2\"\r\n },\r\n \"accessKeys\": {\r\n \"primaryKey\": \"YHsUoRmcVwhPUyx66NjB9oRCdP3MdZxeOAzCaND5O4I=\",\r\n - \ \"secondaryKey\": \"BQtQ5QEz8FeZXoPY7vzMmVGhFnsL6jOMMAzCaE7cALo=\"\r\n - \ },\r\n \"hostName\": \"cli-test-acfr-plr000002.redis.cache.windows.net\",\r\n - \ \"port\": 6379,\r\n \"sslPort\": 6380,\r\n \"linkedServers\": []\r\n - \ }\r\n}" + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/Redis/cli-test-acfr-plr000002", + "location": "East US", "name": "cli-test-acfr-plr000002", "type": "Microsoft.Cache/Redis", + "tags": {}, "properties": {"provisioningState": "Creating", "redisVersion": + "4.0.14", "sku": {"name": "Basic", "family": "C", "capacity": 0}, "enableNonSslPort": + false, "instances": [{"sslPort": 15000, "isMaster": false, "isPrimary": false}], + "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": + {"maxclients": "256", "maxmemory-reserved": "30", "maxfragmentationmemory-reserved": + "30", "maxmemory-delta": "30"}, "hostName": "cli-test-acfr-plr000002.redis.cache.windows.net", + "port": 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: - - '1166' + - '817' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Dec 2021 03:10:33 GMT + - Wed, 15 Jun 2022 08:16:05 GMT expires: - '-1' location: @@ -67,7 +59,7 @@ interactions: x-ms-ratelimit-remaining-subscription-writes: - '1199' x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 201 message: Created @@ -85,20 +77,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -106,7 +98,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:11:03 GMT + - Wed, 15 Jun 2022 08:16:36 GMT expires: - '-1' pragma: @@ -122,7 +114,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -140,20 +132,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -161,7 +153,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:11:33 GMT + - Wed, 15 Jun 2022 08:17:06 GMT expires: - '-1' pragma: @@ -177,7 +169,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -195,20 +187,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -216,7 +208,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:12:04 GMT + - Wed, 15 Jun 2022 08:17:36 GMT expires: - '-1' pragma: @@ -232,7 +224,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -250,20 +242,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -271,7 +263,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:12:34 GMT + - Wed, 15 Jun 2022 08:18:07 GMT expires: - '-1' pragma: @@ -287,7 +279,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -305,20 +297,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -326,7 +318,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:13:04 GMT + - Wed, 15 Jun 2022 08:18:38 GMT expires: - '-1' pragma: @@ -342,7 +334,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -360,20 +352,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -381,7 +373,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:13:35 GMT + - Wed, 15 Jun 2022 08:19:08 GMT expires: - '-1' pragma: @@ -397,7 +389,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -415,20 +407,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -436,7 +428,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:14:05 GMT + - Wed, 15 Jun 2022 08:19:38 GMT expires: - '-1' pragma: @@ -452,7 +444,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -470,20 +462,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -491,7 +483,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:14:35 GMT + - Wed, 15 Jun 2022 08:20:09 GMT expires: - '-1' pragma: @@ -507,7 +499,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -525,20 +517,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -546,7 +538,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:15:06 GMT + - Wed, 15 Jun 2022 08:20:39 GMT expires: - '-1' pragma: @@ -562,7 +554,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -580,20 +572,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -601,7 +593,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:15:37 GMT + - Wed, 15 Jun 2022 08:21:10 GMT expires: - '-1' pragma: @@ -617,7 +609,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -635,20 +627,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -656,7 +648,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:16:07 GMT + - Wed, 15 Jun 2022 08:21:41 GMT expires: - '-1' pragma: @@ -672,7 +664,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -690,20 +682,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -711,7 +703,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:16:37 GMT + - Wed, 15 Jun 2022 08:22:11 GMT expires: - '-1' pragma: @@ -727,7 +719,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -745,20 +737,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -766,7 +758,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:17:07 GMT + - Wed, 15 Jun 2022 08:22:42 GMT expires: - '-1' pragma: @@ -782,7 +774,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -800,20 +792,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -821,7 +813,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:17:38 GMT + - Wed, 15 Jun 2022 08:23:12 GMT expires: - '-1' pragma: @@ -837,7 +829,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -855,20 +847,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -876,7 +868,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:18:08 GMT + - Wed, 15 Jun 2022 08:23:42 GMT expires: - '-1' pragma: @@ -892,7 +884,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -910,20 +902,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -931,7 +923,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:18:38 GMT + - Wed, 15 Jun 2022 08:24:13 GMT expires: - '-1' pragma: @@ -947,7 +939,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -965,20 +957,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -986,7 +978,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:19:09 GMT + - Wed, 15 Jun 2022 08:24:43 GMT expires: - '-1' pragma: @@ -1002,7 +994,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1020,20 +1012,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1041,7 +1033,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:19:40 GMT + - Wed, 15 Jun 2022 08:25:14 GMT expires: - '-1' pragma: @@ -1057,7 +1049,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1075,20 +1067,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1096,7 +1088,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:20:10 GMT + - Wed, 15 Jun 2022 08:25:44 GMT expires: - '-1' pragma: @@ -1112,7 +1104,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1130,20 +1122,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1151,7 +1143,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:20:41 GMT + - Wed, 15 Jun 2022 08:26:14 GMT expires: - '-1' pragma: @@ -1167,7 +1159,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1185,20 +1177,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1206,7 +1198,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:21:12 GMT + - Wed, 15 Jun 2022 08:26:44 GMT expires: - '-1' pragma: @@ -1222,7 +1214,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1240,20 +1232,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1261,7 +1253,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:21:42 GMT + - Wed, 15 Jun 2022 08:27:16 GMT expires: - '-1' pragma: @@ -1277,7 +1269,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1295,20 +1287,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1316,7 +1308,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:22:12 GMT + - Wed, 15 Jun 2022 08:27:47 GMT expires: - '-1' pragma: @@ -1332,7 +1324,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1350,20 +1342,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1371,7 +1363,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:22:43 GMT + - Wed, 15 Jun 2022 08:28:17 GMT expires: - '-1' pragma: @@ -1387,7 +1379,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1405,20 +1397,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1426,7 +1418,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:23:13 GMT + - Wed, 15 Jun 2022 08:28:47 GMT expires: - '-1' pragma: @@ -1442,7 +1434,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1460,20 +1452,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1481,7 +1473,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:23:43 GMT + - Wed, 15 Jun 2022 08:29:17 GMT expires: - '-1' pragma: @@ -1497,7 +1489,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1515,130 +1507,20 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": + \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"Succeeded\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 - cache-control: - - no-cache - content-length: - - '353' - content-type: - - application/json - date: - - Thu, 30 Dec 2021 03:24:15 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - redis create - Connection: - - keep-alive - ParameterSetName: - - --location --name --resource-group --sku --vm-size - User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 - response: - body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"InProgress\",\r\n - \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n - \ \"properties\": null,\r\n \"error\": null\r\n}" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 - cache-control: - - no-cache - content-length: - - '353' - content-type: - - application/json - date: - - Thu, 30 Dec 2021 03:24:45 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - redis create - Connection: - - keep-alive - ParameterSetName: - - --location --name --resource-group --sku --vm-size - User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 - response: - body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"name\": - \"8dd7026c-5f8b-4598-8b91-2e9ae0f23c84\",\r\n \"status\": \"Succeeded\",\r\n - \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n - \ \"properties\": null,\r\n \"error\": null\r\n}" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/8dd7026c-5f8b-4598-8b91-2e9ae0f23c84?api-version=2021-06-01 + US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1646,7 +1528,7 @@ interactions: content-type: - application/json date: - - Thu, 30 Dec 2021 03:25:15 GMT + - Wed, 15 Jun 2022 08:29:48 GMT expires: - '-1' pragma: @@ -1662,7 +1544,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1680,22 +1562,29 @@ interactions: ParameterSetName: - --location --name --resource-group --sku --vm-size User-Agent: - - AZURECLI/2.31.0 azsdk-python-mgmt-redis/13.1.0 Python/3.7.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/redis/cli-test-acfr-plr000002?api-version=2021-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/Redis/cli-test-acfr-plr000002","location":"East - US","name":"cli-test-acfr-plr000002","type":"Microsoft.Cache/Redis","tags":{},"properties":{"provisioningState":"Succeeded","redisVersion":"4.0.14","sku":{"name":"Basic","family":"C","capacity":0},"enableNonSslPort":false,"instances":[{"sslPort":15000,"isMaster":true,"isPrimary":true}],"publicNetworkAccess":"Enabled","tenantSettings":{},"redisConfiguration":{"maxclients":"256","maxmemory-reserved":"2","maxfragmentationmemory-reserved":"12","maxmemory-delta":"2"},"accessKeys":null,"hostName":"cli-test-acfr-plr000002.redis.cache.windows.net","port":6379,"sslPort":6380,"linkedServers":[]}}' + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/Redis/cli-test-acfr-plr000002", + "location": "East US", "name": "cli-test-acfr-plr000002", "type": "Microsoft.Cache/Redis", + "tags": {}, "properties": {"provisioningState": "Succeeded", "redisVersion": + "4.0.14", "sku": {"name": "Basic", "family": "C", "capacity": 0}, "enableNonSslPort": + false, "instances": [{"sslPort": 15000, "isMaster": true, "isPrimary": true}], + "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": + {"maxclients": "256", "maxmemory-reserved": "30", "maxfragmentationmemory-reserved": + "30", "maxmemory-delta": "30"}, "hostName": "cli-test-acfr-plr000002.redis.cache.windows.net", + "port": 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' headers: cache-control: - no-cache content-length: - - '765' + - '816' content-type: - application/json; charset=utf-8 date: - - Thu, 30 Dec 2021 03:25:16 GMT + - Wed, 15 Jun 2022 08:29:49 GMT expires: - '-1' pragma: @@ -1711,7 +1600,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK @@ -1729,7 +1618,7 @@ interactions: ParameterSetName: - --name -g --type User-Agent: - - python/3.7.8 (Windows-10-10.0.19041-SP0) AZURECLI/2.31.0 + - python/3.8.10 (Windows-10-10.0.19044-SP0) AZURECLI/2.37.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/Redis/cli-test-acfr-plr000002/privateLinkResources?api-version=2021-06-01 response: @@ -1743,7 +1632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 30 Dec 2021 03:25:19 GMT + - Wed, 15 Jun 2022 08:29:50 GMT expires: - '-1' pragma: @@ -1759,7 +1648,7 @@ interactions: x-content-type-options: - nosniff x-rp-server-mvid: - - d4ea5ce3-f7e2-40fb-b84e-6ac2f809a5f4 + - 29179e76-95ff-4e01-9257-39bee29e6f65 status: code: 200 message: OK From 5ea1bca2da5300c5b7e6153021d0bc94043fa7b4 Mon Sep 17 00:00:00 2001 From: necusjz Date: Fri, 17 Jun 2022 15:38:29 +0800 Subject: [PATCH 4/6] attempt to replace the value only --- .../test_private_link_resource_acfr.yaml | 347 ++++++++++-------- 1 file changed, 202 insertions(+), 145 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml index 80ffc267809..efdcf59426d 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml @@ -30,20 +30,21 @@ interactions: false, "instances": [{"sslPort": 15000, "isMaster": false, "isPrimary": false}], "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": {"maxclients": "256", "maxmemory-reserved": "30", "maxfragmentationmemory-reserved": - "30", "maxmemory-delta": "30"}, "hostName": "cli-test-acfr-plr000002.redis.cache.windows.net", - "port": 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' + "30", "maxmemory-delta": "30"}, "accessKeys": "replaced-access-key", "hostName": + "cli-test-acfr-plr000002.redis.cache.windows.net", "port": 6379, "sslPort": + 6380, "linkedServers": []}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: - - '817' + - '838' content-type: - application/json; charset=utf-8 date: - - Wed, 15 Jun 2022 08:16:05 GMT + - Fri, 17 Jun 2022 07:06:56 GMT expires: - '-1' location: @@ -79,18 +80,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -98,7 +99,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:16:36 GMT + - Fri, 17 Jun 2022 07:07:26 GMT expires: - '-1' pragma: @@ -134,18 +135,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -153,7 +154,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:17:06 GMT + - Fri, 17 Jun 2022 07:07:57 GMT expires: - '-1' pragma: @@ -189,18 +190,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -208,7 +209,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:17:36 GMT + - Fri, 17 Jun 2022 07:08:27 GMT expires: - '-1' pragma: @@ -244,18 +245,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -263,7 +264,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:18:07 GMT + - Fri, 17 Jun 2022 07:08:57 GMT expires: - '-1' pragma: @@ -299,18 +300,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -318,7 +319,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:18:38 GMT + - Fri, 17 Jun 2022 07:09:28 GMT expires: - '-1' pragma: @@ -354,18 +355,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -373,7 +374,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:19:08 GMT + - Fri, 17 Jun 2022 07:09:58 GMT expires: - '-1' pragma: @@ -409,18 +410,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -428,7 +429,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:19:38 GMT + - Fri, 17 Jun 2022 07:10:29 GMT expires: - '-1' pragma: @@ -464,18 +465,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -483,7 +484,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:20:09 GMT + - Fri, 17 Jun 2022 07:10:59 GMT expires: - '-1' pragma: @@ -519,18 +520,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -538,7 +539,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:20:39 GMT + - Fri, 17 Jun 2022 07:11:29 GMT expires: - '-1' pragma: @@ -574,18 +575,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -593,7 +594,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:21:10 GMT + - Fri, 17 Jun 2022 07:12:00 GMT expires: - '-1' pragma: @@ -629,18 +630,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -648,7 +649,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:21:41 GMT + - Fri, 17 Jun 2022 07:12:31 GMT expires: - '-1' pragma: @@ -684,18 +685,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -703,7 +704,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:22:11 GMT + - Fri, 17 Jun 2022 07:13:01 GMT expires: - '-1' pragma: @@ -739,18 +740,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -758,7 +759,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:22:42 GMT + - Fri, 17 Jun 2022 07:13:32 GMT expires: - '-1' pragma: @@ -794,18 +795,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -813,7 +814,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:23:12 GMT + - Fri, 17 Jun 2022 07:14:02 GMT expires: - '-1' pragma: @@ -849,18 +850,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -868,7 +869,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:23:42 GMT + - Fri, 17 Jun 2022 07:14:32 GMT expires: - '-1' pragma: @@ -904,18 +905,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -923,7 +924,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:24:13 GMT + - Fri, 17 Jun 2022 07:15:02 GMT expires: - '-1' pragma: @@ -959,18 +960,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -978,7 +979,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:24:43 GMT + - Fri, 17 Jun 2022 07:15:33 GMT expires: - '-1' pragma: @@ -1014,18 +1015,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1033,7 +1034,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:25:14 GMT + - Fri, 17 Jun 2022 07:16:03 GMT expires: - '-1' pragma: @@ -1069,18 +1070,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1088,7 +1089,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:25:44 GMT + - Fri, 17 Jun 2022 07:16:33 GMT expires: - '-1' pragma: @@ -1124,18 +1125,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1143,7 +1144,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:26:14 GMT + - Fri, 17 Jun 2022 07:17:04 GMT expires: - '-1' pragma: @@ -1179,18 +1180,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1198,7 +1199,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:26:44 GMT + - Fri, 17 Jun 2022 07:17:35 GMT expires: - '-1' pragma: @@ -1234,18 +1235,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1253,7 +1254,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:27:16 GMT + - Fri, 17 Jun 2022 07:18:06 GMT expires: - '-1' pragma: @@ -1289,18 +1290,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1308,7 +1309,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:27:47 GMT + - Fri, 17 Jun 2022 07:18:36 GMT expires: - '-1' pragma: @@ -1344,18 +1345,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1363,7 +1364,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:28:17 GMT + - Fri, 17 Jun 2022 07:19:06 GMT expires: - '-1' pragma: @@ -1399,18 +1400,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1418,7 +1419,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:28:47 GMT + - Fri, 17 Jun 2022 07:19:36 GMT expires: - '-1' pragma: @@ -1454,18 +1455,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1473,7 +1474,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:29:17 GMT + - Fri, 17 Jun 2022 07:20:06 GMT expires: - '-1' pragma: @@ -1509,18 +1510,73 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"name\": - \"de01ca7c-7682-4b09-834c-c0dab44f79d5\",\r\n \"status\": \"Succeeded\",\r\n + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/de01ca7c-7682-4b09-834c-c0dab44f79d5?api-version=2021-06-01 + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + cache-control: + - no-cache + content-length: + - '353' + content-type: + - application/json + date: + - Fri, 17 Jun 2022 07:20:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-rp-server-mvid: + - 29179e76-95ff-4e01-9257-39bee29e6f65 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - redis create + Connection: + - keep-alive + ParameterSetName: + - --location --name --resource-group --sku --vm-size + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + response: + body: + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": + \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"Succeeded\",\r\n + \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n + \ \"properties\": null,\r\n \"error\": null\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East + US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1528,7 +1584,7 @@ interactions: content-type: - application/json date: - - Wed, 15 Jun 2022 08:29:48 GMT + - Fri, 17 Jun 2022 07:21:08 GMT expires: - '-1' pragma: @@ -1574,17 +1630,18 @@ interactions: false, "instances": [{"sslPort": 15000, "isMaster": true, "isPrimary": true}], "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": {"maxclients": "256", "maxmemory-reserved": "30", "maxfragmentationmemory-reserved": - "30", "maxmemory-delta": "30"}, "hostName": "cli-test-acfr-plr000002.redis.cache.windows.net", - "port": 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' + "30", "maxmemory-delta": "30"}, "accessKeys": "replaced-access-key", "hostName": + "cli-test-acfr-plr000002.redis.cache.windows.net", "port": 6379, "sslPort": + 6380, "linkedServers": []}}' headers: cache-control: - no-cache content-length: - - '816' + - '837' content-type: - application/json; charset=utf-8 date: - - Wed, 15 Jun 2022 08:29:49 GMT + - Fri, 17 Jun 2022 07:21:08 GMT expires: - '-1' pragma: @@ -1632,7 +1689,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 15 Jun 2022 08:29:50 GMT + - Fri, 17 Jun 2022 07:21:09 GMT expires: - '-1' pragma: From 92a727e521ac559aac62919e0056cb171b061d12 Mon Sep 17 00:00:00 2001 From: necusjz Date: Fri, 17 Jun 2022 16:47:02 +0800 Subject: [PATCH 5/6] another attempt --- .../test_private_link_resource_acfr.yaml | 355 +++++++----------- 1 file changed, 146 insertions(+), 209 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml index efdcf59426d..3f5fc553722 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_link_resource_acfr.yaml @@ -30,21 +30,21 @@ interactions: false, "instances": [{"sslPort": 15000, "isMaster": false, "isPrimary": false}], "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": {"maxclients": "256", "maxmemory-reserved": "30", "maxfragmentationmemory-reserved": - "30", "maxmemory-delta": "30"}, "accessKeys": "replaced-access-key", "hostName": - "cli-test-acfr-plr000002.redis.cache.windows.net", "port": 6379, "sslPort": - 6380, "linkedServers": []}}' + "30", "maxmemory-delta": "30"}, "accessKeys": {"primaryKey": "replaced-access-key", + "secondaryKey": "replaced-access-key"}, "hostName": "cli-test-acfr-plr000002.redis.cache.windows.net", + "port": 6379, "sslPort": 6380, "linkedServers": []}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: - - '838' + - '893' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Jun 2022 07:06:56 GMT + - Fri, 17 Jun 2022 08:19:17 GMT expires: - '-1' location: @@ -80,18 +80,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -99,7 +99,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:07:26 GMT + - Fri, 17 Jun 2022 08:19:47 GMT expires: - '-1' pragma: @@ -135,18 +135,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -154,7 +154,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:07:57 GMT + - Fri, 17 Jun 2022 08:20:18 GMT expires: - '-1' pragma: @@ -190,18 +190,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -209,7 +209,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:08:27 GMT + - Fri, 17 Jun 2022 08:20:48 GMT expires: - '-1' pragma: @@ -245,18 +245,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -264,7 +264,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:08:57 GMT + - Fri, 17 Jun 2022 08:21:19 GMT expires: - '-1' pragma: @@ -300,18 +300,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -319,7 +319,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:09:28 GMT + - Fri, 17 Jun 2022 08:21:49 GMT expires: - '-1' pragma: @@ -355,18 +355,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -374,7 +374,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:09:58 GMT + - Fri, 17 Jun 2022 08:22:19 GMT expires: - '-1' pragma: @@ -410,18 +410,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -429,7 +429,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:10:29 GMT + - Fri, 17 Jun 2022 08:22:50 GMT expires: - '-1' pragma: @@ -465,18 +465,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -484,7 +484,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:10:59 GMT + - Fri, 17 Jun 2022 08:23:20 GMT expires: - '-1' pragma: @@ -520,18 +520,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -539,7 +539,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:11:29 GMT + - Fri, 17 Jun 2022 08:23:51 GMT expires: - '-1' pragma: @@ -575,18 +575,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -594,7 +594,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:12:00 GMT + - Fri, 17 Jun 2022 08:24:21 GMT expires: - '-1' pragma: @@ -630,18 +630,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -649,7 +649,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:12:31 GMT + - Fri, 17 Jun 2022 08:24:51 GMT expires: - '-1' pragma: @@ -685,18 +685,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -704,7 +704,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:13:01 GMT + - Fri, 17 Jun 2022 08:25:22 GMT expires: - '-1' pragma: @@ -740,18 +740,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -759,7 +759,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:13:32 GMT + - Fri, 17 Jun 2022 08:25:52 GMT expires: - '-1' pragma: @@ -795,18 +795,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -814,7 +814,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:14:02 GMT + - Fri, 17 Jun 2022 08:26:23 GMT expires: - '-1' pragma: @@ -850,18 +850,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -869,7 +869,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:14:32 GMT + - Fri, 17 Jun 2022 08:26:53 GMT expires: - '-1' pragma: @@ -905,18 +905,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -924,7 +924,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:15:02 GMT + - Fri, 17 Jun 2022 08:27:24 GMT expires: - '-1' pragma: @@ -960,18 +960,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -979,7 +979,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:15:33 GMT + - Fri, 17 Jun 2022 08:27:54 GMT expires: - '-1' pragma: @@ -1015,18 +1015,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1034,7 +1034,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:16:03 GMT + - Fri, 17 Jun 2022 08:28:24 GMT expires: - '-1' pragma: @@ -1070,18 +1070,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1089,7 +1089,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:16:33 GMT + - Fri, 17 Jun 2022 08:28:55 GMT expires: - '-1' pragma: @@ -1125,18 +1125,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1144,7 +1144,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:17:04 GMT + - Fri, 17 Jun 2022 08:29:25 GMT expires: - '-1' pragma: @@ -1180,18 +1180,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1199,7 +1199,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:17:35 GMT + - Fri, 17 Jun 2022 08:29:55 GMT expires: - '-1' pragma: @@ -1235,18 +1235,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1254,7 +1254,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:18:06 GMT + - Fri, 17 Jun 2022 08:30:25 GMT expires: - '-1' pragma: @@ -1290,18 +1290,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1309,7 +1309,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:18:36 GMT + - Fri, 17 Jun 2022 08:30:55 GMT expires: - '-1' pragma: @@ -1345,18 +1345,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1364,7 +1364,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:19:06 GMT + - Fri, 17 Jun 2022 08:31:27 GMT expires: - '-1' pragma: @@ -1400,18 +1400,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1419,7 +1419,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:19:36 GMT + - Fri, 17 Jun 2022 08:31:57 GMT expires: - '-1' pragma: @@ -1455,18 +1455,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"InProgress\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1474,7 +1474,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:20:06 GMT + - Fri, 17 Jun 2022 08:32:27 GMT expires: - '-1' pragma: @@ -1510,73 +1510,18 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"InProgress\",\r\n + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"name\": + \"8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53\",\r\n \"status\": \"Succeeded\",\r\n \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n \ \"properties\": null,\r\n \"error\": null\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 - cache-control: - - no-cache - content-length: - - '353' - content-type: - - application/json - date: - - Fri, 17 Jun 2022 07:20:37 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-rp-server-mvid: - - 29179e76-95ff-4e01-9257-39bee29e6f65 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - redis create - Connection: - - keep-alive - ParameterSetName: - - --location --name --resource-group --sku --vm-size - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-redis/13.1.0 Python/3.8.10 (Windows-10-10.0.19044-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East%20US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 - response: - body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"name\": - \"9f4e2094-de18-4887-8501-95c15cce62e0\",\r\n \"status\": \"Succeeded\",\r\n - \ \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null,\r\n - \ \"properties\": null,\r\n \"error\": null\r\n}" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/East - US/asyncOperations/9f4e2094-de18-4887-8501-95c15cce62e0?api-version=2021-06-01 + US/asyncOperations/8e1c1c0b-99ea-45e0-9230-bd3b9cf11a53?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -1584,7 +1529,7 @@ interactions: content-type: - application/json date: - - Fri, 17 Jun 2022 07:21:08 GMT + - Fri, 17 Jun 2022 08:32:59 GMT expires: - '-1' pragma: @@ -1623,25 +1568,17 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/redis/cli-test-acfr-plr000002?api-version=2021-06-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/Redis/cli-test-acfr-plr000002", - "location": "East US", "name": "cli-test-acfr-plr000002", "type": "Microsoft.Cache/Redis", - "tags": {}, "properties": {"provisioningState": "Succeeded", "redisVersion": - "4.0.14", "sku": {"name": "Basic", "family": "C", "capacity": 0}, "enableNonSslPort": - false, "instances": [{"sslPort": 15000, "isMaster": true, "isPrimary": true}], - "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": - {"maxclients": "256", "maxmemory-reserved": "30", "maxfragmentationmemory-reserved": - "30", "maxmemory-delta": "30"}, "accessKeys": "replaced-access-key", "hostName": - "cli-test-acfr-plr000002.redis.cache.windows.net", "port": 6379, "sslPort": - 6380, "linkedServers": []}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_acfr_plr000001/providers/Microsoft.Cache/Redis/cli-test-acfr-plr000002","location":"East + US","name":"cli-test-acfr-plr000002","type":"Microsoft.Cache/Redis","tags":{},"properties":{"provisioningState":"Succeeded","redisVersion":"4.0.14","sku":{"name":"Basic","family":"C","capacity":0},"enableNonSslPort":false,"instances":[{"sslPort":15000,"isMaster":true,"isPrimary":true}],"publicNetworkAccess":"Enabled","tenantSettings":{},"redisConfiguration":{"maxclients":"256","maxmemory-reserved":"30","maxfragmentationmemory-reserved":"30","maxmemory-delta":"30"},"accessKeys":null,"hostName":"cli-test-acfr-plr000002.redis.cache.windows.net","port":6379,"sslPort":6380,"linkedServers":[]}}' headers: cache-control: - no-cache content-length: - - '837' + - '767' content-type: - application/json; charset=utf-8 date: - - Fri, 17 Jun 2022 07:21:08 GMT + - Fri, 17 Jun 2022 08:32:59 GMT expires: - '-1' pragma: @@ -1689,7 +1626,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 17 Jun 2022 07:21:09 GMT + - Fri, 17 Jun 2022 08:33:01 GMT expires: - '-1' pragma: From a86b31a506a090dc29c9ebc292f17c647c202b5f Mon Sep 17 00:00:00 2001 From: necusjz Date: Fri, 17 Jun 2022 17:43:24 +0800 Subject: [PATCH 6/6] finalize the refactors --- .../test_private_endpoint_connection_acfr.yaml | 15 +++++++++------ .../latest/test_private_endpoint_commands.py | 14 +++++++------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml index daaf7a15014..ae7e52f25ba 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_acfr.yaml @@ -31,8 +31,9 @@ interactions: {"sslPort": 15001, "isMaster": false, "isPrimary": false}], "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": {"maxclients": "1000", "maxmemory-reserved": "125", "maxfragmentationmemory-reserved": "125", "maxmemory-delta": - "125"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", "port": - 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' + "125"}, "accessKeys": {"primaryKey": "replaced-access-key", + "secondaryKey": "replaced-access-key"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", "port": + 6379, "sslPort": 6380, "linkedServers": []}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache/locations/West @@ -2566,8 +2567,9 @@ interactions: {"sslPort": 15001, "isMaster": false, "isPrimary": false}], "publicNetworkAccess": "Enabled", "tenantSettings": {}, "redisConfiguration": {"maxclients": "1000", "maxmemory-reserved": "125", "maxfragmentationmemory-reserved": "125", "maxmemory-delta": - "125"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", "port": - 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' + "125"}, "accessKeys": {"primaryKey": "replaced-access-key", + "secondaryKey": "replaced-access-key"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", "port": + 6379, "sslPort": 6380, "linkedServers": []}}' headers: cache-control: - no-cache @@ -3487,8 +3489,9 @@ interactions: "privateLinkServiceConnectionState": {"status": "Approved", "description": "Auto-Approved", "actionsRequired": "None"}}}], "redisConfiguration": {"maxclients": "1000", "maxmemory-reserved": "125", "maxfragmentationmemory-reserved": "125", - "maxmemory-delta": "125"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", - "port": 6379, "sslPort": 6380, "linkedServers": [], "****": "****"}}' + "maxmemory-delta": "125"}, "accessKeys": {"primaryKey": "replaced-access-key", + "secondaryKey": "replaced-access-key"}, "hostName": "cli-test-acfr-pe-000002.redis.cache.windows.net", + "port": 6379, "sslPort": 6380, "linkedServers": []}}' headers: cache-control: - no-cache diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py b/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py index 96be9d7c645..da5d6900724 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py @@ -22,17 +22,17 @@ TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) -class CredentialReplacer(RecordingProcessor): +class RedisCacheCredentialReplacer(RecordingProcessor): def process_response(self, response): import json - fake_data = "****" - sensitive_data = "accessKeys" + KEY_REPLACEMENT = "replaced-access-key" + if is_text_payload(response) and response["body"]["string"]: try: props = json.loads(response["body"]["string"]) - if sensitive_data in props["properties"]: - del props["properties"][sensitive_data] - props["properties"][fake_data] = fake_data + if "accessKeys" in props["properties"]: + props["properties"]["accessKeys"]["primaryKey"] = KEY_REPLACEMENT + props["properties"]["accessKeys"]["secondaryKey"] = KEY_REPLACEMENT response["body"]["string"] = json.dumps(props) except (TypeError, KeyError): pass @@ -2665,7 +2665,7 @@ class NetworkPrivateLinkAzureCacheforRedisScenarioTest(ScenarioTest): def __init__(self, method_name): super().__init__( method_name, - recording_processors=[CredentialReplacer()] + recording_processors=[RedisCacheCredentialReplacer()] ) @ResourceGroupPreparer(name_prefix='cli_test_acfr_plr')