diff --git a/src/azure-cli-core/azure/cli/core/commands/__init__.py b/src/azure-cli-core/azure/cli/core/commands/__init__.py index 7071ac0d3e5..df5b70a012d 100644 --- a/src/azure-cli-core/azure/cli/core/commands/__init__.py +++ b/src/azure-cli-core/azure/cli/core/commands/__init__.py @@ -987,11 +987,15 @@ def __call__(self, poller): except ClientException as client_exception: from azure.cli.core.commands.arm import handle_long_running_operation_exception self.progress_bar.stop() + if getattr(client_exception, 'status_code', None) == 404 and 'delete' in self.cli_ctx.data['command']: + logger.debug('Service returned 404 on the long-running delete operation. CLI treats it as delete ' + 'successfully but service should fix this behavior.') + return None handle_long_running_operation_exception(client_exception) - - self.progress_bar.end() - if poll_flag: - telemetry.poll_end() + finally: + self.progress_bar.end() + if poll_flag: + telemetry.poll_end() return result diff --git a/src/azure-cli/azure/cli/command_modules/servicebus/tests/latest/recordings/test_sb_alias.yaml b/src/azure-cli/azure/cli/command_modules/servicebus/tests/latest/recordings/test_sb_alias.yaml index 99faed655ed..baf848ea000 100644 --- a/src/azure-cli/azure/cli/command_modules/servicebus/tests/latest/recordings/test_sb_alias.yaml +++ b/src/azure-cli/azure/cli/command_modules/servicebus/tests/latest/recordings/test_sb_alias.yaml @@ -17,8 +17,8 @@ interactions: ParameterSetName: - --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: POST @@ -34,16 +34,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:18:11 GMT + - Wed, 11 Nov 2020 16:31:21 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -76,8 +76,8 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: PUT @@ -85,7 +85,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000002","createdAt":"2020-08-20T16:18:14.59Z","updatedAt":"2020-08-20T16:18:14.59Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:31:28.93Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -94,7 +94,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:18:14 GMT + - Wed, 11 Nov 2020 16:31:29 GMT expires: - '-1' pragma: @@ -113,7 +113,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -131,14 +131,14 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000002","createdAt":"2020-08-20T16:18:14.59Z","updatedAt":"2020-08-20T16:18:14.59Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:31:28.93Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -147,16 +147,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:18:45 GMT + - Wed, 11 Nov 2020 16:32:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -182,14 +182,14 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000002","createdAt":"2020-08-20T16:18:14.59Z","updatedAt":"2020-08-20T16:18:14.59Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:31:28.93Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -198,16 +198,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:19:14 GMT + - Wed, 11 Nov 2020 16:32:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -233,14 +233,14 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000002","createdAt":"2020-08-20T16:18:14.59Z","updatedAt":"2020-08-20T16:19:25.367Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:32:35.387Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -249,16 +249,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:19:45 GMT + - Wed, 11 Nov 2020 16:33:03 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -284,8 +284,8 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -293,7 +293,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000002","createdAt":"2020-08-20T16:18:14.59Z","updatedAt":"2020-08-20T16:19:25.367Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:32:35.387Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -302,16 +302,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:19:45 GMT + - Wed, 11 Nov 2020 16:33:02 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -337,8 +337,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -346,7 +346,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000002","createdAt":"2020-08-20T16:18:14.59Z","updatedAt":"2020-08-20T16:19:25.367Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:32:35.387Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -355,7 +355,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:19:46 GMT + - Wed, 11 Nov 2020 16:33:04 GMT expires: - '-1' pragma: @@ -395,8 +395,8 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: PUT @@ -404,25 +404,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:19:48.47Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:33:09.263Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '712' + - '714' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:19:48 GMT + - Wed, 11 Nov 2020 16:33:10 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -432,7 +432,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -450,32 +450,32 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:19:48.47Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:33:09.263Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '712' + - '714' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:20:18 GMT + - Wed, 11 Nov 2020 16:33:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -501,32 +501,32 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:19:48.47Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:33:09.263Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '712' + - '714' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:20:48 GMT + - Wed, 11 Nov 2020 16:34:12 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -552,14 +552,14 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:20:52.807Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:34:18.13Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -568,16 +568,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:19 GMT + - Wed, 11 Nov 2020 16:34:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -603,8 +603,8 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -612,7 +612,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:20:52.807Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:34:18.13Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -621,16 +621,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:19 GMT + - Wed, 11 Nov 2020 16:34:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -656,8 +656,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -665,7 +665,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:20:52.807Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:34:18.13Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -674,16 +674,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:20 GMT + - Wed, 11 Nov 2020 16:34:44 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -713,8 +713,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: PUT @@ -731,16 +731,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:26 GMT + - Wed, 11 Nov 2020 16:34:51 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -750,7 +750,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -768,8 +768,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -786,16 +786,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:26 GMT + - Wed, 11 Nov 2020 16:34:52 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -825,8 +825,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: POST @@ -842,16 +842,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:27 GMT + - Wed, 11 Nov 2020 16:34:54 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -861,7 +861,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -883,8 +883,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name -a --partner-namespace User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: PUT @@ -900,16 +900,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:35 GMT + - Wed, 11 Nov 2020 16:35:03 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -919,7 +919,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -937,8 +937,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -954,16 +954,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:35 GMT + - Wed, 11 Nov 2020 16:35:04 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -989,8 +989,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1006,16 +1006,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:35 GMT + - Wed, 11 Nov 2020 16:35:05 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1041,8 +1041,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1058,7 +1058,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:21:36 GMT + - Wed, 11 Nov 2020 16:35:06 GMT expires: - '-1' pragma: @@ -1093,8 +1093,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1110,7 +1110,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:22:06 GMT + - Wed, 11 Nov 2020 16:35:38 GMT expires: - '-1' pragma: @@ -1145,8 +1145,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1162,7 +1162,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:22:36 GMT + - Wed, 11 Nov 2020 16:36:09 GMT expires: - '-1' pragma: @@ -1197,8 +1197,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1214,16 +1214,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:23:07 GMT + - Wed, 11 Nov 2020 16:36:40 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1249,8 +1249,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1267,18 +1267,22 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:23:08 GMT + - Wed, 11 Nov 2020 16:36:42 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -1300,15 +1304,15 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002/disasterRecoveryConfigs/cliAlias000005/AuthorizationRules/cliAutho000004/listKeys?api-version=2017-04-01 response: body: - string: '{"aliasPrimaryConnectionString":"Endpoint=sb://clialiasiqt3ztlhhl2c.servicebus.windows.net/;SharedAccessKeyName=cliAutho000004;SharedAccessKey=HsbaRjU/hNlQAb9Q5zuf8gXVI+Sm3ZxdejL5ilJmsiA=","aliasSecondaryConnectionString":"Endpoint=sb://clialiasiqt3ztlhhl2c.servicebus.windows.net/;SharedAccessKeyName=cliAutho000004;SharedAccessKey=XTu8Ea7z61+A7VfOciTEtezGfMtB33k6ebCP9jrpT4w=","primaryKey":"HsbaRjU/hNlQAb9Q5zuf8gXVI+Sm3ZxdejL5ilJmsiA=","secondaryKey":"XTu8Ea7z61+A7VfOciTEtezGfMtB33k6ebCP9jrpT4w=","keyName":"cliAutho000004"}' + string: '{"aliasPrimaryConnectionString":"Endpoint=sb://clialiaspnpxmf4u7st3.servicebus.windows.net/;SharedAccessKeyName=cliAutho000004;SharedAccessKey=q2WwQKAoULOPf+XpSS8GFKGWnjN0qCkM2/u5af7E2nc=","aliasSecondaryConnectionString":"Endpoint=sb://clialiaspnpxmf4u7st3.servicebus.windows.net/;SharedAccessKeyName=cliAutho000004;SharedAccessKey=2jTv2yfnlVrvd1XoHFiZsEsv5dwhXSq73d4yptgBhNY=","primaryKey":"q2WwQKAoULOPf+XpSS8GFKGWnjN0qCkM2/u5af7E2nc=","secondaryKey":"2jTv2yfnlVrvd1XoHFiZsEsv5dwhXSq73d4yptgBhNY=","keyName":"cliAutho000004"}' headers: cache-control: - no-cache @@ -1317,16 +1321,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:23:08 GMT + - Wed, 11 Nov 2020 16:36:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1336,7 +1340,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1354,8 +1358,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1373,16 +1377,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:23:09 GMT + - Wed, 11 Nov 2020 16:36:44 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1410,8 +1414,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: POST @@ -1425,16 +1429,16 @@ interactions: content-length: - '0' date: - - Thu, 20 Aug 2020 16:23:09 GMT + - Wed, 11 Nov 2020 16:36:45 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -1458,8 +1462,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1475,16 +1479,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:23:10 GMT + - Wed, 11 Nov 2020 16:36:46 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1510,8 +1514,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1527,7 +1531,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:23:40 GMT + - Wed, 11 Nov 2020 16:37:17 GMT expires: - '-1' pragma: @@ -1562,8 +1566,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1579,16 +1583,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:24:10 GMT + - Wed, 11 Nov 2020 16:37:48 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1614,8 +1618,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1631,16 +1635,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:24:40 GMT + - Wed, 11 Nov 2020 16:38:20 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1670,8 +1674,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias --partner-namespace User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: PUT @@ -1687,16 +1691,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:24:48 GMT + - Wed, 11 Nov 2020 16:38:28 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1724,8 +1728,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1741,16 +1745,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:24:49 GMT + - Wed, 11 Nov 2020 16:38:28 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1776,8 +1780,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1793,16 +1797,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:25:18 GMT + - Wed, 11 Nov 2020 16:39:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1828,8 +1832,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1845,16 +1849,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:25:49 GMT + - Wed, 11 Nov 2020 16:39:30 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1880,8 +1884,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1897,16 +1901,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:26:20 GMT + - Wed, 11 Nov 2020 16:40:03 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1934,8 +1938,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: POST @@ -1949,22 +1953,22 @@ interactions: content-length: - '0' date: - - Thu, 20 Aug 2020 16:26:19 GMT + - Wed, 11 Nov 2020 16:40:04 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1982,8 +1986,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -1999,16 +2003,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:26:20 GMT + - Wed, 11 Nov 2020 16:40:07 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2034,8 +2038,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -2051,16 +2055,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:26:50 GMT + - Wed, 11 Nov 2020 16:40:38 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2086,8 +2090,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -2103,16 +2107,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:27:21 GMT + - Wed, 11 Nov 2020 16:41:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2138,8 +2142,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: GET @@ -2155,16 +2159,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:27:51 GMT + - Wed, 11 Nov 2020 16:41:39 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2192,8 +2196,8 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: DELETE @@ -2207,16 +2211,16 @@ interactions: content-length: - '0' date: - - Thu, 20 Aug 2020 16:27:52 GMT + - Wed, 11 Nov 2020 16:41:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -2242,8 +2246,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: DELETE @@ -2257,7 +2261,7 @@ interactions: content-length: - '0' date: - - Thu, 20 Aug 2020 16:28:23 GMT + - Wed, 11 Nov 2020 16:42:13 GMT expires: - '-1' location: @@ -2265,16 +2269,16 @@ interactions: pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted @@ -2292,23 +2296,23 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002/operationresults/sb-nscli000002?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000002","createdAt":"2020-08-20T16:18:14.59Z","updatedAt":"2020-08-20T16:28:23.377Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Removing"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:42:12.87Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Removing"}}' headers: cache-control: - no-cache content-length: - - '713' + - '712' content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:28:53 GMT + - Wed, 11 Nov 2020 16:42:43 GMT expires: - '-1' location: @@ -2316,10 +2320,10 @@ interactions: pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -2341,36 +2345,86 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002/operationresults/sb-nscli000002?api-version=2017-04-01 response: body: - string: '' + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002","name":"sb-nscli000002","type":"Microsoft.ServiceBus/Namespaces","location":"South + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000002","createdAt":"2020-11-11T16:31:28.93Z","updatedAt":"2020-11-11T16:42:12.87Z","serviceBusEndpoint":"https://sb-nscli000002.servicebus.windows.net:443/","status":"Removing"}}' headers: cache-control: - no-cache content-length: - - '0' + - '712' + content-type: + - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:29:49 GMT + - Wed, 11 Nov 2020 16:43:36 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002/operationresults/sb-nscli000002?api-version=2017-04-01 pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - servicebus namespace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000002/operationresults/sb-nscli000002?api-version=2017-04-01 + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.ServiceBus/namespaces/sb-nscli000002'' + under resource group ''cli_test_sb_alias000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '299' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 11 Nov 2020 16:44:34 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found - request: body: null headers: @@ -2387,8 +2441,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) accept-language: - en-US method: DELETE @@ -2402,7 +2456,7 @@ interactions: content-length: - '0' date: - - Thu, 20 Aug 2020 16:29:49 GMT + - Wed, 11 Nov 2020 16:54:52 GMT expires: - '-1' location: @@ -2437,14 +2491,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003/operationresults/sb-nscli000003?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:29:49.983Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Removing"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:54:53.52Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Removing"}}' headers: cache-control: - no-cache @@ -2453,7 +2507,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:30:19 GMT + - Wed, 11 Nov 2020 16:55:24 GMT expires: - '-1' location: @@ -2486,14 +2540,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003/operationresults/sb-nscli000003?api-version=2017-04-01 response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003","name":"sb-nscli000003","type":"Microsoft.ServiceBus/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"1196a38f-8e8a-4916-9056-787c19a53125:sb-nscli000003","createdAt":"2020-08-20T16:19:48.47Z","updatedAt":"2020-08-20T16:29:49.983Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Removing"}}' + Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:sb-nscli000003","createdAt":"2020-11-11T16:33:09.263Z","updatedAt":"2020-11-11T16:54:53.52Z","serviceBusEndpoint":"https://sb-nscli000003.servicebus.windows.net:443/","status":"Removing"}}' headers: cache-control: - no-cache @@ -2502,7 +2556,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 20 Aug 2020 16:31:12 GMT + - Wed, 11 Nov 2020 16:56:06 GMT expires: - '-1' location: @@ -2535,8 +2589,8 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.7.3 (Windows-10-10.0.18362-SP0) msrest/0.6.6 msrest_azure/0.6.3 azure-mgmt-servicebus/0.6.0 - Azure-SDK-For-Python AZURECLI/2.9.1 + - python/3.6.6 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + azure-mgmt-servicebus/0.6.0 Azure-SDK-For-Python AZURECLI/2.14.0 (MSI) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sb_alias000001/providers/Microsoft.ServiceBus/namespaces/sb-nscli000003/operationresults/sb-nscli000003?api-version=2017-04-01 response: @@ -2548,7 +2602,7 @@ interactions: content-length: - '0' date: - - Thu, 20 Aug 2020 16:31:55 GMT + - Wed, 11 Nov 2020 16:56:42 GMT expires: - '-1' pragma: