diff --git a/src/command_modules/azure-cli-appservice/HISTORY.rst b/src/command_modules/azure-cli-appservice/HISTORY.rst index f1ee654ed76..233af14d35c 100644 --- a/src/command_modules/azure-cli-appservice/HISTORY.rst +++ b/src/command_modules/azure-cli-appservice/HISTORY.rst @@ -2,10 +2,15 @@ Release History =============== + +0.2.17 +++++++ * functionapp: fix `az functionapp devops-build create` command azure-pipelines.yml generation issues * functionapp: improve `az functionapp devops-build create` error handlings and error indications * functionapp: remove `--local_git` flag in devops-build command, local git detection and handling are compulsory for creating Azure DevOps pipelines * functionapp: add support for linux functions plan creation +* webapp, functionapp: Updating to use the new Python SDK version +* appservice: adminSiteName property of SKU object is deprecated 0.2.16 ++++++ diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/_params.py b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/_params.py index c4b3d14e3cd..c622a06bb8e 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/_params.py +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/_params.py @@ -69,7 +69,7 @@ def load_arguments(self, _): completer=get_resource_name_completion_list('Microsoft.Web/serverFarms'), configured_default='appserviceplan', id_part='name') c.argument('number_of_workers', help='Number of workers to be allocated.', type=int, default=1) - c.argument('admin_site_name', help='The name of the admin web app.') + c.argument('admin_site_name', help='The name of the admin web app.', deprecate_info=c.deprecate(expiration='0.2.17')) with self.argument_context('appservice plan create') as c: c.argument('name', options_list=['--name', '-n'], help="Name of the new app service plan", completer=None) diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/custom.py b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/custom.py index 55864a4d6d7..251603b53da 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/custom.py +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/custom.py @@ -1149,8 +1149,7 @@ def create_app_service_plan(cmd, resource_group_name, name, is_linux, hyper_v, s return client.app_service_plans.create_or_update(resource_group_name, name, plan_def) -def update_app_service_plan(instance, sku=None, number_of_workers=None, - admin_site_name=None): +def update_app_service_plan(instance, sku=None, number_of_workers=None): sku_def = instance.sku if sku is not None: sku = _normalize_sku(sku) @@ -1159,11 +1158,7 @@ def update_app_service_plan(instance, sku=None, number_of_workers=None, if number_of_workers is not None: sku_def.capacity = number_of_workers - - instance.sku = sku_def instance.sku = sku_def - if admin_site_name is not None: - instance.admin_site_name = admin_site_name return instance diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_deployment_function_app.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_deployment_function_app.yaml index 12109e0905a..b0aee50729a 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_deployment_function_app.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_deployment_function_app.yaml @@ -1,688 +1,1173 @@ interactions: - request: body: '{"location": "japanwest", "tags": {"product": "azurecli", "cause": "automation", - "date": "2019-02-04T18:34:58Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + "date": "2019-03-26T00:12:33Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-04T18:34:58Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:35:01 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:12:33Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:12:36 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:35:05 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/cc2044e6-dedd-42df-a9b2-90c0db85833b?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:12:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/53f14028-6723-4a15-9608-69675dfc9bc3?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1194' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/cc2044e6-dedd-42df-a9b2-90c0db85833b?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/53f14028-6723-4a15-9608-69675dfc9bc3?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-02-04T18:35:05.9564705Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-02-04T18:35:05.9564705Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-02-04T18:35:05.8314827Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:35:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-26T00:12:38.2939444Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-26T00:12:38.2939444Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-26T00:12:37.7783062Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:12:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:35:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:12:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--admin-enabled -g -n --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + ParameterSetName: + - --admin-enabled -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-04T18:34:58Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:35:26 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:12:33Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:12:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japanwest", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": true}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr create] - Connection: [keep-alive] - Content-Length: ['93'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--admin-enabled -g -n --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + Content-Length: + - '93' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --admin-enabled -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-02-04T18:35:30.2565355Z","provisioningState":"Succeeded","adminUserEnabled":true}}'} - headers: - cache-control: [no-cache] - content-length: ['547'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:35:33 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-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-03-26T00:13:01.6283078Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13:06 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-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-04T18:34:58Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:35:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:12:33Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japanwest", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['160'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '160' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":2335,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2335","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1509'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2690,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2690","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":2335,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2335","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1509'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2690,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2690","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-02-04T18:35:05.9564705Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-02-04T18:35:05.9564705Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-02-04T18:35:05.8314827Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-26T00:12:38.2939444Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-26T00:12:38.2939444Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-26T00:12:37.7783062Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp,linux", "location": "Japan West", "properties": {"serverFarmId": "acrtestplanfunction000003", "reserved": true, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "linuxFxVersion": - "DOCKER|appsvc/azure-functions-runtime", "appSettings": [{"name": "FUNCTIONS_WORKER_RUNTIME", - "value": "node"}, {"name": "FUNCTIONS_EXTENSION_VERSION", "value": "beta"}, - {"name": "MACHINEKEY_DecryptionKey", "value": "BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC"}, + "DOCKER|mcr.microsoft.com/azure-functions/node:2.0", "appSettings": [{"name": + "FUNCTIONS_WORKER_RUNTIME", "value": "node"}, {"name": "FUNCTIONS_EXTENSION_VERSION", + "value": "~2"}, {"name": "MACHINEKEY_DecryptionKey", "value": "7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10"}, {"name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE", "value": "true"}, {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "alwaysOn": true, "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1236'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1246' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan - West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|appsvc/azure-functions-runtime"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-04T18:36:12.04","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3323'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:29 GMT'] - etag: ['"1D4BCB881013CD5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan + West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:13:27.7033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3449' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:44 GMT + etag: + - '"1D4E368BCB90655"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-acr-functionapp/providers/Microsoft.ContainerRegistry/registries/ankikumaacr","name":"ankikumaacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-func-test/providers/Microsoft.ContainerRegistry/registries/ankikumaacrtest","name":"ankikumaacrtest","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehacr/providers/Microsoft.ContainerRegistry/registries/ehacr","name":"ehacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"southcentralus","tags":{"storageaccount":"ehacr"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/michinoy-DONOTDELETE/providers/Microsoft.ContainerRegistry/registries/michinoy","name":"michinoy","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rglz77/providers/Microsoft.ContainerRegistry/registries/rglz77","name":"rglz77","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"centralus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shrirsacr/providers/Microsoft.ContainerRegistry/registries/shrirsacr","name":"shrirsacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}}]}'} - headers: - cache-control: [no-cache] - content-length: ['2154'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:36:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '390' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13:44 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - ParameterSetName: [-n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-02-04T18:35:30.2565355Z","provisioningState":"Succeeded","adminUserEnabled":true}}'} - headers: - cache-control: [no-cache] - content-length: ['547'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:36:33 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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-03-26T00:13:01.6283078Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13:46 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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004/listCredentials?api-version=2017-10-01 response: - body: {string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0"},{"name":"password2","value":"lN=qhy9kzUTPNh8pVoEOGcOMIOj3SWJG"}]}'} - headers: - cache-control: [no-cache] - content-length: ['180'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:36:34 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-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML"},{"name":"password2","value":"lpLRRG=oMJPKPyMpWFYvQREW3BMcKGqe"}]}' + headers: + cache-control: + - no-cache + content-length: + - '180' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13: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-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-acr-functionapp/providers/Microsoft.ContainerRegistry/registries/ankikumaacr","name":"ankikumaacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-func-test/providers/Microsoft.ContainerRegistry/registries/ankikumaacrtest","name":"ankikumaacrtest","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehacr/providers/Microsoft.ContainerRegistry/registries/ehacr","name":"ehacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"southcentralus","tags":{"storageaccount":"ehacr"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/michinoy-DONOTDELETE/providers/Microsoft.ContainerRegistry/registries/michinoy","name":"michinoy","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rglz77/providers/Microsoft.ContainerRegistry/registries/rglz77","name":"rglz77","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"centralus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shrirsacr/providers/Microsoft.ContainerRegistry/registries/shrirsacr","name":"shrirsacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}}]}'} - headers: - cache-control: [no-cache] - content-length: ['2154'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:36:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '390' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13:47 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-02-04T18:35:30.2565355Z","provisioningState":"Succeeded","adminUserEnabled":true}}'} - headers: - cache-control: [no-cache] - content-length: ['547'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:36:36 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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-03-26T00:13:01.6283078Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13: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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004/listCredentials?api-version=2017-10-01 response: - body: {string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0"},{"name":"password2","value":"lN=qhy9kzUTPNh8pVoEOGcOMIOj3SWJG"}]}'} - headers: - cache-control: [no-cache] - content-length: ['180'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:36: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-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + body: + string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML"},{"name":"password2","value":"lpLRRG=oMJPKPyMpWFYvQREW3BMcKGqe"}]}' + headers: + cache-control: + - no-cache + content-length: + - '180' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:13:49 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-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan - West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|appsvc/azure-functions-runtime"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-04T18:36:12.4933333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3328'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:40 GMT'] - etag: ['"1D4BCB881013CD5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan + West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:13:28.2933333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3449' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:50 GMT + etag: + - '"1D4E368BCB90655"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|appsvc/azure-functions-runtime","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2890'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:40 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2902' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"true","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['1021'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:42 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"true","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '1019' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"kind": "", "properties": {"FUNCTIONS_WORKER_RUNTIME": - "node", "FUNCTIONS_EXTENSION_VERSION": "beta", "MACHINEKEY_DecryptionKey": "BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC", + "node", "FUNCTIONS_EXTENSION_VERSION": "~2", "MACHINEKEY_DecryptionKey": "7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "WEBSITE_NODE_DEFAULT_VERSION": "8.11.1"}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['756'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '754' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['1022'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:45 GMT'] - etag: ['"1D4BCB894C48B20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '1020' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:13:57 GMT + etag: + - '"1D4E368CE2BC7EB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -700,551 +1185,939 @@ interactions: "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['1227'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '1227' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2899'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:51 GMT'] - etag: ['"1D4BCB897C92595"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2899' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:01 GMT + etag: + - '"1D4E368CE2BC7EB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['1022'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:51 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11997'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '1020' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "", "properties": {"FUNCTIONS_WORKER_RUNTIME": - "node", "FUNCTIONS_EXTENSION_VERSION": "beta", "MACHINEKEY_DecryptionKey": "BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC", + "node", "FUNCTIONS_EXTENSION_VERSION": "~2", "MACHINEKEY_DecryptionKey": "7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "WEBSITE_NODE_DEFAULT_VERSION": "8.11.1", "DOCKER_REGISTRY_SERVER_URL": "https://functionappacrtest000004.azurecr.io", "DOCKER_REGISTRY_SERVER_USERNAME": "functionappacrtest000004", "DOCKER_REGISTRY_SERVER_PASSWORD": - "83mHWcw+QKLbBi6lauKNyMXbBIGUerP0"}}\''''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['967'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + "cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML"}}\''''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '965' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:53 GMT'] - etag: ['"1D4BCB899E8DE4B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:04 GMT + etag: + - '"1D4E368D2B6802B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:55 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2917'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:57 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2917' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container config] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container config + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:36:59 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "", "properties": {"FUNCTIONS_WORKER_RUNTIME": - "node", "FUNCTIONS_EXTENSION_VERSION": "beta", "MACHINEKEY_DecryptionKey": "BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC", + "node", "FUNCTIONS_EXTENSION_VERSION": "~2", "MACHINEKEY_DecryptionKey": "7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "WEBSITE_NODE_DEFAULT_VERSION": "8.11.1", "DOCKER_REGISTRY_SERVER_URL": "https://functionappacrtest000004.azurecr.io", "DOCKER_REGISTRY_SERVER_USERNAME": "functionappacrtest000004", "DOCKER_REGISTRY_SERVER_PASSWORD": - "83mHWcw+QKLbBi6lauKNyMXbBIGUerP0", "DOCKER_ENABLE_CI": "true"}}\''''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container config] - Connection: [keep-alive] - Content-Length: ['995'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + "cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML", "DOCKER_ENABLE_CI": "true"}}\''''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container config + Connection: + - keep-alive + Content-Length: + - '993' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0","DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['1253'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:37:01 GMT'] - etag: ['"1D4BCB89E98358B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML","DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '1251' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:12 GMT + etag: + - '"1D4E368D6E62D20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container config] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container config + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0","DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['1253'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:37:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11997'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML","DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '1251' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container config] - Connection: [keep-alive] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container config + Connection: + - keep-alive + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:37:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container config] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container config + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Mon, 04 Feb 2019 18:37:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:14:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11996' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container show-cd-url] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container show-cd-url + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"BA9451DFCA39FB1B656188C9B8C4394AE36C6A1E59B0000728E44E0F3F5055DC","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"83mHWcw+QKLbBi6lauKNyMXbBIGUerP0","DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['1253'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:37:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"7D0B2BF7413D929128BBA902C44847BAC7F0D8A8B73E7F7EA68DBA6D6CEC5D10","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"cvTrj7=51t=QPm=Ft5VsoH9lKMpQYFML","DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '1251' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container show-cd-url] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container show-cd-url + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:37:08 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:14:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp deployment container show-cd-url] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp deployment container show-cd-url + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Mon, 04 Feb 2019 18:37:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:14:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 04 Feb 2019 18:37:22 GMT'] - etag: ['"1D4BCB89E98358B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:14:27 GMT + etag: + - '"1D4E368D6E62D20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 04 Feb 2019 18:37:25 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkczVlg2RlRRQUVCQlFZTENJNEVYVTI2QVZSV0tFNUdDWVhYNHxFNzg5RDBCRDgxMDJFNzUwLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:14:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdGUkU1R0RPNkRTV0dJQjNBN1pLNkNLRjVaQTVLNzVQNzVZVXw0RDhGQUVGMUI2M0Q5MjQxLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration.yaml index df4243bd463..188ee664ffa 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration.yaml @@ -1,633 +1,1067 @@ interactions: - request: body: '{"location": "japanwest", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-13T20:59:51Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + "date": "2019-03-26T00:15:46Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2018-09-13T20:59:51Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 20:59:53 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:15:46Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:15:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + ParameterSetName: + - --admin-enabled -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2018-09-13T20:59:51Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 20:59:53 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:15:46Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:15:48 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japanwest", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": true}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr create] - Connection: [keep-alive] - Content-Length: ['93'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 containerregistrymanagementclient/2.1.0 - Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + Content-Length: + - '93' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --admin-enabled -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","location":"japanwest","tags":{},"properties":{"loginServer":"webappacrtest000003.azurecr.io","creationDate":"2018-09-13T20:59:56.6492887Z","provisioningState":"Succeeded","adminUserEnabled":true,"firewallRulesEnabled":false,"firewallRules":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['595'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 20:59:59 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-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","location":"japanwest","tags":{},"properties":{"loginServer":"webappacrtest000003.azurecr.io","creationDate":"2019-03-26T00:15:54.3344442Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:15:57 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-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2018-09-13T20:59:51Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 21:00:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:15:46Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:15:58 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japanwest", "properties": {"perSiteScaling": false, "reserved": - true, "hyperV": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": + true, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['159'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '160' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","name":"acrtestplan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":1537,"name":"acrtestplan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"16c1884e-397d-42d8-a817-d431a2256d53","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"mdmId":"waws-prod-os1-009_1537","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1464'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","name":"acrtestplan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2691,"name":"acrtestplan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2691","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","name":"acrtestplan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":1537,"name":"acrtestplan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"16c1884e-397d-42d8-a817-d431a2256d53","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"mdmId":"waws-prod-os1-009_1537","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1464'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","name":"acrtestplan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2691,"name":"acrtestplan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2691","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected=Linux&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":null,"name":"ruby","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"ruby","display":"Ruby","dependency":null,"majorVersions":[{"displayVersion":"Ruby - 2.3","runtimeVersion":"RUBY|2.3","isDefault":true,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js - 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4.7","runtimeVersion":"NODE|4.4","isDefault":true}]},{"displayVersion":"Node.js - 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5.0","runtimeVersion":"NODE|4.5","isDefault":true}]},{"displayVersion":"Node.js - 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8.3","runtimeVersion":"NODE|4.8.3","isDefault":false},{"displayVersion":"4.8.4","runtimeVersion":"NODE|4.8","isDefault":true}]},{"displayVersion":"Node.js - 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2.2","runtimeVersion":"NODE|6.2","isDefault":true}]},{"displayVersion":"Node.js - 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6.0","runtimeVersion":"NODE|6.6","isDefault":true}]},{"displayVersion":"Node.js - 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.3","runtimeVersion":"NODE|6.9","isDefault":true}]},{"displayVersion":"Node.js - 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10.3","runtimeVersion":"NODE|6.10","isDefault":true}]},{"displayVersion":"Node.js - 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11.0","runtimeVersion":"NODE|6.11.0","isDefault":false},{"displayVersion":"6.11.1","runtimeVersion":"NODE|6.11.1","isDefault":false},{"displayVersion":"6.11.5","runtimeVersion":"NODE|6.11","isDefault":true}]},{"displayVersion":"Node.js - 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.0","runtimeVersion":"NODE|8.0","isDefault":true}]},{"displayVersion":"Node.js - 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.2","runtimeVersion":"NODE|8.1.2","isDefault":false},{"displayVersion":"8.1.3","runtimeVersion":"NODE|8.1.3","isDefault":false},{"displayVersion":"8.1.4","runtimeVersion":"NODE|8.1","isDefault":true}]},{"displayVersion":"Node.js - 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2.1","runtimeVersion":"NODE|8.2","isDefault":true}]},{"displayVersion":"Node.js - 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8.1","runtimeVersion":"NODE|8.8","isDefault":true}]},{"displayVersion":"Node.js - 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9.4","runtimeVersion":"NODE|8.9","isDefault":true}]},{"displayVersion":"Node.js - 8.11","runtimeVersion":"NODE|8.11","isDefault":true,"minorVersions":[{"displayVersion":"8.11.2","runtimeVersion":"NODE|8.11","isDefault":true}]},{"displayVersion":"Node.js - 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4.0","runtimeVersion":"NODE|9.4","isDefault":true}]},{"displayVersion":"Node.js - 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1.0","runtimeVersion":"NODE|10.1","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP - 5.6","runtimeVersion":"PHP|5.6","isDefault":true,"minorVersions":[{"displayVersion":"5.6.36-apache","runtimeVersion":"PHP|5.6","isDefault":true},{"displayVersion":"5.6.36-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false}]},{"displayVersion":"PHP - 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.30-apache","runtimeVersion":"PHP|7.0","isDefault":true},{"displayVersion":"7.0.30-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false}]},{"displayVersion":"PHP - 7.2","runtimeVersion":"PHP|7.2","isDefault":false,"minorVersions":[{"displayVersion":"7.2.5-apache","runtimeVersion":"PHP|7.2","isDefault":true},{"displayVersion":"7.2.5-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false},{"displayVersion":"7.2.5-apache","runtimeVersion":"PHP|7.2","isDefault":false}]}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET - Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.5","runtimeVersion":"DOTNETCORE|1.0","isDefault":true}]},{"displayVersion":".NET - Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.2","runtimeVersion":"DOTNETCORE|1.1","isDefault":true}]},{"displayVersion":".NET - Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.7","runtimeVersion":"DOTNETCORE|2.0","isDefault":true}]},{"displayVersion":".NET - Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":false},{"displayVersion":"2.1.2","runtimeVersion":"DOTNETCORE|2.1","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java","display":"Java - (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5 - (JRE 8)","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true}]},{"displayVersion":"Tomcat - 9.0 (JRE 8)","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true}]},{"displayVersion":"JRE - 8","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python - (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7.0","runtimeVersion":"PYTHON|3.7","isDefault":true}]}],"frameworks":[]}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['6817'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":null,"name":"ruby","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"ruby","display":"Ruby","dependency":null,"majorVersions":[{"displayVersion":"Ruby + 2.3","runtimeVersion":"RUBY|2.3","isDefault":true,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"2.3.8","runtimeVersion":"RUBY|2.3.8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Ruby + 2.4","runtimeVersion":"RUBY|2.4","isDefault":false,"minorVersions":[{"displayVersion":"2.4.5","runtimeVersion":"RUBY|2.4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js + LTS","runtimeVersion":"NODE|lts","isDefault":true,"minorVersions":[{"displayVersion":"LTS","runtimeVersion":"NODE|lts","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4.7","runtimeVersion":"NODE|4.4","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5.0","runtimeVersion":"NODE|4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8.7","runtimeVersion":"NODE|4.8.7","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2.2","runtimeVersion":"NODE|6.2","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6.0","runtimeVersion":"NODE|6.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.3","runtimeVersion":"NODE|6.9","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10","runtimeVersion":"NODE|6.10","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11.5","runtimeVersion":"NODE|6.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.0","runtimeVersion":"NODE|8.0","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.4","runtimeVersion":"NODE|8.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2.1","runtimeVersion":"NODE|8.2","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8.1","runtimeVersion":"NODE|8.8","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9.4","runtimeVersion":"NODE|8.9","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.11","runtimeVersion":"NODE|8.11","isDefault":false,"minorVersions":[{"displayVersion":"8.11.4","runtimeVersion":"NODE|8.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.12","runtimeVersion":"NODE|8.12","isDefault":false,"minorVersions":[{"displayVersion":"8.12.0","runtimeVersion":"NODE|8.12","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4.0","runtimeVersion":"NODE|9.4","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1.0","runtimeVersion":"NODE|10.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.10","runtimeVersion":"NODE|10.10","isDefault":false,"minorVersions":[{"displayVersion":"10.10.0","runtimeVersion":"NODE|10.10","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.14","runtimeVersion":"NODE|10.14","isDefault":false,"minorVersions":[{"displayVersion":"10.14.0","runtimeVersion":"NODE|10.14","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP + 5.6","runtimeVersion":"PHP|5.6","isDefault":false,"minorVersions":[{"displayVersion":"5.6.38-apache","runtimeVersion":"PHP|5.6","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"5.6.38-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.32-apache","runtimeVersion":"PHP|7.0","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.32-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.2","runtimeVersion":"PHP|7.2","isDefault":true,"minorVersions":[{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.2.11-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET + Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.5","runtimeVersion":"DOTNETCORE|1.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.2","runtimeVersion":"DOTNETCORE|1.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.7","runtimeVersion":"DOTNETCORE|2.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"2.1.2","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.2","runtimeVersion":"DOTNETCORE|2.2","isDefault":true,"minorVersions":[{"displayVersion":"2.2.0","runtimeVersion":"DOTNETCORE|2.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java8","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java8","display":"Java + 8","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"WildFly + 14 - Preview","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"minorVersions":[{"displayVersion":"14","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true}],"frameworks":[]}},{"id":null,"name":"java11","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java11","display":"Java + 11","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":false,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|11-java11","isDefault":true,"minorVersions":[{"displayVersion":"11","runtimeVersion":"JAVA|11-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python + (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 3.6","runtimeVersion":"PYTHON|3.6","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"PYTHON|3.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 2.7","runtimeVersion":"PYTHON|2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"PYTHON|2.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '11423' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "Japan West", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "linuxFxVersion": "node|6.6", "appSettings": [], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['495'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '495' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webappacrtest000003","state":"Running","hostNames":["webappacrtest000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webappacrtest000003","repositorySiteName":"webappacrtest000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webappacrtest000003.azurewebsites.net","webappacrtest000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webappacrtest000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webappacrtest000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","reserved":true,"isXenon":false,"lastModifiedTimeUtc":"2018-09-13T21:00:19.06","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webappacrtest000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webappacrtest000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3243'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:23 GMT'] - etag: ['"1D44BA4C77B80EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webappacrtest000003","state":"Running","hostNames":["webappacrtest000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webappacrtest000003","repositorySiteName":"webappacrtest000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webappacrtest000003.azurewebsites.net","webappacrtest000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webappacrtest000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webappacrtest000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:16:17.2133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webappacrtest000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webappacrtest000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3372' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:34 GMT + etag: + - '"1D4E36921B67FEB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Thu, 13 Sep 2018 21:00:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:16:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/paltestregistry/providers/Microsoft.ContainerRegistry/registries/paltestregistry","name":"paltestregistry","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"westus","tags":{}}]}'} - headers: - cache-control: [no-cache] - content-length: ['688'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 21:00:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '390' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:16:36 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 containerregistrymanagementclient/2.1.0 - Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","location":"japanwest","tags":{},"properties":{"loginServer":"webappacrtest000003.azurecr.io","creationDate":"2018-09-13T20:59:56.6492887Z","provisioningState":"Succeeded","adminUserEnabled":true,"firewallRulesEnabled":false,"firewallRules":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['595'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 21:00:26 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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","location":"japanwest","tags":{},"properties":{"loginServer":"webappacrtest000003.azurecr.io","creationDate":"2019-03-26T00:15:54.3344442Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:16: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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 containerregistrymanagementclient/2.1.0 - Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003/listCredentials?api-version=2017-10-01 response: - body: {string: '{"username":"webappacrtest000003","passwords":[{"name":"password","value":"wICEvY9pfhtnknnz2Qeeyg3J+hnfiCI6"},{"name":"password2","value":"hJMAqFabqpLd9H0muf3xXcfkDAgn0T=a"}]}'} - headers: - cache-control: [no-cache] - content-length: ['180'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 21:00:26 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-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + body: + string: '{"username":"webappacrtest000003","passwords":[{"name":"password","value":"2C1Pv8uG6FnqKBtsoxkvWPFqqq1S1he/"},{"name":"password2","value":"VwWvbM9w/LeedoZicy9NSlX5gRIBka=E"}]}' + headers: + cache-control: + - no-cache + content-length: + - '180' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:16:38 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-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/paltestregistry/providers/Microsoft.ContainerRegistry/registries/paltestregistry","name":"paltestregistry","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"westus","tags":{}}]}'} - headers: - cache-control: [no-cache] - content-length: ['688'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 21:00:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '390' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:16:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 containerregistrymanagementclient/2.1.0 - Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","location":"japanwest","tags":{},"properties":{"loginServer":"webappacrtest000003.azurecr.io","creationDate":"2018-09-13T20:59:56.6492887Z","provisioningState":"Succeeded","adminUserEnabled":true,"firewallRulesEnabled":false,"firewallRules":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['595'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 21:00:28 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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003","name":"webappacrtest000003","location":"japanwest","tags":{},"properties":{"loginServer":"webappacrtest000003.azurecr.io","creationDate":"2019-03-26T00:15:54.3344442Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:16:40 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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 containerregistrymanagementclient/2.1.0 - Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/webappacrtest000003/listCredentials?api-version=2017-10-01 response: - body: {string: '{"username":"webappacrtest000003","passwords":[{"name":"password","value":"wICEvY9pfhtnknnz2Qeeyg3J+hnfiCI6"},{"name":"password2","value":"hJMAqFabqpLd9H0muf3xXcfkDAgn0T=a"}]}'} - headers: - cache-control: [no-cache] - content-length: ['180'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 21:00:29 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-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"username":"webappacrtest000003","passwords":[{"name":"password","value":"2C1Pv8uG6FnqKBtsoxkvWPFqqq1S1he/"},{"name":"password2","value":"VwWvbM9w/LeedoZicy9NSlX5gRIBka=E"}]}' + headers: + cache-control: + - no-cache + content-length: + - '180' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:16:41 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-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webappacrtest000003","state":"Running","hostNames":["webappacrtest000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webappacrtest000003","repositorySiteName":"webappacrtest000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webappacrtest000003.azurewebsites.net","webappacrtest000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webappacrtest000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webappacrtest000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","reserved":true,"isXenon":false,"lastModifiedTimeUtc":"2018-09-13T21:00:19.4066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webappacrtest000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webappacrtest000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3248'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:30 GMT'] - etag: ['"1D44BA4C77B80EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webappacrtest000003","state":"Running","hostNames":["webappacrtest000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webappacrtest000003","repositorySiteName":"webappacrtest000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webappacrtest000003.azurewebsites.net","webappacrtest000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webappacrtest000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webappacrtest000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:16:17.7266667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webappacrtest000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webappacrtest000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3372' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:41 GMT + etag: + - '"1D4E36921B67FEB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/web","name":"webappacrtest000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webappacrtest000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2622'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/web","name":"webappacrtest000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webappacrtest000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2737' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['322'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '322' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['89'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '89' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}'} - headers: - cache-control: [no-cache] - content-length: ['367'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:33 GMT'] - etag: ['"1D44BA4D01AF115"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}' + headers: + cache-control: + - no-cache + content-length: + - '367' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:47 GMT + etag: + - '"1D4E36932E61E00"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -643,230 +1077,399 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['1114'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '1114' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|webappacrtest000003.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webappacrtest000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2660'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:36 GMT'] - etag: ['"1D44BA4D17759CB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003","name":"webappacrtest000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|webappacrtest000003.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webappacrtest000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2775' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:50 GMT + etag: + - '"1D4E36932E61E00"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}'} - headers: - cache-control: [no-cache] - content-length: ['367'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11996'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}' + headers: + cache-control: + - no-cache + content-length: + - '367' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"kind": "", "properties": {"WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "DOCKER_REGISTRY_SERVER_URL": "https://webappacrtest000003.azurecr.io", "DOCKER_REGISTRY_SERVER_USERNAME": "webappacrtest000003", "DOCKER_REGISTRY_SERVER_PASSWORD": - "wICEvY9pfhtnknnz2Qeeyg3J+hnfiCI6"}}''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['300'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + "2C1Pv8uG6FnqKBtsoxkvWPFqqq1S1he/"}}''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '300' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"https://webappacrtest000003.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"webappacrtest000003","DOCKER_REGISTRY_SERVER_PASSWORD":"wICEvY9pfhtnknnz2Qeeyg3J+hnfiCI6"}}'} - headers: - cache-control: [no-cache] - content-length: ['572'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:38 GMT'] - etag: ['"1D44BA4D2A370B5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"https://webappacrtest000003.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"webappacrtest000003","DOCKER_REGISTRY_SERVER_PASSWORD":"2C1Pv8uG6FnqKBtsoxkvWPFqqq1S1he/"}}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:53 GMT + etag: + - '"1D4E369375AF74B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"https://webappacrtest000003.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"webappacrtest000003","DOCKER_REGISTRY_SERVER_PASSWORD":"wICEvY9pfhtnknnz2Qeeyg3J+hnfiCI6"}}'} - headers: - cache-control: [no-cache] - content-length: ['572'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"https://webappacrtest000003.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"webappacrtest000003","DOCKER_REGISTRY_SERVER_PASSWORD":"2C1Pv8uG6FnqKBtsoxkvWPFqqq1S1he/"}}' + headers: + cache-control: + - no-cache + content-length: + - '572' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webappacrtest000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:39 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webappacrtest000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/web","name":"webappacrtest000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|webappacrtest000003.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webappacrtest000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2678'] - content-type: [application/json] - date: ['Thu, 13 Sep 2018 21:00:40 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webappacrtest000003/config/web","name":"webappacrtest000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|webappacrtest000003.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webappacrtest000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2793' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:16:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.6.1 (Windows-2012ServerR2-6.3.9600-SP0) requests/2.19.1 - msrest/0.5.5 msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 13 Sep 2018 21:00:43 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdLVFNaRklaWE00Vko2NkdSUDNJWlpRWlc0R09CV1lTTENZR3w4NjBDODVGMjUwREFCOTJCLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:17:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdKRFdUTUQyRERaVk9aVEhVQUNWVUJEMkxTS1ZBRk1JRVpUM3w4RTkyOUJGQjFFNkUyNUFELUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration_function_app.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration_function_app.yaml index 346fb59868d..66af3bccaca 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration_function_app.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_acr_integration_function_app.yaml @@ -1,688 +1,1173 @@ interactions: - request: body: '{"location": "japanwest", "tags": {"product": "azurecli", "cause": "automation", - "date": "2019-02-04T18:31:46Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + "date": "2019-03-26T00:55:43Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-04T18:31:46Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:31:57 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:55:43Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:55:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:32:05 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/da59e513-0030-4d1e-a4aa-894a62c5a7ed?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:55:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1fb413d8-b9e1-4cb1-950c-b432071a4809?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/da59e513-0030-4d1e-a4aa-894a62c5a7ed?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1fb413d8-b9e1-4cb1-950c-b432071a4809?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-02-04T18:32:06.1207833Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-02-04T18:32:06.1207833Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-02-04T18:32:05.9801190Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:32:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-26T00:55:47.8686562Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-26T00:55:47.8686562Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-26T00:55:47.7904968Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:32:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--admin-enabled -g -n --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + ParameterSetName: + - --admin-enabled -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-04T18:31:46Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:32:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:55:43Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japanwest", "sku": {"name": "Basic"}, "properties": {"adminUserEnabled": true}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr create] - Connection: [keep-alive] - Content-Length: ['93'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--admin-enabled -g -n --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr create + Connection: + - keep-alive + Content-Length: + - '93' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --admin-enabled -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-02-04T18:32:33.2964724Z","provisioningState":"Succeeded","adminUserEnabled":true}}'} - headers: - cache-control: [no-cache] - content-length: ['547'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:32:35 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-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-03-26T00:56:10.2574859Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:14 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-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-04T18:31:46Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:32:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:55:43Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:15 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japanwest", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['160'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '160' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":2334,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2334","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1509'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2692,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2692","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":2334,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2334","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1509'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","name":"acrtestplanfunction000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2692,"name":"acrtestplanfunction000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2692","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-02-04T18:32:06.1207833Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-02-04T18:32:06.1207833Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-02-04T18:32:05.9801190Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-26T00:55:47.8686562Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-26T00:55:47.8686562Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-26T00:55:47.7904968Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:17 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp,linux", "location": "Japan West", "properties": {"serverFarmId": "acrtestplanfunction000003", "reserved": true, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "linuxFxVersion": - "DOCKER|appsvc/azure-functions-runtime", "appSettings": [{"name": "FUNCTIONS_WORKER_RUNTIME", - "value": "node"}, {"name": "FUNCTIONS_EXTENSION_VERSION", "value": "beta"}, - {"name": "MACHINEKEY_DecryptionKey", "value": "AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23"}, + "DOCKER|mcr.microsoft.com/azure-functions/node:2.0", "appSettings": [{"name": + "FUNCTIONS_WORKER_RUNTIME", "value": "node"}, {"name": "FUNCTIONS_EXTENSION_VERSION", + "value": "~2"}, {"name": "MACHINEKEY_DecryptionKey", "value": "292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C"}, {"name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE", "value": "true"}, {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "alwaysOn": true, "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1236'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -s --plan --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1246' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -s --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan - West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|appsvc/azure-functions-runtime"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-04T18:33:22.02","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3323'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:41 GMT'] - etag: ['"1D4BCB81BC9454B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan + West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:56:34.8133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3449' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:52 GMT + etag: + - '"1D4E36EC2EBE195"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-acr-functionapp/providers/Microsoft.ContainerRegistry/registries/ankikumaacr","name":"ankikumaacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-func-test/providers/Microsoft.ContainerRegistry/registries/ankikumaacrtest","name":"ankikumaacrtest","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehacr/providers/Microsoft.ContainerRegistry/registries/ehacr","name":"ehacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"southcentralus","tags":{"storageaccount":"ehacr"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/michinoy-DONOTDELETE/providers/Microsoft.ContainerRegistry/registries/michinoy","name":"michinoy","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rglz77/providers/Microsoft.ContainerRegistry/registries/rglz77","name":"rglz77","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"centralus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shrirsacr/providers/Microsoft.ContainerRegistry/registries/shrirsacr","name":"shrirsacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}}]}'} - headers: - cache-control: [no-cache] - content-length: ['2154'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:33:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '390' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:52 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - ParameterSetName: [-n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-02-04T18:32:33.2964724Z","provisioningState":"Succeeded","adminUserEnabled":true}}'} - headers: - cache-control: [no-cache] - content-length: ['547'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:33:44 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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-03-26T00:56:10.2574859Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:54 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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [acr credential show] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - acr credential show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004/listCredentials?api-version=2017-10-01 response: - body: {string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"},{"name":"password2","value":"NSORwyDJeF2R8MF251wv+cj069vFdCcq"}]}'} - headers: - cache-control: [no-cache] - content-length: ['180'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:33:46 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-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 200, message: OK} + body: + string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"},{"name":"password2","value":"m04A1poXfBWkvG0eBmQ=wk4CYiRJs3KG"}]}' + headers: + cache-control: + - no-cache + content-length: + - '180' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:55 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-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.ContainerRegistry%2Fregistries%27&api-version=2018-05-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-acr-functionapp/providers/Microsoft.ContainerRegistry/registries/ankikumaacr","name":"ankikumaacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ankikuma-func-test/providers/Microsoft.ContainerRegistry/registries/ankikumaacrtest","name":"ankikumaacrtest","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehacr/providers/Microsoft.ContainerRegistry/registries/ehacr","name":"ehacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"southcentralus","tags":{"storageaccount":"ehacr"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/michinoy-DONOTDELETE/providers/Microsoft.ContainerRegistry/registries/michinoy","name":"michinoy","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rglz77/providers/Microsoft.ContainerRegistry/registries/rglz77","name":"rglz77","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"centralus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shrirsacr/providers/Microsoft.ContainerRegistry/registries/shrirsacr","name":"shrirsacr","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Standard","tier":"Standard"},"location":"westus","tags":{}}]}'} - headers: - cache-control: [no-cache] - content-length: ['2154'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:33:46 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.ContainerRegistry/registries","sku":{"name":"Basic","tier":"Basic"},"location":"japanwest","tags":{}}]}' + headers: + cache-control: + - no-cache + content-length: + - '390' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:55 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004?api-version=2017-10-01 response: - body: {string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-02-04T18:32:33.2964724Z","provisioningState":"Succeeded","adminUserEnabled":true}}'} - headers: - cache-control: [no-cache] - content-length: ['547'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:33: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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Basic","tier":"Basic"},"type":"Microsoft.ContainerRegistry/registries","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004","name":"functionappacrtest000004","location":"japanwest","tags":{},"properties":{"loginServer":"functionappacrtest000004.azurecr.io","creationDate":"2019-03-26T00:56:10.2574859Z","provisioningState":"Succeeded","adminUserEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '547' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:56 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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - containerregistrymanagementclient/2.6.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 containerregistrymanagementclient/2.7.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ContainerRegistry/registries/functionappacrtest000004/listCredentials?api-version=2017-10-01 response: - body: {string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"},{"name":"password2","value":"NSORwyDJeF2R8MF251wv+cj069vFdCcq"}]}'} - headers: - cache-control: [no-cache] - content-length: ['180'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 04 Feb 2019 18:33:49 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-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"username":"functionappacrtest000004","passwords":[{"name":"password","value":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"},{"name":"password2","value":"m04A1poXfBWkvG0eBmQ=wk4CYiRJs3KG"}]}' + headers: + cache-control: + - no-cache + content-length: + - '180' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:56:57 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-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan - West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|appsvc/azure-functions-runtime"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-04T18:33:22.6766667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3328'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:51 GMT'] - etag: ['"1D4BCB81BC9454B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"Japan + West","properties":{"name":"functionappacrtest000004","state":"Running","hostNames":["functionappacrtest000004.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/functionappacrtest000004","repositorySiteName":"functionappacrtest000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappacrtest000004.azurewebsites.net","functionappacrtest000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappacrtest000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappacrtest000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/acrtestplanfunction000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:56:35.6733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappacrtest000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappacrtest000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3449' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:56:58 GMT + etag: + - '"1D4E36EC2EBE195"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|appsvc/azure-functions-runtime","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2890'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:52 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2902' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"true","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['1021'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:52 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"true","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '1019' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"kind": "", "properties": {"FUNCTIONS_WORKER_RUNTIME": - "node", "FUNCTIONS_EXTENSION_VERSION": "beta", "MACHINEKEY_DecryptionKey": "AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23", + "node", "FUNCTIONS_EXTENSION_VERSION": "~2", "MACHINEKEY_DecryptionKey": "292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "WEBSITE_NODE_DEFAULT_VERSION": "8.11.1"}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['756'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '754' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['1022'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:33:56 GMT'] - etag: ['"1D4BCB82FC38215"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '1020' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:04 GMT + etag: + - '"1D4E36ED4021140"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -700,502 +1185,869 @@ interactions: "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['1227'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '1227' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2899'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:00 GMT'] - etag: ['"1D4BCB832BE7295"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2899' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:07 GMT + etag: + - '"1D4E36ED4021140"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['1022'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:01 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '1020' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "", "properties": {"FUNCTIONS_WORKER_RUNTIME": - "node", "FUNCTIONS_EXTENSION_VERSION": "beta", "MACHINEKEY_DecryptionKey": "AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23", + "node", "FUNCTIONS_EXTENSION_VERSION": "~2", "MACHINEKEY_DecryptionKey": "292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "WEBSITE_NODE_DEFAULT_VERSION": "8.11.1", "DOCKER_REGISTRY_SERVER_URL": "https://functionappacrtest000004.azurecr.io", "DOCKER_REGISTRY_SERVER_USERNAME": "functionappacrtest000004", "DOCKER_REGISTRY_SERVER_PASSWORD": - "glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}\''''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['967'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + "Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}\''''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '965' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:04 GMT'] - etag: ['"1D4BCB834EC6920"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:09 GMT + etag: + - '"1D4E36ED74BD80B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-url] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-url + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2917'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:09 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2917' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container show] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2917'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2917' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2917'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:19 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web","name":"functionappacrtest000004","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|functionappacrtest000004.azurecr.io/image-name:latest","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2917' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}'} - headers: - cache-control: [no-cache] - content-length: ['1227'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}' + headers: + cache-control: + - no-cache + content-length: + - '1225' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "", "properties": {"FUNCTIONS_WORKER_RUNTIME": - "node", "FUNCTIONS_EXTENSION_VERSION": "beta", "MACHINEKEY_DecryptionKey": "AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23", + "node", "FUNCTIONS_EXTENSION_VERSION": "~2", "MACHINEKEY_DecryptionKey": "292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "WEBSITE_NODE_DEFAULT_VERSION": "8.11.1", "DOCKER_REGISTRY_SERVER_URL": "https://functionappacrtest000004.azurecr.io", "DOCKER_REGISTRY_SERVER_USERNAME": "functionappacrtest000004", "DOCKER_REGISTRY_SERVER_PASSWORD": - "glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}\''''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - Content-Length: ['919'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + "Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}\''''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + Content-Length: + - '917' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}'} - headers: - cache-control: [no-cache] - content-length: ['1181'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:23 GMT'] - etag: ['"1D4BCB83F772E8B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}' + headers: + cache-control: + - no-cache + content-length: + - '1179' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:32 GMT + etag: + - '"1D4E36EE4A7D8E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -1213,262 +2065,454 @@ interactions: "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - Content-Length: ['1204'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + Content-Length: + - '1204' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004","name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":" - ","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2840'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:26 GMT'] - etag: ['"1D4BCB841925360"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + ","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionappacrtest000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2840' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:35 GMT + etag: + - '"1D4E36EE4A7D8E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"glQ5fQC6jbqy5N15JK+HDWXlPhhfOTGa"}}'} - headers: - cache-control: [no-cache] - content-length: ['1181'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:26 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","DOCKER_REGISTRY_SERVER_URL":"https://functionappacrtest000004.azurecr.io","DOCKER_REGISTRY_SERVER_USERNAME":"functionappacrtest000004","DOCKER_REGISTRY_SERVER_PASSWORD":"Jdu12ji=EtGWWAlYZN=VMA7boNuIuqO0"}}' + headers: + cache-control: + - no-cache + content-length: + - '1179' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"kind": "", "properties": {"FUNCTIONS_WORKER_RUNTIME": - "node", "FUNCTIONS_EXTENSION_VERSION": "beta", "MACHINEKEY_DecryptionKey": "AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23", + "node", "FUNCTIONS_EXTENSION_VERSION": "~2", "MACHINEKEY_DecryptionKey": "292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", "WEBSITE_NODE_DEFAULT_VERSION": "8.11.1"}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config container delete] - Connection: [keep-alive] - Content-Length: ['708'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config container delete + Connection: + - keep-alive + Content-Length: + - '706' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['976'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:30 GMT'] - etag: ['"1D4BCB8440E9E00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '974' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:39 GMT + etag: + - '"1D4E36EE9138A6B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"beta","MACHINEKEY_DecryptionKey":"AE247E4442B61C851212CAD99D91849A4AF0557918F6E9AFC47C46DAF58BEB23","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['976'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","MACHINEKEY_DecryptionKey":"292B76D82D9077429833C5D5EB8AE8CC338B11549255AF7CB2ECDCFBB2FC013C","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '974' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 04 Feb 2019 18:34:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"functionappacrtest000004","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:57:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappacrtest000004?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 04 Feb 2019 18:34:41 GMT'] - etag: ['"1D4BCB8440E9E00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:57:48 GMT + etag: + - '"1D4E36EE9138A6B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.58] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 04 Feb 2019 18:34:44 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdTQzdPQkhaRElMWUpZUEdJWk81WE1UM1dQS1lPSTdUVlpTSHw1QUQ2OEFFMDdEREExMzQ4LUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:57:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkcyRTQzNURJU0VFUkY1SVo2WTVXNDNLSzVEWFBCQVpRM09LNHw0QzdBMzhBM0M4OTgwREM0LUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_appservice_error_polish.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_appservice_error_polish.yaml index 1b1d93b1d43..11086bc6680 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_appservice_error_polish.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_appservice_error_polish.yaml @@ -1,439 +1,765 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-23T05:23:00Z"}}' + "date": "2019-03-25T23:30:02Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T05:23:00Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:02Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:23:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-23T05:23:04Z"}}' + "date": "2019-03-25T23:30:03Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T05:23:04Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:03Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:23:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: '{"location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['22'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -l + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['303'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:23:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '303' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T05:23:00Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:02Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:23:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:04 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['136'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":2969,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_2969","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3888,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3888","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:23:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":2969,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_2969","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3888,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3888","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:23:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['503'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-error000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-error000004","name":"web-error000004","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-error000004","state":"Running","hostNames":["web-error000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-error000004","repositorySiteName":"web-error000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-error000004.azurewebsites.net","web-error000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-error000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-error000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T05:23:21.1133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-error000004","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-error000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-error000004","name":"web-error000004","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-error000004","state":"Running","hostNames":["web-error000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-121.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-error000004","repositorySiteName":"web-error000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-error000004.azurewebsites.net","web-error000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-error000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-error000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-error-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:30:19.0733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-error000004","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162","possibleOutboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162,40.78.92.123,40.78.92.141,40.78.85.102","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-121","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-error000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3220'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:23:22 GMT'] - etag: ['"1D43AA1687EB3AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3335' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:35 GMT + etag: + - '"1D4E362B5A24DC0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-error000004/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Thu, 23 Aug 2018 05:23:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:30:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['303'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:23:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '303' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:35 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['136'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/serverfarms/web-error-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5649,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000002-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000002","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5649","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":14818,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000002-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000002","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-095_14818","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:23:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/serverfarms/web-error-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5649,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000002-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000002","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5649","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/serverfarms/web-error-plan000003","name":"web-error-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":14818,"name":"web-error-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000002-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000002","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-095_14818","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:23:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/serverfarms/web-error-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['503'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/web-error000004?api-version=2018-02-01 response: - body: {string: '{"Code":"Conflict","Message":"Website with given name web-error000004 + body: + string: '{"Code":"Conflict","Message":"Website with given name web-error000004 already exists.","Target":null,"Details":[{"Message":"Website with given name web-error000004 already exists."},{"Code":"Conflict"},{"ErrorEntity":{"ExtendedCode":"54001","MessageTemplate":"Website with given name {0} already exists.","Parameters":["web-error000004"],"Code":"Conflict","Message":"Website - with given name web-error000004 already exists."}}],"Innererror":null}'} + with given name web-error000004 already exists."}}],"Innererror":null}' headers: - cache-control: [no-cache] - content-length: ['481'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:23:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 409, message: Conflict} + cache-control: + - no-cache + content-length: + - '481' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 409 + message: Conflict - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 23 Aug 2018 05:23:36 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdaUU1KU01JWkdFTU1aREE3NkZGSFVGUTZLWUw1SkxMRVVBS3xBMjIzNjFDRjU3RTk4MjMxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:30:44 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdBRTREVENLS05PSlFDV0dTTFBDWlVGR1JKQUJRSVVSUlJXSnw1OEMwQzQ5MzhBN0IzRTdBLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 23 Aug 2018 05:23:37 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdMVUUyNkpVTjZIWFhBN1NDSVoyUEtUTVdBNTNWVUpFWkpNTHxENDM3QzA0QzdCMThGNDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:30:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdISkdZWVdDVklFN1FSWFg1WFBXN1pRQjM2Q1g1RVE2MlgyR3xDREM0QzRBREZGNjdGNDY4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_auto_delete_plan.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_auto_delete_plan.yaml index 7149476d8dc..25518e5ee86 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_auto_delete_plan.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_auto_delete_plan.yaml @@ -1,326 +1,571 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:41:14Z"}}' + "date": "2019-03-25T23:30:43Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:41:14Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:43Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:41:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:43 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['136'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -l + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3207,"name":"web-del-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3207","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8104,"name":"web-del-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8104","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:41:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3207,"name":"web-del-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3207","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8104,"name":"web-del-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8104","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:41:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "app", "location": "West US", "properties": {"perSiteScaling": - false, "isSpot": false, "reserved": false, "isXenon": false, "targetWorkerCount": - 0, "targetWorkerSizeId": 0}, "sku": {"name": "S1", "tier": "STANDARD", "size": - "B1", "family": "B", "capacity": 1}}' + false, "isSpot": false, "reserved": false, "isXenon": false, "hyperV": false, + "targetWorkerCount": 0, "targetWorkerSizeId": 0}, "sku": {"name": "S1", "tier": + "STANDARD", "size": "B1", "family": "B", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - Content-Length: ['269'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + Content-Length: + - '286' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3207,"name":"web-del-plan000003","sku":{"name":"S1","tier":"Standard","size":"S1","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3207","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8104,"name":"web-del-plan000003","sku":{"name":"S1","tier":"Standard","size":"S1","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8104","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1495'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:41:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1540' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3207,"name":"web-del-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3207","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","name":"web-del-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8104,"name":"web-del-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8104","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1452'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:41:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1497' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['503'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-del-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-del-test000002","name":"web-del-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-del-test000002","state":"Running","hostNames":["web-del-test000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-del-test000002","repositorySiteName":"web-del-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-del-test000002.azurewebsites.net","web-del-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-del-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-del-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:41:37.47","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-del-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-del-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-del-test000002","name":"web-del-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-del-test000002","state":"Running","hostNames":["web-del-test000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-119.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-del-test000002","repositorySiteName":"web-del-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-del-test000002.azurewebsites.net","web-del-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-del-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-del-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-del-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:30:56.7566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-del-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12","possibleOutboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12,104.40.0.244,157.56.167.87,157.56.164.95","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-119","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-del-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3218'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:41:49 GMT'] - etag: ['"1D43B75822719C0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3352' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:11 GMT + etag: + - '"1D4E362CC38E04B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-del-test000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:41:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:31:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-del-test000002?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:41:53 GMT'] - etag: ['"1D43B75822719C0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:31:16 GMT + etag: + - '"1D4E362CC38E04B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms?api-version=2018-02-01 response: - body: {string: '{"value":[],"nextLink":null,"id":null}'} + body: + string: '{"value":[],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['38'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:41:53 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '38' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:41:54 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdSQ1JVSEZRVzVRSlZNM0I0TkJXTzMyTUdESVlMM0NYUVRJN3wzNDQxRDIyNTM5MEFGM0QyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:31:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdYTFJFNlc2S1QzUko3SE1XNzdJVTNHMlFKVVA2WEdOUzJLUXwxOTdFN0JDRkM1RTcyODA3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_create_in_different_group.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_create_in_different_group.yaml index b5ef387701d..9dd96a17262 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_create_in_different_group.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_create_in_different_group.yaml @@ -1,310 +1,541 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:42:37Z"}}' + "date": "2019-03-25T23:29:27Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:42:37Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:42:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:42:38Z"}}' + "date": "2019-03-25T23:29:29Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:42:38Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:29Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:42:39 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: '{"location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['22'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -l + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['303'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:42:41 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '303' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:31 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:42:37Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:42:41 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:32 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['136'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG","name":"planInOneRG","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5934,"name":"planInOneRG","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5934","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG","name":"planInOneRG","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12110,"name":"planInOneRG","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12110","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1409'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:42:58 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1456' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG","name":"planInOneRG","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5934,"name":"planInOneRG","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5934","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG","name":"planInOneRG","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12110,"name":"planInOneRG","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12110","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1409'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:42:59 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1456' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['490'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '508' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/webInOtherRG?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/webInOtherRG","name":"webInOtherRG","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webInOtherRG","state":"Running","hostNames":["webinotherrg.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webInOtherRG","repositorySiteName":"webInOtherRG","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webinotherrg.azurewebsites.net","webinotherrg.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webinotherrg.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webinotherrg.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:43:01.2566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webInOtherRG","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000002","defaultHostName":"webinotherrg.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/webInOtherRG","name":"webInOtherRG","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webInOtherRG","state":"Running","hostNames":["webinotherrg.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webInOtherRG","repositorySiteName":"webInOtherRG","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webinotherrg.azurewebsites.net","webinotherrg.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webinotherrg.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webinotherrg.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/planInOneRG","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:42.03","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webInOtherRG","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000002","defaultHostName":"webinotherrg.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3076'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:43:12 GMT'] - etag: ['"1D43B75B41F8F8B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3177' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:58 GMT + etag: + - '"1D4E3629F9CB095"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/webInOtherRG/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1042'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:43:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1042' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:29:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:43:13 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdRWVhFN0xKQkU1UkE1SEk1VUxBRFFRQ1VCUDRPNU42VkQ3UHxFQTUzOUE3RkY1ODAzNkVGLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:29:59 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc1SjIyM0lHN0tCWjZSVE5JUVhDU1VFRldGWFpLSVlaNjJZMnw2RjNFNDIwNTZBNERDN0IxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:43:14 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdVSkc0QkdMN1dFTlRDQ1lPUDdJRFhYU0ZQRVRMS0JCTVlMQXwxRDgxRUM1QjIxMTE0M0U1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:30:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdPUUlZS09GTzU2M05NWjRPRkRLSUMyQUc3NDJSN1pRM042SnwzODZEQ0RBREZFOTk0NzAzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_deploy_zip.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_deploy_zip.yaml index 1072869cc1d..6299166d95e 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_deploy_zip.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_deploy_zip.yaml @@ -1,317 +1,529 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-13T07:58:49Z"}}' + "date": "2019-03-25T23:36:02Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_zipDeploy000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001","name":"cli_test_webapp_zipDeploy000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-13T07:58:49Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001","name":"cli_test_webapp_zipDeploy000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:02Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 13 Nov 2018 07:58:52 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_zipDeploy000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001","name":"cli_test_webapp_zipDeploy000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-13T07:58:49Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001","name":"cli_test_webapp_zipDeploy000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:02Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 13 Nov 2018 07:58:53 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"location": "westus", "properties": {"perSiteScaling": false, "hyperV": + body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['138'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","name":"webapp-zipDeploy-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":6323,"name":"webapp-zipDeploy-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_zipDeploy000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_6323","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","name":"webapp-zipDeploy-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3891,"name":"webapp-zipDeploy-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_zipDeploy000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3891","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1500'] - content-type: [application/json] - date: ['Tue, 13 Nov 2018 07:59:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1545' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","name":"webapp-zipDeploy-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":6323,"name":"webapp-zipDeploy-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_zipDeploy000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_6323","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","name":"webapp-zipDeploy-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3891,"name":"webapp-zipDeploy-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_zipDeploy000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3891","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1500'] - content-type: [application/json] - date: ['Tue, 13 Nov 2018 07:59:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1545' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": - "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['536'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '537' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002","name":"webapp-zipDeploy-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-zipDeploy-test000002","state":"Running","hostNames":["webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net"],"webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_zipDeploy000001-WestUSwebspace/sites/webapp-zipDeploy-test000002","repositorySiteName":"webapp-zipDeploy-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net","webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-13T07:59:19.22","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-zipDeploy-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_zipDeploy000001","defaultHostName":"webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002","name":"webapp-zipDeploy-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-zipDeploy-test000002","state":"Running","hostNames":["webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net"],"webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","selfLink":"https://waws-prod-bay-121.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_zipDeploy000001-WestUSwebspace/sites/webapp-zipDeploy-test000002","repositorySiteName":"webapp-zipDeploy-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net","webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:15.09","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-zipDeploy-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162","possibleOutboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162,40.78.92.123,40.78.92.141,40.78.85.102","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-121","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_zipDeploy000001","defaultHostName":"webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3417'] - content-type: [application/json] - date: ['Tue, 13 Nov 2018 07:59:35 GMT'] - etag: ['"1D47B26C8324B60"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3541' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:30 GMT + etag: + - '"1D4E36389EA7B20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1294'] - content-type: [application/xml] - date: ['Tue, 13 Nov 2018 07:59:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1294' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:36:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config-zip] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --src] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config-zip + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --src + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002/config/publishingcredentials/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002/publishingcredentials/$webapp-zipDeploy-test000002","name":"webapp-zipDeploy-test000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West - US","properties":{"name":null,"publishingUserName":"$webapp-zipDeploy-test000002","publishingPassword":"kecjnZHzPbWksMcNYWYhmM1lBqLHXqYRbttCu64TBMguWrPn7RRXYjX40Jqe","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-zipDeploy-test000002:kecjnZHzPbWksMcNYWYhmM1lBqLHXqYRbttCu64TBMguWrPn7RRXYjX40Jqe@webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002/publishingcredentials/$webapp-zipDeploy-test000002","name":"webapp-zipDeploy-test000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West + US","properties":{"name":null,"publishingUserName":"$webapp-zipDeploy-test000002","publishingPassword":"NTQz7QdPycrQCPgPaCYSK7fN5W4k2EowYgAe4RzNhudMCPbornjjk8Cla5b4","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-zipDeploy-test000002:NTQz7QdPycrQCPgPaCYSK7fN5W4k2EowYgAe4RzNhudMCPbornjjk8Cla5b4@webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net"}}' headers: - cache-control: [no-cache] - content-length: ['867'] - content-type: [application/json] - date: ['Tue, 13 Nov 2018 07:59:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '867' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config-zip] - Connection: [keep-alive] - ParameterSetName: [-g -n --src] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config-zip + Connection: + - keep-alive + ParameterSetName: + - -g -n --src + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002","name":"webapp-zipDeploy-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-zipDeploy-test000002","state":"Running","hostNames":["webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net"],"webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_zipDeploy000001-WestUSwebspace/sites/webapp-zipDeploy-test000002","repositorySiteName":"webapp-zipDeploy-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net","webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-13T07:59:19.83","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-zipDeploy-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_zipDeploy000001","defaultHostName":"webapp-zipdeploy-testfimxukyqqr4haby6mxg.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002","name":"webapp-zipDeploy-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-zipDeploy-test000002","state":"Running","hostNames":["webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net"],"webSpace":"cli_test_webapp_zipDeploy000001-WestUSwebspace","selfLink":"https://waws-prod-bay-121.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_zipDeploy000001-WestUSwebspace/sites/webapp-zipDeploy-test000002","repositorySiteName":"webapp-zipDeploy-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net","webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/serverfarms/webapp-zipDeploy-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:15.57","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-zipDeploy-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162","possibleOutboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162,40.78.92.123,40.78.92.141,40.78.85.102","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-121","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_zipDeploy000001","defaultHostName":"webapp-zipdeploy-testm3qrvb43kk4a5sayrll.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3417'] - content-type: [application/json] - date: ['Tue, 13 Nov 2018 07:59:38 GMT'] - etag: ['"1D47B26C8324B60"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3541' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:32 GMT + etag: + - '"1D4E36389EA7B20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config-zip] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --src] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config-zip + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --src + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_zipDeploy000001/providers/Microsoft.Web/sites/webapp-zipDeploy-test000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1294'] - content-type: [application/xml] - date: ['Tue, 13 Nov 2018 07:59:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1294' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:36:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: !!binary | UEsDBBQAAAAIAARkUUvBmBSXUwAAAHAAAAAJAAAAdGVzdC5odG1ss1F08XcOiQxwVcgoyc2x4+Wy @@ -319,107 +531,183 @@ interactions: fag5QNUggwFQSwECFAAUAAAACAAEZFFLwZgUl1MAAABwAAAACQAAAAAAAAABACAAAAAAAAAAdGVz dC5odG1sUEsFBgAAAAABAAEANwAAAHoAAAAAAA== headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - Content-Length: ['199'] - User-Agent: [python-requests/2.20.1] - content-type: [application/octet-stream] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '199' + User-Agent: + - python-requests/2.21.0 + content-type: + - application/octet-stream method: POST - uri: https://webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net/api/zipdeploy?isAsync=true + uri: https://webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net/api/zipdeploy?isAsync=true response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Tue, 13 Nov 2018 07:59:43 GMT'] - expires: ['-1'] - location: ['https://webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net/api/deployments/latest?deployer=Push-Deployer&time=2018-11-13_07-59-43Z'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=3b302244b3aac6b5fd253d2884faace23c73df75c199b785bcae652d3cc402ca;Path=/;HttpOnly;Domain=webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net] - x-aspnet-version: [4.0.30319] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:37 GMT + expires: + - '-1' + location: + - https://webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net/api/deployments/latest?deployer=Push-Deployer&time=2019-03-25_23-36-38Z + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=e14982624ca549202451a862843b15070ea4628889cfbe1eda74d474032db29e;Path=/;HttpOnly;Domain=webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net + x-aspnet-version: + - 4.0.30319 + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] - content-type: [application/octet-stream] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 + content-type: + - application/octet-stream method: GET - uri: https://webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net/api/deployments/mock-deployment + uri: https://webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net/api/deployments/mock-deployment response: - body: {string: '{"id":"d00f80825ead46fca5d42718dcebe0de","status":1,"status_text":"Building - and Deploying ''d00f80825ead46fca5d42718dcebe0de''.","author_email":"N/A","author":"N/A","deployer":"Push-Deployer","message":"Created - via a push deployment","progress":"Generating deployment script.","received_time":"2018-11-13T07:59:43.8076866Z","start_time":"2018-11-13T07:59:43.9170637Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":false,"is_readonly":true,"url":null,"log_url":null,"site_name":"webapp-zipDeploy-test000002","provisioningState":null}'} + body: + string: '{"id":"9e626fde8547480b8bbc6614b706bd36","status":1,"status_text":"Building + and Deploying ''9e626fde8547480b8bbc6614b706bd36''.","author_email":"N/A","author":"N/A","deployer":"Push-Deployer","message":"Created + via a push deployment","progress":"Generating deployment script.","received_time":"2019-03-25T23:36:38.7705062Z","start_time":"2019-03-25T23:36:38.9111374Z","end_time":null,"last_success_end_time":null,"complete":false,"active":false,"is_temp":false,"is_readonly":true,"url":null,"log_url":null,"site_name":"webapp-zipDeploy-test000002","provisioningState":null}' headers: - cache-control: [no-cache] - content-length: ['584'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 13 Nov 2018 07:59:45 GMT'] - expires: ['-1'] - location: ['https://webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net/api/deployments/latest'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=3b302244b3aac6b5fd253d2884faace23c73df75c199b785bcae652d3cc402ca;Path=/;HttpOnly;Domain=webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net] - x-aspnet-version: [4.0.30319] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '584' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:41 GMT + expires: + - '-1' + location: + - https://webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net/api/deployments/latest + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=e14982624ca549202451a862843b15070ea4628889cfbe1eda74d474032db29e;Path=/;HttpOnly;Domain=webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net + x-aspnet-version: + - 4.0.30319 + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] - content-type: [application/octet-stream] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 + content-type: + - application/octet-stream method: GET - uri: https://webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net/api/deployments/mock-deployment + uri: https://webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net/api/deployments/mock-deployment response: - body: {string: '{"id":"d00f80825ead46fca5d42718dcebe0de","status":4,"status_text":"","author_email":"N/A","author":"N/A","deployer":"Push-Deployer","message":"Created - via a push deployment","progress":"","received_time":"2018-11-13T07:59:43.8076866Z","start_time":"2018-11-13T07:59:43.9170637Z","end_time":"2018-11-13T07:59:48.091266Z","last_success_end_time":"2018-11-13T07:59:48.091266Z","complete":true,"active":true,"is_temp":false,"is_readonly":true,"url":"https://webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net/api/deployments/latest","log_url":"https://webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net/api/deployments/latest/log","site_name":"webapp-zipDeploy-test000002","provisioningState":null}'} + body: + string: '{"id":"9e626fde8547480b8bbc6614b706bd36","status":4,"status_text":"","author_email":"N/A","author":"N/A","deployer":"Push-Deployer","message":"Created + via a push deployment","progress":"","received_time":"2019-03-25T23:36:38.7705062Z","start_time":"2019-03-25T23:36:38.9111374Z","end_time":"2019-03-25T23:36:44.6493504Z","last_success_end_time":"2019-03-25T23:36:44.6493504Z","complete":true,"active":true,"is_temp":false,"is_readonly":true,"url":"https://webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net/api/deployments/latest","log_url":"https://webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net/api/deployments/latest/log","site_name":"webapp-zipDeploy-test000002","provisioningState":null}' headers: - cache-control: [no-cache] - content-length: ['731'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 13 Nov 2018 08:00:01 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=3b302244b3aac6b5fd253d2884faace23c73df75c199b785bcae652d3cc402ca;Path=/;HttpOnly;Domain=webapp-zipdeploy-testfimxukyqqr4haby6mxg.scm.azurewebsites.net] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '733' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=e14982624ca549202451a862843b15070ea4628889cfbe1eda74d474032db29e;Path=/;HttpOnly;Domain=webapp-zipdeploy-testm3qrvb43kk4a5sayrll.scm.azurewebsites.net + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_zipDeploy000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Tue, 13 Nov 2018 08:00:02 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGWklQREVQTE9ZSUZVNVk1NUxOQjNNWUZDWXwxODY1MEY0NDgwQkQyMDVCLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGWklQREVQTE9ZQUlZUUtSWVc1VzJJVDU1RnxCQjgxNUM3QkZBMzQzOTA5LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_linux_web_log.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_linux_web_log.yaml index 41d03b63b0c..3792533ffed 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_linux_web_log.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_linux_web_log.yaml @@ -1,325 +1,557 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:45:21Z"}}' + "date": "2019-03-25T23:29:39Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:45:21Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:45:21 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:45:21Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:45:22 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['154'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '154' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","name":"linux-log000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","properties":{"serverFarmId":18492,"name":"linux-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-09-23T06:45:24.12","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"mdmId":"waws-prod-bay-063_18492","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","name":"linux-log000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West + US","properties":{"serverFarmId":22602,"name":"linux-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-081_22602","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1473'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:45:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1498' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -i + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","name":"linux-log000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","properties":{"serverFarmId":18492,"name":"linux-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-09-23T06:45:24.12","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"mdmId":"waws-prod-bay-063_18492","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","name":"linux-log000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West + US","properties":{"serverFarmId":22602,"name":"linux-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-081_22602","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1473'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:45:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1498' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "linuxFxVersion": "DOCKER|patle/ruby-hello", "appSettings": [{"name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE", - "value": "false"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": - false}}\''''' + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "linuxFxVersion": "DOCKER|patle/ruby-hello", "appSettings": [{"name": + "WEBSITES_ENABLE_APP_SERVICE_STORAGE", "value": "false"}], "localMySqlEnabled": + false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['555'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '572' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -i + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002","name":"webapp-linux-log000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"West - US","properties":{"name":"webapp-linux-log000002","state":"Running","hostNames":["webapp-linux-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-063.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-log000002","repositorySiteName":"webapp-linux-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-log000002.azurewebsites.net","webapp-linux-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|patle/ruby-hello"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","reserved":true,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:45:37.77","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"13.93.220.109,13.93.205.56,52.160.105.227,104.209.45.67,13.91.108.234","possibleOutboundIpAddresses":"13.93.220.109,13.93.205.56,52.160.105.227,104.209.45.67,13.91.108.234,13.93.235.174,52.160.85.43","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-063","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002","name":"webapp-linux-log000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"West + US","properties":{"name":"webapp-linux-log000002","state":"Running","hostNames":["webapp-linux-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-log000002","repositorySiteName":"webapp-linux-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-log000002.azurewebsites.net","webapp-linux-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|patle/ruby-hello"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:52.3233333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3260'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:45:50 GMT'] - etag: ['"1D43B7611668C60"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3389' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:08 GMT + etag: + - '"1D4E362A5C3E7CB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -i + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:45:51 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:30:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.19.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-log000002.azurewebsites.net/ response: - body: {string: Ruby on Rails in Web Apps on Linux} + body: + string: Ruby on Rails in Web Apps on Linux headers: - content-length: ['34'] - content-type: [text/html] - date: ['Fri, 24 Aug 2018 06:48:44 GMT'] - set-cookie: [ARRAffinity=22e0db5c7d26663eee46d670080f1032d50190da9e4c444a235293689b8990a9;Path=/;HttpOnly;Domain=webapp-linux-loglgew5uam.azurewebsites.net] - status: {code: 200, message: OK} + content-length: + - '34' + content-type: + - text/html + date: + - Mon, 25 Mar 2019 23:33:50 GMT + set-cookie: + - ARRAffinity=287a187eaf56dc81e5f73c3f8285ab6bfb7b493dd7655d478836e1891c08ab8b;Path=/;HttpOnly;Domain=webapp-linux-logecawkg2t.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log download] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log download + Connection: + - keep-alive + ParameterSetName: + - -g -n --log-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002","name":"webapp-linux-log000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"West - US","properties":{"name":"webapp-linux-log000002","state":"Running","hostNames":["webapp-linux-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-063.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-log000002","repositorySiteName":"webapp-linux-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-log000002.azurewebsites.net","webapp-linux-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|patle/ruby-hello"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","reserved":true,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:45:38.47","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"13.93.220.109,13.93.205.56,52.160.105.227,104.209.45.67,13.91.108.234","possibleOutboundIpAddresses":"13.93.220.109,13.93.205.56,52.160.105.227,104.209.45.67,13.91.108.234,13.93.235.174,52.160.85.43","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-063","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002","name":"webapp-linux-log000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"West + US","properties":{"name":"webapp-linux-log000002","state":"Running","hostNames":["webapp-linux-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-log000002","repositorySiteName":"webapp-linux-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-log000002.azurewebsites.net","webapp-linux-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|patle/ruby-hello"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/linux-log000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:52.7966667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3260'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:48:45 GMT'] - etag: ['"1D43B7611668C60"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3389' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:51 GMT + etag: + - '"1D4E362A5C3E7CB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log download] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log download + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --log-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:48:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:33:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log download] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log download + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --log-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002/config/publishingcredentials/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002/publishingcredentials/$webapp-linux-log000002","name":"webapp-linux-log000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West - US","properties":{"name":null,"publishingUserName":"$webapp-linux-log000002","publishingPassword":"Lnm7ZK83y8C2aZDjiXkTevnTqAwKs94tpDN9dmnoq44sKM7s6AeocFvQqlqC","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-linux-log000002:Lnm7ZK83y8C2aZDjiXkTevnTqAwKs94tpDN9dmnoq44sKM7s6AeocFvQqlqC@webapp-linux-log000002.scm.azurewebsites.net"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-log000002/publishingcredentials/$webapp-linux-log000002","name":"webapp-linux-log000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West + US","properties":{"name":null,"publishingUserName":"$webapp-linux-log000002","publishingPassword":"dtb2ExtfxHDLEgKSX2PK2PWEa8mSt3kg8Z8HernqELsX55SmTTP50RDZwr7v","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-linux-log000002:dtb2ExtfxHDLEgKSX2PK2PWEa8mSt3kg8Z8HernqELsX55SmTTP50RDZwr7v@webapp-linux-log000002.scm.azurewebsites.net"}}' headers: - cache-control: [no-cache] - content-length: ['771'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:48:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '771' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: {} @@ -328,107 +560,139 @@ interactions: response: body: string: !!binary | - UEsDBBQAAAAAADI2GE0AAAAAAAAAAAAAAAASAAAAZGVwbG95bWVudHMvdG9vbHMvUEsDBBQACAAI - AC42GE0AAAAAAAAAAAAAAABUAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4LTA4LTI0VDA2LTQ5 - LTI4XzIyZTBkYl8wMDFfU3RhcnR1cF9HRVRfRGVmYXVsdC5jc2h0bWxfMHMueG1sfY9NT4NAEEDv - /RXjnrtl2baKBEiwNUpKsRFivJEtrJZkWZCdPfjv3fqRmJh4nTfzJi8yKEfADpWMSYliQjvCo3yz - 0iCBVqAbc+YHlAWUryp2Ga6uQx4suL8k0GmDQjfnFS5ZeyRgJxUTbytfhFW4aMwJe0Wgl3ga2pjc - 3VYE8H10B9PPi7FzYL2e+/MrAuVmX99kRX1Iq3vnGUb0dra13rHTX7DcZYe6LPP6Kc2zbVplD0VM - mGNNX316i0FLAskMIPpdtlFSaFf23CvIh1fzX9qScQJeEl1QCq2dBHaDDsFnvQFKk1nkncV/MOff - /ANQSwcIq/vn4O8AAABSAQAAUEsDBBQACAAIADE2GE0AAAAAAAAAAAAAAABQAAAATG9nRmlsZXMv - a3VkdS90cmFjZS8yMDE4LTA4LTI0VDA2LTQ5LTI4XzIyZTBkYl8wMDJfR0VUX0RlZmF1bHQuY3No - dG1sXzIwMF82cy54bWx1j8FOg0AQhu99inHOXVgoSykBLrVR46GJ4QUQpi0RdpEdjL69i5FoGs3c - /vkn832ZZRqAW+4oxwddm77VZ3ii14ksIzQVuzyUQSJkIsKolHEa7dIw8SKlEFptudL1XAlJNs8I - 09jl6N/SqZo69mp74b5D6Ikvpsnx7lAi8MfgDsblxdC6hVLrYL1F2ButqebW6BxfiAZRde0bIZRj - pe2JRnFwiI1DzDEIt550E6RKJtEG4d5Y/iMuVgDZb8vjxGczW45kB6Mt/au5iTwZxj/ES91J82T3 - pvk6kktQ0rsDOD4i+EV2IwQ001jNLikEcW9BiGKV+TPK9VqpnfoufAJQSwcIRmnk0v8AAACRAQAA - UEsDBBQACAAIADI2GE0AAAAAAAAAAAAAAABHAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4LTA4 - LTI0VDA2LTQ5LTM0XzIyZTBkYl8wMDNfR0VUX2R1bXBfcGVuZGluZy54bWydUk2PmzAUvPdXWD6v - XSBASLRUool3F4lNokCatjcDL1lLYFPbKLv762v6pRy6h/Zkad54Zt7o3RoLA7LCdpDiXDaqF/KM - 9vBtBGMxarl1eOD5CfESEoSVFy/DxXIW0jiJMRLSWC6biRKA19YYjbpL8ft27AeMerBPqk3xPasw - si+Do+nfwoNwgyi68W/8AKOVkhIaK5RMcdMpAxhVmktzAk2YC9W6UCm+QM2HgXRCjs+kU+fuDJdo - 5D01TU/566jBMYywYKgE55E1DQz2SkC0IN2qL240umhavPKfnh+5oZRi9KCM/Xefz2TVCadM8l2K - /ZlPfW9O/WjhXv9qulPaiUfxPEgm9JgdS3KQMKWDlhz2xZ/iVkXONtXf5Ja/vuclKdn+U75ipDps - Nqxg6xR7k2y235Nie09yB4SBF0VJPSfxzG9IOIOY1Kf4RHiY1BCeQoBoMf0p84qRNdsV2y+PP4zX - b5eA0TErHfkuOxQVediW1SZ7ZP9T2p3SF66n3XdaWZXiJ2sHg9GHdwjdXp/lVzGUVgPv3ZlY1yTd - Sge9fZwRXSSuo+9QSwcIrlXXPKcBAADbAgAAUEsDBBQACAAIAC42GE0AAAAAAAAAAAAAAABJAAAA - TG9nRmlsZXMva3VkdS90cmFjZS81ZDVkM2YzNmRhZjQtNTY0YWZlZGItNmY1OS00NWNhLWE5OTgt - NzBjOTVjNzQ4YmE5LnR4dDXMSw6CMBRA0bmreAsoUggodoZitAGR2MZpg1ADCZ8KrwN3L9E4PrnX - p17k0MjxA0k3LNgxPwIQWE5oDdz0y+oZCdipY+Am+lnaDtfV3GDfEeg1NmPN4HSUBPBtNIPpX5h2 - gTAkHtkSEIeL2vNcFbE8L5/RoJva2rqPdvihSHmhhMjUPc54Ekt+zRnQxapefr/5OOjVB1BLBwil - mYBulgAAAKwAAABQSwMEFAAAAAAAJzYYTQAAAAAAAAAAAAAAABcAAABMb2dGaWxlcy93ZWJzc2gv - cG0yLmVyclBLAwQUAAAAAAAnNhhNAAAAAAAAAAAAAAAAFwAAAExvZ0ZpbGVzL3dlYnNzaC9wbTIu - bG9nUEsDBBQACAAIABY2GE0AAAAAAAAAAAAAAAAtAAAATG9nRmlsZXMvMjAxOF8wOF8yNF9SRDAw - MDNGRkE4OTEwNV9kb2NrZXIubG9nrVbbjuI4EH3nK/wDoR3fkiAxEtMwu0izNGro2UdUiSsQdUhQ - nKi39+vXMEyDO2Z42QdAoo5PXU65yoyGcUDjgAlC1UjIkeTDkIdkvvj2REhA5sZ0RbUlus5esSGH - rixHpNjDFivYIxkfoC3xoenS92CHZVkPmIdQRfT/JBRDGfPfEZJ7JPGIR0Mu1AfJ9eEG266pUJPV - evr0sv7yhbyYkwPMoStb0sJ2REpo0bSDnz8jsrQHj5i8qfd978BRJzIDTCm7whrL8o7NQEiuQw65 - yhLlMSuZplKmgFmSesw6S2PNqOBZ5iOXLOc6TpkAEXnMjEOkKZUMKfWYIwkqkgoVeCOXKlQMWChz - 8EWeCCaSLFQ2ON9pBiCzCDHjEny+cwo6zVnMw/BuaD+wKfL3I+Bxh9mr6fafANP6rSpr0CSr94cS - W/ykiofABfQJ3Pg9BC6gT+DWx0PgAu6lcCzRxeZq4yF3AX1yt/6+AjuAPoHbuB4CF9AncFvbQ+AC - +gTuzfIQuACPxM718EnsAPoE7vXzqeAA7qXgStyfDLdq96k1ejPhVsaurT8NbrWba+vPgVuX6JO/ - 3gS42KbF9jR5zQ6YVKOIAg2RahmjTGwKQlt/9nqA0IA606l1IXkaMxQoRUqjSAvKQ0g4SyhT0WDV - QtuZiwJ2/lf4ZnfCaTeRvG56c310XgLe7aL4ZbtY7qY9qp7VVQtFZVmPfKY45n/n7HkzNV1FAk2C - A5E0jJJRTEkQnDbmG6ZwOAR2OHb/BGW9Lbf4JjvYbywCyd+zr6v5erbazBaTr99nm8lyuVnNnn/M - H2eb1frpefLHbJxDafAKvDl9LSZ/zca3yK/Rk5f1n2f66fjbL67l0/N6HF/HsHl+sgHMF6v1ZGG9 - z6djx3ptYLb7dGr7QjOlFEdEobR9RdCY5iHlTNsiJFRDgiITQgDjkiVcxUkaJwmFpCcVIbdUij4q - /b3ebo8iFYZUdUvseyQtbRcclWp39s8P8YaDZYlg0+zsZ9e2BzN6eIBXGO7Nw89K6QK2VW3aIjOk - rc9UpDw7sP8YxKtmsAZDdtjgsB+ksK8deXntPH4c+o3uv5rrJoYUVdEWUBb/2gRNl2VoTG6v1/tw - 8B9QSwcIH52coUQDAAARCgAAUEsDBBQACAAIABc2GE0AAAAAAAAAAAAAAAAcAAAATG9nRmlsZXMv - X19sYXN0Q2hlY2tUaW1lLnR4dLPQNzLRNzIwtFAwszKxsDIxV3D0BQBQSwcIgReXKBYAAAAUAAAA - UEsBAhQAFAAAAAAAMjYYTQAAAAAAAAAAAAAAABIAAAAAAAAAAAAAAAAAAAAAAGRlcGxveW1lbnRz - L3Rvb2xzL1BLAQIUABQACAAIAC42GE2r++fg7wAAAFIBAABUAAAAAAAAAAAAAAAAADAAAABMb2dG - aWxlcy9rdWR1L3RyYWNlLzIwMTgtMDgtMjRUMDYtNDktMjhfMjJlMGRiXzAwMV9TdGFydHVwX0dF - VF9EZWZhdWx0LmNzaHRtbF8wcy54bWxQSwECFAAUAAgACAAxNhhNRmnk0v8AAACRAQAAUAAAAAAA - AAAAAAAAAAChAQAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4LTA4LTI0VDA2LTQ5LTI4XzIyZTBk - Yl8wMDJfR0VUX0RlZmF1bHQuY3NodG1sXzIwMF82cy54bWxQSwECFAAUAAgACAAyNhhNrlXXPKcB - AADbAgAARwAAAAAAAAAAAAAAAAAeAwAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4LTA4LTI0VDA2 - LTQ5LTM0XzIyZTBkYl8wMDNfR0VUX2R1bXBfcGVuZGluZy54bWxQSwECFAAUAAgACAAuNhhNpZmA - bpYAAACsAAAASQAAAAAAAAAAAAAAAAA6BQAATG9nRmlsZXMva3VkdS90cmFjZS81ZDVkM2YzNmRh - ZjQtNTY0YWZlZGItNmY1OS00NWNhLWE5OTgtNzBjOTVjNzQ4YmE5LnR4dFBLAQIUABQAAAAAACc2 - GE0AAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAEcGAABMb2dGaWxlcy93ZWJzc2gvcG0yLmVyclBL - AQIUABQAAAAAACc2GE0AAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAHwGAABMb2dGaWxlcy93ZWJz - c2gvcG0yLmxvZ1BLAQIUABQACAAIABY2GE0fnZyhRAMAABEKAAAtAAAAAAAAAAAAAAAAALEGAABM - b2dGaWxlcy8yMDE4XzA4XzI0X1JEMDAwM0ZGQTg5MTA1X2RvY2tlci5sb2dQSwECFAAUAAgACAAX - NhhNgReXKBYAAAAUAAAAHAAAAAAAAAAAAAAAAABQCgAATG9nRmlsZXMvX19sYXN0Q2hlY2tUaW1l - LnR4dFBLBQYAAAAACQAJAFsDAACwCgAAAAA= + UEsDBBQAAAAAAFG8eU4AAAAAAAAAAAAAAAASAAAAZGVwbG95bWVudHMvdG9vbHMvUEsDBBQACAAI + AE28eU4AAAAAAAAAAAAAAABUAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE5LTAzLTI1VDIzLTM0 + LTI3XzI4N2ExOF8wMDFfU3RhcnR1cF9HRVRfRGVmYXVsdC5jc2h0bWxfMHMueG1sfY9NT4NAFEX3 + /RXPWXcKDKVUAiTYGiVFbIQYd2SE0ZIMAzJvFv57p34kxoXbd969NyfWKCbAHqVISIV8RjPBg3gz + QiOBjqM9M9e7pK5PWVAzP/LXEQtXbhgQ6JVGrtrzyzbk3paAmWVCnL144UbiqtUnHCSBQeBp7BJy + c10TwPfJBuafiam3IFgvvWVIoNrdNdUhPzZVVTSPWZHvszq/LxPifrGrvGyOWX1rN8YJnYPpjPPc + Kwvbof7sLUclCKQLgPi32U4KrqzZ0yChGF/1f2pswwg4aXxBKXRm5tiPKgLfGzRQmi5i51z8F7ON + /80/AFBLBwjs2DGR8QAAAFIBAABQSwMEFAAIAAgAULx5TgAAAAAAAAAAAAAAAFAAAABMb2dGaWxl + cy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzQtMjdfMjg3YTE4XzAwMl9HRVRfRGVmYXVsdC5j + c2h0bWxfMjAwXzZzLnhtbHWP3U6DQBBG7/sU41x3geWnIAFuaqPGiyaGF9jAtCXCLrKD0bd3MRKN + jZm7b77JnFNYphG4455KfNSNGTp9hmd6nckyQqvY5WEgb0UQiTCpwyiP4jxMvVSGCJ22rHSzVLJU + yQxhnvoS/Ts6qblnr7EXHnqEgfhi2hLvDzUCf4zuYFpfjJ1bJPFWblOEvdGaGu6MLvGFaBSq794I + oZ6UtieaxMEhtg6xROkgAjcyl3G8Q3gwlq/TagNQ/HY8znw2i+NEdjTa0r+SUeQlcfjDu9adMs92 + b9qvo2ANanp3/49PCH5V3AgB7TypxSQHuRssCFFtCn9B+btOsiT5LnwCUEsHCN8Dq67+AAAAjwEA + AFBLAwQUAAgACABRvHlOAAAAAAAAAAAAAAAARwAAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0w + My0yNVQyMy0zNC0zNF8yODdhMThfMDAzX0dFVF9kdW1wX3BlbmRpbmcueG1snVJBbtswELz3FQTP + IWvKkmUFUQHVVhIBSmxYMtz2xpAbh6hEqiQFJ3l9qRY1cmgOLbCn3dmZ2cFeOQ8D8sp3kONKC9Mr + fUQ7+DGC8xhJ7kM/mrGMzOYkStpofjmPQ9E4yzBS2nmuxQRZppwtMRptl+OPcuwHjHrwT0bm+KZs + MfIvQ4DZP8SDCoMkvmAXC4xWRmsQXhmdY9EZBxi1lmv3CJaUwZMMnnJ8ggc+DKRTenwmnTmC4Kfv + x8hTJ3rKX0cLAeGUB0c1BIlCCBj8GwIlQYdLX8JoDM6seuW/NT9zRynF6NY4/+86X8iqU4GZVNsc + szmjbJZSlsaUTRGdp1tjAzkLWbKpeygODdlrmNyBJPtdfc5tVVflffs3usvzerHbkXpzQ6p1jiGN + lpAlgkj5KEksI074g0iI5HEULRLIZrGYdpqqLcm63Nabr3e/BNbvH4vRoWgC+LrY1y253TTtfXFX + /k8418aeuJ1u3FrjTY6fvB8cRp8+IHT19vu+qaHxFngf3sGHxOhGh9b7P5jQRRoC/glQSwcI7wb1 + 3ZQBAADCAgAAUEsDBBQACAAIAE28eU4AAAAAAAAAAAAAAABJAAAATG9nRmlsZXMva3VkdS90cmFj + ZS81NWYyMTZhZjhlZGMtZWY1M2QyYTktMjFlMy00MmY5LTlkMjgtZGMyOWRlMTdiN2Y3LnR4dDXN + Sw6CMBSF4bmruAsoAgVC7AzFaAMisY3TBqEGEh4VbgfuXqJx/OU/h3r+zvECh0aSBiwIGY0BBFYz + WgM3/bJ6QQJ27hm4qX5WtsdtvbQ49AQGje3UMDgdJQF8G81g/hemWyEKiU9iAuJwUSLjpRIiV/ck + 52ki+bVg4P1szwtVJvK8fkwG3cw21n1044r1IL+7xTTqzQdQSwcIamL9mZcAAACsAAAAUEsDBBQA + AAAAAEu8eU4AAAAAAAAAAAAAAAAXAAAATG9nRmlsZXMvd2Vic3NoL3BtMi5lcnJQSwMEFAAAAAAA + S7x5TgAAAAAAAAAAAAAAABcAAABMb2dGaWxlcy93ZWJzc2gvcG0yLmxvZ1BLAwQUAAgACAA5vHlO + AAAAAAAAAAAAAAAALQAAAExvZ0ZpbGVzLzIwMTlfMDNfMjVfUkQwMDAzRkZBNzk1QjZfZG9ja2Vy + LmxvZ62W3W7iOBTH73kKv0BoYsfOh8RITGFmkGYBFTp7iU7sE4gaEjZOtss+/RraoZiYmZu9aKty + /v6dTx9D/SDxfOZRTihLmZ8G4TAMEjKbf1kQ4pGZ1l1RbYmq5Qs25NCVZUqKPWyxgj2S0QHaEh+a + Ljt6OyzLekB7QD70E/r/AgUVvwKS30FYGoohj/kFcn24wbZrKlRktZ4sntefPpFnfXaAOXRlS1rY + pqSEFnU7ePuTkqU5eNLkTb3veweGKuESMPPplVYbyhGbQciZChjkQibCYRY8yzjPAGWSOcxKZrGi + fsikdME5zZmKMxpCGDnMlEGkfJ9T9H2HOeIgIi5QgDNyLgJBgQY8B1fkSUjDRAbCBOc6TQG4jBAl + 4+DynfugspzGLAgcZruoP7Ap8uNJ8LhD+aK7/Y1gUr9WZQ2KyHp/KLHFm9wcAFvQB/Tb+mGzK+OA + 24I+3K6dA2AL+gC7ug6ALXDUx6q/qz6WoA+wB9cBsAWOFKzhdKVgCfoA+2Y5ALagD7AvlwNgC/oA + +/q55sAS/C4Fe8j6m+Fe5DfD2dsJ92pu2/rb4N7A27b+Hrg3pjf+ehvgwzYptufNq3dAuUgjH/wA + fcVj5IlJIVTGn7mgECpAJVVmXHCWxRRD5GHmR5EKfRZAwmjiUxENVi20nf7ogNn/Fb6aN+H8NpG8 + bnp7PX1/BJyvi7h6XQy7aU9dl3XVQlEZ6omni1P+zrPi9mVquop4ingHwlkUBmnsE887v5ivmMHh + 4Jnl2P3jlfUWJby+bGm7MQokf04/r2br6WoznY8/f59uxsvlZjV9+jF7nG5W68XT+Ot0lEOp8Uq8 + Of+aj/+Yju7Br9Xj5/W3d/xk9OUna7l4Wo/i6xg2TwsTwGy+Wo/nxvtsMrKs1wYaRxDEEULOhZJx + gDyPmGR5TGMOmcjyLMrChCkVCc5VGMUxExjESSD9GLI467WKkHtdii6V/l5vt6cmFZpUdUvM95Gs + NFNw6lS7Mx9emjccLEsEk2ZnfnZte9DpwwO8wHCvH94qpQrYVrVuC6lJW7+jSPnuwHyiEa+GwRg0 + 2WGDw36Q3B+ai3MJ8vFy6Bd9/zlcdzWkqIq2gLL41ySoOylR69xcryOBSp0K0CCo41ugzd9o/v2r + M5Ouh4P/AFBLBwh/9H45WgMAADAKAABQSwMEFAAIAAgAOrx5TgAAAAAAAAAAAAAAABwAAABMb2dG + aWxlcy9fX2xhc3RDaGVja1RpbWUudHh0M9Y3MtU3MjC0VDA0tDI2tjI1VgjwBQBQSwcI+XkkSRcA + AAAVAAAAUEsBAhQAFAAAAAAAUbx5TgAAAAAAAAAAAAAAABIAAAAAAAAAAAAAAAAAAAAAAGRlcGxv + eW1lbnRzL3Rvb2xzL1BLAQIUABQACAAIAE28eU7s2DGR8QAAAFIBAABUAAAAAAAAAAAAAAAAADAA + AABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzQtMjdfMjg3YTE4XzAwMV9TdGFy + dHVwX0dFVF9EZWZhdWx0LmNzaHRtbF8wcy54bWxQSwECFAAUAAgACABQvHlO3wOrrv4AAACPAQAA + UAAAAAAAAAAAAAAAAACjAQAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE5LTAzLTI1VDIzLTM0LTI3 + XzI4N2ExOF8wMDJfR0VUX0RlZmF1bHQuY3NodG1sXzIwMF82cy54bWxQSwECFAAUAAgACABRvHlO + 7wb13ZQBAADCAgAARwAAAAAAAAAAAAAAAAAfAwAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE5LTAz + LTI1VDIzLTM0LTM0XzI4N2ExOF8wMDNfR0VUX2R1bXBfcGVuZGluZy54bWxQSwECFAAUAAgACABN + vHlOamL9mZcAAACsAAAASQAAAAAAAAAAAAAAAAAoBQAATG9nRmlsZXMva3VkdS90cmFjZS81NWYy + MTZhZjhlZGMtZWY1M2QyYTktMjFlMy00MmY5LTlkMjgtZGMyOWRlMTdiN2Y3LnR4dFBLAQIUABQA + AAAAAEu8eU4AAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAADYGAABMb2dGaWxlcy93ZWJzc2gvcG0y + LmVyclBLAQIUABQAAAAAAEu8eU4AAAAAAAAAAAAAAAAXAAAAAAAAAAAAAAAAAGsGAABMb2dGaWxl + cy93ZWJzc2gvcG0yLmxvZ1BLAQIUABQACAAIADm8eU5/9H45WgMAADAKAAAtAAAAAAAAAAAAAAAA + AKAGAABMb2dGaWxlcy8yMDE5XzAzXzI1X1JEMDAwM0ZGQTc5NUI2X2RvY2tlci5sb2dQSwECFAAU + AAgACAA6vHlO+XkkSRcAAAAVAAAAHAAAAAAAAAAAAAAAAABVCgAATG9nRmlsZXMvX19sYXN0Q2hl + Y2tUaW1lLnR4dFBLBQYAAAAACQAJAFsDAAC2CgAAAAA= headers: - cache-control: [no-cache] - content-disposition: [attachment; filename=dump-08-24-06-49-35.zip] - content-type: [application/zip] - date: ['Fri, 24 Aug 2018 06:49:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Apache/2.4.10 (Debian)] - set-cookie: [ARRAffinity=22e0db5c7d26663eee46d670080f1032d50190da9e4c444a235293689b8990a9;Path=/;HttpOnly;Domain=webapp-linux-loglgew5uam.scm.azurewebsites.net] - transfer-encoding: [chunked] - x-aspnet-version: [4.0.30319] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-disposition: + - attachment; filename=dump-03-25-23-34-35.zip + content-type: + - application/zip + date: + - Mon, 25 Mar 2019 23:34:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Apache/2.4.10 (Debian) + set-cookie: + - ARRAffinity=287a187eaf56dc81e5f73c3f8285ab6bfb7b493dd7655d478836e1891c08ab8b;Path=/;HttpOnly;Domain=webapp-linux-logecawkg2t.scm.azurewebsites.net + transfer-encoding: + - chunked + x-aspnet-version: + - 4.0.30319 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:49:36 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc1UUdWSE9HRU1BTzNCU0tURkNIMlY0TldGUE9ZUkQyUUdIS3xEMTc4MzA3MDJCOEJFOUVELVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:34:36 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkczTUozQVVKVjU3Q1I2UUpNWFhLS05QRUVYMkZMS0hEV1ZPSXxEQzI2QjA1OTBGNUUxQUI0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_win_web_log.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_win_web_log.yaml index f7861c38a1d..17087371a7f 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_win_web_log.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_download_win_web_log.yaml @@ -1,469 +1,828 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-26T18:44:58Z"}}' + "date": "2019-03-25T23:30:00Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-26T18:44:58Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:00Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 26 Sep 2018 18:45:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-26T18:44:58Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:00Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 26 Sep 2018 18:45:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": - false, "hyperV": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": - 1}}' + false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['153'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","name":"win-log000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3893,"name":"win-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_3893","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","name":"win-log000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":21250,"name":"win-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-079_21250","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:45:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","name":"win-log000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3893,"name":"win-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_3893","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","name":"win-log000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":21250,"name":"win-log000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-079_21250","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:45:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected=Windows&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":null,"name":"aspnet","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"aspnet","display":"Net - Framework Version","dependency":null,"majorVersions":[{"displayVersion":"v4.7","runtimeVersion":"v4.0","isDefault":true,"minorVersions":[]},{"displayVersion":"v3.5","runtimeVersion":"v2.0","isDefault":false,"minorVersions":[]}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"node","display":"node.js - Version","dependency":null,"majorVersions":[{"displayVersion":"0.6","runtimeVersion":"0.6","isDefault":false,"minorVersions":[{"displayVersion":"0.6.20","runtimeVersion":"0.6.20","isDefault":true}]},{"displayVersion":"0.8","runtimeVersion":"0.8","isDefault":false,"minorVersions":[{"displayVersion":"0.8.2","runtimeVersion":"0.8.2","isDefault":false},{"displayVersion":"0.8.19","runtimeVersion":"0.8.19","isDefault":false},{"displayVersion":"0.8.26","runtimeVersion":"0.8.26","isDefault":false},{"displayVersion":"0.8.27","runtimeVersion":"0.8.27","isDefault":false},{"displayVersion":"0.8.28","runtimeVersion":"0.8.28","isDefault":true}]},{"displayVersion":"0.10","runtimeVersion":"0.10","isDefault":false,"minorVersions":[{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":false},{"displayVersion":"0.10.18","runtimeVersion":"0.10.18","isDefault":false},{"displayVersion":"0.10.21","runtimeVersion":"0.10.21","isDefault":false},{"displayVersion":"0.10.24","runtimeVersion":"0.10.24","isDefault":false},{"displayVersion":"0.10.28","runtimeVersion":"0.10.28","isDefault":false},{"displayVersion":"0.10.29","runtimeVersion":"0.10.29","isDefault":false},{"displayVersion":"0.10.31","runtimeVersion":"0.10.31","isDefault":false},{"displayVersion":"0.10.32","runtimeVersion":"0.10.32","isDefault":false},{"displayVersion":"0.10.40","runtimeVersion":"0.10.40","isDefault":false},{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":true}]},{"displayVersion":"0.12","runtimeVersion":"0.12","isDefault":false,"minorVersions":[{"displayVersion":"0.12.0","runtimeVersion":"0.12.0","isDefault":false},{"displayVersion":"0.12.2","runtimeVersion":"0.12.2","isDefault":false},{"displayVersion":"0.12.3","runtimeVersion":"0.12.3","isDefault":false},{"displayVersion":"0.12.6","runtimeVersion":"0.12.6","isDefault":true}]},{"displayVersion":"4.8","runtimeVersion":"4.8","isDefault":false,"minorVersions":[]},{"displayVersion":"6.12","runtimeVersion":"6.12","isDefault":false,"minorVersions":[]},{"displayVersion":"7.10","runtimeVersion":"7.10","isDefault":false,"minorVersions":[{"displayVersion":"7.10.1","runtimeVersion":"7.10.1","isDefault":true}]},{"displayVersion":"8.4","runtimeVersion":"8.4","isDefault":false,"minorVersions":[]},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[]},{"displayVersion":"8.9","runtimeVersion":"8.9","isDefault":false,"minorVersions":[]},{"displayVersion":"8.10","runtimeVersion":"8.10","isDefault":false,"minorVersions":[]},{"displayVersion":"8.11","runtimeVersion":"8.11","isDefault":true,"minorVersions":[]},{"displayVersion":"10.0","runtimeVersion":"10.0","isDefault":false,"minorVersions":[{"displayVersion":"10.0.0","runtimeVersion":"10.0.0","isDefault":true}]},{"displayVersion":"10.6","runtimeVersion":"10.6","isDefault":false,"minorVersions":[{"displayVersion":"10.6.0","runtimeVersion":"10.6.0","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"php","display":"PHP - Version","dependency":null,"majorVersions":[{"displayVersion":"5.6","runtimeVersion":"5.6","isDefault":true,"minorVersions":[]},{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[]},{"displayVersion":"7.1","runtimeVersion":"7.1","isDefault":false,"minorVersions":[]},{"displayVersion":"7.2","runtimeVersion":"7.2","isDefault":false,"minorVersions":[]}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"python","display":"Python - Version","dependency":null,"majorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7.3","isDefault":true}]},{"displayVersion":"3.4","runtimeVersion":"3.4","isDefault":false,"minorVersions":[{"displayVersion":"3.4","runtimeVersion":"3.4.0","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"java","display":"Java - Version","dependency":null,"majorVersions":[{"displayVersion":"1.7","runtimeVersion":"1.7","isDefault":false,"minorVersions":[{"displayVersion":"1.7.0_51","runtimeVersion":"1.7.0_51","isDefault":false},{"displayVersion":"1.7.0_71","runtimeVersion":"1.7.0_71","isDefault":false},{"displayVersion":"1.7.0_80","runtimeVersion":"1.7.0_80","isDefault":true}]},{"displayVersion":"1.8","runtimeVersion":"1.8","isDefault":true,"minorVersions":[{"displayVersion":"1.8.0_25","runtimeVersion":"1.8.0_25","isDefault":false},{"displayVersion":"1.8.0_60","runtimeVersion":"1.8.0_60","isDefault":false},{"displayVersion":"1.8.0_73","runtimeVersion":"1.8.0_73","isDefault":false},{"displayVersion":"1.8.0_111","runtimeVersion":"1.8.0_111","isDefault":false},{"displayVersion":"1.8.0_172","runtimeVersion":"1.8.0_172","isDefault":false},{"displayVersion":"Zulu-1.8.0_92","runtimeVersion":"1.8.0_92","isDefault":false},{"displayVersion":"Zulu-1.8.0_102","runtimeVersion":"1.8.0_102","isDefault":false},{"displayVersion":"Zulu-1.8.0_144","runtimeVersion":"1.8.0_144","isDefault":false},{"displayVersion":"Zulu-1.8.0_172","runtimeVersion":"1.8.0_172_ZULU","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"javaContainers","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"javaContainers","display":"Java - Containers","dependency":"java","majorVersions":[],"frameworks":[{"name":"tomcat","display":"Tomcat","dependency":null,"majorVersions":[{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.50","runtimeVersion":"7.0.50","isDefault":false},{"displayVersion":"7.0.62","runtimeVersion":"7.0.62","isDefault":false},{"displayVersion":"7.0.81","runtimeVersion":"7.0.81","isDefault":true}]},{"displayVersion":"8.0","runtimeVersion":"8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.23","runtimeVersion":"8.0.23","isDefault":false},{"displayVersion":"8.0.46","runtimeVersion":"8.0.46","isDefault":true}]},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[{"displayVersion":"8.5.6","runtimeVersion":"8.5.6","isDefault":false},{"displayVersion":"8.5.20","runtimeVersion":"8.5.20","isDefault":false},{"displayVersion":"8.5.31","runtimeVersion":"8.5.31","isDefault":true}]},{"displayVersion":"9.0","runtimeVersion":"9.0","isDefault":true,"minorVersions":[{"displayVersion":"9.0.0","runtimeVersion":"9.0.0","isDefault":false},{"displayVersion":"9.0.8","runtimeVersion":"9.0.8","isDefault":true}]}],"frameworks":null},{"name":"jetty","display":"Jetty","dependency":null,"majorVersions":[{"displayVersion":"9.1","runtimeVersion":"9.1","isDefault":false,"minorVersions":[{"displayVersion":"9.1.0.v20131115","runtimeVersion":"9.1.0.20131115","isDefault":true}]},{"displayVersion":"9.3","runtimeVersion":"9.3","isDefault":true,"minorVersions":[{"displayVersion":"9.3.13.v20161014","runtimeVersion":"9.3.13.20161014","isDefault":true}]}],"frameworks":null}]}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":null,"name":"aspnet","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"aspnet","display":"Net + Framework Version","dependency":null,"majorVersions":[{"displayVersion":"v4.7","runtimeVersion":"v4.0","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"v3.5","runtimeVersion":"v2.0","isDefault":false,"minorVersions":[],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"node","display":"node.js + Version","dependency":null,"majorVersions":[{"displayVersion":"0.6","runtimeVersion":"0.6","isDefault":false,"minorVersions":[{"displayVersion":"0.6.20","runtimeVersion":"0.6.20","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.8","runtimeVersion":"0.8","isDefault":false,"minorVersions":[{"displayVersion":"0.8.2","runtimeVersion":"0.8.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.19","runtimeVersion":"0.8.19","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.26","runtimeVersion":"0.8.26","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.27","runtimeVersion":"0.8.27","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.28","runtimeVersion":"0.8.28","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.10","runtimeVersion":"0.10","isDefault":false,"minorVersions":[{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.18","runtimeVersion":"0.10.18","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.21","runtimeVersion":"0.10.21","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.24","runtimeVersion":"0.10.24","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.28","runtimeVersion":"0.10.28","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.29","runtimeVersion":"0.10.29","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.31","runtimeVersion":"0.10.31","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.32","runtimeVersion":"0.10.32","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.40","runtimeVersion":"0.10.40","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.12","runtimeVersion":"0.12","isDefault":false,"minorVersions":[{"displayVersion":"0.12.0","runtimeVersion":"0.12.0","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.2","runtimeVersion":"0.12.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.3","runtimeVersion":"0.12.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.6","runtimeVersion":"0.12.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"4.8","runtimeVersion":"4.8","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"6.5","runtimeVersion":"6.5","isDefault":false,"minorVersions":[{"displayVersion":"6.5.0","runtimeVersion":"6.5.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"6.9","runtimeVersion":"6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.1","runtimeVersion":"6.9.1","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"6.9.5","runtimeVersion":"6.9.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"6.12","runtimeVersion":"6.12","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.10","runtimeVersion":"7.10","isDefault":false,"minorVersions":[{"displayVersion":"7.10.1","runtimeVersion":"7.10.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.1","runtimeVersion":"8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.4","runtimeVersion":"8.1.4","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.4","runtimeVersion":"8.4","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.9","runtimeVersion":"8.9","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.10","runtimeVersion":"8.10","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.11","runtimeVersion":"8.11","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"10.0","runtimeVersion":"10.0","isDefault":false,"minorVersions":[{"displayVersion":"10.0.0","runtimeVersion":"10.0.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"10.6","runtimeVersion":"10.6","isDefault":false,"minorVersions":[{"displayVersion":"10.6.0","runtimeVersion":"10.6.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"php","display":"PHP + Version","dependency":null,"majorVersions":[{"displayVersion":"5.6","runtimeVersion":"5.6","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.1","runtimeVersion":"7.1","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.2","runtimeVersion":"7.2","isDefault":false,"minorVersions":[],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"python","display":"Python + Version","dependency":null,"majorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7.3","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"3.6","runtimeVersion":"3.4","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"3.4.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"java","display":"Java + Version","dependency":null,"majorVersions":[{"displayVersion":"1.7","runtimeVersion":"1.7","isDefault":false,"minorVersions":[{"displayVersion":"1.7.0_51 + (Oracle)","runtimeVersion":"1.7.0_51","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_71 + (Oracle)","runtimeVersion":"1.7.0_71","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_80 + (Oracle)","runtimeVersion":"1.7.0_80","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_191 + (Azul)","runtimeVersion":"1.7.0_191_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"1.8","runtimeVersion":"1.8","isDefault":true,"minorVersions":[{"displayVersion":"1.8.0_25 + (Oracle)","runtimeVersion":"1.8.0_25","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_60 + (Oracle)","runtimeVersion":"1.8.0_60","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_73 + (Oracle)","runtimeVersion":"1.8.0_73","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_92 + (Azul)","runtimeVersion":"1.8.0_92","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_102 + (Azul)","runtimeVersion":"1.8.0_102","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_111 + (Oracle)","runtimeVersion":"1.8.0_111","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_144 + (Azul)","runtimeVersion":"1.8.0_144","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_172 + (Oracle)","runtimeVersion":"1.8.0_172","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_172 + (Azul)","runtimeVersion":"1.8.0_172_ZULU","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_181 + (Oracle)","runtimeVersion":"1.8.0_181","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_181 + (Azul)","runtimeVersion":"1.8.0_181_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_202 + (Oracle)","runtimeVersion":"1.8.0_202","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_202 + (Azul)","runtimeVersion":"1.8.0_202_ZULU","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"11","runtimeVersion":"11","isDefault":false,"minorVersions":[{"displayVersion":"11.0.2 + (Azul)","runtimeVersion":"11.0.2_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"javaContainers","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"javaContainers","display":"Java + Containers","dependency":"java","majorVersions":[],"frameworks":[{"name":"tomcat","display":"Tomcat","dependency":null,"majorVersions":[{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.50","runtimeVersion":"7.0.50","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.62","runtimeVersion":"7.0.62","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.81","runtimeVersion":"7.0.81","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.0","runtimeVersion":"8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.23","runtimeVersion":"8.0.23","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.0.46","runtimeVersion":"8.0.46","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[{"displayVersion":"8.5.6","runtimeVersion":"8.5.6","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.20","runtimeVersion":"8.5.20","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.31","runtimeVersion":"8.5.31","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.34","runtimeVersion":"8.5.34","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.37","runtimeVersion":"8.5.37","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"9.0","runtimeVersion":"9.0","isDefault":true,"minorVersions":[{"displayVersion":"9.0.0","runtimeVersion":"9.0.0","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.8","runtimeVersion":"9.0.8","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.12","runtimeVersion":"9.0.12","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.14","runtimeVersion":"9.0.14","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":null},{"name":"jetty","display":"Jetty","dependency":null,"majorVersions":[{"displayVersion":"9.1","runtimeVersion":"9.1","isDefault":false,"minorVersions":[{"displayVersion":"9.1.0","runtimeVersion":"9.1.0.20131115","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"9.3","runtimeVersion":"9.3","isDefault":true,"minorVersions":[{"displayVersion":"9.3.13","runtimeVersion":"9.3.13.20161014","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.3.25","runtimeVersion":"9.3.25.20180904","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":null}]}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7602'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:45:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '12233' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.12"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['519'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '519' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-win-log000002","state":"Running","hostNames":["webapp-win-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-111.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-win-log000002","repositorySiteName":"webapp-win-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-win-log000002.azurewebsites.net","webapp-win-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-win-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-win-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-26T18:45:18.2933333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-win-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103","possibleOutboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103,40.112.173.196,40.112.176.145,40.83.179.99","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-111","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-win-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-win-log000002","state":"Running","hostNames":["webapp-win-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-079.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-win-log000002","repositorySiteName":"webapp-win-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-win-log000002.azurewebsites.net","webapp-win-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-win-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-win-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:30:19.6166667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-win-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21","possibleOutboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21,13.91.96.210,13.91.94.255","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-079","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-win-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3227'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:45:21 GMT'] - etag: ['"1D455C9128C6A8B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3330' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:34 GMT + etag: + - '"1D4E362B693E6B5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-win-log000002","state":"Running","hostNames":["webapp-win-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-111.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-win-log000002","repositorySiteName":"webapp-win-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-win-log000002.azurewebsites.net","webapp-win-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-win-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-win-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-26T18:45:18.8566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-win-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103","possibleOutboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103,40.112.173.196,40.112.176.145,40.83.179.99","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-111","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-win-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-win-log000002","state":"Running","hostNames":["webapp-win-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-079.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-win-log000002","repositorySiteName":"webapp-win-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-win-log000002.azurewebsites.net","webapp-win-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-win-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-win-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:30:21.0033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-win-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21","possibleOutboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21,13.91.96.210,13.91.94.255","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-079","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-win-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3227'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:45:21 GMT'] - etag: ['"1D455C9128C6A8B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3330' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:34 GMT + etag: + - '"1D4E362B693E6B5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"repoUrl": "https://github.com/yugangw-msft/azure-site-test.git", "branch": "master", "isManualIntegration": true, "isMercurial": false}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['153'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '153' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web","name":"webapp-win-log000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web","name":"webapp-win-log000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}' headers: - cache-control: [no-cache] - content-length: ['535'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:45:29 GMT'] - etag: ['"1D455C918EB1275"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:43 GMT + etag: + - '"1D4E362C48E988B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web","name":"webapp-win-log000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2018-09-26T18:45:50.7410836 - https://webapp-win-log000002.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2018-09-26_18-45-38Z"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web","name":"webapp-win-log000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2019-03-25T23:31:09.5936363 + https://webapp-win-log000002.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2019-03-25_23-30-52Z"}}' headers: - cache-control: [no-cache] - content-length: ['707'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:46:00 GMT'] - etag: ['"1D455C918EB1275"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '707' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:14 GMT + etag: + - '"1D4E362C48E988B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web","name":"webapp-win-log000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/sourcecontrols/web","name":"webapp-win-log000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['534'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:46:30 GMT'] - etag: ['"1D455C918EB1275"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '534' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:45 GMT + etag: + - '"1D4E362C48E988B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Wed, 26 Sep 2018 18:46:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:31:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log download] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log download + Connection: + - keep-alive + ParameterSetName: + - -g -n --log-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-win-log000002","state":"Running","hostNames":["webapp-win-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-111.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-win-log000002","repositorySiteName":"webapp-win-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-win-log000002.azurewebsites.net","webapp-win-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-win-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-win-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-26T18:46:31.5133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-win-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103","possibleOutboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103,40.112.173.196,40.112.176.145,40.83.179.99","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-111","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-win-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-win-log000002","state":"Running","hostNames":["webapp-win-log000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-079.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-win-log000002","repositorySiteName":"webapp-win-log000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-win-log000002.azurewebsites.net","webapp-win-log000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-win-log000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-win-log000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/win-log000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:30:44.4566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-win-log000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21","possibleOutboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21,13.91.96.210,13.91.94.255","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-079","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-win-log000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3227'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:47:02 GMT'] - etag: ['"1D455C93DDAF195"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3330' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:16 GMT + etag: + - '"1D4E362C48E988B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log download] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log download + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --log-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Wed, 26 Sep 2018 18:47:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:32:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log download] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log download + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --log-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/config/publishingcredentials/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/publishingcredentials/$webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West - US","properties":{"name":null,"publishingUserName":"$webapp-win-log000002","publishingPassword":"tmiucQeblTXjDBMN7ngSD8fkHiXvJlxSA6yqly1iXjakGsop4EKqKetJfZgY","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-win-log000002:tmiucQeblTXjDBMN7ngSD8fkHiXvJlxSA6yqly1iXjakGsop4EKqKetJfZgY@webapp-win-log000002.scm.azurewebsites.net"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-win-log000002/publishingcredentials/$webapp-win-log000002","name":"webapp-win-log000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West + US","properties":{"name":null,"publishingUserName":"$webapp-win-log000002","publishingPassword":"crDRi1Ltos5j3s99FJlaPXka7BXussx4X4wHeWYgR1rz4oap07cxLapWN2vG","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-win-log000002:crDRi1Ltos5j3s99FJlaPXka7BXussx4X4wHeWYgR1rz4oap07cxLapWN2vG@webapp-win-log000002.scm.azurewebsites.net"}}' headers: - cache-control: [no-cache] - content-length: ['771'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 18:47:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '771' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: {} @@ -472,349 +831,403 @@ interactions: response: body: string: !!binary | - UEsDBBQACAAIAMSVOk0AAAAAAAAAAAAAAAASAAAAZGVwbG95bWVudHMvYWN0aXZlDcGBDQAgCAOw - l5CMyM7RZfx/grZSYz7mIQKyi2V3K5a1mciZG/sBUEsHCFX9O3cnAAAAKAAAAFBLAwQUAAgACADE - lTpNAAAAAAAAAAAAAAAAPAAAAGRlcGxveW1lbnRzL2NjODRmZmZmOTJhOTQwNGNlZTU5NWVlODhj - MDFlYzc5MjQyZmZiMDcvbG9nLmxvZ61YUY7cuBH9ToDcgfBHPAs0FYmiRHHyMwvb2QBJjIW9iwUG - AywoiepWVi0qktqzna8cwp+5SpC77AVyhTxK3RI10yN7jDUG8NRQVe9VsVhVJPODhPqSsvi7ILnm - 0TX3vShgUsbydvN9k6u+rLekO6R7kx8q3XmbJGcySHVMA55rykMe0ZRHnOYBy5kKZab9dOP/7rfs - kuVIJnGQ3G6+bXWjWms6101ljntd96QwLcnMfl/2pMzJyyxLeIF/kr30NpoFIpKhoEopn3IZSpoW - UU6jWAQ80DxMU/UUquAiDBP4842udTt65MB2WVs2vbcppPSTLFM0yIuAcq0FlVIkNBK54HBG5UxY - iN9c8kxIznweIGad9arfabhTVebeStYpVeekN2Q7UtCu3yOBa/JS/fPQatKVvbs8rhJ6JJTWhuam - pw552pIXr6/vdmav76ziHQJr8Itpjy8INQ8WZ8Xurjem6vANjOYa/1ntb1W/e6Di2MM2POE/88JA - JL7vr8d42GEL5/29Iz/olLwH5mDzcUhhMvFZzGDy3aGuH6TKKaKe522iQrEw5TEVMk4ociFBPsYZ - jZUvGEuCLOBDZlzYNmDISHIOjFfjFl0/8P5RwO7Gv3jZPn/xVDS4lwSSBVF8u/kztr2y3M9ezwaf - DKaj/qrVY7qqpvnRFAVMaW/X71eQQ6R6BIf+csgP74915r198x0pWrNHfj2RKC+RmA9X7+/vW2P6 - lytIXPrYotvNa13poUoUZaVhZ2c6K3a9antLtvocI69Mc7RxOtnwtmVfbmvT6jVlmyA+qskD5UZl - P6mtTTJTr6lL4YfxBfXWZLrrvlS90+0H3UJ7BVoGcZiEzIndZ2+wZCh4sbjd/NWYn4aIoWpCG4B/ - mKDJoc51O1YSu40ruSZ5FMdxeC5cw67RQ0NOZWcy+XQiyChBeUSyn8qrzsm9Tr3M1EW5XUMWEY9s - M3h7qggIW1eauiPqgyorlVaamHoopU2lenSHPVEtMsz3Yo/5vx9qwB8hJR5zhUC6EosXklhIySwF - 6HsLKVgusmCxyvhSdFBgiT3QdRhhNVyaCh32WOWOZwHzlpL7KaqXw4F5EwXu+bMa94KlMJngHvMm - JlZYrEy27crkLPdC11ro6gD2zId7gHUFhxv3pj3gXuTqxEvBMZDMDKAxfxbBuemzyOUWgcFEJ3Jx - ImSPsyKWgmMtcVfkjAP1eSV2w4u0nAMSu3Ril0HsMog9h0HsSdf0AlS6puUcEKszZS7oLMkh2877 - gDUnWoM07fgguVYWjiANJytgO1MUrvcC3k+BFa73wt0M4YZCuKEQbiisMKUdcJao/rwd2KYZNgGh - SQtZ4644uZa4SAkKyMTbClMOJO52WGGKghUcHJcd9J0w25XZOiSbPSu19FwT36OpZj1K6XlwOBVH - MpwZj3zfaeL2uaFx2gEz2xmDNUXysih0a+fqk+oabCJjkfDbzQzb7M96BGUCBy14ijXiykLuc3SA - 6cJQlt1A/LiviOrJYvA4jRZ3zjdPmRaYpIQQMUzXIPTD1+/eLr0+Hraq3t5TNByKJniDWuf55K3B - eD02MPSTzSa4OLR/ufF5JkbYdZUjsr82xLs3X7/+2xuC+5f69Y1XZaZrJMkK+fjaRymyY2yCWUP/ - 3LQYiW5Q1VHWhpz88XQhvDutXdzC0UqE3LDXr18+/vuXj//CD8HmqEZTOxwOWxauaMcJiwOMSrN2 - ZicfjQvLtlY9bkyDifiZJuoeR4P2x2ZU589S73TftKY3Vt0UwEferRhAEgcJ7oazC6pt1ZEWGGtA - Y9C/fLzGAEoMuiG2YdbXdYah6dCO4WMr2I91D31ZdXSv2+3o+gpyEOBea69HM3KDKyLtDW31Fjt/ - g0LsiafhLxhocWA1xe0foyU8R89YUWeJvfS7+LpXW6ihyq6ocYFqtqA9uIuL81gVTNvBBrg/00a/ - M7nVBO0VTTxycIaSNQdtzFgEK1yFfKw4hGncZsxaK5i2SMpFoDB/Dymel93wIoBKCALRM618UO3x - kw4/Bi9QLnafhJOBL/miMAzXDYpLSF9mFnbd6Qv60Dx02u4Rev9KvC6oqkLT9GCb5s0wVz5LG/f6 - /JNxegz6j+7GjoZrefhYydS0KOuy2+n8BpMZGt6V1vhT2/UDheCrZ1GHLVXt7EPFcCARdXJ1qJvy - VBn9FWvMj0VoX33mVEdd/PlIVZ634IbbDLnCxe1etTnI2mIxjZxlYz/CtRWcMYA9DyXX6WELAAy/ - 5GrfDVDPNNHpemCEoZ1coTD0rbGZDsrngflsd5LLva2YztVm1/cN1W071hO0xud5YdsHLW0AMH/H - cETnpRp6UjvUimkq3QN5+Lv1FDF8pqsqy3TTW5zQi8hVrbemLxXeCIECZNe/L0D5+L///gc/tq+n - Jj/OpT3AxZxcpcce5xFZOo/Bj8J2ZtCqe2ptwEvnalmilH2gFd4KwRfRl58T5T+dTgjeruF91xWH - qjqOI/CDx8ahx6K/SmHfzc6PjaiZvftIe3pxvOq+so+Ocer7RZgnVIsspGiRCs/RcUF5VPBUsCJK - xfBWfAkKB8b2J/v4Mz19zyS9DcuSIsow0PqpzyjPlaZJwkKax2kQhXkh1fig+X9QSwcIi0nfX6sH - AAC7FwAAUEsDBBQACAAIALWVOk0AAAAAAAAAAAAAAAA9AAAAZGVwbG95bWVudHMvY2M4NGZmZmY5 - MmE5NDA0Y2VlNTk1ZWU4OGMwMWVjNzkyNDJmZmIwNy9tYW5pZmVzdNNLzyzJTM/LL0rl5SpITM5O - TE/VyyrOzwPyivKTU4uLobzi1KKy1CIgh5dLD6iFlwsAUEsHCE08ibUyAAAAOQAAAFBLAwQUAAgA - CADElTpNAAAAAAAAAAAAAAAAPwAAAGRlcGxveW1lbnRzL2NjODRmZmZmOTJhOTQwNGNlZTU5NWVl - ODhjMDFlYzc5MjQyZmZiMDcvc3RhdHVzLnhtbI2SvW7DIBSF90p9Byu7Y/yX4IiQLmm711OXiuBr - F8kYC3CaPFuHPlJfoZTYViplKBP3nvMdLoLvzy+yO8k2OII2QnXbRbxEiwA6rirRNdvFYOsQL3b0 - /o5U0LfqLKGzrgoCIirKOc5qt4qEFRnKOEBe5AAYcxQDXxdJltT1Aa1J5MweYoN9V5qeh4Z1zUco - TW1JNDa94XIKaPok7PNwINHcuOL3kol2CnmQgmtlVG2XXMkp7WLxjARjWAOUVVVghkOlHN25Xd8r - bd3Fosng3b1WjXYEJdG89YKxzA6GvgycO5lEY32llXCyDrsIvvBiy4wdqX1XlUICTVCMQ1SEyaqM - 8SZbbVCxTOMVKpLklUQ3AB+kgYM4ws2IfJOhZYrzNF1nLuKPdRpR21uHezJf5xil2JFu+tHnMfjX - xJPLI+4V+hYs0FIPQKK59KIwbxZkTx9Za5w4lZOmgVWqa89X+tz6faqrT/gDUEsHCEUhiB1nAQAA - vAIAAFBLAwQUAAAAAACzlTpNAAAAAAAAAAAAAAAAEwAAAGRlcGxveW1lbnRzL3BlbmRpbmdQSwME - FAAIAAgArpU6TQAAAAAAAAAAAAAAABgAAABkZXBsb3ltZW50cy9zZXR0aW5ncy54bWx7v3u/jX1F - bo5CWWpRcWZ+nq2SoZ6BkkJqXnJ+SmZeuq1SaUmaroWSvR0vl01xakkJUKwYyFZQsElJLcjJr8xN - zSsB84EiiSkpCtmplbZKSUWJeckZSgpliTmlqbZKuYnFJalFSgr6EI36KDpt9OHGAgBQSwcIDAVm - JHIAAACMAAAAUEsDBBQACAAIALSVOk0AAAAAAAAAAAAAAAAcAAAAZGVwbG95bWVudHMvdG9vbHMv - ZGVwbG95LmNtZMVW32/iRhB+R+J/GJAs3VXBSa6tKpFSHSLLHT0wFDu5nIRkOfYCvphd116H0If+ - 7Z3ZtfkRSO76dDyA8ezMfjv7fTPzPp5D03J7I9+bdnvMH7JbNrSa4LC/oPlLE97zcClBzuf1Wr3W - bkPr5EebPt1c38A1TxO5WXGhwA2zOFXadMuzPJaiDZf2hX3526uRtHGS8Yz/XcR5rHh+vLwEg2Hj - +QaEjLj9NYdY5CpIEh7Va+sl+msDvPtDFAnQV7026IPFptPx1BxTn/IC3tRrAPqcozjPY7HYRuRP - PCxUcJ/wM0gTHuS82qRacgaYwCDJeBBtKhuPYBU8cMgLxBArCAMB9xxwTbhE2zyTKwiLLKMkcfEY - Z1JQwmyCsZBKAs8ymdVrb8tjulwV6S4J9DbnKpFhkKA/oYt4Emzw+ykNBCWalrjMg+7UG/S7Pc/t - WP9G6YVl27MgU/E8CBVmVefDGXtwzfoDh13j72Q4/jJijue745tpj5nUUKQjUxWxhImZfSGS151+ - wAA6yc8iGVPH2sK0Zuv1OpMSWaMP/yyqw+48f9R1Bn3mev6k633chT22HcRdBSKe8xwDU5afxZ1M - 2e1gfOOeig1AoE+veGEHAAR/Cj8pxHe/OD2/N7o20FFSA0NbeCiiAvKNCLd0LC3EyE9kdEsjXnwC - Il1VhNOu5AmtBSo0jxOkU3nOxo7vjZLv+xyjVYhhSGRKNvC1yBVkhRC0Z5MQ0Z5NWMsiiZDnucTH - 7IG8KC0HB+pYQZpGgQqsGWKbVc52uEJBYjr0trv6QDeBO9+oOInVBvqFCBVS94TaqeTo1S5PeKgc - lHtZUEoOV/w1cNiQ9TzfGV8z/5ZN3cHYOUi3t+Qwl0ki13TGACUaScFBCjy+FPA5FpFc59D9h9T7 - md/rErSvUzq8vgHrtf0sLKtHosHCevDWCODoLRtNrOb33x+ymd0NXO9ZbIoy832qjmW6bLVKm4Z3 - 5v7OU1Qt5ondsc7vh8he8CZUWj/f4JXWAEB5iNfgpavX0E1G/p+ulvpLAA/9/xe+Et1+4arSsZ+l - 6l2HUkk+Wtsmgw4CRDF3mo1qVQPvuEGvS9wNvMm3wIbuXjWtvFAnFI+kVLmXm+gttGLabNw3Wmn/ - 4I/W676AD+YBjXHfqjvqx0BEyX5LjbYDAvY7HfHS1tXNFDfk8vkAiTxw/MmQBpKdhqqp5LKksNZg - m+kWzXurCL0O6hGubz3CrxfQohFnF6fsbWRWh4atHFsCDccdhVxStJzuBmSNoWkvYnVlLxdX9u6o - V+aRSuF36lrfP+b3nQ2m6plh5tEMUvWaOfzJgoheP9vbrkJtIg3Ch2BBg9QLpUK3aGtWrsNZSooy - yWmRLymze+mrskTMPboDzXwURGPbm1qtNJNRoYt7Kbhv1o5UpqZnEEF+9KfsXFwgJE3YknIQyhWO - FRFkslAxthC1DBSsY+zNZmgu8N+Si2qc26PqboDTT0AlxO9YP5X3aun/Vr2mh/NdA0eG6bn8oml2 - 6AfY6SPgT7HqYWnq7M+2ZxW8zjYarYPz+4MRWB+pnDfxhHqorNc0/m6JHJZBDjLUE2sEUZGRnNf8 - Hqgzwo7kqGdDB9oHZ1ZGU+yQP3IcvHeGPk6/Va83s7mBcOxTwb3cLtj3rdfeGI3oe3kGvR+LOKdZ - Oy/CkOf5vMDhBvH9B1BLBwh6ITNJ6QQAAO4MAABQSwMEFAAIAAgAtZU6TQAAAAAAAAAAAAAAACQA - AABkZXBsb3ltZW50cy90b29scy9kZXBsb3ltZW50Q2FjaGVLZXkzt9AzNLA0MtAzNjWz0DPg5dKt - VNDVzcvXTckv0U1JLcjJr8xNzStR0C1SUHKxisnIz02NKc4sSY0pSi3IBzLyiyqVFHTz0SQRGotj - SvLzc4qBaoCGpqQCKZDugMSSDDQtSObxcgEAUEsHCHILNqJnAAAAlgAAAFBLAwQUAAAAAADilTpN - AAAAAAAAAAAAAAAAGQAAAExvZ0ZpbGVzL2t1ZHUvZGVwbG95bWVudC9QSwMEFAAIAAgArpU6TQAA - AAAAAAAAAAAAAFMAAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTgtMDktMjZUMTgtNDUtMjdfOTEy - NjJjXzAwMV9TdGFydHVwX1BPU1RfYXBpLXNldHRpbmdzXzBzLnhtbHWOQWuDQBCF74X+h+mcs3Hd - WKOigZBepDYJXSm9yaJLu6CrdcdD/303hUAJ9Djzfbz3ckd6AjLU6wIlqZmWCV7116IdIXSK/Fvw - MGE8ZSKuwySLHjOxXadpgmCsI2Vbr6ShiEWLsMx9gYGaTOA0kbEfDmHQ9Dl2BZ5Pskag78n787Vh - Mp5stlG0EqsYQbZD/SscR6v9eXhp5HN5bqSsmrd9VT7t6/J0LJAj7O7vAPK/8w+9VtbPfx96qMZL - 9X/7kzUPNwjBLn9gDLplVmRGmwEfHDDmk/PgEnyLw/jKfwBQSwcItL9HYd8AAAA3AQAAUEsDBBQA - CAAIAK6VOk0AAAAAAAAAAAAAAABPAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4LTA5LTI2VDE4 - LTQ1LTI4XzkxMjYyY18wMDJfUE9TVF9hcGktc2V0dGluZ3NfMjA0XzFzLnhtbJ1T226bQBB9r9R/ - 2O5zZg0Y29gykahDWlR8kcFx+ohhYxPhXbq72Gm+vgOp1aqVpaqvZ87czpyZasNrYkpTcZ9GIpfH - UuzJmn9ruDaUFJlB3LFsD6wxOMPU9ibuYOJ4zHIHlJRCm0zkSBnbztDJKWlU5dNeVpc9zY3BWpqS - IzcHWfh0tUxSSsz3Gvnq0qEuMdIfue6NczOkZCaF4LkppfDpF85rCKryxDvccGEg5mJvDjjSG7fD - 0q5iVtdVmWdtau9ZS0FJ0GBfVb52mE8/ZpoxRkn4UmMHn9qWBbkUOGSDDT5LjdiZ77AOnEsBldyf - q8LZP592zpnp/Miy10ZxZOjScM0ER302misI9jiZT4M2DFu+S9o44CZGyariqjcaMYt5g7HHhn1K - XuCo4ef+0G6f7XbeE/cK8JzCBjezhuBlzgh4v8ic/m409J48Sh5hG2wT2AiOVyp4AZt1/JfUszgK - FylEq3Y9l7kOs12PDQYTdzR0sUiUQBKuH6JZCOlmsQjj8M6nVls8WK8hXn6CCIF/HSiJ0hDuwlW8 - /Drv2mLuNQUp2QYJku+DTZzCZ7TCIpiH1/nXFH+Ee6nOmWoVWClppE8PxtRos0eYJzBbxndJGqxT - FICS2/fvCJn+bvFlY/aytbjiupZC4+WveXzMHHf8y68XOjreNHqGJ2gfw6XkDUj5C3pgIVsHt66k - JOHqxJVP52WupJZPBqIo6dkWQ73/0wOzLD/wi7N8WqvyhA/anU/XC27ggSvd/Y6LjutbfRsX6N1O - PwCQolHdI0yIddQEALWZ9lpp/gzbjjW4MH4AUEsHCNaX6T9gAgAAHwQAAFBLAwQUAAgACACvlTpN - AAAAAAAAAAAAAAAAVgAAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOC0wOS0yNlQxOC00NS0yOV85 - MTI2MmNfMDAzX0dFVF9hcGktc2V0dGluZ3MtU2NtVHlwZV8yMDBfMHMueG1snZPdbtpAEIXvK/Ud - tnud8R/GGIojucRprBCIsAnppbEHcGS87u4a0jx9x6SoVSWkqrczZ2dmz3wzVhobpktdYcDjOhf7 - st6yBX5vUWnOikxT3LFsH6whOF5q+yO3P3KGhu+6nJW10lmdk2RoO56Tc9bKKuBm1pSmQq2pljKT - fJ/+aJCzPeqdKAL+NUo50xQKuDw3akpK9Aaue+VceZxNRF1jrktRB/wesYGwKg9UImyphCzfsvfU - l0wZhsHZnVA64EdcZ00Dx7KGSmyPVeFsXw5r52iofG9kb61EUqhSozJqpM8tFUoIt1jT27BLwwrX - SZcH6q+lqCqU5mBgWIbfH/qG1+PsFfYKfk0N3czZeu1v0C/Adwob3MzywM+cAWCvyJzeeuD5G5+z - Z1iFqwSWNZLFBRawXEwv+jSZxtEshfgx4LblGq5j2K5v9Psjd+C5VCxOIIkWT/EkgnQ5m0XT6Cbg - VtckXCxgOv8KMQX+dbAkTiO4iR6n828Pp7b09pKTnK3ChMS34XKawt08SWfhQ3RZf8n5Z7gV8pjJ - zolHKbQI+E7rRnF2/fEDY+M/oZy3eis6KCWqRtSKKLhAZc8yCNTfaJ3lxKhu1YR871Amo94DKb7S - 4uf3nCUoDygD/lDmUiix0RDHiWlTuf9e+CTLd3jGKOCNLA90SqcdqWaGGp5QqhPeLuHVs3r28ES9 - JhqhOxdaYNNUZX4i3XxRov7M8l0m6ayCVm+A/mlejz8BsKKVJ9GIWXvFAMjCsdk5+HfaHrhnwU9Q - SwcIJnGkqUUCAAD3AwAAUEsDBBQACAAIALCVOk0AAAAAAAAAAAAAAABCAAAATG9nRmlsZXMva3Vk - dS90cmFjZS8yMDE4LTA5LTI2VDE4LTQ1LTMzXzkxMjYyY18wMDRfU2h1dGRvd25fMHMueG1sVcpL - DsIgFIXhuYl7uDKWyquUkrZrMNENkEIiSUtrucTti0OTM/rPN2QMO2DEJYzkfmxzyBker4J++yQC - 3mHtgnFDWU+FfnJjVWulbHSnCcSU0aW5kp4LLWYCe/QjkZ1SV3GtoOwY13ozZn9rm06xjreSwOIy - HuFdQsY/IhsjuVbKELhNw4VS8OVwGLdkgfM1A6XT+fQFUEsHCI+yAomWAAAAtwAAAFBLAwQUAAgA - CACylTpNAAAAAAAAAAAAAAAAWgAAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOC0wOS0yNlQxOC00 - NS0zN185MTI2MmNfMDAxX1N0YXJ0dXBfR0VUX2FwaS1zZXR0aW5ncy1TY21UeXBlXzBzLnhtbH2P - X0vDMBTF3wW/w/U+L6bNZteVZjDmGMX6B1PEtxLaMANtWptb0G9vBBXxwdfzu+fcc3JPZgSy1BmJ - ivRE8wiP5nU2nhBaTUEWUZyyaMNEUsVptrrKlutLkUQI1nnSrgknm1gkokGYp04i16Pl3hBZd/Jc - NX31PhqE3tDL0Eo8HioECpLE6fvRaAMQqzRaiMUa4csj8fBGZnK6O9rQRu1va3VTPNRKlfXTriyu - d1VxfycxVNmenwHkv8fsO6NdGPPcd1AOJ//vmjRE8G1+wRi086TJDi6DOO49MBaic/6Z/Jcvf/gH - UEsHCI4v7YfmAAAARgEAAFBLAwQUAAgACACzlTpNAAAAAAAAAAAAAAAAVgAAAExvZ0ZpbGVzL2t1 - ZHUvdHJhY2UvMjAxOC0wOS0yNlQxOC00NS0zN185MTI2MmNfMDAyX0dFVF9hcGktc2V0dGluZ3Mt - U2NtVHlwZV8yMDBfMXMueG1snZPdbtpAEIXvK/UdtnudWf9iG4ojucRJrBCIsAnppbEXcGS87u4a - 0jx9x6RIVSWkqrczZ2dmz3wzVpq3RFe65iFNmkLsq2ZLFvxHx5WmpMw1xm3TCsAcgu1lVjByByPH - Z47pUVI1SudNgZKhZXt2QUkn65AaeVsZimuNtZSRFvvsZ8sp2XO9E2VI7+KMEo2hkMpzo7bChO0G - 5pV95VMyEU3DC12JJqQPnLcQ1dUBS0QdlpDVe/6R+pYrxhgl90LpkB75Om9bOFYN1GJ7rEt7+3pY - 20emij3L3zvJUaEqzRVrOH5uqbiEaMsbfBv1aVjxddrnAftrKeqaS8P3mcmCwTBgnkPJG+wV/J4a - +pnz9TrY8KCEwC4tcHPTgyC3feBOmdvO2veCTUDJC6yiVQrLhqPFJS9huZhe9GkyTeJZBslTSC3T - Za7NLDdgg8HI9T0XiyUppPHiOZnEkC1ns3ga34TU7JtEiwVM53eQYOBfB0uTLIab+Gk6//54aotv - LzlJySpKUXwbLacZ3M/TbBY9xpf1l5x/gVshj7nsnXiSQouQ7rRuFSXXnz8RMv4Tynmnt6KHUnLV - ikYhBZeoDJg5QCrPaJ3lyKju1AR971FGoz4CGX/Dxc8fKEm5PHAZ0seqkEKJjYYkSQ3LZKj9z4VP - 8mLHzxiFtJXVAU/ptCPVzriGZy7VCW8X8XJMxxqeqNdII/Tnggts27oqTqQbr0o0X0mxyyWeVdjp - DSAHxvX4CwApO3kSjYg13CsCgB6Ojd7Cv/N+YJ0FvwBQSwcIBfW7O0gCAAD4AwAAUEsDBBQACAAI - ALOVOk0AAAAAAAAAAAAAAABJAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4LTA5LTI2VDE4LTQ1 - LTM4XzkxMjYyY18wMDNfUE9TVF9kZXBsb3lfMjAyXzBzLnhtbJVUTXPTOhTdvxn+g9CCFddfcRIn - 1DCmuNRDmnbihAIbRrFvE/McyUhy0/LruU6aoQOEge3V0f0855wYiw2zla0x5pks1KaSKzbDry0a - y1kpLMUDz4/AG0EwmPvROOyPe5Hj+yPOKmmskAVBRn4wCArOWl3H3C2xqdX9K1Ns5vcNxumdRS1F - /bayz8SmeVGZxNzLIra6Rc42aNeqjPnVZT7nzHYfuD400FT0EoSR9zx4PuDsVEmJha2UjPk7xAaS - urqlHBS3KC1MUK7sumuHs6SlvLr6Jvbw18I4jsNZetdQhpj7ngcFfatk18S5MhTb4lI0DWwrCbVa - besyWH25XQZbhyZxxLdWIyFMZdE4Emk9C4MakhVVjnnSPcM1LvPuHbqOtKpr1O5w6HhO1B9FzqDH - 2R1sDDzMB910YrmMbjAqIQpKH0LhDSASwRCwV4qgtxwOopuIsw9wnVznsJBIRyqxhMVs8q+bPp1k - 6XQO2VU3feiEgeOHkdPvj8PhIKQaWQ55OnufnaYwX0yn6SR9E3Ovq53MZjC5fAsZBf623zybp/Am - vZpcfrzYlaW/xxbM2XWSE/gsWUzmcE5MmCYX6XH8sYN8gDOlt0J3C7rSyqqYr61tDGcvn/zH2Mlj - tp+hLdbnQpZ0oz8yvR88fP8pQW6FtmzP9Q1xgOTA7BrZUhT/r7RqZfmntEFEHHVfnjwFYGWrdywd - M3802hgGsG/X7fr9GdILg0eQxxNdtnalOv1qNI2Shnh9XMDhKPyhtgOc5Gxbc0oE61RPc+8Dc7zr - GF4U2FikqXLUt6hjflEVWhl1YyHLctf3HCLLRBUPitttfuy6x47++yO6oqkeDKRbqnFr8iBjX+33 - TFXJRc7b5c5IbLXB+Ic7fSabCvvQiz6RI4hijQcVxrzR1S3l2XHZNFO08B612flISOrseb3Oz345 - h3fY9MnvTzHyD4DvUEsHCKSNtvPMAgAASQUAAFBLAwQUAAgACADElTpNAAAAAAAAAAAAAAAAUQAA - AExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOC0wOS0yNlQxOC00NS0zOF85MTI2MmNfMDA0X0JhY2tn - cm91bmRfUE9TVF9kZXBsb3lfMzFzLnhtbNVWTY/bNhC9F8h/mOpQJAdpJVmSJWcdoNndNkCR1IA3 - 6EVAQVNjW7BEqiS1WP/7DuVdf8rCIrfoYoMYzpuPN294qw02YEpT4dT5zPhmpWQrikfFODpQMEPH - oR+krp+5YfIYpJMonoxSL8wCB0qhDROcTLIgTELuQKuqqXNTYFPJrQM1mrUsps7s7/mjA5/e/QJw - e4x3p5CZUqzAYN1IxdQWdldrFGYIPYp9B24+3f7qulC0ipxIMYGRX2tw3UucGaqlVLVFWqLha1gw - jcVbsbLoJfaz6O+7LG2oX5lgK1Te7uR9WUw4T6MlfVnIssiPOGKcxYhpyv0A+TgLo3C5XPjjD1ez - jHxvNA73yGfYd7KqkHe142smVqjRUDtsll0xBt2mcU/xsuRQPKDvpFHfG2KCLZ9uF7Us2gr1EEKU - jXsQRsEAwj0atB2yIAcOwKItqwLVEFhsmdj13IZ9Fvjn3X0oNXyTBc5Lgy9HQy6TlFp+Qa8jdnU4 - N5bK5xzMooEk72SztQnO519gg9vBGo6D5A0xHE9Tlxi5H8qs83qtWH+iQDtLpy3QXJXN9Wkkno4j - aveR07MePDwjbzuv+ExNFqyCRkmOejD/NCDym21D4rK3bphZTx3SHEV+PF4XDjC1au0I6qnz23+t - NB/vJ/lMyZViNfxREk/h/XOafMht5x8IXmiSCp3/1RZtPk69wM9CGrQ4SfNFKXJBHPn3heC5Z082 - ZLirgMXbQYC7JZkR0i2kcY/I6irYx7CWNeaaQHOFjaQ/Um1fb8s+s4MfnRspK/1qTUAFEp51NqMC - 9F0+x+hhThD78Sk1L4Zlzp5IFTnja/p5QmVLBXIJZo3HM7krB5DWAJd1zUTxMxTkyiqLQm8U9KlV - cKaHROregQ/i9NLyeCx/hP6hFwUk0j9G/wP1LjiV704OVO4hSpik/nBG803ZwLIVtH+IIEaVK1p+ - YHlQyVXJWdOA3goOC+Ss1XgwJRUW0gAKtqiw8K4IVTLxMy9Msp7Y3iTBYZqcrpr+xoVplp34O9l4 - dxWybhm19Dqi1wksrZgMRTxKSLCGl8YJwj+4+CLlRr8+Hmbtoir1+uGJ1Ox3W78JzKQ29/tXxiD4 - OO0BT8LDxPcXYeRnB6MrJkGQ7JXjf1BLBwg+PDqjVAMAAC8KAABQSwMEFAAIAAgAs5U6TQAAAAAA - AAAAAAAAAFgAAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTgtMDktMjZUMTgtNDUtMzhfOTEyNjJj - XzAwNV9HRVRfYXBpLWRlcGxveW1lbnRzLWxhdGVzdF8yMDJfMXMueG1srVRNb9s4EL0X2P/A8rCn - jr4ty27UheqoibCOE1hy093LgpImDgt9LUnFbX99KSXeZNEqKIrqSI7mPc68906kwo4orioMadIU - bc2bPdnivz1KRUnJlD53LDsAawGOn9nB0pst3cCYeTYlvJGKNYUuWdiO7xSU9KIKqck6bpbYVe3n - GhslzUq3keqP+yMU4RlX533+O6u714rXGD4C/KORvBm4wd+U1Khu2zKkZ3FGifrcaRhxJNZxfeF4 - gfXKeTWnZNU2DRaKt01I/0TsIKr4HVIS9bqF4F/Y/dVbJg3DoOS8lSqkB8xZ18GBN1C1+0NVOvuP - d7lzMGRRG+xLL1BXSK6pGw3qYewkCoj2+kUhjYZruMY8He5B4yvRVhUKcz43LCOYLQLDdyn5BLWE - B9YwcGZ5HtxgUELglDZ4zPIhYM4c0C2Z4+ZzP7gJKPkA19F1CrsG9UpKLGG3Xf+yua7WSbzJILkK - qW15hucYtqcXOlt6c9/T4EkKabx9n6xiyHabTbyOT0NqDaSi7RbWl2eQ6IMffUiaZDGcxlfry78u - Rlj979TkKbmOUl38LtqtMzi/TLNNdBFP109t6gO8a8WBiWFyV6JVbUhvleokJW9+e0HIyVPRn/6n - 0xTFHS/QOEO1RdlXz+rftxcP3X6k33o0wCPUc87y3cfOk70vWMP2KB656rdNm3Vsab45eQlAyl6M - blgSf7aoJQEYZ0L0NzEXorDuwHJZmefWjHBJrrApdU5MQy4MZ6GV9A2k9RTwxBz28CyriZL5E+L/ - I33Zq307JJhA2bWN1BEwNZWF4c70oI+5cizXgaZ6udKmG3LPoeT+IMNPg+uLAjuFJSWDVnSQ0Qte - iFa2NwqSJDVty9A++UnPr1hxi8ckCWkn+J1WzWg72W1QwXsUckw4TyeMa7mDAtdt8ZBto8CXpjnl - re975RdF9ZB/OhchG1Nap2rF73mZH2XbvCbFLRMSVdirG3hWF99feGAHR+F8BVBLBwi6PQF76QIA - ALEGAABQSwMEFAAIAAgAuZU6TQAAAAAAAAAAAAAAAFgAAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIw - MTgtMDktMjZUMTgtNDUtNTBfOTEyNjJjXzAwNl9HRVRfYXBpLWRlcGxveW1lbnRzLWxhdGVzdF8y - MDJfMHMueG1srVXJcttGEL2nKv/QnkNOGuwrLThFU7TECkmxuFhKLqkh0KTgAjDwzIC0/fUZkJKp - jSyXYxynH7pfb6/PpcIaVK4KTMigSnmZV2uY4ucGpSKQMaXfHcuOqBVTJ5jbUcfzO75luK5HIK+k - YlWqIbHtBE5KoBFFQkxW52aGdcG/llgpaRbajVR/7p9QJJe5umqWf7CyfqvyEpNDgH91JM+nbvQP - gRLVHc8SctmfE1Bfax1GPBCrc21wvMg6c85sh0CPVxWmKudVQv5CrGm3yDdIoNtoHyL/xvam90wa - hkHgikuVkC0uWV3TbV7Rgq+3ReasP22WztaQaWmwb41AjZC55m5UqKuxkChod61TSki3NdMbXM5a - O9XxleBFgcIMQ8MyIj+OjMAl8IWWkt7Tpi1ptlxGK4wyGjmZTT1mBTRiTkjRzZjjLsMgWkUEbulN - 92ZGFxXqnmSY0cV0+MsK2xsO+uM5HUwSYlue4TmG7UWG73e8MPB08MGMzvrTj4Nen84X43F/2L9I - iNWS6k6ndHh9SQf64UcTmQ3mfXrRnwyv/x7twup/j1WewE13psEfuovhnF5dz+bj7qh/HH+sU7f0 - AxdbJtrKTQRXPCF3StWSwLvffwM4fzz1vQJZ1dRwWxYw5GuNOT71nh8TMN+dv6EUskbspqoDXlhK - oPSl64vvOzBDsclTNC5RTVE2xcnd8h3/nugzqq/6G+6W62A6xf+x56O+R6xiaxQHridL8tTlM6eT - RqwR9nvfSgHoZSlPugtaXdlVEu6/J82aYsk3CNpLTS2XZWcwwSrTmnUGAlPUO58BUxCbTmC2qgJB - q1duBJPRqboEoR77F321Dm3dczk328F50X7vKe51lO27z2CPh/DQPkjTyFvpL3ZY7FleiujHPmIU - pZaNaRg7nrNaLa0Qcgnvm7xos/+fuR1hHMQHxj8CeZzQdaPWvL0lAmXNK6m1+PhahbZ7UPgHuD4t - qpE9rX7tBdIav3+Y45dWftMUa4UZgXaz9EkhozwVXPKVooPBzLQtQwvWT4pvj6V3+CDpCalFvtE7 - ttM/WY9R0Y8o5O7UeFrqXcu1tSoMeXp/ZHZK0zHNYyL3umj9oqPZHiK9aHS+u5f6vBX5npf5SfLq - LaR3TEhUSaNW9OTMv95wN/w+E/8BUEsHCGsr+UljAwAAOwgAAFBLAwQUAAgACADAlTpNAAAAAAAA - AAAAAAAAVQAAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOC0wOS0yNlQxOC00Ni0wMF85MTI2MmNf - MDA3X0dFVF9hcGktc2V0dGluZ3MtYnJhbmNoXzIwMF8wcy54bWydU9tu2kAQfa/Uf9juc8Z3wFAc - ySVOYsWBCJuQPvqygCPjdXfXkObrO3aKWrWlqvo6c+Z25pypVKwhqlQV82hY53xf1luyZF9aJhUl - RaowbhmmC8YYrGFiuhNnODEMbTCwKSlrqdI6R8jYtIZWTkkrKo/qaVPqkimFvaSeCYTsKNkzteOF - R2+ChBL1tcEqcZrTlJiwHNe4sC5Mi5IZr2uWq5LXHr1jrAG/Kg+MEr/FHqJ8Td9Sn1KpaRolt1wq - jx5ZljYNHMsaKr49VoW1fT5k1lGT+V5LX1vBECFLxaRWMzxuJZkAf8tqrPW7NKxZFnd5wPlK8Kpi - Qh+NNENzB2NXG+LFL7CX8H1t6JbObCsbbUYbyF3bBmfs2JC5YwapPcicTWFv7AzveYK1v45hVTOk - uGAFrJbROZ5mURjMEwgfPGoajuZYmum4yPfEHXTUhDHEwfIxnAWQrObzIAquPGp0I/zlEqLFDYQY - +Ne14jAJ4Cp4iBaf7/upWHuOR0rWfozga38VJXC7iJO5fx+cx5/j/QmuuTimouPhQXDFPbpTqpGU - XL5/R8j0Z0nOKpbWbUOe9hWJ+BYx5yU5NAeU6JfTDwCkaEWvkQkxR3tJAH5vvWjVlndqF0w2vJYo - r7/0tp0foj3BUfyqlTN8aOcR/MFbIGEvqKjFHSUxEwcmPHpf5oJLvlEQhrFuGhpi/1NJszTfsZM+ - PdqI8oAe7d8vmzlT8MiE7H3joG5twzbHvZ0UyhyS3nVokqrMe3r0Z8nrjyTfpQL96rVqA+4fODRO - FE717jm/Uuyap/w3UEsHCF1+u0BZAgAATwQAAFBLAwQUAAgACADAlTpNAAAAAAAAAAAAAAAAWAAA - AExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOC0wOS0yNlQxOC00Ni0wMF85MTI2MmNfMDA4X0dFVF9h - cGktZGVwbG95bWVudHMtbGF0ZXN0XzIwMl8wcy54bWytlE1v20YQhu8F+h+2e+gpwy9R4lIxUzAy - YxOVZUOk4rSXYrUcyRtQJLu7tJL8+i5luzbQSDCK8Dg7nHnn6znTBjtipKkxoXkj2p1stmSJf/eo - DSUVN9YeeD4DL4ZgUvpsGk6mnudE0YQS2WjDG2FdYj+YBIKSXtUJdXkn3Qq7uv26w8Zot7ZhtPnt - wYQquZDmsl//ynfdWyN3mDwn+MtmCscwYn9SskNz11YJvchKSszXzqZRT8I6aR+CkHlvgjd+QMms - bRoURrZNQn9H7CCt5T1SkvY2hpLf+MPTe64dx6HkstUmoXtc866DvWygbrf7ugq2n+/Xwd7RYufw - b71C66Gl1e40aLux0qgg3dqSEpoOz3CL62J4B5vfqLauUblR5HgOG8fMmYwo+QI7DY+yYRDN12u2 - QVYBCyofQu5NgPEgAhxVPBitownbMEo+wW16W8CqQTuTCitYLec/rLGzeZ4tSshvEup7oRMGjh8y - ZzyehtEktMnzAops+TGfZVCuFotsnp0n1BtEpcslzK8vILeG1xZS5GUG59nN/PqPq0Na+++xzlNy - mxbW+UO6mpdweV2Ui/QqO+5/bFKf4EOr9lwNnbtRrWkTemdMpyl59/NPhJy93Przfxe1QHUvBToX - aJao+/r0AcR27Q7RXhNvfriA51QnT+tF5KOxr3jDt6ietdraTlzrENJ9d/YLAKl6dbiGKYnYThOA - xyKOpiJCsHBjvzjgceiFAnEcjxEZE56PIoqDMNhs1l5EpCbve1lXliGn1LDILtN/1HgvxZy5w4hO - CX6Fx8spX/dm2w5sU6i7ttGWDcfbxdj4mThP7hZ1ptcze40DEW0/HwwlfhlwIAR2BitKhiWyiKNX - UqhWtxsDeV64vufYmv8nDGZc3OETYhLaKXlv1+lwj7pboIGPqPQBfaFFz8gb+TEl81Y8Qu+w+VPX - PXZ03z+iHwTxAYwWmFAe+G1xW8sHXe5n3TZvibjjSqNJerMBi57jW/H9efte/LQ2/wBQSwcI01XO - vvcCAADLBgAAUEsDBBQACAAIAM+VOk0AAAAAAAAAAAAAAABVAAAATG9nRmlsZXMva3VkdS90cmFj - ZS8yMDE4LTA5LTI2VDE4LTQ2LTMxXzkxMjYyY18wMTBfR0VUX2FwaS1zZXR0aW5ncy1icmFuY2hf - MjAwXzBzLnhtbJ2TX2+bMBTF3yftO3h+7jV/QgjJQiWW0hWVJlUgTfdIwE2oCGa2Sbp++l3oIk2q - sk179T2+1z73d6ZK84boUlfcp1Gdi31Zb8mSf2+50pQUmcZz27Q8MMdgu6nlTRx3MrCYZXqUlLXS - WZ2jZGzZrp1T0srKp0bWlIbiWmMvZWwkSnaU7LneicKnX8OUEv2jwVvyNKcpsWA7nnlhX4womYm6 - 5rkuRe3TW84bCKrywCkJWmwhy9fsrfQlU4wxSm6E0j498k3WNHAsa6jE9lgV9vb5sLGPTOV7lr22 - kqNClZorVnP820pxCcGW13g36Mqw5pukqwPO11JUFZfGaMRM5g3HHnMHlLzAXsGvV0P35vzJGzmb - 4QAKJ7PBcXMbNnY+AGvojhzXGpqug/95hHWwTmBVc3S44AWslvE5m2ZxFM5TiO59apkOc2xmOR4b - Dife0LIpiRJIwuVDNAshXc3nYRxe+dTsRgTLJcSLrxDhwb8+K4nSEK7C+3jx7a6finfP+UjJOkhQ - fB2s4hRuFkk6D+7C8/pzvj/CtZDHTHY+3EuhhU93WjeKksuPHwiZ/k7krOJZ3TbkcV+RWGxR8xci - jcvpJwBStLJnZEIsd68IwPvWi1ZvRQe75KoRtUK8/tDbxuWfmD3JkX3dqhkutIsI7uDtIOUvSNTi - lpKEywOXPr0rcymUeNIQRYlhmQy1/0nSLMt3/MSnTxtZHjCi/fpVM+caHrhUfW4c5HZgDqxxHyeN - mEPahw5DUpV5b4/xrET9meS7TGJc/VY/Aab6nYfmycKp0S3nvMU/AVBLBwhn1tDyWAIAAE4EAABQ - SwMEFAAIAAgA4pU6TQAAAAAAAAAAAAAAAEcAAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTgtMDkt - MjZUMTgtNDctMDRfOTEyNjJjXzAxMV9HRVRfZHVtcF9wZW5kaW5nLnhtbIVSYW+bMBD9Pmn/wfPn - nosdUiAKlVhKWzSaRECWbt8ccFJPYDwwRe2vn+m0adKU7eu7d+/eu7tlb4RGRppahDhRZdtIdUKZ - +D6I3mBUcWNx5lAfnADYVUH9hestHJfM5x5GUvWGq9JSAsquWInR0NUhvqyGRmPUCPPUViG+iwuM - zIu2tO6XsJa2wFzfuWAXVmjVKiVKI1sV4k9CaIhq+SwwispSaAOxNVZZYyGWlVDW7YstDVa9k6/8 - Z9dH3hNCMLpvexPiURy41jBKBXV7GuuKnb49H9hI+rIh/HXohGX00oieKGFzPsI+2uewU2KaJCrY - ZenvHKs0idcFJNsQ0xkl1PEI9VzCWLCgjLkzjJIc8jj7nKxiKHbrdZzGNyF2JtkoyyDd3EFigQPz - Pa+alcCPDgU3CHwIHE5hfmRHbzZ3KfODqSdPihhu4m26+fLwNtj2nguE0T7KLfk22qUF3G/yYh09 - xOf55xdw23Yj76bs2641bYifjNE9Rtfv3yG0/PNNVrXgatDosalR2p4s5z9vcnm9/ACAqqF7O9YC - OU2PAP5W/ip1bjrBG/sPxh6abJSF/qk/rewHUEsHCFD87Fi4AQAAxQIAAFBLAwQUAAgACACulTpN - AAAAAAAAAAAAAAAASwAAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvUkQwMDE1NUREMDBCQzctMTI0MDZi - ODItOWZlZi00ZDNhLWExMGEtOTFmMDYxMDBkMzYyLnR4dDWLsQrCMBQAd8F/eB+Q0jTGGrMVXYK1 - LSa4hqJBA7aNzcvg31sEx+PuGC1ERvcZK00hJN9KJgA09jOmABf3Ti4igTS/JOR98Hl0iH58RAKD - w+d0l9C12hDAT3AS5v8Q/GI2O84JIyUBfRvML2im0S14OFt9Up3VurbXqlbHyqi2kUDXqy9QSwcI - PgmV64UAAACRAAAAUEsBAhQAFAAIAAgAxJU6TVX9O3cnAAAAKAAAABIAAAAAAAAAAAAAAAAAAAAA - AGRlcGxveW1lbnRzL2FjdGl2ZVBLAQIUABQACAAIAMSVOk2LSd9fqwcAALsXAAA8AAAAAAAAAAAA - AAAAAGcAAABkZXBsb3ltZW50cy9jYzg0ZmZmZjkyYTk0MDRjZWU1OTVlZTg4YzAxZWM3OTI0MmZm - YjA3L2xvZy5sb2dQSwECFAAUAAgACAC1lTpNTTyJtTIAAAA5AAAAPQAAAAAAAAAAAAAAAAB8CAAA - ZGVwbG95bWVudHMvY2M4NGZmZmY5MmE5NDA0Y2VlNTk1ZWU4OGMwMWVjNzkyNDJmZmIwNy9tYW5p - ZmVzdFBLAQIUABQACAAIAMSVOk1FIYgdZwEAALwCAAA/AAAAAAAAAAAAAAAAABkJAABkZXBsb3lt - ZW50cy9jYzg0ZmZmZjkyYTk0MDRjZWU1OTVlZTg4YzAxZWM3OTI0MmZmYjA3L3N0YXR1cy54bWxQ - SwECFAAUAAAAAACzlTpNAAAAAAAAAAAAAAAAEwAAAAAAAAAAAAAAAADtCgAAZGVwbG95bWVudHMv - cGVuZGluZ1BLAQIUABQACAAIAK6VOk0MBWYkcgAAAIwAAAAYAAAAAAAAAAAAAAAAAB4LAABkZXBs - b3ltZW50cy9zZXR0aW5ncy54bWxQSwECFAAUAAgACAC0lTpNeiEzSekEAADuDAAAHAAAAAAAAAAA - AAAAAADWCwAAZGVwbG95bWVudHMvdG9vbHMvZGVwbG95LmNtZFBLAQIUABQACAAIALWVOk1yCzai - ZwAAAJYAAAAkAAAAAAAAAAAAAAAAAAkRAABkZXBsb3ltZW50cy90b29scy9kZXBsb3ltZW50Q2Fj - aGVLZXlQSwECFAAUAAAAAADilTpNAAAAAAAAAAAAAAAAGQAAAAAAAAAAAAAAAADCEQAATG9nRmls - ZXMva3VkdS9kZXBsb3ltZW50L1BLAQIUABQACAAIAK6VOk20v0dh3wAAADcBAABTAAAAAAAAAAAA - AAAAAPkRAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTgtMDktMjZUMTgtNDUtMjdfOTEyNjJjXzAw - MV9TdGFydHVwX1BPU1RfYXBpLXNldHRpbmdzXzBzLnhtbFBLAQIUABQACAAIAK6VOk3Wl+k/YAIA - AB8EAABPAAAAAAAAAAAAAAAAAFkTAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTgtMDktMjZUMTgt - NDUtMjhfOTEyNjJjXzAwMl9QT1NUX2FwaS1zZXR0aW5nc18yMDRfMXMueG1sUEsBAhQAFAAIAAgA - r5U6TSZxpKlFAgAA9wMAAFYAAAAAAAAAAAAAAAAANhYAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAx - OC0wOS0yNlQxOC00NS0yOV85MTI2MmNfMDAzX0dFVF9hcGktc2V0dGluZ3MtU2NtVHlwZV8yMDBf - MHMueG1sUEsBAhQAFAAIAAgAsJU6TY+yAomWAAAAtwAAAEIAAAAAAAAAAAAAAAAA/xgAAExvZ0Zp - bGVzL2t1ZHUvdHJhY2UvMjAxOC0wOS0yNlQxOC00NS0zM185MTI2MmNfMDA0X1NodXRkb3duXzBz - LnhtbFBLAQIUABQACAAIALKVOk2OL+2H5gAAAEYBAABaAAAAAAAAAAAAAAAAAAUaAABMb2dGaWxl - cy9rdWR1L3RyYWNlLzIwMTgtMDktMjZUMTgtNDUtMzdfOTEyNjJjXzAwMV9TdGFydHVwX0dFVF9h - cGktc2V0dGluZ3MtU2NtVHlwZV8wcy54bWxQSwECFAAUAAgACACzlTpNBfW7O0gCAAD4AwAAVgAA - AAAAAAAAAAAAAABzGwAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4LTA5LTI2VDE4LTQ1LTM3Xzkx - MjYyY18wMDJfR0VUX2FwaS1zZXR0aW5ncy1TY21UeXBlXzIwMF8xcy54bWxQSwECFAAUAAgACACz - lTpNpI2288wCAABJBQAASQAAAAAAAAAAAAAAAAA/HgAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE4 - LTA5LTI2VDE4LTQ1LTM4XzkxMjYyY18wMDNfUE9TVF9kZXBsb3lfMjAyXzBzLnhtbFBLAQIUABQA - CAAIAMSVOk0+PDqjVAMAAC8KAABRAAAAAAAAAAAAAAAAAIIhAABMb2dGaWxlcy9rdWR1L3RyYWNl - LzIwMTgtMDktMjZUMTgtNDUtMzhfOTEyNjJjXzAwNF9CYWNrZ3JvdW5kX1BPU1RfZGVwbG95XzMx - cy54bWxQSwECFAAUAAgACACzlTpNuj0Be+kCAACxBgAAWAAAAAAAAAAAAAAAAABVJQAATG9nRmls - ZXMva3VkdS90cmFjZS8yMDE4LTA5LTI2VDE4LTQ1LTM4XzkxMjYyY18wMDVfR0VUX2FwaS1kZXBs - b3ltZW50cy1sYXRlc3RfMjAyXzFzLnhtbFBLAQIUABQACAAIALmVOk1rK/lJYwMAADsIAABYAAAA - AAAAAAAAAAAAAMQoAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTgtMDktMjZUMTgtNDUtNTBfOTEy - NjJjXzAwNl9HRVRfYXBpLWRlcGxveW1lbnRzLWxhdGVzdF8yMDJfMHMueG1sUEsBAhQAFAAIAAgA - wJU6TV1+u0BZAgAATwQAAFUAAAAAAAAAAAAAAAAArSwAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAx - OC0wOS0yNlQxOC00Ni0wMF85MTI2MmNfMDA3X0dFVF9hcGktc2V0dGluZ3MtYnJhbmNoXzIwMF8w - cy54bWxQSwECFAAUAAgACADAlTpN01XOvvcCAADLBgAAWAAAAAAAAAAAAAAAAACJLwAATG9nRmls - ZXMva3VkdS90cmFjZS8yMDE4LTA5LTI2VDE4LTQ2LTAwXzkxMjYyY18wMDhfR0VUX2FwaS1kZXBs - b3ltZW50cy1sYXRlc3RfMjAyXzBzLnhtbFBLAQIUABQACAAIAM+VOk1n1tDyWAIAAE4EAABVAAAA - AAAAAAAAAAAAAAYzAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTgtMDktMjZUMTgtNDYtMzFfOTEy - NjJjXzAxMF9HRVRfYXBpLXNldHRpbmdzLWJyYW5jaF8yMDBfMHMueG1sUEsBAhQAFAAIAAgA4pU6 - TVD87Fi4AQAAxQIAAEcAAAAAAAAAAAAAAAAA4TUAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOC0w - OS0yNlQxOC00Ny0wNF85MTI2MmNfMDExX0dFVF9kdW1wX3BlbmRpbmcueG1sUEsBAhQAFAAIAAgA - rpU6TT4JleuFAAAAkQAAAEsAAAAAAAAAAAAAAAAADjgAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvUkQw - MDE1NUREMDBCQzctMTI0MDZiODItOWZlZi00ZDNhLWExMGEtOTFmMDYxMDBkMzYyLnR4dFBLBQYA - AAAAGAAYAGYKAAAMOQAAAAA= + UEsDBBQACAAIAPG7eU4AAAAAAAAAAAAAAAASAAAAZGVwbG95bWVudHMvYWN0aXZlDcGBDQAgCAOw + l5CMyM7RZfx/grZSYz7mIQKyi2V3K5a1mciZG/sBUEsHCFX9O3cnAAAAKAAAAFBLAwQUAAgACADx + u3lOAAAAAAAAAAAAAAAAPAAAAGRlcGxveW1lbnRzL2NjODRmZmZmOTJhOTQwNGNlZTU5NWVlODhj + MDFlYzc5MjQyZmZiMDcvbG9nLmxvZ61Y3Y7buBW+boG+g5CLzixgsqQoUdT0ZhZJugXaBotkFwsM + BlhQEmWrK4uuJGfWvepD5LKvUvRd9gX6Cv0o2xLtGatx0GQwyTF9znf+eQ5DxlPCBAnj70JxJ9hd + LGiSspjz9GHx/abQfdUsg26brW2xrU1HF2kkyiRWhkRSlPjFOcmySBLO4kjEYSbjgi/Yb34dviBZ + xYJJET0svm3NRrdOdGE2td2tTdMHpW2D3K7XVR9URXCT5yoq8ScNb+iiKHRc8pSRPFISqFKSVEea + lGXGilKXmdbZJdRUioQlycPiG9OYdm+RB9vlbbXp6YLHpSxYzolgYUwiJg3ReZySOEpkadIslpFw + EL96bllEGQ+FCEP4rHNW9SsDc+raPjnKGaWbIuhtsNyrYHy79wrcBTf679vWBF3V+8f704DsAkIa + SwrbE0950gav3tw9ruzaPDrGRzjW4j+23b0KiD07nBi7x97ausN3ILQw+Mdxf6v71RmLJw9huGB/ + TGMh4SfkzJyPhwg7OPrXLvjBZMEHYA4yn7s0pjJlKVfsYfF+2zRnqXLwKKV0wVSWRLosSB6HnEQc + yZypXJNUsUiEaZRl+8x4IWwexut9iO7OrH/msMf9JzRfF68ueSOhKAWZKvmw+CPCXjvdj1ZPAi86 + M6FKyShmKJPXrdmnq95sfrRlCVGGrvr1ZeSUhUxK5OGftsX2w67J6bu33wVla9fIrwuJcoPEPD99 + enpqre1vZpBCFioX8TemNkOXKKvaQM7Kdo7set32Ttn6c4S8tpud89NBBl1WfbVsbGu+gHmj85/0 + 0iWZbebYUbCKw1Vn2JvW5qbrvpS9M+1H04L7c6BH331mgFMaJ0mK/vyw+LO1Pw0eQ9cENwB/N0IH + 26Yw7b6TuDC+nGv8jnHKJUtQu8fGNUSNbDfBoe2MIl9MhEFCrEKF9jeWvimCJ5PR3DZltbyIHFLG + olCF/GHx7tAR4Lausk0X6I+6qnVWm8A2Qyvd1LrH7bAOdIsMY1TSkP126AG/B6Vo6BM89alQnlDJ + CaUmijMan1D89DDkJ6dhdEp6KJAUnvF6GuFUnIoSnvY4jTzLOLzk4YS+oTgTJ2ejCriNJraI8lNi + RItoSEdNHHFyMsp2J6OxERW+NOHzAPaoT0QB6xOebhEdYxDR2OeRp4QnQE0agGP6Wgzjxq/Fvm4x + NBjVwfXkEx5OTNGsj4o6wpOm/JN0OgH7dCJ99yItJ4dIXx3payCRvyOo9DWQNPVPTkBTX3Q6OcTx + jJkLdU6VQ7YdzcOZ562BGiM+UL6UE0P8VIO/JhXhL5/wsjXxrU/8YCS+KxLfFYnvCkeMaQecU1Q2 + hQNhmnRQUGjkQtb4J14OKB9JoYGM4XDEmAPKD4cjRl86wsPxtQO/52Z3MkkH5YUeFHfleam1ou5C + mSiBO/YD7ti8R2c9zhGHXhkMJUSD7zsT+NfecI+6eTNfWYszHRRVWZrWjdkH1hlYJWIWM0xeE+xm + feQL0DVQd/yS1ugJccxVJLz9oaq6QfHdug50H5zMIYdJ49H7zgXRHAFVaSo4RvkGCv3w9ft3p1bv + tkvdLJ8I7h+CO/Ee2UlZ8M5i2t7fZ7heFgv+fIbndxAOoxVmgquFTyMy3G7qAp79f0O8f/v1m7+8 + DbCO6RnhYRwxBr9f6Zy6yk2DJJlVXmAvTNIodRe9+XnTYkK6R/JKGg05+eNhP3w8nF0IoS/ll0// + /OXTP/CDW73VO1Liku9Ng6Dh7wx/qpJh05r4EVy9McTNmkPIxWVuxbAXhJjMJ+616Ve26AbccIYz + TDCVY1yZOEt4YXWPwYHO8WElieUJ39q0S4Mtbp+TtnXY6AUz2M9l5G78M9jalo3usTYOIuSMiFhK + 5Wp6Uh8beGe2rfMZinaGFeu+UFhHJlbT6yXY0Otm2LAdiBDpOLF91O0ObHwOLeXY+gRKfGLrTI+h + vLf9bmNsOQhgl3FTESkmzyztV6S3pDVL5CcixmlylYC9t8Eo5ix+AblFPzJk8HQLxXFDzuDGUSxD + 5VtumhzD8T5GGCuv4sUAjnLCa0HVDU8C6H3/K1fT5xocpTjfwwDMp1cpse2ruiNDwg/cM/nyAviw + fRDsJH2Vu7DPpmkqJcP14Luv06Uh2dbdfPduVpxz4AvcwN12xlUnBokZs5+zYs0vnMJXIpZVo+uV + ezOAwo6dB7fbZlMdXM++ukoJ2xAIrLqVKe6xLOAmvDUGH7Vdvxd+nbi/dfdujJ3zoeJSJbggptJF + 3f68I7ooWqiA5Aluscc96baATq4Mxwm02rgvYYuFapjH5lR7jlKYbLsEAGbh4HbdDVBXiuhMM2iE + GX4ScRyd0ar71rrWBROOH66rtasIb9NZ9f2GmLbdd3QsANdZ4UqMVM4BGMcltDBFpYn7tB06zzik + OuThc2cpfBheh6Pz3Gx6hyNoHNw2Zmn7SuPJEChA9u37ApRP//n3v/Dj7vXMFrup92HCEsFttutR + UUjGaSp+5rajBq1+Ik4GrBTT7F2hJX0kNZ4OoS+201kvp4mI3EvaHw6FgKdsWN915baud/sR+Ozt + kd8JVDuPVKLQio9vj+igvf9me3iAvO2+cm+QUVKYMI0ZCUuhSCREipQvIzxJqkzLNJU8US+8Tg9Q + ERN4QcE1+WZ6CZ+UpItMJbi6ZUIKqVMSpQlGWyFzIoUuwkJnUonQyf4vUEsHCCgVXzDfBwAAyhcA + AFBLAwQUAAgACADcu3lOAAAAAAAAAAAAAAAAPQAAAGRlcGxveW1lbnRzL2NjODRmZmZmOTJhOTQw + NGNlZTU5NWVlODhjMDFlYzc5MjQyZmZiMDcvbWFuaWZlc3TTS88syUzPyy9K5eUqSEzOTkxP1csq + zs8D8oryk1OLi6G84tSistQiIIeXSw+ohZcLAFBLBwhNPIm1MgAAADkAAABQSwMEFAAIAAgA8bt5 + TgAAAAAAAAAAAAAAAD8AAABkZXBsb3ltZW50cy9jYzg0ZmZmZjkyYTk0MDRjZWU1OTVlZTg4YzAx + ZWM3OTI0MmZmYjA3L3N0YXR1cy54bWyNkr1uwyAUhfdKfQfLu+P/2ESEdEnbvZm6VARfu0jGWIDT + 5Nk69JH6CqXEtlwpQ5m495zvcBF8f37h3Vm03gmU5rLb+vEq8j3omKx412z9wdRB6e/I/R2uoG/l + RUBnbOV5mFeEsTKr7UIJRVmUMYAc5QBlyaIYWIGSLKnrY1Tg0JodRAfzLhW5DA3tmo9A6NrgcGw6 + w/UUUOSJm+fhiMO5seD3gvJ2CnkQnCmpZW1WTIop7WpxjACtaQOEVpWnh2MlLd3ZXd9LZezFwsng + 3L2SjbIEweG8dYI21AyavAyMWRmHY73QDnA2FrsKrnBiS7UZqX1XHbgAkkQxCqI0SPJDkm7SeJNm + qyxGSZShVxzeAFyQAgb8BDcjok2eroosXa9RbCP+WKcRlbl1uCPLNUJpWVjSTj/6HAb/mnhyOcS+ + Qt+CAXJQA+BwLp3I9ZsB0ZNH2morTuWkKaCV7NrLQp9bv0+1+IQ/UEsHCD4pp8tmAQAAvAIAAFBL + AwQUAAAAAADZu3lOAAAAAAAAAAAAAAAAEwAAAGRlcGxveW1lbnRzL3BlbmRpbmdQSwMEFAAIAAgA + 1rt5TgAAAAAAAAAAAAAAABgAAABkZXBsb3ltZW50cy9zZXR0aW5ncy54bWx7v3u/jX1Fbo5CWWpR + cWZ+nq2SoZ6BkkJqXnJ+SmZeuq1SaUmaroWSvR0vl01xakkJUKwYyFZQsElJLcjJr8xNzSsB84Ei + iSkpCtmplbZKSUWJeckZSgpliTmlqbZKuYnFJalFSgr6EI36KDpt9OHGAgBQSwcIDAVmJHIAAACM + AAAAUEsDBBQACAAIANu7eU4AAAAAAAAAAAAAAAAcAAAAZGVwbG95bWVudHMvdG9vbHMvZGVwbG95 + LmNtZMVW32/iRhB+R+J/GJAs3VXBSa6tKpFSHSLLHT0wFDu5nIRkOfYCvphd116H0If+7Z3ZtfkR + SO76dDyA8ezMfjv7fTPzPp5D03J7I9+bdnvMH7JbNrSa4LC/oPlLE97zcClBzuf1Wr3WbkPr5Eeb + Pt1c38A1TxO5WXGhwA2zOFXadMuzPJaiDZf2hX3526uRtHGS8Yz/XcR5rHh+vLwEg2Hj+QaEjLj9 + NYdY5CpIEh7Va+sl+msDvPtDFAnQV7026IPFptPx1BxTn/IC3tRrAPqcozjPY7HYRuRPPCxUcJ/w + M0gTHuS82qRacgaYwCDJeBBtKhuPYBU8cMgLxBArCAMB9xxwTbhE2zyTKwiLLKMkcfEYZ1JQwmyC + sZBKAs8ymdVrb8tjulwV6S4J9DbnKpFhkKA/oYt4Emzw+ykNBCWalrjMg+7UG/S7Pc/tWP9G6YVl + 27MgU/E8CBVmVefDGXtwzfoDh13j72Q4/jJijue745tpj5nUUKQjUxWxhImZfSGS151+wAA6yc8i + GVPH2sK0Zuv1OpMSWaMP/yyqw+48f9R1Bn3mev6k633chT22HcRdBSKe8xwDU5afxZ1M2e1gfOOe + ig1AoE+veGEHAAR/Cj8pxHe/OD2/N7o20FFSA0NbeCiiAvKNCLd0LC3EyE9kdEsjXnwCIl1VhNOu + 5AmtBSo0jxOkU3nOxo7vjZLv+xyjVYhhSGRKNvC1yBVkhRC0Z5MQ0Z5NWMsiiZDnucTH7IG8KC0H + B+pYQZpGgQqsGWKbVc52uEJBYjr0trv6QDeBO9+oOInVBvqFCBVS94TaqeTo1S5PeKgclHtZUEoO + V/w1cNiQ9TzfGV8z/5ZN3cHYOUi3t+Qwl0ki13TGACUaScFBCjy+FPA5FpFc59D9h9T7md/rErSv + Uzq8vgHrtf0sLKtHosHCevDWCODoLRtNrOb33x+ymd0NXO9ZbIoy832qjmW6bLVKm4Z35v7OU1Qt + 5ondsc7vh8he8CZUWj/f4JXWAEB5iNfgpavX0E1G/p+ulvpLAA/9/xe+Et1+4arSsZ+l6l2HUkk+ + Wtsmgw4CRDF3mo1qVQPvuEGvS9wNvMm3wIbuXjWtvFAnFI+kVLmXm+gttGLabNw3Wmn/4I/W676A + D+YBjXHfqjvqx0BEyX5LjbYDAvY7HfHS1tXNFDfk8vkAiTxw/MmQBpKdhqqp5LKksNZgm+kWzXur + CL0O6hGubz3CrxfQohFnF6fsbWRWh4atHFsCDccdhVxStJzuBmSNoWkvYnVlLxdX9u6oV+aRSuF3 + 6lrfP+b3nQ2m6plh5tEMUvWaOfzJgoheP9vbrkJtIg3Ch2BBg9QLpUK3aGtWrsNZSooyyWmRLymz + e+mrskTMPboDzXwURGPbm1qtNJNRoYt7Kbhv1o5UpqZnEEF+9KfsXFwgJE3YknIQyhWOFRFkslAx + thC1DBSsY+zNZmgu8N+Si2qc26PqboDTT0AlxO9YP5X3aun/Vr2mh/NdA0eG6bn8oml26AfY6SPg + T7HqYWnq7M+2ZxW8zjYarYPz+4MRWB+pnDfxhHqorNc0/m6JHJZBDjLUE2sEUZGRnNf8Hqgzwo7k + qGdDB9oHZ1ZGU+yQP3IcvHeGPk6/Va83s7mBcOxTwb3cLtj3rdfeGI3oe3kGvR+LOKdZOy/CkOf5 + vMDhBvH9B1BLBwh6ITNJ6QQAAO4MAABQSwMEFAAIAAgA27t5TgAAAAAAAAAAAAAAACQAAABkZXBs + b3ltZW50cy90b29scy9kZXBsb3ltZW50Q2FjaGVLZXmzMNAzNDA2NNEztjAy1jPg5dKtVNDVzcvX + Tckv0U1JLcjJr8xNzStR0C1SUHKxisnIz02NKc4sSY0pSi3IBzLyiyqVFHTz0SQRGotjSvLzc4qB + aoCGpqQCKZDugMSSDDQtSObxcgEAUEsHCBRf9v1nAAAAlgAAAFBLAwQUAAgACADXu3lOAAAAAAAA + AAAAAAAAFQAAAExvZ0ZpbGVzL2V2ZW50bG9nLnhtbG1QTWvDMAy9D/YfTO/FjmOvTVANWdKtYV0X + 2pxWyjCNR8PyheN2FMZ++7ykKTvsYj0/SU9PgvlJVaYV0EUBm3NrVCkg0fUpz5RGK1mq2WhhTJMU + 0rzXulzIKiuUHuFLUxwJSggB3EnYHyzVSRWCAe4BpLL9ELagi/Ckzp+1zloxAMADEpDmpQq1kkZl + qPfyy8xGlDjemLhjylPq+i7x2eT16mCt9lbQTnbIHeOcUedi5pqA8CCrypoKmqbI99LkdQV4ICGs + y+ZolBbriBCH82gynd87D7ZiSMBG7Y86N2e7NR6O1C0cSSMFdG+QJMs4DNL4ZfX2HKyCx/na97// + YdEXMoe8nRHOCPUIQds0jhB3KNuhbWKh67HpDnCv3R/2L7YeutmtuL35AVBLBwj6/ZyyKQEAAMIB + AABQSwMEFAAAAAAACbx5TgAAAAAAAAAAAAAAABkAAABMb2dGaWxlcy9rdWR1L2RlcGxveW1lbnQv + UEsDBBQACAAIANW7eU4AAAAAAAAAAAAAAABTAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE5LTAz + LTI1VDIzLTMwLTQzX2JkYjQ2ZV8wMDFfU3RhcnR1cF9QT1NUX2FwaS1zZXR0aW5nc18wcy54bWyF + jsFqwzAQRO+F/MN2z1HtSI5pjB0IycXUTUJlSm9GiUUrsGXVWh/y91EKhV5KrjPDm5d70g7IUKcL + lKRGmhy86e9Je0JoFYWYx4sViwXjy5qLTMRZIp6WCUcw1pOy5zA5tack1QjT2BUYKWcir4mM/fQI + vaavoS3weJA1Al1c2I+/D86ERqyS5zmfpwjy3Nc/g/1gA05uXxv5Uh4bKavmfVOVu01dHvYFxgjr + 2QNA/ld/22llg/5H30E13K7v+Efr/JExaKdRkRlsBou098BYQOfRjfx/fwVQSwcIqLAqLtgAAAA4 + AQAAUEsDBBQACAAIANa7eU4AAAAAAAAAAAAAAABPAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE5 + LTAzLTI1VDIzLTMwLTQzX2JkYjQ2ZV8wMDJfUE9TVF9hcGktc2V0dGluZ3NfMjA0XzFzLnhtbJ1T + y27bMBC8F+g/sDxnqacd2bACqI7TGPULlly7R1mibRYyqZJUkubru1JqoGhhoOhBOuwOZ5czw5Gx + vCZW2IrHdCoLdRbySNb8e8ONpaTMLdZ91xuAG4Dfy/xgGLjDMGC9KKJESGNzWSBkX+7DPqek0VVM + nbwWjuHWIpeh5MztSZUxXS3TjBL7o0a8vkyoBXaCQRjd+Dd9SsZKSl5YoWRMP3NeQ1KJJ+TFuuXS + wozLoz3hSm/YrpZ1jHldV6LI26PON6MkJUmDc7V47Wox/Zgbxhglk5caJ8TUc10okFbIBgc8KoO1 + Z75HHngWEip17OenflEbURXMFGeWvzaaI8IIyw2THPXZGK4hOeJmMU3aNmz5Pm370G6sVVVx7UQe + c9ktC3xKXuBs4Nflob364ZDvS+6W4AcHH8JW6Sj09u0vxy8Ko15OyQ62yTaFjeRoUclL2Kxnf+k8 + nk0niwymq5iGLotc5vV6zHP9oR9GHuq1g2S9htnyE0zv/31wOs0mcD9ZzZZf5x09nr0mEyXbJEXw + Q7KZZfCIfi+S+eQ6/pqsO3hQ+jnX7U1XWlkV05O1NWZpB/MUxsvZfZol6wxNpOTu/TtCRr/neNnY + o2pzrLmplTRo77Ugh8y7RY5LKC9wjLVtzBilbtMfUvJWyPgLGr1QlzhSknL9xHVM56LQyqiDhek0 + dTyXuf/t9TgvTvwSn5jWWjzhK+zsM/WCW/jCtekeSIixCtzAG1Di3I0+AJCy0V3ah8Tzz4YAoDgj + p9Xmz35vEF4APwFQSwcIiEZZ0EcCAAAEBAAAUEsDBBQACAAIANa7eU4AAAAAAAAAAAAAAABWAAAA + TG9nRmlsZXMva3VkdS90cmFjZS8yMDE5LTAzLTI1VDIzLTMwLTQ0X2JkYjQ2ZV8wMDNfR0VUX2Fw + aS1zZXR0aW5ncy1TY21UeXBlXzIwMF8wcy54bWydk11v2jAUhu8n7T94vu5xPqGBkUoZpS0qLRUJ + o7sMyQE8hTiznX79+p3QoU2TkKZdJBd+Xx8fv+fxyFhsmJW2wphP60LtZb1lC/zRorGclbmldd/1 + BuAG4PcyPxgG7jAMRb/X40zWxuZ1QZZ1uQ77yFmrq5g7eSMdg9ZSLeOkxT57bUjbo92pMubXk4wz + S0sx18eDGklCMAijM/+sz9lY1TUWVqo65reIDSSVfKISSUsltHzL36UvuRFCcHajjI35M67zpoFn + WUOltv181y8aI6tCmGIv8rdWIzmMtGhEjXS5pUENyRZr2pt0MqxwnXY60PlWq6pC7USecMW5CHzO + XmBv4FfL0DW82eTrEt0S/GDjQ9jFFIXeuvvl9EVh1Ms5e4RVskphWSPlW2IJy8XsZEjj2XRyn8H0 + IeahKyJXeL2e8Fx/6IeRR8k8QrJYwGx+DdPLf28gnWYTuJw8zObf7g7lae+puDhbJSmZr5LlLIOb + eZrdJ3eT0/5T8T7CldLPue5u/KCVVTHfWdsYzi4+fmBs9Cd589ZuVUeeRtOo2tCoT6N37oa/+Tna + CUTbmjHl2/Hqcva+kOELTXd+y1mK+gl1zO9koZVRGwvTaep4riDvfw52nBc7PLIS80bLJ3ovhxmZ + 5h4tfEVtDgyHxFDgBt7ggLYl5KB7EzEnYCtZHHB2vhtVf2bFLtf0duLWbiDizLkYfQJgZasPpiFz + 94YBUIQjp0vwbzkcHPWfUEsHCDmxaRIsAgAA2wMAAFBLAwQUAAgACADXu3lOAAAAAAAAAAAAAAAA + QgAAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0yNVQyMy0zMC00N19iZGI0NmVfMDA0X1No + dXRkb3duXzBzLnhtbFWKSw6CMBQA9ybe4dk1xcdrhdIAZzDRCxTaxCb8pI94fXFpMquZaRKHFTjy + GFpx35YhpASP185++cwCvOPDExa1RCXp9iRlFVpd5WRQQJwTu3k4lt73ugwC1uhboWptMspKAfvK + cToyov2hcoMFIhkBo0u8hfceEv8tlJekja5IwLVrLlKC3zfHcZkt4JRAyu58+gJQSwcISB3t9pQA + AAC2AAAAUEsDBBQACAAIANm7eU4AAAAAAAAAAAAAAABaAAAATG9nRmlsZXMva3VkdS90cmFjZS8y + MDE5LTAzLTI1VDIzLTMwLTUxX2JkYjQ2ZV8wMDFfU3RhcnR1cF9HRVRfYXBpLXNldHRpbmdzLVNj + bVR5cGVfMHMueG1sfY9NS8NAEIbvgv9hnHO3+Q40ZAullhKMVtxQvIVts9SFzSZmJ6D/3hVUxIPX + 95l5Z57SkRqBNBnFUZCcaB7hSb3OyhFCJ8nHcRitWJiwOGvipEjCIouWaZwhaOtI2rMfOXWnNFcI + 82Q4BnLUgVNE2l5cIM598z561it6GTqO+12DQD7iOH0fGrUH0SoPF/EiR/ja4bh7IzVZafbafyO2 + 9624qx5bIer2uKmr201THR44hgjr6yuA8rfM1ihpvcxzb6AeLu5fm9TbBOvyhjHo5kmSHmwBUdQ7 + YMxXl8Fn81+e/PAPUEsHCDn1ysPkAAAARgEAAFBLAwQUAAgACADZu3lOAAAAAAAAAAAAAAAAVgAA + AExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0yNVQyMy0zMC01MV9iZGI0NmVfMDAyX0dFVF9h + cGktc2V0dGluZ3MtU2NtVHlwZV8yMDBfMHMueG1snZNNb9pAEIbvlfoftnvOrD8hQHEkl5DECgkR + NiU9GnuArYzX3V3n69d3TIpaVUKqerAPM+/Ozr7zzNhYbJiVtsKIJ3Wh9rLesgX+aNFYzsrcUtx3 + vSG4Afi9zA9GgTvqeSI8DzmTtbF5XZBkXa7DPnLW6iriTt5Ix6C1VMs4abHPXhvK7dHuVBnx62nG + maVQxPXxokZSwhv23TP/rM/ZRNU1FlaqOuK3iA3ElXyiEnFLJbR8y99TX3IjhODsRhkb8Wdc500D + z7KGSm37+a5fNEZWhTDFXuRvrUZSGGnRiBrpcUuDGuIt1nQ27tKwwnXa5YHut1pVFWpn4AlXnIvA + 5+wF9gZ+tQxdw5tNvi7RLcEPNj6EnU2D0Ft3v5y+QTjo5Zw9wipepbCskfwtsYTlYnbSpMksmd5n + kDxEPHTFwBVeryc81x/54cAjZx4hXixgNr+G5PLfG0iTbAqX04fZ/NvdoTydPWUXZ6s4JfFVvJxl + cDNPs/v4bnpaf8reR7hS+jnX3YsftLIq4jtrG8PZxccPjI3/JG/e2q3qyNNoGlUbGvVp9M57wW9+ + jnIC0bZmQv52vLqcvQcyfKHpzm85S1E/oY74nSy0MmpjIUlSx3MFaf9zsJO82OGRlYg3Wj7Rvhxm + ZJp7tPAVtTkwHBJDgRt4wwPalpCDbiciTsBWsjjg7Hw3qv7Mil2uaXei1m5gwJlzMf4EwMpWH0Qj + 5u4NAyALx07n4N9pf9g/Cn4CUEsHCEn4UuYuAgAA3AMAAFBLAwQUAAgACADau3lOAAAAAAAAAAAA + AAAASQAAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0yNVQyMy0zMC01MV9iZGI0NmVfMDAz + X1BPU1RfZGVwbG95XzIwMl8xcy54bWyVVEtz0zAQvjPDfxA6cGJt2U5CEup2TJs2GdLHNCktXBjF + 3iYaHMlIcl+/nnXSQKfTdOBgH6Td1e732B3nsWJe+RJTPtK5WSo9Z+f4q0bnOSukp/NYRD0QCcTt + aZz0E9FvR0E3iThT2nmpcwqZFbNWBzmrbZnysMCqNPd7Ll9O7ytMB3cerZblkfLv5bL6pFzm7nWe + eltTyhL9whQpPzudTDnzTQK3mwYqRTdRryM+xB86nO0brTH3yuiUf0GsICvVDdWgc4/awxj13C9S + 3qPmsprqWvUg1+GfpQuCgLPBXUUVqKgQkFOa0k0TQ+Po7BZnsqrgVmkozbwjF528cqrMA5okkA+1 + RYpwyqMLNBI8Fw4tZHN6OeVZcw2XOJs099B0ZE1Zog27USCCj0ESc3YHSwePw0Ez2vW1nBUoCoiT + 6xhaDdDdVjRrfpK+bqvblpxdwWV2OYELjcRQgQVcnI//F+b98WhwMoXRWcpbIuiKIGq3g0jE/bjV + jQjaK8jOz2F8egSjg3/vazKaDuBgcDY+/Xa8Kk+521Dk7DKbUPBhdjGewpDoPsmOB9vjt6F+BYfG + 3krbAHFmjTcpX3hfOc52375hbOeppA/R54uh1AUR8aqcO8TOKv1ZgYmX1rO1oJdENGme+QWymcx/ + zq2pdfFa2V4kOAt3d94BsKK2Kyn2WdKLlo4BrNsNm36fh7SS3pOQpxOd1n5uGpNadJXRjsS7zaVx + kDTMbiy1CSfP+trtk5Aaa9Pc64Mp3jUyznOsPNJUE7Q3aFN+rHJrnLn2MBpNwkgENNLY5I+2WiHf + D8NtpL9MYigr9bglGlBdWNKicX5vjTO9SqtiWM9W28KrJaZ/V9CPOIFEQDv+TraX+QI3Vkt5ZdUN + 1Vlp2VUn6OErWrdaFi2yYCKSqPcCHWKD9M6LVLTFH7Z+A1BLBwgmdRGrtwIAAC4FAABQSwMEFAAI + AAgA8bt5TgAAAAAAAAAAAAAAAFEAAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMt + MzAtNTFfYmRiNDZlXzAwNF9CYWNrZ3JvdW5kX1BPU1RfZGVwbG95XzQzcy54bWzVVk2P4zYMvRfo + f2B9KHYP9vgzsdPJAt2ZaRco2gbIFHsxsJBlJjFiS64kDyb/vlQyM0kcx2iLvawvCQSKj3x8JHWr + DbZgKlPj3PnI+HatZCfKR8U4OlAyQ8ehH2SuH7lh8hhGs8ifJYGXhYkDldCGCU4mRVnEE7rQqXru + 3JTY1nLnQINmI8u5s/hz+ejAh++/A7g9xbtTyEwl1mCwaaViageHqw0Kcx099MJp6MDNh9sfXBfK + TpETKWYQZo0G173EWaBaSdVYpBUavoGCaSz/JVbkBy+x96K/32dpQ/2dCbZG5R1O3lXljPM0XtGX + hSyL/ZgjJlmCmKbcD5BPszAOV6vCn76/nmXkTYPpG3IP+07WNfI9d3zDxBo1GiqHzXJPxqjbkNxe + kBcFR/KAvrNC/dWSEix9uisaWXY16lGEJPuvCPdo0FbIghw1AEVX1SWqMbA0JSXua27D7gX+8XAf + Kg1/yBKXlcGXozGXmT8kL79H0I2Vcl+DwbRndaZ32e5sgsvlJ9jibpTDLJgMcBhMRtzvMyP/o6lF + lNo1tn5FgbaZzmuguarakXaMvGwSnTntFeHhGXm394rPVGXBamiV5KhHCIg9P6BIza6l6fJm3TKz + mTs0dBT58XhTOsDUurM9qOfOj3930vx0P8sXSq4Va+CXioQK757Tyfvclv6B4IWmWaHz37qyy1Pf + C/woiL0oDaO8qEQuSCRfXhSee/ZkS4YHBizeAQLcHc0ZId1SGvdEra6Ctxg2ssFcE2iusJX0R6rd + 6205ZHb0o3MjZa1frQmoRMKzzhZEwNDlPsagdPxei190y5I90VjkjG/o5wmVpQrkCswGT5vyQAfQ + sAEum4aJ8lsg5NouS7zJ4LjqtTtperjhJ1mvJ7+C+hNvGv5v9R+VdyGp/HByVPKATqgXpsn5lOll + tNxWLaw6QfuH9GFUtablB1YGtVxXnLUt6J3gUCBnncajKU1hIQ2gYEWNpXdlTgWziLo/jgdi69Vk + uCKxn0TxaQLXzKaTszzPNt5djWy/jDp6HdHrBFZ2loxFHKf0TrhYq2cRnyF8xuKTlFv9+nhYdEVd + 6c3DEw2zny1/M1hIbe7fXhmj4NnQTo9PltEVEsIwSV+5umYyOdL5D1BLBwimfaXjUAMAAC8KAABQ + SwMEFAAIAAgA2rt5TgAAAAAAAAAAAAAAAFgAAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTktMDMt + MjVUMjMtMzAtNTJfYmRiNDZlXzAwNV9HRVRfYXBpLWRlcGxveW1lbnRzLWxhdGVzdF8yMDJfMHMu + eG1srVRdb9owFH2ftP/g+WFPvYmTQAqUdMoobdHoh/hYu71MJrmApyTObKdfv34OLQNtpaqmIoUH + ++bek3PPOV1tsCRGmAwjOigSmYtiQUb4q0JtKEm5sec+89rAAvCbEz/oBKzT9J1GyCgRhTa8SGzJ + LJ01QqSkUllEXV4KN8Uyk/c5Fka7mW2jzafHI1TRiTCn1ewjz8sDI3KMNgN++AEEDJr+d0pyNEuZ + RvSkP6HE3Jd2jFoDK4W98Noh2/P3Qkp6sigwMUIWEf2CWEKciRsLJ65sCyUe+OPVZ64dx6HkVGoT + 0Vuc8bKEW1FAJhchX4ZJqUWWODrJHf5QKbQVWljoToGWjKlGBfHCflFE4/oarnA2ru/BzjdKZhkq + t+U5zNl3Ap+SO8g1PEGGGvB8zmcpshT8YO5Do6a11fBm9R+3T6vRanJKruEqvhrDtEC7jxRTmI6G + b0Zqbzjon09gcBnRBnNazPGaTcdjfsdvtDzL5DXEoxEML05gcPR6wOPBpA9H/cvhxbezVXv77i56 + KbmKx7b4OJ4OJ3B6MZ6cx2f93fW71nENx1LdclUzdKmkkRFdGlNqSg7fvyOku63soz9iHKO6EQk6 + J2hGqKvsZZG32k/dXtNvuFL5ZtSL9tnqvLP3GS/4AtUGq/22FxxZt3QPux8ASFqpleQ7ZH8/1wRg + RQmxvx20EIN5CYz5zG/yNhGaXGKR2ix4aWIztIL5Z6IXbk/suvUe/kbVDjY1r6jYXuVFZRayDimF + upSFti7fzUnoBZvoWJfbzDKV7llr1dFmffp4MMG72thJgqXBlJJaKTar6JlIlNRybmAwGLsec2zw + /aezezxZ4josIloqcWM1szKdLs/RwFdUehViDRsiAQs8u9KhTJ7iayXvjuvuctbzTnmjNK4jzkYf + TFZBbIMzE4+43J9aFgckWXKl0USVmUPrGVmw9caf37cXttcFvwFQSwcIL4fO2c8CAACUBgAAUEsD + BBQACAAIAOS7eU4AAAAAAAAAAAAAAABYAAAATG9nRmlsZXMva3VkdS90cmFjZS8yMDE5LTAzLTI1 + VDIzLTMxLTA4X2JkYjQ2ZV8wMDZfR0VUX2FwaS1kZXBsb3ltZW50cy1sYXRlc3RfMjAyXzJzLnht + bK1V227bOBB9L9B/YPmwT6FE3WzJjbpwHTcx1k4M29mk+7KgpbHNQrclqaTt13fkXOyklnexqADp + gRwdnhmeOXOqDVTESJNBTEdFUuayWJMZ/FODNpSkwuC6y52IcY+5wcL1ep7T46HFOz4lstBGFAmG + LNOl3wFKapXF1BaVtFOosvJbDoXRdoYw2vz+sAQqPpfmol7+JvLqvZE5xLsD/nY95nEWuH9RkoPZ + lGlMz4cLSsy3Co9RT8QqiRtO1OEn7onjUjIoiwISI8sipn8AVKyfyTvk068RQ8nv4mHro9CWZVFy + UWoT03tYiqpi97JgWbnuiE0nqbTMEksnuSW+1wowQkvkbhWA1bjWoFh/jSnFtN9ssxtYzpt9hucb + VWYZKDt0LG51LQ9ZfWW5Zo+cWcN4tRLLFHjKXG/lMr+pa+g7y+Yj8A39MBCU3LKb/s2cXReAF5JC + yq5n419W1cF4NLxcsNE0pj63Qm45QWA53O25fuh0msP7sxkbX52z0dl/JzwfLYbsbDgdX32ebOHx + 37byUnLTn2Pwp/71eMEuruaLy/5k2B7fdh237FOp7oVqKjRVpSljujGm0pR8ePuGkNN9aQ8yEEVd + kds8I+NyjTHt0va7KG37w+k7xkhaq610eqQThrkmjP2Mffas9DmoO5mAdQ5mBrrOUDNtx0SW0/Ue + mb7iehBvvG2h3dZR5Ai1t+VJ8HlRhx3ARBRiDWrH9UhNkOwLyFeg01qtgaTPZSDYEvlROM+P9hj+ + xHIGeXkHBFEqxrnLT8gUihSd6YQoSAA7OyXCEM92A7vxDuI4PY/3ApdMJ8cK44fdAzfLd/faMMHk + 7EY6rwXgeHsCaA/z3OAlXkv9SZKE/gqfyBWRz/0EIIgCgDBMuANJN3J9d7Va8i6RmnysZdbkfyy5 + wPvX5A4n5gWdHeOWkMjfC9lvrKvarMtmZijQVVlo9Nx2yQcdpPjk5E/hOEJMrQdodM2kQeU+LCzg + a2OzSQKVgZSSprdwdNCJTFSpy5Vho9HcdrjF/7fPDkSygSfrjmml5B122dYCdXUJhv0JSm9Hio+W + 7nHPQdWOy+RxmGzNpmfbbT532Ld+0XBsBg4OIrbYzkUcY5l84GV/0WXxniQboTSYuDYrFh4T/eEL + dwLnWRQ/AFBLBwiX5T3oXQMAACQIAABQSwMEFAAIAAgA57t5TgAAAAAAAAAAAAAAAFUAAABMb2dG + aWxlcy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzEtMTVfYmRiNDZlXzAwN19HRVRfYXBpLXNl + dHRpbmdzLWJyYW5jaF8yMDBfMHMueG1snZPbTttAEIbvK/UdtnvN2OtTSNIYyQ0BLAJBsdPQSx+G + xJXjdXfXQHn6jk0j9SZq1dudfw77zzczbbBlpjI1hjxuCnmomh1b448OteGszAy9u8KZgPDADVLX + m3rO1AksN/A5qxptsqYgSV7m/gg561QdcjtrK1ujMVRL27kiyZ6zA5q9LEN+vUg5Mz9bylLHPm1F + AWcyEmfumeNyNpdNg4WpZBPyW8QWorp6pvJRRzVU9Za9h75k2rIszm6kNiF/wTxrW3ipGqjlbpTt + R0Wrq7qwdHGwsrdOISl0ZVBbDdLnNhoVRDtsKDfqw7DFPOnjQP2NknWNyh47lrDOLY+meoWDht8z + Qz/xOU4wf0IPgmLigC/OC8j9fAyZcN1JVozGZUBpj7CNtglsGiR/Syxhs16eMmm+jBf3KcQPIfeF + NRaWEwSWI9ypPxZi3NeK1mtYrq4hvvz3/kmcLuBy8bBcfbsbylPuKbc420YJia+izTKFm1WS3kd3 + i9P6U+4+wpVUL5nqP/ygpJEh3xvTas4uPn5gbPYneKvO7GQPnkLdykbTpv9C3pGfo5w4NJ2ek709 + roKz94cUX2m5q1vOElTPqEJ+VxVKavlkII4T2xEWaf9zr/Os2OMRlZC3qnqmcxl2pNt7NPAVlR4Q + 9gkhT3jOZCDbEHGQDgdAvNZVMdBsf9ey+cyKfabodMLOPAHt276YfQJgZacG0ZQ53kEzAPJwZvcW + no7/AlBLBwjHPvzpJgIAANsDAABQSwMEFAAIAAgA67t5TgAAAAAAAAAAAAAAAFgAAABMb2dGaWxl + cy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzEtMjJfYmRiNDZlXzAwOF9HRVRfYXBpLWRlcGxv + eW1lbnRzLWxhdGVzdF8yMDJfMHMueG1srVVNc9MwEL0zw38QOnBCtizbiRNqGJOmbYb0Y5KUFi6M + Im8SMbZlJLkFfj1ySkiBJMMweMY5aDdvn97uPh8ZCzWy0haQ4lElVCmrJZrA5waMxSjn1p0zGvQI + DQmLZyzsh0GfMS8MKEayMpZXwqXM83nUAYwaXaTY57X0c6gL9bWEyhq/cDDGvn44Ap2eSnvWzJ/z + sn5pZQnptsBHFpKQkph9wKgEu1J5ik+HM4zs19qV0RtitXSBoNehL9iLgGE0UFUFwkpVpfgtQE2y + Qt45PlnjMLT8xh9Cb7jxPA+jM2Vsiu9hzuua3MuKFGrZ4auOqI0shGdE6fFvjQaXYaTj7lXg1Lg2 + oEm2dFdKcdaGyQ3Mp22cuPpWq6IA7SeBR72uFzpWX0hpyA/OpGW8WPB5DjQnLFwwErW6JlEwb3+4 + e5MoiTlGt+Qmu5mS6wpcQ3LIyfVk/N9UHYxHw4sZGV2lOKJeQr0gjr2Asj6LkqDTFs8mEzK+PCWj + 478nPB3NhuR4eDW+fH++hnf/3ScvRjfZ1CWfZNfjGTm7nM4usvPh/vx97bglJ0rfc90qdKWVVSle + WVsbjF49fYLQ0ePRHhTAq6ZGt2WBxmrpcg6MNuti5L86ekYIyhu9Hp0+oqVBhPyJfPxzzqeg76QA + 7xTsBExTHN6f2BVZo/3GdCfeeL1A29BB+o+Q92Kf84ovQW+5HlakhfxDkW5vKwlyzy+Cb7kiIZJo + 4Z4e472IRgIg7sUASSJoAKLbYxFbLOa0i6RBbxpZ5M6CDl0wiuMdbILgMZsjv+3+7z0M6CPKe1JY + d4vzy40uG7tUrTtqMLWqjHOX/TMUJdHWszbpzixtYwZupVtPdf7wcDCDL62hCAG1hRyjdo6cSeJz + KbQyamHJaDT1A+o5x/1HRxlwsYKNSaW41vLOTdR62U19AZa8A23W5hk58wppGPSw2xPxwzbXa9X3 + /X0bvXtD/9NnoLVWZ7lktv4COMMu5AMv/5NR1UskVlwbsGljFyTZNRjhpqG7O85otEn4DlBLBwih + vpwmAQMAAA4HAABQSwMEFAAIAAgA8Lt5TgAAAAAAAAAAAAAAAFgAAABMb2dGaWxlcy9rdWR1L3Ry + YWNlLzIwMTktMDMtMjVUMjMtMzEtMzJfYmRiNDZlXzAwOV9HRVRfYXBpLWRlcGxveW1lbnRzLWxh + dGVzdF8yMDJfMHMueG1srVVdc9M6EH1nhv8g9HCfkC1/xg41d0wa2gzpxyQpLffljiJvEjG2ZSS5 + BX49skubQpPCMHjGftAer452zx4daAMNMsKUkOFJzWUl6jWawacWtMGoYMau+9RLCQ2IHy38YBh4 + w8B3opRiJGptWM0tZFkswxgwalWZYZc1wi2gKeWXCmqj3dKm0ebf2yVQ2ZEwx+3yH1Y1r4yoINtu + 8L8fkICSyP8PowrMRhYZPhovMDJfGruNuiPWCBvw0pi+9F96PkYjWdfAjZB1ht8BNCQvxbXlk7c2 + hxJf2W3oDdOO42B0LLXJ8A0sWdOQG1GTUq5jtol5o0XJHc0rh31tFViEFpa7U4OtxoUGRfK1PVKG + 8y5MLmE57+LE7m+ULEtQbuI51Bk4gWX1mVSafOdMOsarFVsWQAviByufhF1dk9Bbdh9m3yRMIobR + FbnML+fkogbbkAIKcjGb/rWqjqaT8emCTM4zHFInoY4XRY5H/aEfJl7cbZ7PZmR6dkQmh79PeD5Z + jMnh+Hx69uGkT2//3VdejC7zuQW/zS+mC3J8Nl+c5ifj/fh97bgib6W6Yaqr0LmSRmZ4Y0yjMXr9 + /BlCBw+lPSqB1W2DrqoSTeXaYn4hbff1wQtCUNGqXjpD5KWVRoQ8Tn14L/Q5qGvBwTkCMwPdlk8O + UOxbgfTZfqK6M9+0n6Bt6Cn+cZDeZ96b+4TVbA1qy/XJkvQpH5Uk9rYlQfb5oeJbrojzJFzZJ/VZ + GtKQA0RpBJAknHrAB6kf+qvVkg6Q0OhNK8rCetBTBxxQ6z2P2HiDh2wO3K79PzdxkGwxuxFp/ADx + UEFnrVnLzhwV6EbW2prLfgkNAm9rWXdw65Wm1SM70Z2l2u7fLizgc+cnnENjoMCoU5H1SHwiuJJa + rgyZTOauRx176D80lBHjG7jzqAw3SlxbPfWzrptTMOQ9KN17Z2i9K6CBZxU0lfy7a/ZTNXTdfQO9 + e0D/0i3QOat1XLLoLwDr16W45eV+1LJ+hfiGKQ0ma82KJDtkQe/6ubvfXnTf8G9QSwcI3u6B/QUD + AAAMBwAAUEsDBBQACAAIAPa7eU4AAAAAAAAAAAAAAABVAAAATG9nRmlsZXMva3VkdS90cmFjZS8y + MDE5LTAzLTI1VDIzLTMxLTQ1X2JkYjQ2ZV8wMTFfR0VUX2FwaS1zZXR0aW5ncy1icmFuY2hfMjAw + XzBzLnhtbJ2TW2/aQBCF3yv1P2z3OeMbxgGKI7mEJFZIiLAp6aMvA2xlvO7uOrdf37FTpKoSVdXX + PWdmds98O9UGG2aEqTDkcV3Ig6h3bIU/WtSGszIzdO457hicAXjD1BtMBu7EH1qB73Mmam2yuiBL + XuZ+gJy1qgq5nTXC1mgM9dJ2rsiy5+yAZi/LkF/PU87Ma0NV6jinESS448A5885ch7OZrGssjJB1 + yG8RG4gq8UTto5Z6KPGWvUtfMm1ZFmc3UpuQP2OeNQ08ixoquQuyfVA0WlSFpYuDlb21CsmhhUFt + 1UiPW2tUEO2wptqok2GDedLpQPONklWFyh65lmOdWwOPsxc4aPh1Z+huPHTLfBucj2EwCnLwMy+D + 3Cu3UDp+4Z5jUXrjgrNH2ESbBNY1Ur4llrBeLU6FNFvE8/sU4oeQ+441cix3OLRcx5t4/sgNul7R + agWL5TXEl/8+P4nTOVzOHxbLb3d9e6o9lRZnmygh81W0XqRws0zS++huftp/Kt1HuJLqOVPdgx+U + NDLke2MazdnFxw+MTX8Hb9manezAU6gbWWva9F/ICwiQIz9HO3FoWj2jeDtcyfB+kOILLXd5y1mC + 6glVyO9EoaSWWwNxnNiuY5H3P/c6y4o9HlEJeaPEE32Xfke6uUcDX1HpHmGfEBo4A3fck22IOEj7 + D0C8VqLoaba/a1l/ZsU+U/R1wtZsYcSZfTH9BMDKVvWmCXMOmgFQhFO7S/BP2Q2O+k9QSwcIgYQX + sSwCAADaAwAAUEsDBBQACAAIAAm8eU4AAAAAAAAAAAAAAABHAAAATG9nRmlsZXMva3VkdS90cmFj + ZS8yMDE5LTAzLTI1VDIzLTMyLTE4X2JkYjQ2ZV8wMTJfR0VUX2R1bXBfcGVuZGluZy54bWyFUtFu + 2zAMfB+wf9D0XKqR7Th2EBfwUrcN5jZB4iDZ3mSbSwTYsmbJC9qvn9KhxYAh2yt5d7wjOTMWNbHS + NpjQhaq6VqoDWeOPAY2lpBbW1b0Rj2HkgzcuPH/qe1MesSgMKZHKWKEqBynrMgiRkqFvEnpdD62m + pEV77OqE3mcFJfZZO1j/Jqyla/A4HF15V5xTMu+UwsrKTiX0C6KGtJE/nV5aVagtZM5Z7ZwlVNao + nN1n1xqcfC9fxG/WZ2EYY5Q8dMYm9ISl0BpOUkHTHUJxDCttZFMxU7VMvAw9OoSRFg1T6ILuYZfu + NrBVeJ6ENWzX+XuQeb7IngpYrJxlnzM+mjA+jhmP46k3nsTO/h7S9Rry5T0sbhMa4CQsyyAC/7sX + QBCNBZQhRoA190selV4QT86czaLI4DZb5cuvj68DHPeScUp26caB79JtXsDDclM8pY/ZZfzloHdd + fxL9OeOq72yX0KO12lBy8/EDIbM//2HeoFCDJvu2IXl3cJj//MP1zewTAKmH/vUoU8LHrSEAf0t/ + k3pjexStO7x1F2VL5Ur/GhB7bme/AFBLBwia4IjiqQEAAK8CAABQSwMEFAAIAAgA1bt5TgAAAAAA + AAAAAAAAAEsAAABMb2dGaWxlcy9rdWR1L3RyYWNlL1JEMDAxNTVENzhFQjFGLTQwZTU5MmVmLTJj + ZDQtNGMyMS04MzZjLWVhZGNmMTdhOGQ4Yy50eHQ1i0EKwjAQAO+Cf9gHpDQmVezeil6CtS0meC1F + gwZsG5PNwd9bBI/DzAi+KTMuM7E1QqLkWEgATUOg5OFi38lGYpDCCyEfvMujJXLTIzIYLT3nO0LX + asOAPt4ihP/g3WJkWeyZYDsG+jaaX9DMk13wcO71SXW91nV/rWp1rIxqGwS+Xn0BUEsHCHC0pcCF + AAAAkQAAAFBLAQIUABQACAAIAPG7eU5V/Tt3JwAAACgAAAASAAAAAAAAAAAAAAAAAAAAAABkZXBs + b3ltZW50cy9hY3RpdmVQSwECFAAUAAgACADxu3lOKBVfMN8HAADKFwAAPAAAAAAAAAAAAAAAAABn + AAAAZGVwbG95bWVudHMvY2M4NGZmZmY5MmE5NDA0Y2VlNTk1ZWU4OGMwMWVjNzkyNDJmZmIwNy9s + b2cubG9nUEsBAhQAFAAIAAgA3Lt5Tk08ibUyAAAAOQAAAD0AAAAAAAAAAAAAAAAAsAgAAGRlcGxv + eW1lbnRzL2NjODRmZmZmOTJhOTQwNGNlZTU5NWVlODhjMDFlYzc5MjQyZmZiMDcvbWFuaWZlc3RQ + SwECFAAUAAgACADxu3lOPimny2YBAAC8AgAAPwAAAAAAAAAAAAAAAABNCQAAZGVwbG95bWVudHMv + Y2M4NGZmZmY5MmE5NDA0Y2VlNTk1ZWU4OGMwMWVjNzkyNDJmZmIwNy9zdGF0dXMueG1sUEsBAhQA + FAAAAAAA2bt5TgAAAAAAAAAAAAAAABMAAAAAAAAAAAAAAAAAIAsAAGRlcGxveW1lbnRzL3BlbmRp + bmdQSwECFAAUAAgACADWu3lODAVmJHIAAACMAAAAGAAAAAAAAAAAAAAAAABRCwAAZGVwbG95bWVu + dHMvc2V0dGluZ3MueG1sUEsBAhQAFAAIAAgA27t5TnohM0npBAAA7gwAABwAAAAAAAAAAAAAAAAA + CQwAAGRlcGxveW1lbnRzL3Rvb2xzL2RlcGxveS5jbWRQSwECFAAUAAgACADbu3lOFF/2/WcAAACW + AAAAJAAAAAAAAAAAAAAAAAA8EQAAZGVwbG95bWVudHMvdG9vbHMvZGVwbG95bWVudENhY2hlS2V5 + UEsBAhQAFAAIAAgA17t5Tvr9nLIpAQAAwgEAABUAAAAAAAAAAAAAAAAA9REAAExvZ0ZpbGVzL2V2 + ZW50bG9nLnhtbFBLAQIUABQAAAAAAAm8eU4AAAAAAAAAAAAAAAAZAAAAAAAAAAAAAAAAAGETAABM + b2dGaWxlcy9rdWR1L2RlcGxveW1lbnQvUEsBAhQAFAAIAAgA1bt5TqiwKi7YAAAAOAEAAFMAAAAA + AAAAAAAAAAAAmBMAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0yNVQyMy0zMC00M19iZGI0 + NmVfMDAxX1N0YXJ0dXBfUE9TVF9hcGktc2V0dGluZ3NfMHMueG1sUEsBAhQAFAAIAAgA1rt5TohG + WdBHAgAABAQAAE8AAAAAAAAAAAAAAAAA8RQAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0y + NVQyMy0zMC00M19iZGI0NmVfMDAyX1BPU1RfYXBpLXNldHRpbmdzXzIwNF8xcy54bWxQSwECFAAU + AAgACADWu3lOObFpEiwCAADbAwAAVgAAAAAAAAAAAAAAAAC1FwAATG9nRmlsZXMva3VkdS90cmFj + ZS8yMDE5LTAzLTI1VDIzLTMwLTQ0X2JkYjQ2ZV8wMDNfR0VUX2FwaS1zZXR0aW5ncy1TY21UeXBl + XzIwMF8wcy54bWxQSwECFAAUAAgACADXu3lOSB3t9pQAAAC2AAAAQgAAAAAAAAAAAAAAAABlGgAA + TG9nRmlsZXMva3VkdS90cmFjZS8yMDE5LTAzLTI1VDIzLTMwLTQ3X2JkYjQ2ZV8wMDRfU2h1dGRv + d25fMHMueG1sUEsBAhQAFAAIAAgA2bt5Tjn1ysPkAAAARgEAAFoAAAAAAAAAAAAAAAAAaRsAAExv + Z0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0yNVQyMy0zMC01MV9iZGI0NmVfMDAxX1N0YXJ0dXBf + R0VUX2FwaS1zZXR0aW5ncy1TY21UeXBlXzBzLnhtbFBLAQIUABQACAAIANm7eU5J+FLmLgIAANwD + AABWAAAAAAAAAAAAAAAAANUcAABMb2dGaWxlcy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzAt + NTFfYmRiNDZlXzAwMl9HRVRfYXBpLXNldHRpbmdzLVNjbVR5cGVfMjAwXzBzLnhtbFBLAQIUABQA + CAAIANq7eU4mdRGrtwIAAC4FAABJAAAAAAAAAAAAAAAAAIcfAABMb2dGaWxlcy9rdWR1L3RyYWNl + LzIwMTktMDMtMjVUMjMtMzAtNTFfYmRiNDZlXzAwM19QT1NUX2RlcGxveV8yMDJfMXMueG1sUEsB + AhQAFAAIAAgA8bt5TqZ9peNQAwAALwoAAFEAAAAAAAAAAAAAAAAAtSIAAExvZ0ZpbGVzL2t1ZHUv + dHJhY2UvMjAxOS0wMy0yNVQyMy0zMC01MV9iZGI0NmVfMDA0X0JhY2tncm91bmRfUE9TVF9kZXBs + b3lfNDNzLnhtbFBLAQIUABQACAAIANq7eU4vh87ZzwIAAJQGAABYAAAAAAAAAAAAAAAAAIQmAABM + b2dGaWxlcy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzAtNTJfYmRiNDZlXzAwNV9HRVRfYXBp + LWRlcGxveW1lbnRzLWxhdGVzdF8yMDJfMHMueG1sUEsBAhQAFAAIAAgA5Lt5TpflPehdAwAAJAgA + AFgAAAAAAAAAAAAAAAAA2SkAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0yNVQyMy0zMS0w + OF9iZGI0NmVfMDA2X0dFVF9hcGktZGVwbG95bWVudHMtbGF0ZXN0XzIwMl8ycy54bWxQSwECFAAU + AAgACADnu3lOxz786SYCAADbAwAAVQAAAAAAAAAAAAAAAAC8LQAATG9nRmlsZXMva3VkdS90cmFj + ZS8yMDE5LTAzLTI1VDIzLTMxLTE1X2JkYjQ2ZV8wMDdfR0VUX2FwaS1zZXR0aW5ncy1icmFuY2hf + MjAwXzBzLnhtbFBLAQIUABQACAAIAOu7eU6hvpwmAQMAAA4HAABYAAAAAAAAAAAAAAAAAGUwAABM + b2dGaWxlcy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzEtMjJfYmRiNDZlXzAwOF9HRVRfYXBp + LWRlcGxveW1lbnRzLWxhdGVzdF8yMDJfMHMueG1sUEsBAhQAFAAIAAgA8Lt5Tt7ugf0FAwAADAcA + AFgAAAAAAAAAAAAAAAAA7DMAAExvZ0ZpbGVzL2t1ZHUvdHJhY2UvMjAxOS0wMy0yNVQyMy0zMS0z + Ml9iZGI0NmVfMDA5X0dFVF9hcGktZGVwbG95bWVudHMtbGF0ZXN0XzIwMl8wcy54bWxQSwECFAAU + AAgACAD2u3lOgYQXsSwCAADaAwAAVQAAAAAAAAAAAAAAAAB3NwAATG9nRmlsZXMva3VkdS90cmFj + ZS8yMDE5LTAzLTI1VDIzLTMxLTQ1X2JkYjQ2ZV8wMTFfR0VUX2FwaS1zZXR0aW5ncy1icmFuY2hf + MjAwXzBzLnhtbFBLAQIUABQACAAIAAm8eU6a4IjiqQEAAK8CAABHAAAAAAAAAAAAAAAAACY6AABM + b2dGaWxlcy9rdWR1L3RyYWNlLzIwMTktMDMtMjVUMjMtMzItMThfYmRiNDZlXzAxMl9HRVRfZHVt + cF9wZW5kaW5nLnhtbFBLAQIUABQACAAIANW7eU5wtKXAhQAAAJEAAABLAAAAAAAAAAAAAAAAAEQ8 + AABMb2dGaWxlcy9rdWR1L3RyYWNlL1JEMDAxNTVENzhFQjFGLTQwZTU5MmVmLTJjZDQtNGMyMS04 + MzZjLWVhZGNmMTdhOGQ4Yy50eHRQSwUGAAAAABoAGgAvCwAAQj0AAAAA headers: - cache-control: [no-cache] - content-disposition: [attachment; filename=dump-09-26-18-47-04.zip] - content-type: [application/zip] - date: ['Wed, 26 Sep 2018 18:47:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=91262cb8902a44f7943d9ada99077ed342d5aafe7bcf1c1d3a612d5066868595;Path=/;HttpOnly;Domain=webapp-win-logwld2gjvb2w.scm.azurewebsites.net] - transfer-encoding: [chunked] - x-aspnet-version: [4.0.30319] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-disposition: + - attachment; filename=dump-03-25-23-32-18.zip + content-type: + - application/zip + date: + - Mon, 25 Mar 2019 23:32:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=bdb46e843957bff5d283a570e4de8d3316b6107921749f43630117f49184041e;Path=/;HttpOnly;Domain=webapp-win-log6ah6cpsilc.scm.azurewebsites.net + transfer-encoding: + - chunked + x-aspnet-version: + - 4.0.30319 + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 26 Sep 2018 18:47:05 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdZV09NRkZPRUhFVkFNWEdFTTdISTVIN1VPNzQyQ01HU0ZHUXw1QzU5NTMzNjQyMDI2MjUwLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:32:19 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdGUklNVDM0UFBKT1pMM0ZSMkdSQ1pEWlVWT1JETENBREVBRnxFOTc4QjE3RDE0MENDOTc5LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_app_service_plan.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_app_service_plan.yaml index 21dfe00bf86..c983020b90f 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_app_service_plan.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_app_service_plan.yaml @@ -1,122 +1,206 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2019-01-15T23:48:18Z"}}' + "date": "2019-03-25T23:35:26Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.55] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-01-15T23:48:18Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:35:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 15 Jan 2019 23:48:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.55] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-01-15T23:48:18Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:35:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 15 Jan 2019 23:48:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp plan create] - Connection: [keep-alive] - Content-Length: ['124'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.55] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp plan create + Connection: + - keep-alive + Content-Length: + - '124' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcappplan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcappplan000002","name":"funcappplan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":9586,"name":"funcappplan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"1402be24-4f35-4ab7-a212-2cd496ebdf14","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-113_9586","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcappplan000002","name":"funcappplan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":21252,"name":"funcappplan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-079_21252","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1497'] - content-type: [application/json] - date: ['Tue, 15 Jan 2019 23:48:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.55] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Tue, 15 Jan 2019 23:48:49 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdUUFZFVUQ2TzVaTjM0RktYQUVFNFAyRU1LVVVVQUdaUU1ETHxBQTc0MzVFQ0JGRjUzQzI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdBRDNVR0dNSDJNMkZXN1FTUVhQQ1IySEozNERHQjZSVUNUT3wxODQyNEREMEMyRkQ2NjAyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_e2e.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_e2e.yaml index 0b7135aff20..570b609ed17 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_e2e.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_e2e.yaml @@ -1,141 +1,230 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-17T00:29:58Z"}}' + "date": "2019-03-25T23:33:46Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azurecli-functionapp-c-e2e000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001","name":"azurecli-functionapp-c-e2e000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-17T00:29:58Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001","name":"azurecli-functionapp-c-e2e000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:33:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:30:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:46 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:30:09 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/bc23a9c0-486c-4c6b-ba56-002c549e1321?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:47 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/0b64829e-e169-4263-96ae-467a784ba5e9?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/bc23a9c0-486c-4c6b-ba56-002c549e1321?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/0b64829e-e169-4263-96ae-467a784ba5e9?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:30:10.6286491Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:30:10.6286491Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:30:10.5192688Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:33:48.0479122Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:33:48.0479122Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:33:47.9698333Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:30:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:30:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions?sku=Dynamic&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central US","name":"Central US","type":"Microsoft.Web/geoRegions","properties":{"name":"Central US","description":null,"sortOrder":0,"displayName":"Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/North Europe","name":"North Europe","type":"Microsoft.Web/geoRegions","properties":{"name":"North @@ -186,364 +275,614 @@ interactions: West","name":"UK West","type":"Microsoft.Web/geoRegions","properties":{"name":"UK West","description":null,"sortOrder":2147483647,"displayName":"UK West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/UK South","name":"UK South","type":"Microsoft.Web/geoRegions","properties":{"name":"UK - South","description":null,"sortOrder":2147483647,"displayName":"UK South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/France + South","description":null,"sortOrder":2147483647,"displayName":"UK South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Korea + Central","name":"Korea Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Korea + Central","description":null,"sortOrder":2147483647,"displayName":"Korea Central"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/France Central","name":"France Central","type":"Microsoft.Web/geoRegions","properties":{"name":"France - Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}}],"nextLink":null,"id":null}'} + Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Australia + Central","name":"Australia Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Australia + Central","description":null,"sortOrder":2147483647,"displayName":"Australia + Central"}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['6684'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:30:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '7254' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:30:10.6286491Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:30:10.6286491Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:30:10.5192688Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:33:48.0479122Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:33:48.0479122Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:33:47.9698333Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:30:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -c -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -c -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:30:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp", "location": "westus", "properties": {"reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "FUNCTIONS_EXTENSION_VERSION", "value": "~2"}, - {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=YqL4crxb/OqHLhXbMP8h6OlmA3T6hogphQm5FzkZ9Q5KXVcGmkl1Ii3aMaYnsBxCnrZaXOyXzndWxAdUAbAGeg=="}, - {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=YqL4crxb/OqHLhXbMP8h6OlmA3T6hogphQm5FzkZ9Q5KXVcGmkl1Ii3aMaYnsBxCnrZaXOyXzndWxAdUAbAGeg=="}, + {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}, {"name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", - "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=YqL4crxb/OqHLhXbMP8h6OlmA3T6hogphQm5FzkZ9Q5KXVcGmkl1Ii3aMaYnsBxCnrZaXOyXzndWxAdUAbAGeg=="}, + "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_CONTENTSHARE", "value": "functionappconsumption000003"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1221'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -c -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1221' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -c -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-117.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:30:39.8033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90","possibleOutboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90,104.42.42.126,104.42.43.41,104.42.198.122","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-117","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-059.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:13.11","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","possibleOutboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-059","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3424'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:31:29 GMT'] - etag: ['"1D47E0CC4920C00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3458' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:45 GMT + etag: + - '"1D4E36341364490"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-117.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:30:40.32","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90","possibleOutboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90,104.42.42.126,104.42.43.41,104.42.198.122","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-117","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West + US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-059.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:13.593","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","possibleOutboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-059","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['3458'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:31:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3498' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-117.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:30:40.32","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90","possibleOutboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90,104.42.42.126,104.42.43.41,104.42.198.122","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-117","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West + US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-059.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:13.593","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","possibleOutboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-059","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3420'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:31:32 GMT'] - etag: ['"1D47E0CC4920C00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3460' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:46 GMT + etag: + - '"1D4E36341364490"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp show] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp show + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1294'] - content-type: [application/xml] - date: ['Sat, 17 Nov 2018 00:31:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1294' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:34:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp update] - Connection: [keep-alive] - ParameterSetName: [-g -n --set] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --set + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-117.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:30:40.32","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90","possibleOutboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90,104.42.42.126,104.42.43.41,104.42.198.122","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-117","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West + US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-059.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:13.593","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","possibleOutboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-059","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3420'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:31:33 GMT'] - etag: ['"1D47E0CC4920C00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3460' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:48 GMT + etag: + - '"1D4E36341364490"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp", "location": "West US", "properties": {"enabled": true, "hostNameSslStates": [{"name": "functionappconsumption000003.azurewebsites.net", "sslState": "Disabled", "hostType": "Standard"}, {"name": "functionappconsumption000003.scm.azurewebsites.net", "sslState": "Disabled", "hostType": "Repository"}], "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan", - "reserved": false, "isXenon": false, "scmSiteAlsoStopped": false, "clientAffinityEnabled": - true, "clientCertEnabled": false, "hostNamesDisabled": false, "containerSize": - 1536, "dailyMemoryTimeQuota": 0, "httpsOnly": false}}\''''' + "reserved": false, "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": + false, "clientAffinityEnabled": true, "clientCertEnabled": false, "hostNamesDisabled": + false, "containerSize": 1536, "dailyMemoryTimeQuota": 0, "httpsOnly": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp update] - Connection: [keep-alive] - Content-Length: ['780'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --set] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp update + Connection: + - keep-alive + Content-Length: + - '797' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --set + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-117.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:31:35.76","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90","possibleOutboundIpAddresses":"104.42.53.248,104.42.195.62,104.42.199.12,104.42.43.137,104.42.194.90,104.42.42.126,104.42.43.41,104.42.198.122","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-117","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003","name":"functionappconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West + US","properties":{"name":"functionappconsumption000003","state":"Running","hostNames":["functionappconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-c-e2e000001-WestUSwebspace","selfLink":"https://waws-prod-bay-059.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-c-e2e000001-WestUSwebspace/sites/functionappconsumption000003","repositorySiteName":"functionappconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappconsumption000003.azurewebsites.net","functionappconsumption000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappconsumption000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:49.657","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","possibleOutboundIpAddresses":"23.99.7.165,23.99.4.206,23.99.7.131,23.99.3.236","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-059","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-c-e2e000001","defaultHostName":"functionappconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3420'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:31:36 GMT'] - etag: ['"1D47E0CE59D8500"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3459' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:50 GMT + etag: + - '"1D4E36341364490"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-c-e2e000001/providers/Microsoft.Web/sites/functionappconsumption000003?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 17 Nov 2018 00:31:41 GMT'] - etag: ['"1D47E0CE59D8500"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:34:53 GMT + etag: + - '"1D4E36356B53290"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azurecli-functionapp-c-e2e000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 17 Nov 2018 00:31:42 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlVSRUNMSToyREZVTkNUSU9OQVBQOjJEQzoyREUyRTdHT0lUUDZQWk5OTzU3VXxDOEMwQzlCRUI3Njc2QzBFLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:34:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlVSRUNMSToyREZVTkNUSU9OQVBQOjJEQzoyREUyRUFOT0VTUFJTRlhGWDVRTnw5QTYzMzczQTAyNzIwOEY0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_linux.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_linux.yaml index 5d2cf80223f..431ebb9a3e6 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_linux.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_consumption_linux.yaml @@ -1,140 +1,230 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-12-10T23:24:28Z"}}' + "date": "2019-03-25T23:34:21Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azurecli-functionapp-linux000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001","name":"azurecli-functionapp-linux000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-12-10T23:24:28Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001","name":"azurecli-functionapp-linux000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:21Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 10 Dec 2018 23:24:40 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Mon, 10 Dec 2018 23:24:44 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1e645a10-9732-4ff8-98c2-6dbb34155585?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:22 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/e91d1fd5-9fe6-4ed6-b8a6-e692d40691c7?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1e645a10-9732-4ff8-98c2-6dbb34155585?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/e91d1fd5-9fe6-4ed6-b8a6-e692d40691c7?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-12-10T23:24:44.4201595Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-12-10T23:24:44.4201595Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-12-10T23:24:44.3264034Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:22.5088125Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:22.5088125Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:22.4463103Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions?sku=Dynamic&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central US","name":"Central US","type":"Microsoft.Web/geoRegions","properties":{"name":"Central US","description":null,"sortOrder":0,"displayName":"Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/North Europe","name":"North Europe","type":"Microsoft.Web/geoRegions","properties":{"name":"North @@ -192,247 +282,419 @@ interactions: Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Australia Central","name":"Australia Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Australia Central","description":null,"sortOrder":2147483647,"displayName":"Australia - Central"}}],"nextLink":null,"id":null}'} + Central"}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7254'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:09 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '7254' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-12-10T23:24:44.4201595Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-12-10T23:24:44.4201595Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-12-10T23:24:44.3264034Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:22.5088125Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:22.5088125Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:22.4463103Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp,linux", "location": "westus", "properties": {"reserved": true, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": - "v4.6", "appSettings": [{"name": "FUNCTIONS_EXTENSION_VERSION", "value": "~2"}, - {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=TOcFRIYJkxjWQACl+ce4+K2Q9ZZblsG6KhSoPxI2P2DaopKn7GqaUUuSTBhP2p2xU0l8St2Xb4NIIUs03cObUw=="}, - {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=TOcFRIYJkxjWQACl+ce4+K2Q9ZZblsG6KhSoPxI2P2DaopKn7GqaUUuSTBhP2p2xU0l8St2Xb4NIIUs03cObUw=="}, - {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}, {"name": "FUNCTIONS_WORKER_RUNTIME", - "value": "node"}, {"name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", "value": - "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=TOcFRIYJkxjWQACl+ce4+K2Q9ZZblsG6KhSoPxI2P2DaopKn7GqaUUuSTBhP2p2xU0l8St2Xb4NIIUs03cObUw=="}, + "v4.6", "appSettings": [{"name": "FUNCTIONS_WORKER_RUNTIME", "value": "node"}, + {"name": "FUNCTIONS_EXTENSION_VERSION", "value": "~2"}, {"name": "AzureWebJobsStorage", + "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}, {"name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", + "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_CONTENTSHARE", "value": "functionapplinuxconsumption000003"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1281'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1281' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003","name":"functionapplinuxconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp,linux","location":"westus","properties":{"name":"functionapplinuxconsumption000003","state":"Running","hostNames":["functionapplinuxconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-linux000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-linux000001-WestUSwebspace/sites/functionapplinuxconsumption000003","repositorySiteName":"functionapplinuxconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionapplinuxconsumption000003.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionapplinuxconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/serverfarms/WestUSLinuxDynamicPlan","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-12-10T23:25:17.8766667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionapplinuxconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-linux000001","defaultHostName":"functionapplinuxconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003","name":"functionapplinuxconsumption000003","type":"Microsoft.Web/sites","kind":"functionapp,linux","location":"westus","properties":{"name":"functionapplinuxconsumption000003","state":"Running","hostNames":["functionapplinuxconsumption000003.azurewebsites.net"],"webSpace":"azurecli-functionapp-linux000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/azurecli-functionapp-linux000001-WestUSwebspace/sites/functionapplinuxconsumption000003","repositorySiteName":"functionapplinuxconsumption000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionapplinuxconsumption000003.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionapplinuxconsumption000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/serverfarms/WestUSLinuxDynamicPlan","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:48.3066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionapplinuxconsumption000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"azurecli-functionapp-linux000001","defaultHostName":"functionapplinuxconsumption000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3124'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:33 GMT'] - etag: ['"1D490DF9CC95295"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3233' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:04 GMT + etag: + - '"1D4E3635629C875"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=TOcFRIYJkxjWQACl+ce4+K2Q9ZZblsG6KhSoPxI2P2DaopKn7GqaUUuSTBhP2p2xU0l8St2Xb4NIIUs03cObUw==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=TOcFRIYJkxjWQACl+ce4+K2Q9ZZblsG6KhSoPxI2P2DaopKn7GqaUUuSTBhP2p2xU0l8St2Xb4NIIUs03cObUw==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","FUNCTIONS_WORKER_RUNTIME":"node","WEBSITE_CONTENTAZUREFILECONNECTIONSTRING":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=TOcFRIYJkxjWQACl+ce4+K2Q9ZZblsG6KhSoPxI2P2DaopKn7GqaUUuSTBhP2p2xU0l8St2Xb4NIIUs03cObUw==","WEBSITE_CONTENTSHARE":"functionapplinuxconsumption000003"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","WEBSITE_CONTENTAZUREFILECONNECTIONSTRING":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_CONTENTSHARE":"functionapplinuxconsumption000003"}}' headers: - cache-control: [no-cache] - content-length: ['1204'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1204' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionapplinuxconsumption000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} + body: + string: '{"id":null,"name":"functionapplinuxconsumption000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:25:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurecli-functionapp-linux000001/providers/Microsoft.Web/sites/functionapplinuxconsumption000003?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 10 Dec 2018 23:25:39 GMT'] - etag: ['"1D490DF9CC95295"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:08 GMT + etag: + - '"1D4E3635629C875"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azurecli-functionapp-linux000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 10 Dec 2018 23:25:40 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlVSRUNMSToyREZVTkNUSU9OQVBQOjJETElOVVgzUE1BMkg3QkVNM05FTVFMUnw0M0VEM0REOEUzQjk2QTFBLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlVSRUNMSToyREZVTkNUSU9OQVBQOjJETElOVVg0WkI2U0FUVjVCWFVaRFpWSnxFQzk3MUIzRTU5NUZCNjc0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_cors.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_cors.yaml index b6c75e31b23..f29585e7740 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_cors.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_cors.yaml @@ -1,416 +1,693 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-17T00:32:42Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + "date": "2019-03-25T23:32:11Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-17T00:32:42Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:32:44 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:11Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:12 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:32:46 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/09c7602a-abc7-47b2-b7db-557b4d74e2cb?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:13 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/24e31a6b-2b51-493d-a364-83257310bb6f?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/09c7602a-abc7-47b2-b7db-557b4d74e2cb?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/24e31a6b-2b51-493d-a364-83257310bb6f?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:32:46.6062075Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:32:46.6062075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:32:46.5124988Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:32:13.2662996Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:32:13.2662996Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:32:13.1725739Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-17T00:32:42Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:33:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:11Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:31 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"location": "westus", "properties": {"perSiteScaling": false, "hyperV": + body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['138'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003","name":"slot-traffic-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":14697,"name":"slot-traffic-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"00977cdb-163f-435f-9c32-39ec8ae61f4d","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-091_14697","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1454'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003","name":"slot-traffic-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8105,"name":"slot-traffic-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8105","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1497' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name -g --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --name -g --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-17T00:32:42Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:33:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:11Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name -g --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --name -g --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:32:46.6062075Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:32:46.6062075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:32:46.5124988Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:32:13.2662996Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:32:13.2662996Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:32:13.1725739Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003","name":"slot-traffic-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":14697,"name":"slot-traffic-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"00977cdb-163f-435f-9c32-39ec8ae61f4d","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-091_14697","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1454'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003","name":"slot-traffic-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8105,"name":"slot-traffic-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8105","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1497' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:32:46.6062075Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:32:46.6062075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:32:46.5124988Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:32:13.2662996Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:32:13.2662996Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:32:13.1725739Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --plan -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --plan -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp", "location": "West US", "properties": {"serverFarmId": "slot-traffic-plan000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "FUNCTIONS_EXTENSION_VERSION", - "value": "~2"}, {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=IgV/OpJKY4D+HeoOZZESBBYj1ukfcxzGpeU+o4Fx0fxp16mfjTGrOc8ugDltCWFc+p45rY+qyZN3ESmox8mg4g=="}, - {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=IgV/OpJKY4D+HeoOZZESBBYj1ukfcxzGpeU+o4Fx0fxp16mfjTGrOc8ugDltCWFc+p45rY+qyZN3ESmox8mg4g=="}, + "value": "~2"}, {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "alwaysOn": true, "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['931'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '931' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004","name":"slot-traffic-web000004","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"slot-traffic-web000004","state":"Running","hostNames":["slot-traffic-web000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-091.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000004","repositorySiteName":"slot-traffic-web000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000004.azurewebsites.net","slot-traffic-web000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:33:38.59","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.128.171,104.42.131.62,104.42.134.143,104.42.130.245,104.42.133.164","possibleOutboundIpAddresses":"104.42.128.171,104.42.131.62,104.42.134.143,104.42.130.245,104.42.133.164,104.42.129.68,104.42.130.49","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-091","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3237'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:55 GMT'] - etag: ['"1D47E0D2F202F20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004","name":"slot-traffic-web000004","type":"Microsoft.Web/sites","kind":"functionapp","location":"West + US","properties":{"name":"slot-traffic-web000004","state":"Running","hostNames":["slot-traffic-web000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-119.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000004","repositorySiteName":"slot-traffic-web000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000004.azurewebsites.net","slot-traffic-web000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:32:43.21","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12","possibleOutboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12,104.40.0.244,157.56.167.87,157.56.164.95","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-119","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3367' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:59 GMT + etag: + - '"1D4E3630BAD620B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp cors add] - Connection: [keep-alive] - ParameterSetName: [-g -n --allowed-origins] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp cors add + Connection: + - keep-alive + ParameterSetName: + - -g -n --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004/config/web","name":"slot-traffic-web000004","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2711'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004/config/web","name":"slot-traffic-web000004","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2853' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -427,96 +704,164 @@ interactions: "https://msn.com"]}, "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp cors add] - Connection: [keep-alive] - Content-Length: ['1209'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --allowed-origins] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp cors add + Connection: + - keep-alive + Content-Length: + - '1209' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004","name":"slot-traffic-web000004","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com","https://msdn.com","https://msn.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2734'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:33:59 GMT'] - etag: ['"1D47E0D3B66FC6B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004","name":"slot-traffic-web000004","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com","https://msdn.com","https://msn.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2876' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:01 GMT + etag: + - '"1D4E3630BAD620B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp cors show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp cors show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004/config/web","name":"slot-traffic-web000004","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com","https://msdn.com","https://msn.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2752'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:34:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000004/config/web","name":"slot-traffic-web000004","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com","https://msdn.com","https://msn.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2894' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 17 Nov 2018 00:34:01 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdCUTdSUUpaM09ISVRXTDJHTUY2NzdFQVlLSVFLNkpSV0lIT3w1QUU1NzBDQUUxNDNDQzhFLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:33:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdCUEpBTVpORjY3QjRUVTc2WkxLSE9WWEs2QVhRR1hPNU1QNnwzMDg3Q0RCMUU2MzE0RjU4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_e2e.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_e2e.yaml index c093530c94b..8c927fbdefc 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_e2e.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_e2e.yaml @@ -1,1553 +1,1062 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-17T00:20:54Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + "date": "2019-03-25T23:34:04Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-17T00:20:54Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:20:57 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:04Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:04 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-17T00:20:57Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + "date": "2019-03-25T23:34:05Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-17T00:20:57Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:20:58 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002","name":"clitest.rg000002","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:05Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:04 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-17T00:20:54Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:20:59 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:04Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"location": "westus", "properties": {"perSiteScaling": false, "hyperV": + body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['135'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":7362,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"00977cdb-163f-435f-9c32-39ec8ae61f4d","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_7362","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:21:22 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":21251,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-079_21251","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":7362,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"00977cdb-163f-435f-9c32-39ec8ae61f4d","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_7362","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['1486'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:21:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":21251,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-079_21251","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '1533' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --name -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/functionappplanstorage?api-version=2018-07-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:21:25 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/377a5694-53ec-474a-b449-932680cb651d?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/c73d248b-d519-47ea-8c4a-4c3efcdfe53c?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --name -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/377a5694-53ec-474a-b449-932680cb651d?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/c73d248b-d519-47ea-8c4a-4c3efcdfe53c?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/functionappplanstorage","name":"functionappplanstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:26.0029169Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:26.0029169Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:21:25.9247595Z","primaryEndpoints":{"blob":"https://functionappplanstorage.blob.core.windows.net/","queue":"https://functionappplanstorage.queue.core.windows.net/","table":"https://functionappplanstorage.table.core.windows.net/","file":"https://functionappplanstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1157'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:21:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/functionappplanstorage","name":"functionappplanstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:14.8667753Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:14.8667753Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:14.7886720Z","primaryEndpoints":{"blob":"https://functionappplanstorage.blob.core.windows.net/","queue":"https://functionappplanstorage.queue.core.windows.net/","table":"https://functionappplanstorage.table.core.windows.net/","file":"https://functionappplanstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1157' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --name -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/functionappplanstorage2?api-version=2018-07-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:21:45 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:03 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:07 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:11 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:14 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:18 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:21 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:25 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:29 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:33 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:36 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:40 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:44 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:47 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:51 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:55 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:22:59 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:02 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:06 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:34 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/07b2b5e0-2daf-4679-9e55-67df57f1fdbc?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - --name -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/07b2b5e0-2daf-4679-9e55-67df57f1fdbc?monitor=true&api-version=2018-07-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:09 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/functionappplanstorage2","name":"functionappplanstorage2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:33.9883835Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:33.9883835Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:33.9258490Z","primaryEndpoints":{"blob":"https://functionappplanstorage2.blob.core.windows.net/","queue":"https://functionappplanstorage2.queue.core.windows.net/","table":"https://functionappplanstorage2.table.core.windows.net/","file":"https://functionappplanstorage2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1163' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:13 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:17 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:21 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:25 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:29 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:33 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:36 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:41 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:44 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:48 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:51 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:55 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:23:59 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:24:02 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Sat, 17 Nov 2018 00:24:06 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - status: {code: 202, message: Accepted} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [--name -g -l --sku] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/1bf00d62-e5f6-414d-ba39-7827a353adf2?monitor=true&api-version=2018-07-01 - response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/functionappplanstorage2","name":"functionappplanstorage2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:46.2729961Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:46.2729961Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:21:46.1792186Z","primaryEndpoints":{"blob":"https://functionappplanstorage2.blob.core.windows.net/","queue":"https://functionappplanstorage2.queue.core.windows.net/","table":"https://functionappplanstorage2.table.core.windows.net/","file":"https://functionappplanstorage2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1163'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":7362,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"00977cdb-163f-435f-9c32-39ec8ae61f4d","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_7362","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":21251,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-079_21251","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/functionappplanstorage?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/functionappplanstorage","name":"functionappplanstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:26.0029169Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:26.0029169Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:21:25.9247595Z","primaryEndpoints":{"blob":"https://functionappplanstorage.blob.core.windows.net/","queue":"https://functionappplanstorage.queue.core.windows.net/","table":"https://functionappplanstorage.table.core.windows.net/","file":"https://functionappplanstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1157'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/functionappplanstorage","name":"functionappplanstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:14.8667753Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:14.8667753Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:14.7886720Z","primaryEndpoints":{"blob":"https://functionappplanstorage.blob.core.windows.net/","queue":"https://functionappplanstorage.queue.core.windows.net/","table":"https://functionappplanstorage.table.core.windows.net/","file":"https://functionappplanstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1157' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/functionappplanstorage/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''{"kind": "functionapp", "location": "West US", "properties": {"serverFarmId": "func-e2e-plan000005", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "FUNCTIONS_EXTENSION_VERSION", - "value": "~2"}, {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage;AccountKey=T9CZlZelB2YJbEsohB72vcdSq66X4nQJXriKbMwXRZW8QrxfSu1gji9FJapyYYUdq66OpwGADcvA5C2YDwJXCg=="}, - {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage;AccountKey=T9CZlZelB2YJbEsohB72vcdSq66X4nQJXriKbMwXRZW8QrxfSu1gji9FJapyYYUdq66OpwGADcvA5C2YDwJXCg=="}, + "value": "~2"}, {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "alwaysOn": true, "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['927'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '927' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/func-e2e000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/func-e2e000003","name":"func-e2e000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"func-e2e000003","state":"Running","hostNames":["func-e2e000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-111.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/func-e2e000003","repositorySiteName":"func-e2e000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["func-e2e000003.azurewebsites.net","func-e2e000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"func-e2e000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"func-e2e000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:24:16.68","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"func-e2e000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103","possibleOutboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103,40.112.173.196,40.112.176.145,40.83.179.99","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-111","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"func-e2e000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3241'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:33 GMT'] - etag: ['"1D47E0BE02E6FAB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/func-e2e000003","name":"func-e2e000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"West + US","properties":{"name":"func-e2e000003","state":"Running","hostNames":["func-e2e000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-079.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/func-e2e000003","repositorySiteName":"func-e2e000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["func-e2e000003.azurewebsites.net","func-e2e000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"func-e2e000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"func-e2e000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:55.14","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"func-e2e000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21","possibleOutboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21,13.91.96.210,13.91.94.255","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-079","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"func-e2e000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3345' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:15 GMT + etag: + - '"1D4E3635A9D1B20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":7362,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"00977cdb-163f-435f-9c32-39ec8ae61f4d","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":1,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_7362","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","name":"func-e2e-plan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":21251,"name":"func-e2e-plan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":1,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-079_21251","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/functionappplanstorage2?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/functionappplanstorage2","name":"functionappplanstorage2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:46.2729961Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-11-17T00:21:46.2729961Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-17T00:21:46.1792186Z","primaryEndpoints":{"blob":"https://functionappplanstorage2.blob.core.windows.net/","queue":"https://functionappplanstorage2.queue.core.windows.net/","table":"https://functionappplanstorage2.table.core.windows.net/","file":"https://functionappplanstorage2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} - headers: - cache-control: [no-cache] - content-length: ['1163'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/functionappplanstorage2","name":"functionappplanstorage2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:33.9883835Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:33.9883835Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:33.9258490Z","primaryEndpoints":{"blob":"https://functionappplanstorage2.blob.core.windows.net/","queue":"https://functionappplanstorage2.queue.core.windows.net/","table":"https://functionappplanstorage2.table.core.windows.net/","file":"https://functionappplanstorage2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + headers: + cache-control: + - no-cache + content-length: + - '1163' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/functionappplanstorage2/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} - headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1196'] - status: {code: 200, message: OK} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp", "location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "FUNCTIONS_EXTENSION_VERSION", "value": "~2"}, - {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage2;AccountKey=E70JJFd52Dn+/I5RTtJb96qauo4gYTnydyU5nlmg/aZs5VX8yCjeBbToDwm6scS6bepGd1MxMbWDxPq1dfnJdg=="}, - {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage2;AccountKey=E70JJFd52Dn+/I5RTtJb96qauo4gYTnydyU5nlmg/aZs5VX8yCjeBbToDwm6scS6bepGd1MxMbWDxPq1dfnJdg=="}, + {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage2;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=functionappplanstorage2;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "alwaysOn": true, "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1108'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -p -s] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1108' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -p -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/func-e2e000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/func-e2e000004","name":"func-e2e000004","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"func-e2e000004","state":"Running","hostNames":["func-e2e000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-111.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/func-e2e000004","repositorySiteName":"func-e2e000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["func-e2e000004.azurewebsites.net","func-e2e000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"func-e2e000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"func-e2e000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-17T00:24:38.3966667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"func-e2e000004","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103","possibleOutboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103,40.112.173.196,40.112.176.145,40.83.179.99","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-111","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000002","defaultHostName":"func-e2e000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3246'] - content-type: [application/json] - date: ['Sat, 17 Nov 2018 00:24:55 GMT'] - etag: ['"1D47E0BED22AE00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Web/sites/func-e2e000004","name":"func-e2e000004","type":"Microsoft.Web/sites","kind":"functionapp","location":"West + US","properties":{"name":"func-e2e000004","state":"Running","hostNames":["func-e2e000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-079.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/func-e2e000004","repositorySiteName":"func-e2e000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["func-e2e000004.azurewebsites.net","func-e2e000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"func-e2e000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"func-e2e000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/func-e2e-plan000005","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:22.6066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"func-e2e000004","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21","possibleOutboundIpAddresses":"40.80.155.102,13.93.226.152,13.93.228.36,13.93.230.197,13.93.228.21,13.91.96.210,13.91.94.255","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-079","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000002","defaultHostName":"func-e2e000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3350' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:34 GMT + etag: + - '"1D4E3636AFB2B60"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/func-e2e000003?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 17 Nov 2018 00:24:57 GMT'] - etag: ['"1D47E0BE02E6FAB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:37 GMT + etag: + - '"1D4E3635A9D1B20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000002?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 17 Nov 2018 00:24:59 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdFTkhJV0dWTEkyUEVURTNaNlNJU1ZOU0hGRU1YRDRRS1VXT3w1MThDN0Q4OTNBQkI5RjI2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:37 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdHWEpDWURHTEhWRkRJVjNIQ01SQzQ0RkxPNlVIMjdHVEVGSHwzRkMxREE5MTAyMDYwMEU1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.5 (Windows-10-10.0.17763-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 17 Nov 2018 00:25:01 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdSS0RJNDVERERITFlRN01TWE1LQkFaRjVPTUNFRkZPSUhONnxGMUQ5RDI1RTlBNTkxM0FCLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdWUlZBWDZKUFFOSExKTDRTRzRIMzdJSElZNTQzMlRJSkNaUnxGQThBQzdFMkNGOTFCNjc0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_on_linux.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_on_linux.yaml index d93023ae458..9e2c3ba1dc0 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_on_linux.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_on_linux.yaml @@ -1,442 +1,750 @@ interactions: - request: body: '{"location": "southcentralus", "tags": {"product": "azurecli", "cause": - "automation", "date": "2019-02-26T22:22:05Z"}}' + "automation", "date": "2019-03-25T23:35:09Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['118'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '118' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2019-02-26T22:22:05Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:35:09Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['392'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Feb 2019 22:22:08 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '392' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Tue, 26 Feb 2019 22:22:12 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/038be1ea-340d-4094-b6d8-a35b66a714b2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:11 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/0d9f0ebf-5b1d-4225-a335-11c25fad461c?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/038be1ea-340d-4094-b6d8-a35b66a714b2?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/0d9f0ebf-5b1d-4225-a335-11c25fad461c?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-02-26T22:22:12.2000103Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-02-26T22:22:12.2000103Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-02-26T22:22:12.0593617Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:11.7562652Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:11.7562652Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:35:11.6624753Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:22:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:22:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2019-02-26T22:22:05Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:35:09Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['392'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Feb 2019 22:22:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '392' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:30 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "southcentralus", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['165'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '165' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","name":"funcapplinplan000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":13165,"name":"funcapplinplan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-SouthCentralUSwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-sn1-147_13165","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","name":"funcapplinplan000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South + Central US","properties":{"serverFarmId":14053,"name":"funcapplinplan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-SouthCentralUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"South + Central US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-sn1-147_14053","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1528'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:22:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1528' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -s --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -s --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","name":"funcapplinplan000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":13165,"name":"funcapplinplan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-SouthCentralUSwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-sn1-147_13165","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","name":"funcapplinplan000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South + Central US","properties":{"serverFarmId":14053,"name":"funcapplinplan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-SouthCentralUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"South + Central US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-sn1-147_14053","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1528'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:22:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1528' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -s --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -s --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-02-26T22:22:12.2000103Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-02-26T22:22:12.2000103Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-02-26T22:22:12.0593617Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:11.7562652Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:11.7562652Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:35:11.6624753Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:22:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --plan -s --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --plan -s --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:22:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp,linux", "location": "South Central US", "properties": {"serverFarmId": "funcapplinplan000003", "reserved": true, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "linuxFxVersion": "DOCKER|mcr.microsoft.com/azure-functions/node:2.0", "appSettings": [{"name": "FUNCTIONS_WORKER_RUNTIME", "value": "node"}, {"name": "FUNCTIONS_EXTENSION_VERSION", - "value": "beta"}, {"name": "MACHINEKEY_DecryptionKey", "value": "C5D1F0EFF36536EAF60D171142A1F0C9AEECB4BA7D1CC4C49BD796ADAAD51DF1"}, + "value": "~2"}, {"name": "MACHINEKEY_DecryptionKey", "value": "F91B7894DCBC117480B425B557F6D94B2C0981BB506BA5C9C24E8A6FA2159961"}, {"name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE", "value": "true"}, {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "alwaysOn": true, "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1254'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan -s --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1252' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -s --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004","name":"functionapp-linux000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"South - Central US","properties":{"name":"functionapp-linux000004","state":"Running","hostNames":["functionapp-linux000004.azurewebsites.net"],"webSpace":"clitest.rg000001-SouthCentralUSwebspace","selfLink":"https://waws-prod-sn1-147.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-SouthCentralUSwebspace/sites/functionapp-linux000004","repositorySiteName":"functionapp-linux000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionapp-linux000004.azurewebsites.net","functionapp-linux000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionapp-linux000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionapp-linux000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-26T22:22:49.5566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionapp-linux000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11","possibleOutboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11,13.65.211.229,13.65.174.81","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-sn1-147","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionapp-linux000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004","name":"functionapp-linux000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"South + Central US","properties":{"name":"functionapp-linux000004","state":"Running","hostNames":["functionapp-linux000004.azurewebsites.net"],"webSpace":"clitest.rg000001-SouthCentralUSwebspace","selfLink":"https://waws-prod-sn1-147.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-SouthCentralUSwebspace/sites/functionapp-linux000004","repositorySiteName":"functionapp-linux000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionapp-linux000004.azurewebsites.net","functionapp-linux000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionapp-linux000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionapp-linux000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:40.98","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionapp-linux000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11","possibleOutboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11,13.65.211.229,13.65.174.81","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-sn1-147","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionapp-linux000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3336'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:23:05 GMT'] - etag: ['"1D4CE21CEC9E1CB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3440' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:56 GMT + etag: + - '"1D4E3637581DF20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004","name":"functionapp-linux000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"South - Central US","properties":{"name":"functionapp-linux000004","state":"Running","hostNames":["functionapp-linux000004.azurewebsites.net"],"webSpace":"clitest.rg000001-SouthCentralUSwebspace","selfLink":"https://waws-prod-sn1-147.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-SouthCentralUSwebspace/sites/functionapp-linux000004","repositorySiteName":"functionapp-linux000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionapp-linux000004.azurewebsites.net","functionapp-linux000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionapp-linux000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionapp-linux000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-26T22:22:49.9166667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionapp-linux000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11","possibleOutboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11,13.65.211.229,13.65.174.81","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-sn1-147","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionapp-linux000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004","name":"functionapp-linux000004","type":"Microsoft.Web/sites","kind":"functionapp,linux,container","location":"South + Central US","properties":{"name":"functionapp-linux000004","state":"Running","hostNames":["functionapp-linux000004.azurewebsites.net"],"webSpace":"clitest.rg000001-SouthCentralUSwebspace","selfLink":"https://waws-prod-sn1-147.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-SouthCentralUSwebspace/sites/functionapp-linux000004","repositorySiteName":"functionapp-linux000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionapp-linux000004.azurewebsites.net","functionapp-linux000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionapp-linux000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionapp-linux000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/funcapplinplan000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:41.33","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionapp-linux000004","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp,linux,container","outboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11","possibleOutboundIpAddresses":"13.85.31.243,13.85.83.52,13.85.31.169,13.65.40.122,13.65.42.11,13.65.211.229,13.65.174.81","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-sn1-147","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionapp-linux000004.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['3374'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:23:08 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3478' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004/config/web","name":"functionapp-linux000004","type":"Microsoft.Web/sites/config","location":"South - Central US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionapp-linux000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004/config/web","name":"functionapp-linux000004","type":"Microsoft.Web/sites/config","location":"South + Central US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|mcr.microsoft.com/azure-functions/node:2.0","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$functionapp-linux000004","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://functions.azure.com","https://functions-staging.azure.com","https://functions-next.azure.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2908'] - content-type: [application/json] - date: ['Tue, 26 Feb 2019 22:23:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2908' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionapp-linux000004?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Tue, 26 Feb 2019 22:23:15 GMT'] - etag: ['"1D4CE21CEC9E1CB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:00 GMT + etag: + - '"1D4E3637581DF20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Tue, 26 Feb 2019 22:23:17 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdXWVpUM1hXWFU2SFI2WTVEQzNLR0pNSU9FTFhaTkRKWUpaRnw2OUIxNjAzMjRDMDRGODg1LVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:01 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc0V1FXN0lYQjJKMlhITEFRV1RZUUhRNTZFRlBNS09LSEVTQ3w0MjJCRTE0Q0MwODY2REJFLVNPVVRIQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJzb3V0aGNlbnRyYWx1cyJ9?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_runtime.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_runtime.yaml index f8a01d2fc57..bf147368e24 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_runtime.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_runtime.yaml @@ -1,140 +1,230 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-12-10T23:29:04Z"}}' + "date": "2019-03-25T23:38:10Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-12-10T23:29:04Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:38:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 10 Dec 2018 23:29:09 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:38:10 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Mon, 10 Dec 2018 23:29:11 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/ddb2cac1-002f-426a-9c7c-e5254d57d989?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:38:12 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/e26ed204-87e6-4328-9981-59bf9ce22a7e?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/ddb2cac1-002f-426a-9c7c-e5254d57d989?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/e26ed204-87e6-4328-9981-59bf9ce22a7e?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-12-10T23:29:11.6854464Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-12-10T23:29:11.6854464Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-12-10T23:29:11.5604203Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:38:12.1093490Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:38:12.1093490Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:38:12.0155756Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:29:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:29:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions?sku=Dynamic&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central US","name":"Central US","type":"Microsoft.Web/geoRegions","properties":{"name":"Central US","description":null,"sortOrder":0,"displayName":"Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/North Europe","name":"North Europe","type":"Microsoft.Web/geoRegions","properties":{"name":"North @@ -192,247 +282,419 @@ interactions: Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Australia Central","name":"Australia Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Australia Central","description":null,"sortOrder":2147483647,"displayName":"Australia - Central"}}],"nextLink":null,"id":null}'} + Central"}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7254'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:29:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '7254' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-12-10T23:29:11.6854464Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-12-10T23:29:11.6854464Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-12-10T23:29:11.5604203Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:38:12.1093490Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:38:12.1093490Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:38:12.0155756Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:29:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:29:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp", "location": "westus", "properties": {"reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": - "v4.6", "appSettings": [{"name": "FUNCTIONS_EXTENSION_VERSION", "value": "~2"}, - {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=QAa5W1yBrJSn5TTrstT6HmTkp1/T56qUrSJ2GbBgAwWN/o9J6ivc3jXbkLHIRLJBtJM/UxmAyhAmOPB4zo+xqA=="}, - {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=QAa5W1yBrJSn5TTrstT6HmTkp1/T56qUrSJ2GbBgAwWN/o9J6ivc3jXbkLHIRLJBtJM/UxmAyhAmOPB4zo+xqA=="}, - {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}, {"name": "FUNCTIONS_WORKER_RUNTIME", - "value": "node"}, {"name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", "value": - "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=QAa5W1yBrJSn5TTrstT6HmTkp1/T56qUrSJ2GbBgAwWN/o9J6ivc3jXbkLHIRLJBtJM/UxmAyhAmOPB4zo+xqA=="}, + "v4.6", "appSettings": [{"name": "FUNCTIONS_WORKER_RUNTIME", "value": "node"}, + {"name": "FUNCTIONS_EXTENSION_VERSION", "value": "~2"}, {"name": "AzureWebJobsStorage", + "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}, {"name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", + "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_CONTENTSHARE", "value": "functionappwindowsruntime000003"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1276'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -c -s --os-type --runtime] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1276' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -c -s --os-type --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003","name":"functionappwindowsruntime000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappwindowsruntime000003","state":"Running","hostNames":["functionappwindowsruntime000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/functionappwindowsruntime000003","repositorySiteName":"functionappwindowsruntime000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappwindowsruntime000003.azurewebsites.net","functionappwindowsruntime000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappwindowsruntime000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappwindowsruntime000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-12-10T23:29:42.9133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappwindowsruntime000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappwindowsruntime000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003","name":"functionappwindowsruntime000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappwindowsruntime000003","state":"Running","hostNames":["functionappwindowsruntime000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/functionappwindowsruntime000003","repositorySiteName":"functionappwindowsruntime000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappwindowsruntime000003.azurewebsites.net","functionappwindowsruntime000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappwindowsruntime000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappwindowsruntime000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:38:37.5866667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappwindowsruntime000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappwindowsruntime000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3424'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:30:27 GMT'] - etag: ['"1D490E03ACA5680"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3537' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:39:11 GMT + etag: + - '"1D4E363DED7B655"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '497' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=QAa5W1yBrJSn5TTrstT6HmTkp1/T56qUrSJ2GbBgAwWN/o9J6ivc3jXbkLHIRLJBtJM/UxmAyhAmOPB4zo+xqA==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=QAa5W1yBrJSn5TTrstT6HmTkp1/T56qUrSJ2GbBgAwWN/o9J6ivc3jXbkLHIRLJBtJM/UxmAyhAmOPB4zo+xqA==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","FUNCTIONS_WORKER_RUNTIME":"node","WEBSITE_CONTENTAZUREFILECONNECTIONSTRING":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=QAa5W1yBrJSn5TTrstT6HmTkp1/T56qUrSJ2GbBgAwWN/o9J6ivc3jXbkLHIRLJBtJM/UxmAyhAmOPB4zo+xqA==","WEBSITE_CONTENTSHARE":"functionappwindowsruntime000003"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"FUNCTIONS_WORKER_RUNTIME":"node","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","WEBSITE_CONTENTAZUREFILECONNECTIONSTRING":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_CONTENTSHARE":"functionappwindowsruntime000003"}}' headers: - cache-control: [no-cache] - content-length: ['1204'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:30:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1204' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:39:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappwindowsruntime000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} + body: + string: '{"id":null,"name":"functionappwindowsruntime000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Mon, 10 Dec 2018 23:30:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:39:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowsruntime000003?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 10 Dec 2018 23:30:33 GMT'] - etag: ['"1D490E03ACA5680"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:39:14 GMT + etag: + - '"1D4E363DED7B655"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.5.1 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 10 Dec 2018 23:30:33 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdZM0dQMjVSU0JHSzZKTUk1NktDRUdZVTc0TEZXV1VIS1g2SXxFQ0QyODBCNzkxRTk1NTk1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:39:15 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdCNVNGM0ZEU00yWFdNWkJaSkFQSTdSRE5YVTNMWVJGU1RNSHwzODUwQUZBNDI0RDA1MTdCLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_without_runtime.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_without_runtime.yaml index 6e3bb889596..ab634720121 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_without_runtime.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_windows_without_runtime.yaml @@ -1,140 +1,230 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-12-14T18:26:32Z"}}' + "date": "2019-03-25T23:34:54Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-12-14T18:26:32Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:54Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 14 Dec 2018 18:26:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:54 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Fri, 14 Dec 2018 18:26:47 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/3fbb99cd-a2a1-4689-957a-34feead8038e?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/bc4147a9-406b-4f31-8611-8238decacf5b?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/3fbb99cd-a2a1-4689-957a-34feead8038e?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/bc4147a9-406b-4f31-8611-8238decacf5b?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-12-14T18:26:47.9280713Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-12-14T18:26:47.9280713Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-12-14T18:26:47.7093185Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:56.0840806Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:56.0840806Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:56.0215837Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Fri, 14 Dec 2018 18:27:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Fri, 14 Dec 2018 18:27:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions?sku=Dynamic&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central US","name":"Central US","type":"Microsoft.Web/geoRegions","properties":{"name":"Central US","description":null,"sortOrder":0,"displayName":"Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/North Europe","name":"North Europe","type":"Microsoft.Web/geoRegions","properties":{"name":"North @@ -192,182 +282,306 @@ interactions: Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Australia Central","name":"Australia Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Australia Central","description":null,"sortOrder":2147483647,"displayName":"Australia - Central"}}],"nextLink":null,"id":null}'} + Central"}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7254'] - content-type: [application/json] - date: ['Fri, 14 Dec 2018 18:27:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '7254' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2018-12-14T18:26:47.9280713Z"},"blob":{"enabled":true,"lastEnabledTime":"2018-12-14T18:26:47.9280713Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-12-14T18:26:47.7093185Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:56.0840806Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:34:56.0840806Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:34:56.0215837Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Fri, 14 Dec 2018 18:27:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -c -s --os-type] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -c -s --os-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys": [{"keyName": "key1", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}, {"keyName": "key2", "value": "veryFakedStorageAccountKey==", - "permissions": "FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Fri, 14 Dec 2018 18:27:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp", "location": "westus", "properties": {"reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "FUNCTIONS_EXTENSION_VERSION", "value": "~2"}, - {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=wCwOS57wkDvIrZV/FA2Bedw4zHUtjefZaYwJknu5eUzEqlUEJai7Odqqubf6/U4QposzN8Uc0SRA5v7VrteUug=="}, - {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=wCwOS57wkDvIrZV/FA2Bedw4zHUtjefZaYwJknu5eUzEqlUEJai7Odqqubf6/U4QposzN8Uc0SRA5v7VrteUug=="}, + {"name": "AzureWebJobsStorage", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, + {"name": "AzureWebJobsDashboard", "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}, {"name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", - "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=wCwOS57wkDvIrZV/FA2Bedw4zHUtjefZaYwJknu5eUzEqlUEJai7Odqqubf6/U4QposzN8Uc0SRA5v7VrteUug=="}, + "value": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey=="}, {"name": "WEBSITE_CONTENTSHARE", "value": "functionappwindowswithoutruntime000003"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1221'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -c -s --os-type] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1221' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -c -s --os-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowswithoutruntime000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowswithoutruntime000003","name":"functionappwindowswithoutruntime000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappwindowswithoutruntime000003","state":"Running","hostNames":["functionappwindowswithoutruntime000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-021.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/functionappwindowswithoutruntime000003","repositorySiteName":"functionappwindowswithoutruntime000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappwindowswithoutruntime000003.azurewebsites.net","functionappwindowswithoutruntime000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappwindowswithoutruntime000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappwindowswithoutruntime000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-12-14T18:27:20.163","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappwindowswithoutruntime000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.45.225.96,104.45.229.87,104.45.229.169,104.45.233.233","possibleOutboundIpAddresses":"104.45.225.96,104.45.229.87,104.45.229.169,104.45.233.233,104.45.225.96,104.45.229.87,104.45.229.169,104.45.233.233","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-021","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappwindowswithoutruntime000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowswithoutruntime000003","name":"functionappwindowswithoutruntime000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappwindowswithoutruntime000003","state":"Running","hostNames":["functionappwindowswithoutruntime000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/functionappwindowswithoutruntime000003","repositorySiteName":"functionappwindowswithoutruntime000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappwindowswithoutruntime000003.azurewebsites.net","functionappwindowswithoutruntime000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappwindowswithoutruntime000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappwindowswithoutruntime000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:22.21","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappwindowswithoutruntime000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappwindowswithoutruntime000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3427'] - content-type: [application/json] - date: ['Fri, 14 Dec 2018 18:28:13 GMT'] - etag: ['"1D493DAA6962B80"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3551' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:56 GMT + etag: + - '"1D4E3636A8B458B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwindowswithoutruntime000003?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 14 Dec 2018 18:28:18 GMT'] - etag: ['"1D493DAA6962B80"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:59 GMT + etag: + - '"1D4E3636A8B458B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 14 Dec 2018 18:28:19 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdMS05QSFJWWVhSN0tKUTVLVkRHR0hRRkNNNUpIQkU0VllFWnw2N0M1QzdBODMyMTA2Qjg1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:00 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc0NTZLRkQ2QktKSTJWR1dOWUlKR0NDTUhWS0czTENGS0tQN3xCMEQwNEVFNEUyQzY1NTZELVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_with_app_insights_key.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_with_app_insights_key.yaml index f58e7018d80..ab5f7b0dd36 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_with_app_insights_key.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_functionapp_with_app_insights_key.yaml @@ -1,138 +1,230 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2019-01-11T21:58:22Z"}}' + "date": "2019-03-25T23:35:38Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-01-11T21:58:22Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:35:38Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 11 Jan 2019 21:58:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: '{"sku": {"name": "Standard_LRS"}, "kind": "Storage", "location": "westus"}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - Content-Length: ['74'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + Content-Length: + - '74' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - content-type: [text/plain; charset=utf-8] - date: ['Fri, 11 Jan 2019 21:58:27 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/b1560a2f-31a2-4a3b-911f-8cf3df516dd2?monitor=true&api-version=2018-07-01'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0'] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + content-type: + - text/plain; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/c1cb5904-cbf7-482c-8a5c-5b2515ba817e?monitor=true&api-version=2018-07-01 + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account create] - Connection: [keep-alive] - ParameterSetName: [-n -g -l --sku] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/b1560a2f-31a2-4a3b-911f-8cf3df516dd2?monitor=true&api-version=2018-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/c1cb5904-cbf7-482c-8a5c-5b2515ba817e?monitor=true&api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-01-11T21:58:27.0216698Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-01-11T21:58:27.0216698Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-11T21:58:26.8810833Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:40.9911968Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:40.9911968Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:35:40.7568158Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:58:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [storage account keys list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-n -g --query -o] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - storage account keys list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -n -g --query -o + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:58:46 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type --app-insights-key] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type --app-insights-key + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions?sku=Dynamic&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central US","name":"Central US","type":"Microsoft.Web/geoRegions","properties":{"name":"Central US","description":null,"sortOrder":0,"displayName":"Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/North Europe","name":"North Europe","type":"Microsoft.Web/geoRegions","properties":{"name":"North @@ -190,82 +282,139 @@ interactions: Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Australia Central","name":"Australia Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Australia Central","description":null,"sortOrder":2147483647,"displayName":"Australia - Central"}}],"nextLink":null,"id":null}'} + Central"}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7254'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:58:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '7254' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n -c -s --os-type --app-insights-key] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n -c -s --os-type --app-insights-key + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2018-07-01 response: - body: {string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-01-11T21:58:27.0216698Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-01-11T21:58:27.0216698Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-11T21:58:26.8810833Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}'} + body: + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:40.9911968Z"},"blob":{"enabled":true,"lastEnabledTime":"2019-03-25T23:35:40.9911968Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-25T23:35:40.7568158Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: - cache-control: [no-cache] - content-length: ['1169'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:58:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1169' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -c -s --os-type --app-insights-key] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-storage/3.1.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -c -s --os-type --app-insights-key + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-storage/3.1.1 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2018-07-01 response: - body: {string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'} + body: + string: '{"keys":[{"keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: - cache-control: [no-cache] - content-length: ['288'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:58:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: ['Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '288' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,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-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK - request: body: 'b''b\''{"kind": "functionapp", "location": "westus", "properties": {"reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": @@ -278,157 +427,274 @@ interactions: {"name": "APPINSIGHTS_INSTRUMENTATIONKEY", "value": "00000000-0000-0000-0000-123456789123"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp create] - Connection: [keep-alive] - Content-Length: ['1314'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -c -s --os-type --app-insights-key] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp create + Connection: + - keep-alive + Content-Length: + - '1314' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -c -s --os-type --app-insights-key + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003","name":"functionappwithappinsights000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappwithappinsights000003","state":"Running","hostNames":["functionappwithappinsights000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-101.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/functionappwithappinsights000003","repositorySiteName":"functionappwithappinsights000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappwithappinsights000003.azurewebsites.net","functionappwithappinsights000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappwithappinsights000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappwithappinsights000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-01-11T21:58:56.13","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappwithappinsights000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"52.160.40.218,13.91.101.189,13.91.99.235,13.91.96.245,13.91.100.227","possibleOutboundIpAddresses":"52.160.40.218,13.91.101.189,13.91.99.235,13.91.96.245,13.91.100.227,13.91.97.179,13.91.103.21,13.91.99.109","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-101","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappwithappinsights000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003","name":"functionappwithappinsights000003","type":"Microsoft.Web/sites","kind":"functionapp","location":"westus","properties":{"name":"functionappwithappinsights000003","state":"Running","hostNames":["functionappwithappinsights000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/functionappwithappinsights000003","repositorySiteName":"functionappwithappinsights000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["functionappwithappinsights000003.azurewebsites.net","functionappwithappinsights000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"functionappwithappinsights000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"functionappwithappinsights000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/WestUSPlan","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:06.54","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"functionappwithappinsights000003","trafficManagerHostNames":null,"sku":"Dynamic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"functionapp","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"functionappwithappinsights000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3427'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:59:45 GMT'] - etag: ['"1D4A9F8D97DBC6B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3551' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:40 GMT + etag: + - '"1D4E363851684E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","WEBSITE_CONTENTAZUREFILECONNECTIONSTRING":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_CONTENTSHARE":"functionappwithappinsights000003","APPINSIGHTS_INSTRUMENTATIONKEY":"00000000-0000-0000-0000-123456789123"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","AzureWebJobsDashboard":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","WEBSITE_CONTENTAZUREFILECONNECTIONSTRING":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","WEBSITE_CONTENTSHARE":"functionappwithappinsights000003","APPINSIGHTS_INSTRUMENTATIONKEY":"00000000-0000-0000-0000-123456789123"}}' headers: - cache-control: [no-cache] - content-length: ['1242'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:59:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1242' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"functionappwithappinsights000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} + body: + string: '{"id":null,"name":"functionappwithappinsights000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Fri, 11 Jan 2019 21:59:48 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [functionapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - functionapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/functionappwithappinsights000003?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 11 Jan 2019 21:59:52 GMT'] - etag: ['"1D4A9F8D97DBC6B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:45 GMT + etag: + - '"1D4E363851684E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.6.6 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 11 Jan 2019 21:59:53 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdVQVVITUhVSjNGVFpTR0Y2NDVSR1dISFNBSFJUNDZDSFBTS3w2QjJGRkIwRUI5ODc1NERFLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14997'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc0QTZVM1RWRVBUTlYyWlRIQ1dKQVdOSzVPTkI0TkVDREVNT3xDQzJFOTI5QzZFQjM1M0Y4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp.yaml index 6c7325bc729..15a328f38c8 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp.yaml @@ -1,437 +1,723 @@ interactions: - request: body: '{"location": "japanwest", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-30T01:37:42Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + "date": "2019-03-25T23:34:37Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2018-11-30T01:37:42Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:37:44 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:37Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2018-11-30T01:37:42Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:37:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:37Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japanwest", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['160'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '160' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","name":"webapp-linux-plan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":1918,"name":"webapp-linux-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_1918","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1509'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:38:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","name":"webapp-linux-plan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2688,"name":"webapp-linux-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2688","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","name":"webapp-linux-plan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":1918,"name":"webapp-linux-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_1918","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1509'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:38:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","name":"webapp-linux-plan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2688,"name":"webapp-linux-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2688","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1509' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected=Linux&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":null,"name":"ruby","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"ruby","display":"Ruby","dependency":null,"majorVersions":[{"displayVersion":"Ruby - 2.3","runtimeVersion":"RUBY|2.3","isDefault":true,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js - LTS","runtimeVersion":"NODE|lts","isDefault":true,"minorVersions":[{"displayVersion":"LTS","runtimeVersion":"NODE|lts","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4.7","runtimeVersion":"NODE|4.4","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5.0","runtimeVersion":"NODE|4.5","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8.3","runtimeVersion":"NODE|4.8.3","isDefault":false},{"displayVersion":"4.8.4","runtimeVersion":"NODE|4.8","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2.2","runtimeVersion":"NODE|6.2","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6.0","runtimeVersion":"NODE|6.6","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.3","runtimeVersion":"NODE|6.9","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10.3","runtimeVersion":"NODE|6.10","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11.0","runtimeVersion":"NODE|6.11.0","isDefault":false},{"displayVersion":"6.11.1","runtimeVersion":"NODE|6.11.1","isDefault":false},{"displayVersion":"6.11.5","runtimeVersion":"NODE|6.11","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.0","runtimeVersion":"NODE|8.0","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.2","runtimeVersion":"NODE|8.1.2","isDefault":false},{"displayVersion":"8.1.3","runtimeVersion":"NODE|8.1.3","isDefault":false},{"displayVersion":"8.1.4","runtimeVersion":"NODE|8.1","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2.1","runtimeVersion":"NODE|8.2","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8.1","runtimeVersion":"NODE|8.8","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9.4","runtimeVersion":"NODE|8.9","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.11","runtimeVersion":"NODE|8.11","isDefault":false,"minorVersions":[{"displayVersion":"8.11.4","runtimeVersion":"NODE|8.11","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.12","runtimeVersion":"NODE|8.12","isDefault":false,"minorVersions":[{"displayVersion":"8.12.0","runtimeVersion":"NODE|8.12","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4.0","runtimeVersion":"NODE|9.4","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1.0","runtimeVersion":"NODE|10.1","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 10.10","runtimeVersion":"NODE|10.10","isDefault":false,"minorVersions":[{"displayVersion":"10.10.0","runtimeVersion":"NODE|10.10","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP - 5.6","runtimeVersion":"PHP|5.6","isDefault":true,"minorVersions":[{"displayVersion":"5.6.38-apache","runtimeVersion":"PHP|5.6","isDefault":true},{"displayVersion":"5.6.38-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false}],"applicationInsights":false},{"displayVersion":"PHP - 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.32-apache","runtimeVersion":"PHP|7.0","isDefault":true},{"displayVersion":"7.0.32-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false}],"applicationInsights":false},{"displayVersion":"PHP - 7.2","runtimeVersion":"PHP|7.2","isDefault":false,"minorVersions":[{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":true},{"displayVersion":"7.2.11-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false},{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET - Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.5","runtimeVersion":"DOTNETCORE|1.0","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.2","runtimeVersion":"DOTNETCORE|1.1","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.7","runtimeVersion":"DOTNETCORE|2.0","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":false},{"displayVersion":"2.1.2","runtimeVersion":"DOTNETCORE|2.1","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java","display":"Java","dependency":null,"majorVersions":[{"displayVersion":"Tomcat - 8.5 (JRE 8)","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true}],"applicationInsights":true},{"displayVersion":"Tomcat - 9.0 (JRE 8)","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true}],"applicationInsights":true},{"displayVersion":"Java - SE (JRE 8)","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true}],"applicationInsights":false},{"displayVersion":"WildFly - 14 (JRE 8) - Preview","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"minorVersions":[{"displayVersion":"14","runtimeVersion":"WILDFLY|14-jre8","isDefault":true}],"applicationInsights":true}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python - (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7.0","runtimeVersion":"PYTHON|3.7","isDefault":true}],"applicationInsights":false},{"displayVersion":"Python - 3.6","runtimeVersion":"PYTHON|3.6","isDefault":true,"minorVersions":[{"displayVersion":"3.6.6","runtimeVersion":"PYTHON|3.6","isDefault":true}],"applicationInsights":false}],"frameworks":[]}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['8625'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:38:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":null,"name":"ruby","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"ruby","display":"Ruby","dependency":null,"majorVersions":[{"displayVersion":"Ruby + 2.3","runtimeVersion":"RUBY|2.3","isDefault":true,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"2.3.8","runtimeVersion":"RUBY|2.3.8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Ruby + 2.4","runtimeVersion":"RUBY|2.4","isDefault":false,"minorVersions":[{"displayVersion":"2.4.5","runtimeVersion":"RUBY|2.4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js + LTS","runtimeVersion":"NODE|lts","isDefault":true,"minorVersions":[{"displayVersion":"LTS","runtimeVersion":"NODE|lts","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4.7","runtimeVersion":"NODE|4.4","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5.0","runtimeVersion":"NODE|4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8.7","runtimeVersion":"NODE|4.8.7","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2.2","runtimeVersion":"NODE|6.2","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6.0","runtimeVersion":"NODE|6.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.3","runtimeVersion":"NODE|6.9","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10","runtimeVersion":"NODE|6.10","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11.5","runtimeVersion":"NODE|6.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.0","runtimeVersion":"NODE|8.0","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.4","runtimeVersion":"NODE|8.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2.1","runtimeVersion":"NODE|8.2","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8.1","runtimeVersion":"NODE|8.8","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9.4","runtimeVersion":"NODE|8.9","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.11","runtimeVersion":"NODE|8.11","isDefault":false,"minorVersions":[{"displayVersion":"8.11.4","runtimeVersion":"NODE|8.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.12","runtimeVersion":"NODE|8.12","isDefault":false,"minorVersions":[{"displayVersion":"8.12.0","runtimeVersion":"NODE|8.12","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4.0","runtimeVersion":"NODE|9.4","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1.0","runtimeVersion":"NODE|10.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.10","runtimeVersion":"NODE|10.10","isDefault":false,"minorVersions":[{"displayVersion":"10.10.0","runtimeVersion":"NODE|10.10","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.14","runtimeVersion":"NODE|10.14","isDefault":false,"minorVersions":[{"displayVersion":"10.14.0","runtimeVersion":"NODE|10.14","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP + 5.6","runtimeVersion":"PHP|5.6","isDefault":false,"minorVersions":[{"displayVersion":"5.6.38-apache","runtimeVersion":"PHP|5.6","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"5.6.38-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.32-apache","runtimeVersion":"PHP|7.0","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.32-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.2","runtimeVersion":"PHP|7.2","isDefault":true,"minorVersions":[{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.2.11-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET + Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.5","runtimeVersion":"DOTNETCORE|1.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.2","runtimeVersion":"DOTNETCORE|1.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.7","runtimeVersion":"DOTNETCORE|2.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"2.1.2","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.2","runtimeVersion":"DOTNETCORE|2.2","isDefault":true,"minorVersions":[{"displayVersion":"2.2.0","runtimeVersion":"DOTNETCORE|2.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java8","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java8","display":"Java + 8","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"WildFly + 14 - Preview","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"minorVersions":[{"displayVersion":"14","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true}],"frameworks":[]}},{"id":null,"name":"java11","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java11","display":"Java + 11","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":false,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|11-java11","isDefault":true,"minorVersions":[{"displayVersion":"11","runtimeVersion":"JAVA|11-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python + (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 3.6","runtimeVersion":"PYTHON|3.6","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"PYTHON|3.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 2.7","runtimeVersion":"PYTHON|2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"PYTHON|2.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '11423' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "Japan West", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "linuxFxVersion": "node|6.6", "appSettings": [], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['495'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '495' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:38:20.99","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3258'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:38:38 GMT'] - etag: ['"1D4884D608F0A35"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:59.2233333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3372' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:16 GMT + etag: + - '"1D4E3635CAE9600"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --runtime + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 30 Nov 2018 01:38:39 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:35:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2663'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:38:40 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2737' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:38:21.4433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['3301'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:59.68","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '3405' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:38:21.4433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3263'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:14 GMT'] - etag: ['"1D4884D608F0A35"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:59.68","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3367' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:50 GMT + etag: + - '"1D4E3635CAE9600"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 30 Nov 2018 01:39:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:35:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - ParameterSetName: [-g -n --startup-file] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + ParameterSetName: + - -g -n --startup-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2663'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:17 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2737' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -447,347 +733,597 @@ interactions: "vnetName": "", "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - Content-Length: ['1074'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --startup-file] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + Content-Length: + - '1074' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --startup-file + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2661'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:20 GMT'] - etag: ['"1D4884D840FAEEB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2735' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:55 GMT + etag: + - '"1D4E3635CAE9600"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment container config] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment container config + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['322'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:22 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '322' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"DOCKER_ENABLE_CI": "true"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment container config] - Connection: [keep-alive] - Content-Length: ['69'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment container config + Connection: + - keep-alive + Content-Length: + - '69' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['347'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:26 GMT'] - etag: ['"1D4884D86DD5AE0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:58 GMT + etag: + - '"1D4E36380037CCB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment container config] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment container config + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['347'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11997'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11997' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment container config] - Connection: [keep-alive] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment container config + Connection: + - keep-alive + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment container config] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --enable-cd] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment container config + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --enable-cd + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 30 Nov 2018 01:39:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:36:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:39:25.71","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3258'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:32 GMT'] - etag: ['"1D4884D86DD5AE0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webapp-linux000003","state":"Running","hostNames":["webapp-linux000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux000003","repositorySiteName":"webapp-linux000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux000003.azurewebsites.net","webapp-linux000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.6"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-linux-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:58.9566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3372' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:03 GMT + etag: + - '"1D4E36380037CCB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2679'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"node|6.6","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2753' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['347'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"DOCKER_ENABLE_CI": "true", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['117'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '117' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}'} - headers: - cache-control: [no-cache] - content-length: ['393'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:35 GMT'] - etag: ['"1D4884D8D2BBC20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}' + headers: + cache-control: + - no-cache + content-length: + - '393' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:05 GMT + etag: + - '"1D4E363842469B5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -804,437 +1340,756 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['1118'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '1118' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2669'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:39 GMT'] - etag: ['"1D4884D8EAB3D35"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2743' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:09 GMT + etag: + - '"1D4E363842469B5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}'} - headers: - cache-control: [no-cache] - content-length: ['393'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:41 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}' + headers: + cache-control: + - no-cache + content-length: + - '393' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"DOCKER_ENABLE_CI": "true", "WEBSITES_ENABLE_APP_SERVICE_STORAGE": "false", "DOCKER_REGISTRY_SERVER_URL": "foo-url", "DOCKER_REGISTRY_SERVER_USERNAME": "foo-user", "DOCKER_REGISTRY_SERVER_PASSWORD": "foo-password"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['256'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '256' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}'} - headers: - cache-control: [no-cache] - content-length: ['526'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:43 GMT'] - etag: ['"1D4884D9150BAB5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}' + headers: + cache-control: + - no-cache + content-length: + - '526' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:12 GMT + etag: + - '"1D4E36387E1A5CB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}'} - headers: - cache-control: [no-cache] - content-length: ['526'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:44 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}' + headers: + cache-control: + - no-cache + content-length: + - '526' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --docker-custom-image-name --docker-registry-server-password - --docker-registry-server-user --docker-registry-server-url --enable-app-service-storage] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --docker-custom-image-name --docker-registry-server-password --docker-registry-server-user + --docker-registry-server-url --enable-app-service-storage + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2687'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2761' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container show] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}'} - headers: - cache-control: [no-cache] - content-length: ['526'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:48 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}' + headers: + cache-control: + - no-cache + content-length: + - '526' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2687'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:50 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2761' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2687'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:50 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"DOCKER|foo-image","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2761' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}'} - headers: - cache-control: [no-cache] - content-length: ['526'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:51 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}' + headers: + cache-control: + - no-cache + content-length: + - '526' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:55 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"DOCKER_ENABLE_CI": "true", "DOCKER_REGISTRY_SERVER_URL": "foo-url", "DOCKER_REGISTRY_SERVER_USERNAME": "foo-user", "DOCKER_REGISTRY_SERVER_PASSWORD": "foo-password"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - Content-Length: ['208'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + Content-Length: + - '208' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}'} - headers: - cache-control: [no-cache] - content-length: ['480'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:39:56 GMT'] - etag: ['"1D4884D999AB7E0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}' + headers: + cache-control: + - no-cache + content-length: + - '480' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:19 GMT + etag: + - '"1D4E3638BEA28B5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -1251,260 +2106,452 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - Content-Length: ['1103'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + Content-Length: + - '1103' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003","name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":" - ","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2654'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:00 GMT'] - etag: ['"1D4884D9B3BCAB5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + ","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2728' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:22 GMT + etag: + - '"1D4E3638BEA28B5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}'} - headers: - cache-control: [no-cache] - content-length: ['480'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true","DOCKER_REGISTRY_SERVER_URL":"foo-url","DOCKER_REGISTRY_SERVER_USERNAME":"foo-user","DOCKER_REGISTRY_SERVER_PASSWORD":"foo-password"}}' + headers: + cache-control: + - no-cache + content-length: + - '480' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"DOCKER_ENABLE_CI": "true"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container delete] - Connection: [keep-alive] - Content-Length: ['69'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container delete + Connection: + - keep-alive + Content-Length: + - '69' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['347'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:04 GMT'] - etag: ['"1D4884D9DBD2B6B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:24 GMT + etag: + - '"1D4E3638F73838B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container show] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - West","properties":{"DOCKER_ENABLE_CI":"true"}}'} - headers: - cache-control: [no-cache] - content-length: ['347'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + West","properties":{"DOCKER_ENABLE_CI":"true"}}' + headers: + cache-control: + - no-cache + content-length: + - '347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan - West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux000003","type":"Microsoft.Web/sites","location":"Japan + West","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux000003/config/web","name":"webapp-linux000003","type":"Microsoft.Web/sites/config","location":"Japan West","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":" - ","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2672'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + ","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"process.json","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2746' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:40:09 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdIVEg1R0JMSUZVRlRQMjRUSUdEN0UzTDdLSlE1QzMySkRJT3wzMjQ2MTU4MkEzREU4QjMxLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:30 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdLWUZWSVlRUEtKSFVMUExLRFE2R0c3UVpUUURORFNUNzNWM3xBQTRGNDI5MDMzQzg3MzYxLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_create.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_create.yaml index 266218e2292..de5573f1e8f 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_create.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_create.yaml @@ -1,129 +1,217 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-30T01:40:10Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + "date": "2019-03-25T23:29:27Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-30T01:40:10Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:40:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --is-linux] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-30T01:40:10Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:40:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['154'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --is-linux] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '154' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","properties":{"serverFarmId":3325,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-12-30T01:40:14.09","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-109_3325","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1516'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West + US","properties":{"serverFarmId":24455,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2019-04-24T23:29:30.84","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-063_24455","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","properties":{"serverFarmId":3325,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-12-30T01:40:14.09","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-109_3325","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1516'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West + US","properties":{"serverFarmId":24455,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2019-04-24T23:29:30.84","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-063_24455","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1518' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": @@ -131,307 +219,497 @@ interactions: "appSettings": [], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['676'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '676' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","kind":"app,linux","location":"West - US","properties":{"name":"webapp-linux-multi000002","state":"Running","hostNames":["webapp-linux-multi000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-109.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002.azurewebsites.net","webapp-linux-multi000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:40:38.3966667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180","possibleOutboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180,40.118.227.167,40.118.224.22,40.118.226.153","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-109","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3452'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:40:55 GMT'] - etag: ['"1D4884DB2708C0B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"West + US","properties":{"name":"webapp-linux-multi000002","state":"Running","hostNames":["webapp-linux-multi000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-063.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002.azurewebsites.net","webapp-linux-multi000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:43.21","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"13.93.220.109,13.93.205.56,52.160.105.227,104.209.45.67,13.91.108.234","possibleOutboundIpAddresses":"13.93.220.109,13.93.205.56,52.160.105.227,104.209.45.67,13.91.108.234,13.93.235.174,52.160.85.43","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-063","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3553' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:59 GMT + etag: + - '"1D4E362A06EC0A0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 30 Nov 2018 01:40:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:30:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 2 times. + body: + string: 'Hello World! I have been seen 2 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:55 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:40 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 4 times. + body: + string: 'Hello World! I have been seen 4 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:56 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 5 times. + body: + string: 'Hello World! I have been seen 5 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:56 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 6 times. + body: + string: 'Hello World! I have been seen 6 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:56 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 7 times. + body: + string: 'Hello World! I have been seen 7 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:56 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 8 times. + body: + string: 'Hello World! I have been seen 8 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:56 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 10 times. + body: + string: 'Hello World! I have been seen 9 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:56 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 11 times. + body: + string: 'Hello World! I have been seen 10 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:57 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '40' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 12 times. + body: + string: 'Hello World! I have been seen 11 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:57 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '40' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 13 times. + body: + string: 'Hello World! I have been seen 12 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:41:57 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=c9c5ac10a2a3acce64c4c83492d4e994359e3ba79b70d407cb71e2dcd6449249;Path=/;HttpOnly;Domain=webapp-linux-multijtzc3x.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '40' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:41 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=2e7ad2f9f64fa45870e1852ba5e1152ef0b6096e7ca6912aab468660afe1d2f6;Path=/;HttpOnly;Domain=webapp-linux-multimv56k7.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:41:57 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdKVUk1Mk5TWERHVkRVU1ZOVDRZRU9WMlZYWjVGV0ZORk1HQ3w1MTc3NTFGODdBNjRDRUFGLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:30:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdWUDQyQ0ZISDVaUVk2WVc3MlFUQUo2Rk01SExFVURXM1RLV3wzMDk4RTAwQUIzN0Q5NTEzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_slot.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_slot.yaml index 7ec2896a7e4..4ce39698f9d 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_slot.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_slot.yaml @@ -1,129 +1,217 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-12-05T05:24:25Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + "date": "2019-03-25T23:32:20Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-12-05T05:24:25Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:24:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:20Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:20 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --is-linux --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --is-linux --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-12-05T05:24:25Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:24:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:20Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['157'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --is-linux --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '157' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --is-linux --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","properties":{"serverFarmId":16598,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-081_16598","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1502'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:24:50 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West + US","properties":{"serverFarmId":8249,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-109_8249","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1500' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","properties":{"serverFarmId":16598,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-081_16598","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1502'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:24:51 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","name":"plan-linux-multi000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West + US","properties":{"serverFarmId":8249,"name":"plan-linux-multi000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-109_8249","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1500' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": @@ -131,545 +219,913 @@ interactions: "appSettings": [], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['676'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '676' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","kind":"app,linux","location":"West - US","properties":{"name":"webapp-linux-multi000002","state":"Running","hostNames":["webapp-linux-multi000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002.azurewebsites.net","webapp-linux-multi000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-12-05T05:24:54.7966667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3432'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:25:11 GMT'] - etag: ['"1D48C5ADB16BF35"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"West + US","properties":{"name":"webapp-linux-multi000002","state":"Running","hostNames":["webapp-linux-multi000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-109.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002.azurewebsites.net","webapp-linux-multi000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:32:31.7033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180","possibleOutboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180,40.118.227.167,40.118.224.22,40.118.226.153","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-109","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3584' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:47 GMT + etag: + - '"1D4E36304C4E3AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Wed, 05 Dec 2018 05:25:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:32:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 2 times. + body: + string: 'Hello World! I have been seen 2 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:51 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:49 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 4 times. + body: + string: 'Hello World! I have been seen 4 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:49 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 5 times. + body: + string: 'Hello World! I have been seen 5 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:48 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 6 times. + body: + string: 'Hello World! I have been seen 6 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:49 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 7 times. + body: + string: 'Hello World! I have been seen 7 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:50 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 9 times. + body: + string: 'Hello World! I have been seen 8 times. -'} - headers: - content-length: ['39'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:49 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 10 times. + body: + string: 'Hello World! I have been seen 9 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '39' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:49 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 11 times. + body: + string: 'Hello World! I have been seen 10 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:53 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '40' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:49 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 12 times. + body: + string: 'Hello World! I have been seen 11 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:53 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '40' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:50 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002.azurewebsites.net/ response: - body: {string: 'Hello World! I have been seen 13 times. + body: + string: 'Hello World! I have been seen 12 times. -'} - headers: - content-length: ['40'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:25:53 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.8] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '40' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:50 GMT + server: + - Werkzeug/0.14.1 Python/3.4.8 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","kind":"app,linux","location":"West - US","properties":{"name":"webapp-linux-multi000002","state":"Running","hostNames":["webapp-linux-multi000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002.azurewebsites.net","webapp-linux-multi000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-12-05T05:24:55.1233333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3432'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:25:54 GMT'] - etag: ['"1D48C5ADB16BF35"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"West + US","properties":{"name":"webapp-linux-multi000002","state":"Running","hostNames":["webapp-linux-multi000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-109.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002.azurewebsites.net","webapp-linux-multi000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:32:32.1866667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180","possibleOutboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180,40.118.227.167,40.118.224.22,40.118.226.153","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-109","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3584' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:50 GMT + etag: + - '"1D4E36304C4E3AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['443'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '443' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage","name":"webapp-linux-multi000002/stage","type":"Microsoft.Web/sites/slots","kind":"app,linux","location":"West - US","properties":{"name":"webapp-linux-multi000002(stage)","state":"Running","hostNames":["webapp-linux-multi000002-stage.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-081.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002-stage.azurewebsites.net","webapp-linux-multi000002-stage.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002-stage.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002-stage.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-12-05T05:25:57.4233333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002__9313","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140","possibleOutboundIpAddresses":"13.64.73.110,40.118.133.8,40.118.169.141,40.118.253.162,13.64.147.140,52.160.85.217,13.93.238.69","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-081","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002-stage.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3505'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:13 GMT'] - etag: ['"1D48C5ADB16BF35"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage","name":"webapp-linux-multi000002/stage","type":"Microsoft.Web/sites/slots","kind":"app,linux,container","location":"West + US","properties":{"name":"webapp-linux-multi000002(stage)","state":"Running","hostNames":["webapp-linux-multi000002-stage.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-109.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-linux-multi000002","repositorySiteName":"webapp-linux-multi000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-multi000002-stage.azurewebsites.net","webapp-linux-multi000002-stage.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo="},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-multi000002-stage.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-multi000002-stage.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-linux-multi000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:53.4633333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-multi000002__0418","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180","possibleOutboundIpAddresses":"104.42.78.153,40.118.225.64,104.42.151.111,104.42.252.192,104.42.254.180,40.118.227.167,40.118.224.22,40.118.226.153","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-109","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-multi000002-stage.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3657' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:08 GMT + etag: + - '"1D4E36304C4E3AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['331'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '331' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['193'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '193' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/web","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo=","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux-multi000002__stage","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2863'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/web","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcDoxLjAiDQogICAgcG9ydHM6DQogICAgIC0gIjUwMDA6NTAwMCINCiAgcmVkaXM6DQogICAgaW1hZ2U6ICJyZWRpczphbHBpbmUiDQo=","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux-multi000002__stage","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2937' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['319'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '319' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['193'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-linux-multi000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '193' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['43'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '43' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['319'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:18 GMT'] - etag: ['"1D48C5B0CD3306B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '319' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:11 GMT + etag: + - '"1D4E363407F3695"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -685,295 +1141,484 @@ interactions: false, "vnetName": "", "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - Content-Length: ['1265'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + Content-Length: + - '1265' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage","name":"webapp-linux-multi000002/stage","type":"Microsoft.Web/sites/slots","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcF9zbG90OmxhdGVzdCINCiAgICBwb3J0czoNCiAgICAgLSAiNTAwMDo1MDAwIg0KICByZWRpczoNCiAgICBpbWFnZTogInJlZGlzOmFscGluZSINCg==","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux-multi000002__stage","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2873'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:20 GMT'] - etag: ['"1D48C5B0DF10980"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage","name":"webapp-linux-multi000002/stage","type":"Microsoft.Web/sites/slots","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcF9zbG90OmxhdGVzdCINCiAgICBwb3J0czoNCiAgICAgLSAiNTAwMDo1MDAwIg0KICByZWRpczoNCiAgICBpbWFnZTogInJlZGlzOmFscGluZSINCg==","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux-multi000002__stage","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2947' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:13 GMT + etag: + - '"1D4E363356B9F20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config container set] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --multicontainer-config-file --multicontainer-config-type] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config container set + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --multicontainer-config-file --multicontainer-config-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/web","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcF9zbG90OmxhdGVzdCINCiAgICBwb3J0czoNCiAgICAgLSAiNTAwMDo1MDAwIg0KICByZWRpczoNCiAgICBpbWFnZTogInJlZGlzOmFscGluZSINCg==","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux-multi000002__stage","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2879'] - content-type: [application/json] - date: ['Wed, 05 Dec 2018 05:26:21 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-multi000002/slots/stage/config/web","name":"webapp-linux-multi000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"COMPOSE|dmVyc2lvbjogJzMnDQpzZXJ2aWNlczoNCiAgd2ViOg0KICAgIGltYWdlOiAicGF0bGUvcHl0aG9uX2FwcF9zbG90OmxhdGVzdCINCiAgICBwb3J0czoNCiAgICAgLSAiNTAwMDo1MDAwIg0KICByZWRpczoNCiAgICBpbWFnZTogInJlZGlzOmFscGluZSINCg==","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-linux-multi000002__stage","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2953' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 2 times. + body: + string: 'Hello from a slot! I have been seen 2 times. -'} - headers: - content-length: ['45'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:50 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '45' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:51 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 4 times. + body: + string: 'Hello from a slot! I have been seen 4 times. -'} - headers: - content-length: ['45'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:51 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '45' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:51 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 5 times. + body: + string: 'Hello from a slot! I have been seen 5 times. -'} - headers: - content-length: ['45'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:51 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '45' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:51 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 6 times. + body: + string: 'Hello from a slot! I have been seen 6 times. -'} - headers: - content-length: ['45'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:51 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '45' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:51 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 7 times. + body: + string: 'Hello from a slot! I have been seen 7 times. -'} - headers: - content-length: ['45'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:51 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '45' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:51 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 8 times. + body: + string: 'Hello from a slot! I have been seen 8 times. -'} - headers: - content-length: ['45'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:51 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '45' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:52 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 9 times. + body: + string: 'Hello from a slot! I have been seen 9 times. -'} - headers: - content-length: ['45'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '45' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:52 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 10 times. + body: + string: 'Hello from a slot! I have been seen 10 times. -'} - headers: - content-length: ['46'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '46' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:53 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 11 times. + body: + string: 'Hello from a slot! I have been seen 11 times. -'} - headers: - content-length: ['46'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '46' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:52 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-multi000002-stage.azurewebsites.net/ response: - body: {string: 'Hello from a slot! I have been seen 12 times. + body: + string: 'Hello from a slot! I have been seen 12 times. -'} - headers: - content-length: ['46'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 05 Dec 2018 05:26:52 GMT'] - server: [Werkzeug/0.14.1 Python/3.4.9] - set-cookie: [ARRAffinity=12a11ec6a19b6acbd443b8f2c2da55a350c2fa70c0b27ebb155052a6dd03c62e;Path=/;HttpOnly;Domain=webapp-linux-multithygql-stage.azurewebsites.net] - status: {code: 200, message: OK} + ' + headers: + content-length: + - '46' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:52 GMT + server: + - Werkzeug/0.14.1 Python/3.4.9 + set-cookie: + - ARRAffinity=5fc328affd4968eb9e74f9acbf8303b1d86107eaccc771fdc8f0394325e15748;Path=/;HttpOnly;Domain=webapp-linux-multifs76ho-stage.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 05 Dec 2018 05:26:54 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdXUE9UNFBEWkVSM1FIWFVKUDRCWDM0SjNPNVpQTkJKN0JTQ3w3RjExOTRFMjVGM0NCQTZELVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:34:53 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdRR1VYVUJaNFIySVBZUk5HV1I0WDJOVjZCUEpLNFA1S05EQ3w0NkIxMTQ0NkY4MjdGQjAwLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create.yaml index 9bab970f0b4..2177953e749 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create.yaml @@ -1,309 +1,535 @@ interactions: - request: body: '{"location": "japaneast", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-23T05:25:34Z"}}' + "date": "2019-03-26T21:26:13Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japaneast","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T05:25:34Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japaneast","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T21:26:13Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:25:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 21:26:18 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japaneast","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T05:25:34Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japaneast","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T21:26:13Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 05:25:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 21:26:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "japaneast", "properties": {"perSiteScaling": false, "reserved": true, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['157'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '157' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003","name":"plan-quick-linux000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - East","properties":{"serverFarmId":3268,"name":"plan-quick-linux000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanEastwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - East","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-09-22T05:25:39.94","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"mdmId":"waws-prod-ty1-011_3268","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003","name":"plan-quick-linux000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + East","properties":{"serverFarmId":5978,"name":"plan-quick-linux000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanEastwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + East","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2019-04-25T21:26:22.5833333","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-ty1-011_5978","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1480'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:25:54 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1530' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 21:26:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -i + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003","name":"plan-quick-linux000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - East","properties":{"serverFarmId":3268,"name":"plan-quick-linux000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanEastwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - East","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-09-22T05:25:39.94","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"mdmId":"waws-prod-ty1-011_3268","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003","name":"plan-quick-linux000003","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + East","properties":{"serverFarmId":5978,"name":"plan-quick-linux000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanEastwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + East","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2019-04-25T21:26:22.5833333","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-ty1-011_5978","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1480'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:25:55 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1530' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 21:26:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "Japan East", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "linuxFxVersion": "DOCKER|patle/ruby-hello", "appSettings": [{"name": "WEBSITES_ENABLE_APP_SERVICE_STORAGE", - "value": "false"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": - false}}\''''' + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "linuxFxVersion": "DOCKER|patle/ruby-hello", "appSettings": [{"name": + "WEBSITES_ENABLE_APP_SERVICE_STORAGE", "value": "false"}], "localMySqlEnabled": + false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['558'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '575' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -i + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002","name":"webapp-quick-linux000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"Japan - East","properties":{"name":"webapp-quick-linux000002","state":"Running","hostNames":["webapp-quick-linux000002.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanEastwebspace","selfLink":"https://waws-prod-ty1-011.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanEastwebspace/sites/webapp-quick-linux000002","repositorySiteName":"webapp-quick-linux000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick-linux000002.azurewebsites.net","webapp-quick-linux000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|patle/ruby-hello"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick-linux000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick-linux000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003","reserved":true,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T05:26:00.09","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick-linux000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"13.73.26.73,13.73.30.113,52.243.32.123,52.243.37.163,13.73.27.207","possibleOutboundIpAddresses":"13.73.26.73,13.73.30.113,52.243.32.123,52.243.37.163,13.73.27.207,13.78.9.45,13.78.23.111","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-ty1-011","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick-linux000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002","name":"webapp-quick-linux000002","type":"Microsoft.Web/sites","kind":"app,linux,container","location":"Japan + East","properties":{"name":"webapp-quick-linux000002","state":"Running","hostNames":["webapp-quick-linux000002.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanEastwebspace","selfLink":"https://waws-prod-ty1-011.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanEastwebspace/sites/webapp-quick-linux000002","repositorySiteName":"webapp-quick-linux000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick-linux000002.azurewebsites.net","webapp-quick-linux000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"DOCKER|patle/ruby-hello"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick-linux000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick-linux000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux000003","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T21:26:38.9333333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick-linux000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux,container","outboundIpAddresses":"13.73.26.73,13.73.30.113,52.243.32.123,52.243.37.163,13.73.27.207","possibleOutboundIpAddresses":"13.73.26.73,13.73.30.113,52.243.32.123,52.243.37.163,13.73.27.207,13.78.9.45,13.78.23.111","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-ty1-011","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick-linux000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3258'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:26:05 GMT'] - etag: ['"1D43AA1C7156200"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3387' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 21:26:56 GMT + etag: + - '"1D4E41A998CA140"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -i + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Thu, 23 Aug 2018 05:26:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 21:26:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.19.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-quick-linux000002.azurewebsites.net/ response: - body: {string: Ruby on Rails in Web Apps on Linux} + body: + string: Ruby on Rails in Web Apps on Linux headers: - content-length: ['34'] - content-type: [text/html] - date: ['Thu, 23 Aug 2018 05:29:21 GMT'] - set-cookie: [ARRAffinity=97d3abbb236b4836288031cf477efe0ac6d400f87ab5e8d1f0206a880964a046;Path=/;HttpOnly;Domain=webapp-quick-linux4c6e4h.azurewebsites.net] - status: {code: 200, message: OK} + content-length: + - '34' + content-type: + - text/html + date: + - Tue, 26 Mar 2019 21:30:10 GMT + set-cookie: + - ARRAffinity=eeb07ed981018f5b52e2782779334447fffe71fbeeea9200f63be35f6a12f44a;Path=/;HttpOnly;Domain=webapp-quick-linuxykjetg.azurewebsites.net + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan - East","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"Japan + East","properties":{"WEBSITES_ENABLE_APP_SERVICE_STORAGE":"false"}}' headers: - cache-control: [no-cache] - content-length: ['367'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:29:22 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '367' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 21:30:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-linux000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-quick-linux000002","type":"Microsoft.Web/sites","location":"Japan - East","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} + body: + string: '{"id":null,"name":"webapp-quick-linux000002","type":"Microsoft.Web/sites","location":"Japan + East","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 05:29:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 21:30:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 23 Aug 2018 05:29:25 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdZQ1pZUFI2SDRWRVlCRllXTk42UkFBUVlOV05YVktBMkRUMnw2ODMyNzY5QTZDNUY4QkI0LUpBUEFORUFTVCIsImpvYkxvY2F0aW9uIjoiamFwYW5lYXN0In0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 21:30:21 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdaV1pXMzRQVEdEWFRPVVM2TTNZRkpPWUZZWFk0M0JKRDZZV3w0MkIwOTQ0QUU1MUNENzdCLUpBUEFORUFTVCIsImpvYkxvY2F0aW9uIjoiamFwYW5lYXN0In0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create_cd.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create_cd.yaml index 5af1c3969de..8451541879c 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create_cd.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create_cd.yaml @@ -1,509 +1,893 @@ interactions: - request: - body: '{"location": "japanwest", "tags": {"date": "2018-11-21T21:31:54Z", "cause": - "automation", "product": "azurecli"}}' + body: '{"location": "japanwest", "tags": {"product": "azurecli", "cause": "automation", + "date": "2019-03-26T19:56:58Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"date":"2018-11-21T21:31:54Z","cause":"automation","product":"azurecli"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T19:56:58Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 21 Nov 2018 21:31:57 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 19:57:00 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --is-linux] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"date":"2018-11-21T21:31:54Z","cause":"automation","product":"azurecli"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T19:56:58Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 21 Nov 2018 21:31:57 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 19:57:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"sku": {"capacity": 1, "name": "B1", "tier": "BASIC"}, "location": "japanwest", - "properties": {"hyperV": false, "reserved": true, "perSiteScaling": false}}' + body: '{"location": "japanwest", "properties": {"perSiteScaling": false, "reserved": + true, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": + 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['156'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --is-linux] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '157' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --is-linux + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","name":"plan-quick-linux-cd","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":1878,"name":"plan-quick-linux-cd","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-12-21T21:32:01.03","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_1878","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","name":"plan-quick-linux-cd","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2709,"name":"plan-quick-linux-cd","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2019-04-25T19:57:05.38","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2709","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1510'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:32:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1510' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:57:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","name":"plan-quick-linux-cd","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":1878,"name":"plan-quick-linux-cd","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2018-12-21T21:32:01.03","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_1878","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","name":"plan-quick-linux-cd","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":2709,"name":"plan-quick-linux-cd","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":"2019-04-25T19:57:05.38","tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2709","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1510'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:32:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1510' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:57:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected=Linux&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":null,"name":"ruby","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"ruby","display":"Ruby","dependency":null,"majorVersions":[{"displayVersion":"Ruby - 2.3","runtimeVersion":"RUBY|2.3","isDefault":true,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js - LTS","runtimeVersion":"NODE|lts","isDefault":true,"minorVersions":[{"displayVersion":"LTS","runtimeVersion":"NODE|lts","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4.7","runtimeVersion":"NODE|4.4","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5.0","runtimeVersion":"NODE|4.5","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8.3","runtimeVersion":"NODE|4.8.3","isDefault":false},{"displayVersion":"4.8.4","runtimeVersion":"NODE|4.8","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2.2","runtimeVersion":"NODE|6.2","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6.0","runtimeVersion":"NODE|6.6","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.3","runtimeVersion":"NODE|6.9","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10.3","runtimeVersion":"NODE|6.10","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11.0","runtimeVersion":"NODE|6.11.0","isDefault":false},{"displayVersion":"6.11.1","runtimeVersion":"NODE|6.11.1","isDefault":false},{"displayVersion":"6.11.5","runtimeVersion":"NODE|6.11","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.0","runtimeVersion":"NODE|8.0","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.2","runtimeVersion":"NODE|8.1.2","isDefault":false},{"displayVersion":"8.1.3","runtimeVersion":"NODE|8.1.3","isDefault":false},{"displayVersion":"8.1.4","runtimeVersion":"NODE|8.1","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2.1","runtimeVersion":"NODE|8.2","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8.1","runtimeVersion":"NODE|8.8","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9.4","runtimeVersion":"NODE|8.9","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.11","runtimeVersion":"NODE|8.11","isDefault":false,"minorVersions":[{"displayVersion":"8.11.4","runtimeVersion":"NODE|8.11","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.12","runtimeVersion":"NODE|8.12","isDefault":false,"minorVersions":[{"displayVersion":"8.12.0","runtimeVersion":"NODE|8.12","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4.0","runtimeVersion":"NODE|9.4","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1.0","runtimeVersion":"NODE|10.1","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 10.10","runtimeVersion":"NODE|10.10","isDefault":false,"minorVersions":[{"displayVersion":"10.10.0","runtimeVersion":"NODE|10.10","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP - 5.6","runtimeVersion":"PHP|5.6","isDefault":true,"minorVersions":[{"displayVersion":"5.6.38-apache","runtimeVersion":"PHP|5.6","isDefault":true},{"displayVersion":"5.6.38-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false}],"applicationInsights":false},{"displayVersion":"PHP - 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.32-apache","runtimeVersion":"PHP|7.0","isDefault":true},{"displayVersion":"7.0.32-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false}],"applicationInsights":false},{"displayVersion":"PHP - 7.2","runtimeVersion":"PHP|7.2","isDefault":false,"minorVersions":[{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":true},{"displayVersion":"7.2.11-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false},{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET - Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.5","runtimeVersion":"DOTNETCORE|1.0","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.2","runtimeVersion":"DOTNETCORE|1.1","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.7","runtimeVersion":"DOTNETCORE|2.0","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":false},{"displayVersion":"2.1.2","runtimeVersion":"DOTNETCORE|2.1","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java","display":"Java","dependency":null,"majorVersions":[{"displayVersion":"Tomcat - 8.5 (JRE 8)","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true}],"applicationInsights":true},{"displayVersion":"Tomcat - 9.0 (JRE 8)","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true}],"applicationInsights":true},{"displayVersion":"Java - SE (JRE 8)","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true}],"applicationInsights":false},{"displayVersion":"WildFly - 14 (JRE 8) - Preview","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"minorVersions":[{"displayVersion":"14","runtimeVersion":"WILDFLY|14-jre8","isDefault":true}],"applicationInsights":true}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python - (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7.0","runtimeVersion":"PYTHON|3.7","isDefault":true}],"applicationInsights":false},{"displayVersion":"Python - 3.6","runtimeVersion":"PYTHON|3.6","isDefault":true,"minorVersions":[{"displayVersion":"3.6.6","runtimeVersion":"PYTHON|3.6","isDefault":true}],"applicationInsights":false}],"frameworks":[]}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":null,"name":"ruby","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"ruby","display":"Ruby","dependency":null,"majorVersions":[{"displayVersion":"Ruby + 2.3","runtimeVersion":"RUBY|2.3","isDefault":false,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"2.3.8","runtimeVersion":"RUBY|2.3.8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Ruby + 2.4","runtimeVersion":"RUBY|2.4","isDefault":true,"minorVersions":[{"displayVersion":"2.4.5","runtimeVersion":"RUBY|2.4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js + LTS","runtimeVersion":"NODE|lts","isDefault":true,"minorVersions":[{"displayVersion":"LTS","runtimeVersion":"NODE|lts","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4","runtimeVersion":"NODE|4.4","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5","runtimeVersion":"NODE|4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8","runtimeVersion":"NODE|4.8.7","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2","runtimeVersion":"NODE|6.2","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6","runtimeVersion":"NODE|6.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9","runtimeVersion":"NODE|6.9","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10","runtimeVersion":"NODE|6.10","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11","runtimeVersion":"NODE|6.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0","runtimeVersion":"NODE|8.0","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1","runtimeVersion":"NODE|8.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2","runtimeVersion":"NODE|8.2","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8","runtimeVersion":"NODE|8.8","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9","runtimeVersion":"NODE|8.9","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.11","runtimeVersion":"NODE|8.11","isDefault":false,"minorVersions":[{"displayVersion":"8.11","runtimeVersion":"NODE|8.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.12","runtimeVersion":"NODE|8.12","isDefault":false,"minorVersions":[{"displayVersion":"8.12","runtimeVersion":"NODE|8.12","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4","runtimeVersion":"NODE|9.4","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1","runtimeVersion":"NODE|10.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.10","runtimeVersion":"NODE|10.10","isDefault":false,"minorVersions":[{"displayVersion":"10.10","runtimeVersion":"NODE|10.10","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.12","runtimeVersion":"NODE|10.12","isDefault":false,"minorVersions":[{"displayVersion":"10.12","runtimeVersion":"NODE|10.12","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.14","runtimeVersion":"NODE|10.14","isDefault":false,"minorVersions":[{"displayVersion":"10.14","runtimeVersion":"NODE|10.14","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP + 5.6","runtimeVersion":"PHP|5.6","isDefault":false,"minorVersions":[{"displayVersion":"5.6.40-apache","runtimeVersion":"PHP|5.6","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"5.6.40-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.33-apache","runtimeVersion":"PHP|7.0","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.33-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.2","runtimeVersion":"PHP|7.2","isDefault":true,"minorVersions":[{"displayVersion":"7.2.15-apache","runtimeVersion":"PHP|7.2","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.2.15-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.3","runtimeVersion":"PHP|7.3","isDefault":true,"minorVersions":[{"displayVersion":"7.3.2-apache","runtimeVersion":"PHP|7.3","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.3.2-apache-xdebug","runtimeVersion":"PHP|7.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.3.2-apache","runtimeVersion":"PHP|7.3","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET + Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.14","runtimeVersion":"DOTNETCORE|1.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.11","runtimeVersion":"DOTNETCORE|1.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.9","runtimeVersion":"DOTNETCORE|2.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.8","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.2","runtimeVersion":"DOTNETCORE|2.2","isDefault":false,"minorVersions":[{"displayVersion":"2.2.2","runtimeVersion":"DOTNETCORE|2.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java8","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java8","display":"Java + 8","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"WildFly + 14 - Preview","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"minorVersions":[{"displayVersion":"14","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true}],"frameworks":[]}},{"id":null,"name":"java11","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java11","display":"Java + 11","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":false,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|11-java11","isDefault":true,"minorVersions":[{"displayVersion":"11","runtimeVersion":"JAVA|11-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python + (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 3.6","runtimeVersion":"PYTHON|3.6","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"PYTHON|3.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 2.7","runtimeVersion":"PYTHON|2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"PYTHON|2.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['8625'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:32:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '11861' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:57:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"location": "Japan West", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd", - "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "localMySqlEnabled": - false, "appSettings": [], "http20Enabled": true, "linuxFxVersion": "node|6.11"}, - "scmSiteAlsoStopped": false, "isXenon": false, "reserved": false}}''' + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "linuxFxVersion": "node|6.11", "appSettings": [], "localMySqlEnabled": + false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['491'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '491' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-linux-cd000002","state":"Running","hostNames":["webapp-linux-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux-cd000002","repositorySiteName":"webapp-linux-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-cd000002.azurewebsites.net","webapp-linux-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-21T21:32:32.75","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webapp-linux-cd000002","state":"Running","hostNames":["webapp-linux-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux-cd000002","repositorySiteName":"webapp-linux-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-cd000002.azurewebsites.net","webapp-linux-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T19:57:23.8366667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3251'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:32:51 GMT'] - etag: ['"1D481E1B69BAA2B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3365' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:57:42 GMT + etag: + - '"1D4E40E2181090B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-linux-cd000002","state":"Running","hostNames":["webapp-linux-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux-cd000002","repositorySiteName":"webapp-linux-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-cd000002.azurewebsites.net","webapp-linux-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-21T21:32:33.1866667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan + West","properties":{"name":"webapp-linux-cd000002","state":"Running","hostNames":["webapp-linux-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-linux-cd000002","repositorySiteName":"webapp-linux-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-linux-cd000002.azurewebsites.net","webapp-linux-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|6.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-linux-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-linux-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T19:57:24.3366667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-linux-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-linux-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3256'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:32:52 GMT'] - etag: ['"1D481E1B69BAA2B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3365' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:57:43 GMT + etag: + - '"1D4E40E2181090B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: '{"properties": {"branch": "master", "repoUrl": "https://github.com/yugangw-msft/azure-site-test.git", - "isManualIntegration": true, "isMercurial": false}}' + body: '{"properties": {"repoUrl": "https://github.com/yugangw-msft/azure-site-test.git", + "branch": "master", "isManualIntegration": true, "isMercurial": false}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['153'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '153' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan - West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan + West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}' headers: - cache-control: [no-cache] - content-length: ['538'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:33:51 GMT'] - etag: ['"1D481E1E56652A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '538' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:58:50 GMT + etag: + - '"1D4E40E5508422B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan - West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2018-11-21T21:33:51.2666667 - Ensuring ScmType"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan + West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2019-03-26T19:58:50.5333333 + Ensuring ScmType"}}' headers: - cache-control: [no-cache] - content-length: ['607'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:34:23 GMT'] - etag: ['"1D481E1E56652A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '607' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:59:25 GMT + etag: + - '"1D4E40E5508422B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan - West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2018-11-21T21:34:54.2407520 - http://webapp-linux-cd000002.scm.azurewebsites.net:8181/api/deployments/latest?deployer=GitHub&time=2018-11-21_21-34-53Z"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan + West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2019-03-26T19:58:50.5333333 + Ensuring ScmType"}}' headers: - cache-control: [no-cache] - content-length: ['714'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:34:55 GMT'] - etag: ['"1D481E1E56652A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '607' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 19:59:55 GMT + etag: + - '"1D4E40E5508422B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan - West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2018-11-21T21:35:26.7459688 - http://webapp-linux-cd000002.scm.azurewebsites.net:8181/api/deployments/latest?deployer=GitHub&time=2018-11-21_21-34-53Z"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan + West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2019-03-26T20:00:23.5203362 + http://webapp-linux-cd000002.scm.azurewebsites.net:8181/api/deployments/latest?deployer=GitHub&time=2019-03-26_20-00-20Z"}}' headers: - cache-control: [no-cache] - content-length: ['714'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:35:26 GMT'] - etag: ['"1D481E1E56652A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '714' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:00:30 GMT + etag: + - '"1D4E40E5508422B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan - West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/sourcecontrols/web","name":"webapp-linux-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"Japan + West","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Failed","provisioningDetails":"System.InvalidOperationException: + Deployment temp-58d5e555 unsuccessful, status: 3\r\n at Microsoft.Web.Hosting.Administration.SiteRepositoryProvider.d__26.MoveNext()\r\n--- + End of stack trace from previous location where exception was thrown ---\r\n at + System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task + task)\r\n at Microsoft.Web.Hosting.Administration.WebCloudController.d__303.MoveNext()"}}' headers: - cache-control: [no-cache] - content-length: ['537'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 21:35:59 GMT'] - etag: ['"1D481E1E56652A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1112' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:01:01 GMT + etag: + - '"1D4E40E5508422B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan -u -r] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan -u -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-linux-cd000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Wed, 21 Nov 2018 21:36:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 20:01:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.20.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-linux-cd000002.azurewebsites.net/ response: - body: {string: Hello world 4 using Node v6.11.5} + body: + string: "\uFEFF Microsoft Azure App Service - Welcome + + +
+ Microsoft Azure
Your + App Service app is up and running
Go to your + app's Quick + Start guide in the Azure portal to get started or read our deployment documentation.
" headers: - content-length: ['32'] - content-type: [text/html; charset=utf-8] - date: ['Wed, 21 Nov 2018 21:36:31 GMT'] - etag: [W/"20-XYkZmPervDKgokbH1nE1OkNaHoo"] - set-cookie: [ARRAffinity=4a540b6295ed1dd0d329bf772b30e20350c81c8fadb825a76720c725ee7912df;Path=/;HttpOnly;Domain=webapp-linux-cd5tfn7sswm.azurewebsites.net] - x-powered-by: [Express] - status: {code: 200, message: OK} + accept-ranges: + - bytes + cache-control: + - public, max-age=0 + content-length: + - '2526' + content-type: + - text/html; charset=UTF-8 + date: + - Tue, 26 Mar 2019 20:01:48 GMT + etag: + - W/"9de-169bb942a81" + last-modified: + - Tue, 26 Mar 2019 19:57:23 GMT + set-cookie: + - ARRAffinity=f6ca216c8648b4092bde15931d396c7e410ba2f45a18135db9eebd1ca48108fb;Path=/;HttpOnly;Domain=webapp-linux-cdbj3ixepwl.azurewebsites.net + x-powered-by: + - Express + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 21 Nov 2018 21:36:34 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdYVVhCQ0JBNktLQjZKNlMyWVpBTVdNNkZaWEFOMjNCRDcyR3w1RTZGNTYxQTdDOEMwM0ZCLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 20:01:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdRTVI3SlRNSUZSNFZMUU9WV1Y2R1hFU0tIQTM1NzUyV1FKQnw4NTNDOUM2RjEwQkZDRDEwLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_ssh.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_ssh.yaml index 7cfddfdc0b5..3b3035d4205 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_ssh.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_ssh.yaml @@ -1,7 +1,7 @@ interactions: - request: body: '{"location": "japanwest", "tags": {"product": "azurecli", "cause": "automation", - "date": "2019-02-20T18:21:49Z"}}' + "date": "2019-04-03T05:51:58Z"}}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -10,18 +10,18 @@ interactions: Content-Length: ['113'] Content-Type: [application/json; charset=utf-8] ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-20T18:21:49Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-04-03T05:51:58Z"},"properties":{"provisioningState":"Succeeded"}}'} headers: cache-control: [no-cache] content-length: ['387'] content-type: [application/json; charset=utf-8] - date: ['Wed, 20 Feb 2019 18:20:12 GMT'] + date: ['Wed, 03 Apr 2019 05:52:03 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -36,18 +36,18 @@ interactions: CommandName: [appservice plan create] Connection: [keep-alive] ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-02-20T18:21:49Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"japanwest","tags":{"product":"azurecli","cause":"automation","date":"2019-04-03T05:51:58Z"},"properties":{"provisioningState":"Succeeded"}}'} headers: cache-control: [no-cache] content-length: ['387'] content-type: [application/json; charset=utf-8] - date: ['Wed, 20 Feb 2019 18:20:13 GMT'] + date: ['Wed, 03 Apr 2019 05:52:04 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -66,20 +66,20 @@ interactions: Content-Length: ['160'] Content-Type: [application/json; charset=utf-8] ParameterSetName: [-g -n --sku --is-linux] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002?api-version=2018-02-01 response: body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","name":"webapp-ssh-plan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":2460,"name":"webapp-ssh-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"c9cbd920-c00c-427c-852b-8aaf38badaeb","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2460","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + West","properties":{"serverFarmId":2771,"name":"webapp-ssh-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2771","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} headers: cache-control: [no-cache] content-length: ['1509'] content-type: [application/json] - date: ['Wed, 20 Feb 2019 18:20:24 GMT'] + date: ['Wed, 03 Apr 2019 05:52:16 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -88,7 +88,7 @@ interactions: vary: [Accept-Encoding] x-aspnet-version: [4.0.30319] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -99,20 +99,20 @@ interactions: CommandName: [webapp create] Connection: [keep-alive] ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002?api-version=2018-02-01 response: body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","name":"webapp-ssh-plan000002","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan - West","properties":{"serverFarmId":2460,"name":"webapp-ssh-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"c9cbd920-c00c-427c-852b-8aaf38badaeb","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan - West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2460","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + West","properties":{"serverFarmId":2771,"name":"webapp-ssh-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-JapanWestwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rg000001","reserved":true,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-os1-009_2771","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} headers: cache-control: [no-cache] content-length: ['1509'] content-type: [application/json] - date: ['Wed, 20 Feb 2019 18:20:25 GMT'] + date: ['Wed, 03 Apr 2019 05:52:17 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -131,55 +131,60 @@ interactions: CommandName: [webapp create] Connection: [keep-alive] ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: GET uri: https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected=Linux&api-version=2018-02-01 response: body: {string: '{"value":[{"id":null,"name":"ruby","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"ruby","display":"Ruby","dependency":null,"majorVersions":[{"displayVersion":"Ruby - 2.3","runtimeVersion":"RUBY|2.3","isDefault":true,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3","isDefault":false},{"displayVersion":"2.3.8","runtimeVersion":"RUBY|2.3","isDefault":true}],"applicationInsights":false},{"displayVersion":"Ruby - 2.4","runtimeVersion":"RUBY|2.4","isDefault":false,"minorVersions":[{"displayVersion":"2.4.5","runtimeVersion":"RUBY|2.4","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js - LTS","runtimeVersion":"NODE|lts","isDefault":true,"minorVersions":[{"displayVersion":"LTS","runtimeVersion":"NODE|lts","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4.7","runtimeVersion":"NODE|4.4","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5.0","runtimeVersion":"NODE|4.5","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8.7","runtimeVersion":"NODE|4.8.7","isDefault":false}],"applicationInsights":false},{"displayVersion":"Node.js - 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2.2","runtimeVersion":"NODE|6.2","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6.0","runtimeVersion":"NODE|6.6","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.3","runtimeVersion":"NODE|6.9","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10","runtimeVersion":"NODE|6.10","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11.5","runtimeVersion":"NODE|6.11","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.0","runtimeVersion":"NODE|8.0","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.4","runtimeVersion":"NODE|8.1","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2.1","runtimeVersion":"NODE|8.2","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8.1","runtimeVersion":"NODE|8.8","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9.4","runtimeVersion":"NODE|8.9","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.11","runtimeVersion":"NODE|8.11","isDefault":false,"minorVersions":[{"displayVersion":"8.11.4","runtimeVersion":"NODE|8.11","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 8.12","runtimeVersion":"NODE|8.12","isDefault":false,"minorVersions":[{"displayVersion":"8.12.0","runtimeVersion":"NODE|8.12","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4.0","runtimeVersion":"NODE|9.4","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1.0","runtimeVersion":"NODE|10.1","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 10.10","runtimeVersion":"NODE|10.10","isDefault":false,"minorVersions":[{"displayVersion":"10.10.0","runtimeVersion":"NODE|10.10","isDefault":true}],"applicationInsights":false},{"displayVersion":"Node.js - 10.14","runtimeVersion":"NODE|10.14","isDefault":false,"minorVersions":[{"displayVersion":"10.14.0","runtimeVersion":"NODE|10.14","isDefault":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP - 5.6","runtimeVersion":"PHP|5.6","isDefault":false,"minorVersions":[{"displayVersion":"5.6.38-apache","runtimeVersion":"PHP|5.6","isDefault":true},{"displayVersion":"5.6.38-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false}],"applicationInsights":false},{"displayVersion":"PHP - 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.32-apache","runtimeVersion":"PHP|7.0","isDefault":true},{"displayVersion":"7.0.32-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false}],"applicationInsights":false},{"displayVersion":"PHP - 7.2","runtimeVersion":"PHP|7.2","isDefault":true,"minorVersions":[{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":true},{"displayVersion":"7.2.11-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false},{"displayVersion":"7.2.11-apache","runtimeVersion":"PHP|7.2","isDefault":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET - Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.5","runtimeVersion":"DOTNETCORE|1.0","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.2","runtimeVersion":"DOTNETCORE|1.1","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.7","runtimeVersion":"DOTNETCORE|2.0","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":false},{"displayVersion":"2.1.2","runtimeVersion":"DOTNETCORE|2.1","isDefault":true}],"applicationInsights":false},{"displayVersion":".NET - Core 2.2","runtimeVersion":"DOTNETCORE|2.2","isDefault":true,"minorVersions":[{"displayVersion":"2.2.0","runtimeVersion":"DOTNETCORE|2.2","isDefault":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java","display":"Java","dependency":null,"majorVersions":[{"displayVersion":"Tomcat - 8.5 (JRE 8)","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true}],"applicationInsights":true},{"displayVersion":"Tomcat - 9.0 (JRE 8)","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true}],"applicationInsights":true},{"displayVersion":"Java - SE (JRE 8)","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true}],"applicationInsights":false},{"displayVersion":"WildFly - 14 (JRE 8) - Preview","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"minorVersions":[{"displayVersion":"14","runtimeVersion":"WILDFLY|14-jre8","isDefault":true}],"applicationInsights":true}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python - (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7","runtimeVersion":"PYTHON|3.7","isDefault":true}],"applicationInsights":false},{"displayVersion":"Python - 3.6","runtimeVersion":"PYTHON|3.6","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"PYTHON|3.6","isDefault":true}],"applicationInsights":false},{"displayVersion":"Python - 2.7","runtimeVersion":"PYTHON|2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"PYTHON|2.7","isDefault":true}],"applicationInsights":false}],"frameworks":[]}}],"nextLink":null,"id":null}'} + 2.3","runtimeVersion":"RUBY|2.3","isDefault":false,"minorVersions":[{"displayVersion":"2.3.3","runtimeVersion":"RUBY|2.3.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"2.3.8","runtimeVersion":"RUBY|2.3.8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Ruby + 2.4","runtimeVersion":"RUBY|2.4","isDefault":true,"minorVersions":[{"displayVersion":"2.4.5","runtimeVersion":"RUBY|2.4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"node","display":"Node.js","dependency":null,"majorVersions":[{"displayVersion":"Node.js + LTS","runtimeVersion":"NODE|lts","isDefault":true,"minorVersions":[{"displayVersion":"LTS","runtimeVersion":"NODE|lts","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.4","runtimeVersion":"NODE|4.4","isDefault":false,"minorVersions":[{"displayVersion":"4.4","runtimeVersion":"NODE|4.4","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.5","runtimeVersion":"NODE|4.5","isDefault":false,"minorVersions":[{"displayVersion":"4.5","runtimeVersion":"NODE|4.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 4.8","runtimeVersion":"NODE|4.8","isDefault":false,"minorVersions":[{"displayVersion":"4.8","runtimeVersion":"NODE|4.8.7","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.2","runtimeVersion":"NODE|6.2","isDefault":false,"minorVersions":[{"displayVersion":"6.2","runtimeVersion":"NODE|6.2","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.6","runtimeVersion":"NODE|6.6","isDefault":false,"minorVersions":[{"displayVersion":"6.6","runtimeVersion":"NODE|6.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.9","runtimeVersion":"NODE|6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9","runtimeVersion":"NODE|6.9","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.10","runtimeVersion":"NODE|6.10","isDefault":false,"minorVersions":[{"displayVersion":"6.10","runtimeVersion":"NODE|6.10","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Node.js + 6.11","runtimeVersion":"NODE|6.11","isDefault":false,"minorVersions":[{"displayVersion":"6.11","runtimeVersion":"NODE|6.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.0","runtimeVersion":"NODE|8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0","runtimeVersion":"NODE|8.0","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.1","runtimeVersion":"NODE|8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1","runtimeVersion":"NODE|8.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.2","runtimeVersion":"NODE|8.2","isDefault":false,"minorVersions":[{"displayVersion":"8.2","runtimeVersion":"NODE|8.2","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.8","runtimeVersion":"NODE|8.8","isDefault":false,"minorVersions":[{"displayVersion":"8.8","runtimeVersion":"NODE|8.8","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.9","runtimeVersion":"NODE|8.9","isDefault":false,"minorVersions":[{"displayVersion":"8.9","runtimeVersion":"NODE|8.9","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.11","runtimeVersion":"NODE|8.11","isDefault":false,"minorVersions":[{"displayVersion":"8.11","runtimeVersion":"NODE|8.11","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 8.12","runtimeVersion":"NODE|8.12","isDefault":false,"minorVersions":[{"displayVersion":"8.12","runtimeVersion":"NODE|8.12","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 9.4","runtimeVersion":"NODE|9.4","isDefault":false,"minorVersions":[{"displayVersion":"9.4","runtimeVersion":"NODE|9.4","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.1","runtimeVersion":"NODE|10.1","isDefault":false,"minorVersions":[{"displayVersion":"10.1","runtimeVersion":"NODE|10.1","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.10","runtimeVersion":"NODE|10.10","isDefault":false,"minorVersions":[{"displayVersion":"10.10","runtimeVersion":"NODE|10.10","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.12","runtimeVersion":"NODE|10.12","isDefault":false,"minorVersions":[{"displayVersion":"10.12","runtimeVersion":"NODE|10.12","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false},{"displayVersion":"Node.js + 10.14","runtimeVersion":"NODE|10.14","isDefault":false,"minorVersions":[{"displayVersion":"10.14","runtimeVersion":"NODE|10.14","isDefault":true,"isRemoteDebuggingEnabled":true}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"php","display":"PHP","dependency":null,"majorVersions":[{"displayVersion":"PHP + 5.6","runtimeVersion":"PHP|5.6","isDefault":false,"minorVersions":[{"displayVersion":"5.6.40-apache","runtimeVersion":"PHP|5.6","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"5.6.40-apache-xdebug","runtimeVersion":"PHP|5.6","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.0","runtimeVersion":"PHP|7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.33-apache","runtimeVersion":"PHP|7.0","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.33-apache-xdebug","runtimeVersion":"PHP|7.0","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.2","runtimeVersion":"PHP|7.2","isDefault":true,"minorVersions":[{"displayVersion":"7.2.15-apache","runtimeVersion":"PHP|7.2","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.2.15-apache-xdebug","runtimeVersion":"PHP|7.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"PHP + 7.3","runtimeVersion":"PHP|7.3","isDefault":true,"minorVersions":[{"displayVersion":"7.3.2-apache","runtimeVersion":"PHP|7.3","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.3.2-apache-xdebug","runtimeVersion":"PHP|7.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.3.2-apache","runtimeVersion":"PHP|7.3","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"dotnetcore","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"dotnetcore","display":".NET + Core","dependency":null,"majorVersions":[{"displayVersion":".NET Core 1.0","runtimeVersion":"DOTNETCORE|1.0","isDefault":false,"minorVersions":[{"displayVersion":"1.0.14","runtimeVersion":"DOTNETCORE|1.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 1.1","runtimeVersion":"DOTNETCORE|1.1","isDefault":false,"minorVersions":[{"displayVersion":"1.1.11","runtimeVersion":"DOTNETCORE|1.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.0","runtimeVersion":"DOTNETCORE|2.0","isDefault":false,"minorVersions":[{"displayVersion":"2.0.9","runtimeVersion":"DOTNETCORE|2.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.1","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"minorVersions":[{"displayVersion":"2.1.8","runtimeVersion":"DOTNETCORE|2.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":".NET + Core 2.2","runtimeVersion":"DOTNETCORE|2.2","isDefault":false,"minorVersions":[{"displayVersion":"2.2.2","runtimeVersion":"DOTNETCORE|2.2","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java8","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java8","display":"Java + 8","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|8-jre8","isDefault":true,"minorVersions":[{"displayVersion":"8","runtimeVersion":"JAVA|8-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"WildFly + 14 - Preview","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"minorVersions":[{"displayVersion":"14","runtimeVersion":"WILDFLY|14-jre8","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true}],"frameworks":[]}},{"id":null,"name":"java11","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"java11","display":"Java + 11","dependency":null,"majorVersions":[{"displayVersion":"Tomcat 8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":false,"minorVersions":[{"displayVersion":"8.5","runtimeVersion":"TOMCAT|8.5-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Tomcat + 9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":false,"minorVersions":[{"displayVersion":"9.0","runtimeVersion":"TOMCAT|9.0-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":true},{"displayVersion":"Java + SE","runtimeVersion":"JAVA|11-java11","isDefault":true,"minorVersions":[{"displayVersion":"11","runtimeVersion":"JAVA|11-java11","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Linux","properties":{"name":"python","display":"Python + (Preview)","dependency":null,"majorVersions":[{"displayVersion":"Python 3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"minorVersions":[{"displayVersion":"3.7","runtimeVersion":"PYTHON|3.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 3.6","runtimeVersion":"PYTHON|3.6","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"PYTHON|3.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"Python + 2.7","runtimeVersion":"PYTHON|2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"PYTHON|2.7","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}}],"nextLink":null,"id":null}'} headers: cache-control: [no-cache] - content-length: ['9125'] + content-length: ['11861'] content-type: [application/json] - date: ['Wed, 20 Feb 2019 18:20:26 GMT'] + date: ['Wed, 03 Apr 2019 05:52:18 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -203,20 +208,20 @@ interactions: Content-Length: ['496'] Content-Type: [application/json; charset=utf-8] ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003?api-version=2018-02-01 response: body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003","name":"webapp-ssh000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-ssh000003","state":"Running","hostNames":["webapp-ssh000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-ssh000003","repositorySiteName":"webapp-ssh000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-ssh000003.azurewebsites.net","webapp-ssh000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|8.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-ssh000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-ssh000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-20T18:20:31.84","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-ssh000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-ssh000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + West","properties":{"name":"webapp-ssh000003","state":"Running","hostNames":["webapp-ssh000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-ssh000003","repositorySiteName":"webapp-ssh000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-ssh000003.azurewebsites.net","webapp-ssh000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|8.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-ssh000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-ssh000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-03T05:52:22.8133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-ssh000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-ssh000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}'} headers: cache-control: [no-cache] - content-length: ['3259'] + content-length: ['3373'] content-type: [application/json] - date: ['Wed, 20 Feb 2019 18:20:50 GMT'] - etag: ['"1D4C948F73F4215"'] + date: ['Wed, 03 Apr 2019 05:52:40 GMT'] + etag: ['"1D4E9E168C2D760"'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -238,20 +243,20 @@ interactions: Content-Length: ['2'] Content-Type: [application/json; charset=utf-8] ParameterSetName: [-g -n --plan --runtime] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003/publishxml?api-version=2018-02-01 response: body: {string: ''} @@ -259,7 +264,7 @@ interactions: cache-control: [no-cache] content-length: ['1150'] content-type: [application/xml] - date: ['Wed, 20 Feb 2019 18:20:51 GMT'] + date: ['Wed, 03 Apr 2019 05:52:41 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -320,10 +325,10 @@ interactions: cache-control: ['public, max-age=0'] content-length: ['3237'] content-type: [text/html; charset=UTF-8] - date: ['Wed, 20 Feb 2019 18:21:42 GMT'] + date: ['Wed, 03 Apr 2019 05:53:37 GMT'] etag: [W/"ca5-16858f91b38"] last-modified: ['Wed, 16 Jan 2019 23:22:27 GMT'] - set-cookie: [ARRAffinity=5e2f2fdb5dda499a16c9d5abbb02f8a071498f20d6368465736d9acc36d36755;Path=/;HttpOnly;Domain=webapp-sshnnis5wfmnmw6gv.azurewebsites.net] + set-cookie: [ARRAffinity=9cba67afb10a5513cb5425062980edb4ca27da99980270c34637497e9ac97293;Path=/;HttpOnly;Domain=webapp-sshuf6otgbm7ayxqw.azurewebsites.net] x-powered-by: [Express] status: {code: 200, message: OK} - request: @@ -334,20 +339,20 @@ interactions: CommandName: [webapp ssh] Connection: [keep-alive] ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003?api-version=2018-02-01 response: body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003","name":"webapp-ssh000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-ssh000003","state":"Running","hostNames":["webapp-ssh000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-ssh000003","repositorySiteName":"webapp-ssh000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-ssh000003.azurewebsites.net","webapp-ssh000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|8.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-ssh000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-ssh000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-20T18:20:32.3533333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-ssh000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-ssh000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + West","properties":{"name":"webapp-ssh000003","state":"Running","hostNames":["webapp-ssh000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-ssh000003","repositorySiteName":"webapp-ssh000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-ssh000003.azurewebsites.net","webapp-ssh000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|8.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-ssh000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-ssh000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-03T05:52:23.51","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-ssh000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-ssh000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}'} headers: cache-control: [no-cache] - content-length: ['3264'] + content-length: ['3368'] content-type: [application/json] - date: ['Wed, 20 Feb 2019 18:22:13 GMT'] - etag: ['"1D4C948F73F4215"'] + date: ['Wed, 03 Apr 2019 05:54:09 GMT'] + etag: ['"1D4E9E168C2D760"'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -368,20 +373,20 @@ interactions: Content-Length: ['2'] Content-Type: [application/json; charset=utf-8] ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003/publishxml?api-version=2018-02-01 response: body: {string: ''} @@ -389,7 +394,7 @@ interactions: cache-control: [no-cache] content-length: ['1150'] content-type: [application/xml] - date: ['Wed, 20 Feb 2019 18:22:14 GMT'] + date: ['Wed, 03 Apr 2019 05:54:12 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -409,20 +414,20 @@ interactions: Content-Length: ['2'] Content-Type: [application/json; charset=utf-8] ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003/publishxml?api-version=2018-02-01 response: body: {string: ''} @@ -430,7 +435,7 @@ interactions: cache-control: [no-cache] content-length: ['1150'] content-type: [application/xml] - date: ['Wed, 20 Feb 2019 18:22:15 GMT'] + date: ['Wed, 03 Apr 2019 05:54:13 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -449,19 +454,19 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003/config/publishingcredentials/list?api-version=2018-02-01 response: body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003/publishingcredentials/$webapp-ssh000003","name":"webapp-ssh000003","type":"Microsoft.Web/sites/publishingcredentials","location":"Japan - West","properties":{"name":null,"publishingUserName":"$webapp-ssh000003","publishingPassword":"Qnuno5ebQ13388wzDjTfJg8GbLLqYrSmBXF5XCddnSmQd0qtWRa0cQyqL0tb","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-ssh000003:Qnuno5ebQ13388wzDjTfJg8GbLLqYrSmBXF5XCddnSmQd0qtWRa0cQyqL0tb@webapp-ssh000003.scm.azurewebsites.net"}}'} + West","properties":{"name":null,"publishingUserName":"$webapp-ssh000003","publishingPassword":"CJ5PzbEvkavDtMbb7ewBZ7enskozz5FbpgiGEDjeWFlsEP0dgHb8pj5z5Fca","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-ssh000003:CJ5PzbEvkavDtMbb7ewBZ7enskozz5FbpgiGEDjeWFlsEP0dgHb8pj5z5Fca@webapp-ssh000003.scm.azurewebsites.net"}}'} headers: cache-control: [no-cache] content-length: ['774'] content-type: [application/json] - date: ['Wed, 20 Feb 2019 18:22:16 GMT'] + date: ['Wed, 03 Apr 2019 05:54:13 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -481,20 +486,20 @@ interactions: CommandName: [webapp ssh] Connection: [keep-alive] ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003?api-version=2018-02-01 response: body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003","name":"webapp-ssh000003","type":"Microsoft.Web/sites","kind":"app,linux","location":"Japan - West","properties":{"name":"webapp-ssh000003","state":"Running","hostNames":["webapp-ssh000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-ssh000003","repositorySiteName":"webapp-ssh000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-ssh000003.azurewebsites.net","webapp-ssh000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|8.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-ssh000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-ssh000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-20T18:20:32.3533333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-ssh000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-ssh000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + West","properties":{"name":"webapp-ssh000003","state":"Running","hostNames":["webapp-ssh000003.azurewebsites.net"],"webSpace":"clitest.rg000001-JapanWestwebspace","selfLink":"https://waws-prod-os1-009.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-JapanWestwebspace/sites/webapp-ssh000003","repositorySiteName":"webapp-ssh000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-ssh000003.azurewebsites.net","webapp-ssh000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":"node|8.11"},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-ssh000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-ssh000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-ssh-plan000002","reserved":true,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-03T05:52:23.51","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-ssh000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,linux","outboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211","possibleOutboundIpAddresses":"104.215.58.230,104.215.53.202,104.215.62.87,104.215.51.91,104.215.63.211,13.73.235.66,104.215.11.91","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-os1-009","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-ssh000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}'} headers: cache-control: [no-cache] - content-length: ['3264'] + content-length: ['3368'] content-type: [application/json] - date: ['Wed, 20 Feb 2019 18:22:17 GMT'] - etag: ['"1D4C948F73F4215"'] + date: ['Wed, 03 Apr 2019 05:54:16 GMT'] + etag: ['"1D4E9E168C2D760"'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -515,20 +520,20 @@ interactions: Content-Length: ['2'] Content-Type: [application/json; charset=utf-8] ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + azure-mgmt-web/0.41.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-ssh000003/publishxml?api-version=2018-02-01 response: body: {string: ''} @@ -536,7 +541,7 @@ interactions: cache-control: [no-cache] content-length: ['1150'] content-type: [application/xml] - date: ['Wed, 20 Feb 2019 18:22:19 GMT'] + date: ['Wed, 03 Apr 2019 05:54:16 GMT'] expires: ['-1'] pragma: [no-cache] server: [Microsoft-IIS/10.0] @@ -561,11 +566,11 @@ interactions: cache-control: [no-cache] content-length: ['478'] content-type: [application/json; charset=utf-8] - date: ['Wed, 20 Feb 2019 18:23:18 GMT'] + date: ['Wed, 03 Apr 2019 05:55:18 GMT'] expires: ['-1'] pragma: [no-cache] server: [Apache/2.4.10 (Debian)] - set-cookie: [ARRAffinity=5e2f2fdb5dda499a16c9d5abbb02f8a071498f20d6368465736d9acc36d36755;Path=/;HttpOnly;Domain=webapp-sshnnis5wfmnmw6gv.scm.azurewebsites.net] + set-cookie: [ARRAffinity=9cba67afb10a5513cb5425062980edb4ca27da99980270c34637497e9ac97293;Path=/;HttpOnly;Domain=webapp-sshuf6otgbm7ayxqw.scm.azurewebsites.net] x-aspnet-version: [4.0.30319] status: {code: 200, message: OK} - request: @@ -576,9 +581,9 @@ interactions: response: body: {string: 'SUCCESS:2222'} headers: - date: ['Wed, 20 Feb 2019 18:23:19 GMT'] + date: ['Wed, 03 Apr 2019 05:55:19 GMT'] server: [Kestrel] - set-cookie: [ARRAffinity=5e2f2fdb5dda499a16c9d5abbb02f8a071498f20d6368465736d9acc36d36755;Path=/;HttpOnly;Domain=webapp-sshnnis5wfmnmw6gv.scm.azurewebsites.net] + set-cookie: [ARRAffinity=9cba67afb10a5513cb5425062980edb4ca27da99980270c34637497e9ac97293;Path=/;HttpOnly;Domain=webapp-sshuf6otgbm7ayxqw.scm.azurewebsites.net] transfer-encoding: [chunked] status: {code: 200, message: OK} - request: @@ -590,8 +595,8 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.2 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] + User-Agent: [python/3.6.4 (Darwin-18.2.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34 + resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.61] accept-language: [en-US] method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 @@ -600,9 +605,9 @@ interactions: headers: cache-control: [no-cache] content-length: ['0'] - date: ['Wed, 20 Feb 2019 18:23:58 GMT'] + date: ['Wed, 03 Apr 2019 05:55:58 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdES0Q0MlNDM0hSTlFQQ0NMM1czTlZLWENVNDVISVBVNzdPQnwzQjgyRDg4RjE5MDI5QTJELUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdNM1hEVlhDWVo1V1JCNlVVQk1RRUFGVTI3V1lKT0FJSlRZSnxGOTE3RTY2QjM5OEUxOUZGLUpBUEFOV0VTVCIsImpvYkxvY2F0aW9uIjoiamFwYW53ZXN0In0?api-version=2018-05-01'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_retain_plan.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_retain_plan.yaml index 7b9c3bab5f5..1c46d4c0887 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_retain_plan.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_retain_plan.yaml @@ -1,286 +1,499 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:52:27Z"}}' + "date": "2019-03-25T23:33:15Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:52:27Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:33:15Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:52:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:52:27Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:33:15Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:52:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['136'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","name":"web-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5936,"name":"web-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5936","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","name":"web-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":18301,"name":"web-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-089_18301","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:52:39 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","name":"web-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5936,"name":"web-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5936","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","name":"web-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":18301,"name":"web-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-089_18301","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:52:40 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['503'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web000002","name":"web000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web000002","state":"Running","hostNames":["web000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web000002","repositorySiteName":"web000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web000002.azurewebsites.net","web000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:52:43.1733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web000002","name":"web000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web000002","state":"Running","hostNames":["web000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web000002","repositorySiteName":"web000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web000002.azurewebsites.net","web000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:26.5266667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3233'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:52:46 GMT'] - etag: ['"1D43B770EEAC180"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3330' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:42 GMT + etag: + - '"1D4E363255BE2F5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:52:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:33:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --keep-dns-registration --keep-empty-plan --keep-metrics + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web000002?deleteMetrics=false&deleteEmptyServerFarm=false&api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:52:49 GMT'] - etag: ['"1D43B770EEAC180"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:33:44 GMT + etag: + - '"1D4E363255BE2F5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","name":"web-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5936,"name":"web-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5936","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-plan000003","name":"web-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":18301,"name":"web-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-089_18301","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['1486'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:52:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1533' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:52:50 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkczUVdSN0lYT1hQT1FXM1FHNDZaU0hCUU40NVVaSzJHVU1SSnxFNzU5QjRDM0U3OUQ1QzE1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:33:45 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdRTjdQT0ZOQUM2Mlc2Q000NTZUVVdIM1dTTldUNkxOVlYzNXwzREUyQzFDNkI5MUQxODFELVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_traffic_routing.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_traffic_routing.yaml index 4bfce585a54..ec019e3b9e9 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_traffic_routing.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_traffic_routing.yaml @@ -1,330 +1,578 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:55:09Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + "date": "2019-03-25T23:32:28Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:55:09Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:55:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:28Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:55:09Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:55:09 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:28Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:30 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5938,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5938","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1452'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13674,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13674","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5938,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5938","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1452'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13674,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13674","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['503'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:55:23.8833333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3236'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:28 GMT'] - etag: ['"1D43B776E9D4015"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:32:43.7666667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:59 GMT + etag: + - '"1D4E3630C0E87D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:55:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:32:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:55:24.3533333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3236'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:28 GMT'] - etag: ['"1D43B776E9D4015"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:32:44.4133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:00 GMT + etag: + - '"1D4E3630C0E87D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['426'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": + false}}\''''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '443' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/staging?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/staging","name":"slot-traffic-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003(staging)","state":"Running","hostNames":["slot-traffic-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003-staging.azurewebsites.net","slot-traffic-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:55:32.3366667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003__d59f","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003-staging.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3327'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:37 GMT'] - etag: ['"1D43B776E9D4015"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/staging","name":"slot-traffic-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003(staging)","state":"Running","hostNames":["slot-traffic-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003-staging.azurewebsites.net","slot-traffic-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:05.51","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003__3bb1","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003-staging.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3433' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:21 GMT + etag: + - '"1D4E3630C0E87D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp traffic-routing set] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp traffic-routing set + Connection: + - keep-alive + ParameterSetName: + - -g -n -d + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:55:24.3533333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3236'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:37 GMT'] - etag: ['"1D43B776E9D4015"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:32:44.4133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:21 GMT + etag: + - '"1D4E3630C0E87D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp traffic-routing set] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp traffic-routing set + Connection: + - keep-alive + ParameterSetName: + - -g -n -d + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2614'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2729' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -341,134 +589,235 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp traffic-routing set] - Connection: [keep-alive] - Content-Length: ['1150'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp traffic-routing set + Connection: + - keep-alive + Content-Length: + - '1150' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -d + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}],"experiments":{"rampUpRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['3052'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:39 GMT'] - etag: ['"1D43B77780EC04B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}],"experiments":{"rampUpRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '3167' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:24 GMT + etag: + - '"1D4E3630C0E87D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp traffic-routing show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp traffic-routing show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}],"experiments":{"rampUpRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['3070'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:40 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}],"experiments":{"rampUpRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '3185' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp traffic-routing clear] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp traffic-routing clear + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:55:40.1966667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3236'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:40 GMT'] - etag: ['"1D43B77780EC04B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:24.11","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3342' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:25 GMT + etag: + - '"1D4E36323B7C2E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp traffic-routing clear] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp traffic-routing clear + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}],"experiments":{"rampUpRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['3070'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:42 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}],"experiments":{"rampUpRules":[{"actionHostName":"staging.azurewebsites.net","reroutePercentage":15.0,"changeStep":null,"changeIntervalInMinutes":null,"minReroutePercentage":null,"maxReroutePercentage":null,"changeDecisionCallbackUrl":null,"name":"staging"}]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '3185' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html"], "netFrameworkVersion": "v4.0", "phpVersion": "5.6", "pythonVersion": "", "nodeVersion": "", "linuxFxVersion": "", "requestTracingEnabled": - false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2012", + false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2017", "httpLoggingEnabled": false, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": false, "publishingUsername": "$slot-traffic-web000003", "azureStorageAccounts": {}, "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, @@ -479,62 +828,110 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp traffic-routing clear] - Connection: [keep-alive] - Content-Length: ['1093'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp traffic-routing clear + Connection: + - keep-alive + Content-Length: + - '1093' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2600'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:55:43 GMT'] - etag: ['"1D43B777A330CE0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2715' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:27 GMT + etag: + - '"1D4E36323B7C2E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:55:44 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdJV0UzWkxDQjdOSzNMT05LUTVVSlZUWFhFRTZFUVQzNDJEVHxDRDg3OTM1Njc4NjgyNTFGLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:33:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdJWEFOUkdIVUlWVU5YWjJWUlVSMkZUR1hTQ0gyTEZEWlFJWXw0RTFBQUIzQ0QzNTg1QTI3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_update_webapp_settings_thru_json.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_update_webapp_settings_thru_json.yaml index fdee75fcca0..47cdc16df45 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_update_webapp_settings_thru_json.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_update_webapp_settings_thru_json.yaml @@ -1,515 +1,877 @@ interactions: - request: - body: '{"tags": {"date": "2019-01-27T03:49:21Z", "cause": "automation", "product": - "azurecli"}, "location": "westus"}' + body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", + "date": "2019-03-25T23:36:32Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_json000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001","name":"cli_test_webapp_json000001","location":"westus","tags":{"date":"2019-01-27T03:49:21Z","cause":"automation","product":"azurecli"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001","name":"cli_test_webapp_json000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:32Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sun, 27 Jan 2019 03:49:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_json000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001","name":"cli_test_webapp_json000001","location":"westus","tags":{"date":"2019-01-27T03:49:21Z","cause":"automation","product":"azurecli"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001","name":"cli_test_webapp_json000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:32Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sun, 27 Jan 2019 03:49:26 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"sku": {"capacity": 1, "name": "S1", "tier": "STANDARD"}, "location": - "westus", "properties": {"isXenon": false, "perSiteScaling": false}}' + body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": + false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":10102,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_json000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_json000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-113_10102","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13677,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_json000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_json000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13677","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1547'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:49:50 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":10102,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_json000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_json000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-113_10102","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13677,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_json000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_json000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13677","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1547'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:49:51 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: 'b''b\''{"location": "West US", "properties": {"reserved": false, "siteConfig": - {"localMySqlEnabled": false, "http20Enabled": true, "appSettings": [{"value": - "8.11.1", "name": "WEBSITE_NODE_DEFAULT_VERSION"}], "netFrameworkVersion": "v4.6"}, - "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": false, "serverFarmId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003"}}\''''' + body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003", + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], + "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['537'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '537' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-config-test000002","state":"Running","hostNames":["webapp-config-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_json000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_json000001-WestUSwebspace/sites/webapp-config-test000002","repositorySiteName":"webapp-config-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-config-test000002.azurewebsites.net","webapp-config-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-config-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-config-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-01-27T03:49:54.4033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-config-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_json000001","defaultHostName":"webapp-config-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-config-test000002","state":"Running","hostNames":["webapp-config-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_json000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_json000001-WestUSwebspace/sites/webapp-config-test000002","repositorySiteName":"webapp-config-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-config-test000002.azurewebsites.net","webapp-config-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-config-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-config-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:43.2566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-config-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_json000001","defaultHostName":"webapp-config-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3437'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:11 GMT'] - etag: ['"1D4B5F35D68098B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3555' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:59 GMT + etag: + - '"1D4E3639AA9B12B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '497' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1294'] - content-type: [application/xml] - date: ['Sun, 27 Jan 2019 03:50:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1294' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:36:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --settings] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' headers: - cache-control: [no-cache] - content-length: ['374'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '374' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: '{"kind": "", "properties": {"s2": "value2", "WEBSITE_NODE_DEFAULT_VERSION": - "8.11.1", "s": "value"}}' + body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": + "8.11.1", "s": "value", "s2": "value2"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --settings] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"s2":"value2","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s":"value"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s":"value","s2":"value2"}}' headers: - cache-control: [no-cache] - content-length: ['400'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:17 GMT'] - etag: ['"1D4B5F36B3060C0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '400' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:01 GMT + etag: + - '"1D4E363A558112B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --settings] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"s2":"value2","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s":"value"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s":"value","s2":"value2"}}' headers: - cache-control: [no-cache] - content-length: ['400'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:19 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '400' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: '{"kind": "", "properties": {"s2": "value2", "WEBSITE_NODE_DEFAULT_VERSION": - "8.11.1", "s3": "value3", "s": "value"}}' + body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": + "8.11.1", "s": "value", "s2": "value2", "s3": "value3"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['129'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --settings] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '129' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"s2":"value2","WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s3":"value3","s":"value"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s":"value","s2":"value2","s3":"value3"}}' headers: - cache-control: [no-cache] - content-length: ['414'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:21 GMT'] - etag: ['"1D4B5F36D3831AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '414' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:03 GMT + etag: + - '"1D4E363A6E0BA00"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1194' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - ParameterSetName: [-g -n --settings] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:21 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"appSettingNames": ["s3"]}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['43'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --settings] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '43' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s3"],"azureStorageConfigNames":[]}}'} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s3"],"azureStorageConfigNames":[]}}' headers: - cache-control: [no-cache] - content-length: ['207'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '207' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - ParameterSetName: [-g -n --generic-configurations] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + ParameterSetName: + - -g -n --generic-configurations + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2777'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2777' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: 'b''{"properties": {"localMySqlEnabled": false, "autoHealEnabled": false, - "phpVersion": "5.6", "experiments": {"rampUpRules": []}, "loadBalancing": "LeastRequests", - "requestTracingEnabled": true, "logsDirectorySizeLimit": 35, "minTlsVersion": - "1.2", "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", - "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html"], - "publishingUsername": "$webapp-config-test000002", "reservedInstanceCount": - 0, "netFrameworkVersion": "v4.0", "alwaysOn": true, "detailedErrorLoggingEnabled": - false, "use32BitWorkerProcess": true, "linuxFxVersion": "", "azureStorageAccounts": - {}, "appCommandLine": "", "http20Enabled": true, "webSocketsEnabled": false, - "vnetName": "", "managedPipelineMode": "Integrated", "numberOfWorkers": 1, "nodeVersion": - "", "remoteDebuggingEnabled": false, "pythonVersion": "", "ftpsState": "AllAllowed", - "virtualApplications": [{"preloadEnabled": false, "virtualPath": "/", "physicalPath": - "site\\\\wwwroot"}], "scmType": "None", "httpLoggingEnabled": false}}''' + body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", + "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", + "index.php", "hostingstart.html"], "netFrameworkVersion": "v4.0", "phpVersion": + "5.6", "pythonVersion": "", "nodeVersion": "", "linuxFxVersion": "", "requestTracingEnabled": + true, "remoteDebuggingEnabled": false, "httpLoggingEnabled": false, "logsDirectorySizeLimit": + 35, "detailedErrorLoggingEnabled": false, "publishingUsername": "$webapp-config-test000002", + "azureStorageAccounts": {}, "scmType": "None", "use32BitWorkerProcess": true, + "webSocketsEnabled": false, "alwaysOn": true, "appCommandLine": "", "managedPipelineMode": + "Integrated", "virtualApplications": [{"virtualPath": "/", "physicalPath": "site\\\\wwwroot", + "preloadEnabled": false}], "loadBalancing": "LeastRequests", "experiments": + {"rampUpRules": []}, "autoHealEnabled": false, "vnetName": "", "localMySqlEnabled": + false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", + "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - Content-Length: ['1071'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --generic-configurations] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + Content-Length: + - '1071' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --generic-configurations + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":true,"requestTracingExpirationTime":"9999-12-31T23:59:00Z","remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_json000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":true,"requestTracingExpirationTime":"9999-12-31T23:59:00Z","remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2814'] - content-type: [application/json] - date: ['Sun, 27 Jan 2019 03:50:28 GMT'] - etag: ['"1D4B5F3718CFFD5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2814' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:08 GMT + etag: + - '"1D4E363A6E0BA00"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1194' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.56] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_json000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sun, 27 Jan 2019 03:50:30 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGSlNPTkdaWDVBVlhaWkJTR1g1U0pQREVETXw1OEYwMEQ5NzgxNzg1MzQ0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:37:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGSlNPTktIRkVCSVNGUVVBNFhLWjJKV0kzSnwwNDI5QURCRTkxMzZBRDg5LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_assign_system_identity.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_assign_system_identity.yaml index 1d5b1f50f63..6725179e04c 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_assign_system_identity.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_assign_system_identity.yaml @@ -1,880 +1,1082 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T01:30:17Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + "date": "2019-03-26T20:32:13Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T01:30:17Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:30:18 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T20:32:13Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:32:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T01:30:17Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:30:18 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T20:32:13Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:32:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['136'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","name":"web-msi-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":9033,"name":"web-msi-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-097_9033","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1436'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","name":"web-msi-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12174,"name":"web-msi-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12174","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1483' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:32:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","name":"web-msi-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":9033,"name":"web-msi-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-097_9033","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1436'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","name":"web-msi-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12174,"name":"web-msi-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12174","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1483' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:32:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['499'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '517' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:31.7666667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3171'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:36 GMT'] - etag: ['"1D43B4A0C73FB95"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:32:24.31","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3282' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:32:39 GMT + etag: + - '"1D4E413056677E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1114'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 01:30:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1114' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 20:32:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity assign] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity assign + Connection: + - keep-alive + ParameterSetName: + - -g -n --role --scope + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:32.3133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3171'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:37 GMT'] - etag: ['"1D43B4A0C73FB95"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:32:24.67","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3282' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:32:40 GMT + etag: + - '"1D4E413056677E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''b\\\''{"kind": "app", "location": "West US", "properties": {"enabled": true, "hostNameSslStates": [{"name": "web-msi000003.azurewebsites.net", "sslState": "Disabled", "hostType": "Standard"}, {"name": "web-msi000003.scm.azurewebsites.net", "sslState": "Disabled", "hostType": "Repository"}], "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002", - "reserved": false, "isXenon": false, "scmSiteAlsoStopped": false, "clientAffinityEnabled": - true, "clientCertEnabled": false, "hostNamesDisabled": false, "containerSize": - 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}, "identity": {"type": "SystemAssigned"}}\\\''\''''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity assign] - Connection: [keep-alive] - Content-Length: ['779'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + "reserved": false, "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": + false, "clientAffinityEnabled": true, "clientCertEnabled": false, "hostNamesDisabled": + false, "containerSize": 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}, "identity": + {"type": "SystemAssigned"}}\\\''\''''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity assign + Connection: + - keep-alive + Content-Length: + - '796' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --role --scope + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:41.72","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false},"identity":{"type":"SystemAssigned","tenantId":"2d390ff8-3500-44ee-82ab-3ac3a9a8171c","principalId":"bbe09876-2c65-4dc3-9f04-d96431cb974d"}}'} - headers: - cache-control: [no-cache] - content-length: ['3306'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:42 GMT'] - etag: ['"1D43B4A120F5380"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:32:45.68","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null},"identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' + headers: + cache-control: + - no-cache + content-length: + - '3422' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:32:46 GMT + etag: + - '"1D4E413056677E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity assign] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-authorization/0.50.0 Azure-SDK-For-Python - AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity assign + Connection: + - keep-alive + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --role --scope + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-authorization/0.50.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleDefinitions?$filter=roleName%20eq%20%27Reader%27&api-version=2018-01-01-preview response: - body: {string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"Lets - you view everything, but not make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"0001-01-01T08:00:00.0000000Z","updatedOn":"2018-01-30T18:08:25.4031403Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}'} - headers: - cache-control: [no-cache] - content-length: ['615'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:30:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [x-ms-gateway-slice=productionb; path=/; secure; HttpOnly] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-ms-request-charge: ['1'] - status: {code: 200, message: OK} + body: + string: '{"value":[{"properties":{"roleName":"Reader","type":"BuiltInRole","description":"Lets + you view everything, but not make any changes.","assignableScopes":["/"],"permissions":[{"actions":["*/read"],"notActions":[],"dataActions":[],"notDataActions":[]}],"createdOn":"2015-02-02T21:55:09.8806423Z","updatedOn":"2019-02-05T21:24:35.7424745Z","createdBy":null,"updatedBy":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","type":"Microsoft.Authorization/roleDefinitions","name":"acdd72a7-3385-48ef-bd42-f606fba81ae7"}]}' + headers: + cache-control: + - no-cache + content-length: + - '615' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:32:45 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; HttpOnly + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7", - "principalId": "bbe09876-2c65-4dc3-9f04-d96431cb974d"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity assign] - Connection: [keep-alive] - Content-Length: ['233'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-authorization/0.50.0 Azure-SDK-For-Python - AZURECLI/2.0.45] - accept-language: [en-US] + "principalId": "f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity assign + Connection: + - keep-alive + Content-Length: + - '233' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --role --scope + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-authorization/0.50.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001?api-version=2018-01-01-preview response: - body: {string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bbe09876-2c65-4dc3-9f04-d96431cb974d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001","createdOn":"2018-08-24T01:30:43.7048164Z","updatedOn":"2018-08-24T01:30:43.7048164Z","createdBy":null,"updatedBy":"3d3e7cbd-6a48-4974-8e38-1b3ab28dce22"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}'} - headers: - cache-control: [no-cache] - content-length: ['903'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:30:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [x-ms-gateway-slice=productionb; path=/; secure; HttpOnly] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-ms-request-charge: ['3'] - status: {code: 201, message: Created} -- request: - body: null + body: + string: '{"error":{"code":"PrincipalNotFound","message":"Principal f70410e105ec4c9892cc4dde3139d54e + does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47."}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 - response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:41.72","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false},"identity":{"type":"SystemAssigned","tenantId":"2d390ff8-3500-44ee-82ab-3ac3a9a8171c","principalId":"bbe09876-2c65-4dc3-9f04-d96431cb974d"}}'} - headers: - cache-control: [no-cache] - content-length: ['3306'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:46 GMT'] - etag: ['"1D43B4A120F5380"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '163' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:32:47 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; HttpOnly + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 400 + message: Bad Request - request: - body: null + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7", + "principalId": "f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [role assignment list] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-graphrbac/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] - method: GET - uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/servicePrincipals?$filter=servicePrincipalNames%2Fany%28c%3Ac%20eq%20%27bbe09876-2c65-4dc3-9f04-d96431cb974d%27%29&api-version=1.6 + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity assign + Connection: + - keep-alive + Content-Length: + - '233' + Content-Type: + - application/json; charset=utf-8 + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - -g -n --role --scope + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-authorization/0.50.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001?api-version=2018-01-01-preview response: - body: {string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/Microsoft.DirectoryServices.ServicePrincipal","value":[]}'} - headers: - access-control-allow-origin: ['*'] - cache-control: [no-cache] - content-length: ['166'] - content-type: [application/json; odata=minimalmetadata; streaming=true; charset=utf-8] - dataserviceversion: [3.0;] - date: ['Fri, 24 Aug 2018 01:30:47 GMT'] - duration: ['1428501'] - expires: ['-1'] - ocp-aad-diagnostics-server-name: [k6fa1kSiMnUZJuknHiO9y0+zpxRd0b2xW6UyOlqu9kw=] - ocp-aad-session-key: [hQUo-SHkOmd4xpSEkwcK4tsp9HKLYIwN4v-XByP70oiwIJ-ZMy7FBG5EaqheNDif8rGNz2VxymNVtLrrtLTUgPXpOglp0qqMCgRKhpkWdbLw51gPLT3CNpjwzFN5HDyW.GBNv7tVhe_TUW21Ng4eY1Jbfee6B78mr4XDnkWeJI4M] - pragma: [no-cache] - request-id: [e22e1d62-a490-4049-80ca-bd48a00a2af6] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-dirapi-data-contract-version: ['1.6'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"error":{"code":"PrincipalNotFound","message":"Principal f70410e105ec4c9892cc4dde3139d54e + does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47."}}' + headers: + cache-control: + - no-cache + content-length: + - '163' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:32:53 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; HttpOnly + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 400 + message: Bad Request - request: - body: '{"objectIds": ["bbe09876-2c65-4dc3-9f04-d96431cb974d"], "includeDirectoryObjectReferences": - true}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [role assignment list] - Connection: [keep-alive] - Content-Length: ['97'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-graphrbac/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] - method: POST - uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/getObjectsByObjectIds?api-version=1.6 + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7", + "principalId": "f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity assign + Connection: + - keep-alive + Content-Length: + - '233' + Content-Type: + - application/json; charset=utf-8 + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - -g -n --role --scope + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-authorization/0.50.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001?api-version=2018-01-01-preview response: - body: {string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects","value":[{"odata.type":"Microsoft.DirectoryServices.ServicePrincipal","objectType":"ServicePrincipal","objectId":"bbe09876-2c65-4dc3-9f04-d96431cb974d","deletionTimestamp":null,"accountEnabled":true,"addIns":[],"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003"],"appDisplayName":null,"appId":"5e8678f2-c259-44e3-97c1-be257852de97","appOwnerTenantId":null,"appRoleAssignmentRequired":false,"appRoles":[],"displayName":"web-msi000003","errorUrl":null,"homepage":null,"keyCredentials":[{"customKeyIdentifier":"4DD48007E027E7523E3D7FA0D1B243DA7FDD808E","endDate":"2018-11-22T01:25:00Z","keyId":"54a77022-d1e9-4797-a71f-60292597bfeb","startDate":"2018-08-24T01:25:00Z","type":"AsymmetricX509Cert","usage":"Verify","value":null}],"logoutUrl":null,"oauth2Permissions":[],"passwordCredentials":[],"preferredTokenSigningKeyThumbprint":null,"publisherName":null,"replyUrls":[],"samlMetadataUrl":null,"servicePrincipalNames":["5e8678f2-c259-44e3-97c1-be257852de97","https://identity.azure.net/608/x1NjvkTcvTcWNcKlNX3oJ10FE2zAteUFxEVjaWk="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null}]}'} - headers: - access-control-allow-origin: ['*'] - cache-control: [no-cache] - content-length: ['1434'] - content-type: [application/json; odata=minimalmetadata; streaming=true; charset=utf-8] - dataserviceversion: [3.0;] - date: ['Fri, 24 Aug 2018 01:30:47 GMT'] - duration: ['400429'] - expires: ['-1'] - ocp-aad-diagnostics-server-name: [x4r7b1LY8ujvq+pFqJ8KGLwz1kogO1LaK3X1LJBmIWM=] - ocp-aad-session-key: [M1gPJg1vCwO_enwWv2qTtpIaTOcRyb73juUjxQ7-3obUS2ACgwN_FbaPf1ofKqelY34kp6gUvKsmiUmmchhlr1-JyoM0MyQpGjIO5j9xdLKs85wLrrIQlZ7uItANI1vd.HW4mi58Ch7fgxWAqK4RjzdwoFL9cWUpCMuKTZtDKGDc] - pragma: [no-cache] - request-id: [6b25abb7-940a-41fc-95c1-45ec58b89746] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-dirapi-data-contract-version: ['1.6'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"error":{"code":"PrincipalNotFound","message":"Principal f70410e105ec4c9892cc4dde3139d54e + does not exist in the directory 72f988bf-86f1-41af-91ab-2d7cd011db47."}}' + headers: + cache-control: + - no-cache + content-length: + - '163' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:33:00 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; HttpOnly + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 400 + message: Bad Request - request: - body: null + body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7", + "principalId": "f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [role assignment list] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-authorization/0.50.0 Azure-SDK-For-Python - AZURECLI/2.0.45] - accept-language: [en-US] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments?$filter=principalId%20eq%20%27bbe09876-2c65-4dc3-9f04-d96431cb974d%27&api-version=2018-01-01-preview + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity assign + Connection: + - keep-alive + Content-Length: + - '233' + Content-Type: + - application/json; charset=utf-8 + Cookie: + - x-ms-gateway-slice=Production + ParameterSetName: + - -g -n --role --scope + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-authorization/0.50.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001?api-version=2018-01-01-preview response: - body: {string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"bbe09876-2c65-4dc3-9f04-d96431cb974d","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001","createdOn":"2018-08-24T01:30:45.3610711Z","updatedOn":"2018-08-24T01:30:45.3610711Z","createdBy":"3d3e7cbd-6a48-4974-8e38-1b3ab28dce22","updatedBy":"3d3e7cbd-6a48-4974-8e38-1b3ab28dce22"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}]}'} - headers: - cache-control: [no-cache] - content-length: ['949'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:30:48 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [x-ms-gateway-slice=productionb; path=/; secure; HttpOnly] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-ms-request-charge: ['1'] - status: {code: 200, message: OK} + body: + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7","principalId":"f70410e1-05ec-4c98-92cc-4dde3139d54e","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001","createdOn":"2019-03-26T20:33:06.3141464Z","updatedOn":"2019-03-26T20:33:06.3141464Z","createdBy":null,"updatedBy":"b72f39fa-d7a8-46e4-b9c3-efdec6cd55f3"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}' + headers: + cache-control: + - no-cache + content-length: + - '903' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:33:07 GMT + expires: + - '-1' + pragma: + - no-cache + set-cookie: + - x-ms-gateway-slice=Production; path=/; secure; HttpOnly + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '3' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [role assignment list] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-authorization/0.50.0 Azure-SDK-For-Python - AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Authorization/roleDefinitions?api-version=2018-01-01-preview - response: - body: {string: "{\"value\":[{\"properties\":{\"roleName\":\"WebJobs operator\",\"type\":\"CustomRole\",\"description\":\"Manage - Webjobs, read, run, start, stop, No write or delete access\",\"assignableScopes\":[\"/subscriptions/00000000-0000-0000-0000-000000000000\"],\"permissions\":[{\"actions\":[\"Microsoft.Web/sites/Config/Read\",\"Microsoft.Web/sites/triggeredwebjobs/read\",\"Microsoft.Web/sites/triggeredwebjobs/run/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-11T22:05:48.0356658Z\",\"updatedOn\":\"2017-12-11T22:05:48.0356658Z\",\"createdBy\":\"3d3e7cbd-6a48-4974-8e38-1b3ab28dce22\",\"updatedBy\":\"3d3e7cbd-6a48-4974-8e38-1b3ab28dce22\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/590ca28f-ac4f-459d-a72a-47467b4fe007\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"590ca28f-ac4f-459d-a72a-47467b4fe007\"},{\"properties\":{\"roleName\":\"AcrImageSigner\",\"type\":\"BuiltInRole\",\"description\":\"acr - image signer\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/*/read\",\"Microsoft.ContainerRegistry/registries/*/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-15T23:23:08.4038322Z\",\"updatedOn\":\"2018-03-17T01:25:51.8758677Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6cef56e8-d556-48e5-a04f-b8e64114680f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6cef56e8-d556-48e5-a04f-b8e64114680f\"},{\"properties\":{\"roleName\":\"AcrQuarantineReader\",\"type\":\"BuiltInRole\",\"description\":\"acr - quarantine data reader\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:27:39.9596835Z\",\"updatedOn\":\"2018-03-17T01:26:48.6387319Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cdda3590-29a3-44f6-95f2-9f980659eb04\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cdda3590-29a3-44f6-95f2-9f980659eb04\"},{\"properties\":{\"roleName\":\"AcrQuarantineWriter\",\"type\":\"BuiltInRole\",\"description\":\"acr - quarantine data writer\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerRegistry/registries/*/write\",\"Microsoft.ContainerRegistry/registries/*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-16T00:26:37.5871820Z\",\"updatedOn\":\"2018-03-17T01:27:36.3941651Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c8d4ff99-41c3-41a8-9f60-21dfdad59608\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c8d4ff99-41c3-41a8-9f60-21dfdad59608\"},{\"properties\":{\"roleName\":\"API - Management Service Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage API Management services, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2017-01-23T23:12:00.5823195Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/312a565d-c81f-4fd8-895a-4e21e48d571c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"312a565d-c81f-4fd8-895a-4e21e48d571c\"},{\"properties\":{\"roleName\":\"API - Management Service Operator Role\",\"type\":\"BuiltInRole\",\"description\":\"Can - manage service but not the APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\",\"Microsoft.ApiManagement/service/backup/action\",\"Microsoft.ApiManagement/service/delete\",\"Microsoft.ApiManagement/service/managedeployments/action\",\"Microsoft.ApiManagement/service/read\",\"Microsoft.ApiManagement/service/restore/action\",\"Microsoft.ApiManagement/service/updatecertificate/action\",\"Microsoft.ApiManagement/service/updatehostname/action\",\"Microsoft.ApiManagement/service/write\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:03:42.1194019Z\",\"updatedOn\":\"2016-11-18T23:56:25.4682649Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e022efe7-f5ba-4159-bbe4-b44f577e9b61\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e022efe7-f5ba-4159-bbe4-b44f577e9b61\"},{\"properties\":{\"roleName\":\"API - Management Service Reader Role\",\"type\":\"BuiltInRole\",\"description\":\"Read-only - access to service and APIs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ApiManagement/service/*/read\",\"Microsoft.ApiManagement/service/read\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.ApiManagement/service/users/keys/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-11-09T00:26:45.1540473Z\",\"updatedOn\":\"2017-01-23T23:10:34.8876776Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/71522526-b88f-4d52-b57f-d31fc3546d0d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"71522526-b88f-4d52-b57f-d31fc3546d0d\"},{\"properties\":{\"roleName\":\"Application - Insights Component Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can - manage Application Insights components\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\",\"Microsoft.Insights/webtests/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-11-29T20:30:34.2313394Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ae349356-3a1b-4a5e-921d-050484c6347e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ae349356-3a1b-4a5e-921d-050484c6347e\"},{\"properties\":{\"roleName\":\"Application - Insights Snapshot Debugger\",\"type\":\"BuiltInRole\",\"description\":\"Gives - user permission to use Application Insights Snapshot Debugger features\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-19T21:25:12.3728747Z\",\"updatedOn\":\"2017-04-19T23:34:59.9511581Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/08954f03-6346-4c2e-81c0-ec3a5cfae23b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"08954f03-6346-4c2e-81c0-ec3a5cfae23b\"},{\"properties\":{\"roleName\":\"Automation - Job Operator\",\"type\":\"BuiltInRole\",\"description\":\"Create and Manage - Jobs using Automation Runbooks.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\",\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\",\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\",\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\",\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-19T20:52:41.0020018Z\",\"updatedOn\":\"2018-08-14T22:08:48.1147327Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4fe576fe-1146-4730-92eb-48519fa6bf9f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4fe576fe-1146-4730-92eb-48519fa6bf9f\"},{\"properties\":{\"roleName\":\"Automation - Operator\",\"type\":\"BuiltInRole\",\"description\":\"Automation Operators - are able to start, stop, suspend, and resume jobs\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/read\",\"Microsoft.Automation/automationAccounts/jobs/read\",\"Microsoft.Automation/automationAccounts/jobs/resume/action\",\"Microsoft.Automation/automationAccounts/jobs/stop/action\",\"Microsoft.Automation/automationAccounts/jobs/streams/read\",\"Microsoft.Automation/automationAccounts/jobs/suspend/action\",\"Microsoft.Automation/automationAccounts/jobs/write\",\"Microsoft.Automation/automationAccounts/jobSchedules/read\",\"Microsoft.Automation/automationAccounts/jobSchedules/write\",\"Microsoft.Automation/automationAccounts/linkedWorkspace/read\",\"Microsoft.Automation/automationAccounts/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Automation/automationAccounts/schedules/read\",\"Microsoft.Automation/automationAccounts/schedules/write\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Automation/automationAccounts/jobs/output/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-08-18T01:05:03.3916130Z\",\"updatedOn\":\"2018-05-10T20:12:39.6978200Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d3881f73-407a-4167-8283-e981cbba0404\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d3881f73-407a-4167-8283-e981cbba0404\"},{\"properties\":{\"roleName\":\"Automation - Runbook Operator\",\"type\":\"BuiltInRole\",\"description\":\"Read Runbook - properties - to be able to create Jobs of the runbook.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Automation/automationAccounts/runbooks/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-19T20:47:49.5640674Z\",\"updatedOn\":\"2017-04-25T01:00:45.6444999Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5fb5aef8-1081-4b8e-bb16-9d5d0385bab5\"},{\"properties\":{\"roleName\":\"Azure - Kubernetes Service Cluster Admin Role\",\"type\":\"BuiltInRole\",\"description\":\"List - cluster admin credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T21:38:18.5953853Z\",\"updatedOn\":\"2018-08-15T21:47:19.4427524Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"0ab0b1a8-8aac-4efd-b8c2-3ee1fb270be8\"},{\"properties\":{\"roleName\":\"Azure - Kubernetes Service Cluster User Role\",\"type\":\"BuiltInRole\",\"description\":\"List - cluster user credential action.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-15T22:04:53.4037241Z\",\"updatedOn\":\"2018-08-15T22:06:51.5961392Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4abbcc35-e782-43d8-92c5-2d3f1bd2253f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4abbcc35-e782-43d8-92c5-2d3f1bd2253f\"},{\"properties\":{\"roleName\":\"Azure - Stack Registration Owner\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage Azure Stack registrations.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.AzureStack/registrations/products/listDetails/action\",\"Microsoft.AzureStack/registrations/products/read\",\"Microsoft.AzureStack/registrations/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-11-13T23:42:06.2161827Z\",\"updatedOn\":\"2017-11-13T23:54:02.4007080Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6f12a6df-dd06-4f3e-bcb1-ce8be600526a\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6f12a6df-dd06-4f3e-bcb1-ce8be600526a\"},{\"properties\":{\"roleName\":\"Backup - Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage backup - service,but can't create vaults and give access to others\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/*\",\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/*\",\"Microsoft.RecoveryServices/Vaults/backupSecurityPIN/*\",\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/*\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/*\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\"Microsoft.RecoveryServices/Vaults/usages/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:12:15.7321344Z\",\"updatedOn\":\"2018-07-19T09:10:17.6294993Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e467623-bb1f-42f4-a55d-6e525e11384b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e467623-bb1f-42f4-a55d-6e525e11384b\"},{\"properties\":{\"roleName\":\"Backup - Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage backup - services, except removal of backup, vault creation and giving access to others\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/backup/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/provisionInstantItemRecovery/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/restore/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/revokeInstantItemRecovery/action\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupJobs/*\",\"Microsoft.RecoveryServices/Vaults/backupJobs/cancel/action\",\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\"Microsoft.RecoveryServices/Vaults/backupOperationResults/*\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/*\",\"Microsoft.RecoveryServices/Vaults/backupProtectableItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/certificates/write\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/write\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/*\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/refreshContainers/action\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/write\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:21:11.8947640Z\",\"updatedOn\":\"2018-06-16T05:25:05.7455061Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/00c29273-979b-4161-815c-10b084fb9324\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"00c29273-979b-4161-815c-10b084fb9324\"},{\"properties\":{\"roleName\":\"Backup - Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view backup services, - but can't make changes\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/operationsStatus/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupJobs/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupJobs/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/action\",\"Microsoft.RecoveryServices/Vaults/backupManagementMetaData/read\",\"Microsoft.RecoveryServices/Vaults/backupOperationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupProtectionContainers/read\",\"Microsoft.RecoveryServices/Vaults/backupUsageSummaries/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/backupconfig/vaultconfig/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/Vaults/backupJobsExport/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-01-03T13:18:41.3893065Z\",\"updatedOn\":\"2017-09-13T10:33:25.5814653Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a795c7a0-d4a2-40c1-ae25-d81f01202912\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a795c7a0-d4a2-40c1-ae25-d81f01202912\"},{\"properties\":{\"roleName\":\"Billing - Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets you read billing - data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Billing/*/read\",\"Microsoft.Consumption/*/read\",\"Microsoft.Commerce/*/read\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-25T02:13:38.9054151Z\",\"updatedOn\":\"2017-09-19T17:36:32.7624564Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fa23ad8b-c56e-40d8-ac0c-ce449e1d2c64\"},{\"properties\":{\"roleName\":\"BizTalk - Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage BizTalk - services, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.BizTalkServices/BizTalk/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:13:55.8430061Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5e3c6656-6cfa-4708-81fe-0de47ac73342\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5e3c6656-6cfa-4708-81fe-0de47ac73342\"},{\"properties\":{\"roleName\":\"CDN - Endpoint Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can manage - CDN endpoints, but can\u2019t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/endpoints/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2016-05-31T23:13:52.6231539Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/426e0c7f-0c7e-4658-b36f-ff54d6c29b45\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"426e0c7f-0c7e-4658-b36f-ff54d6c29b45\"},{\"properties\":{\"roleName\":\"CDN - Endpoint Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view CDN - endpoints, but can\u2019t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/endpoints/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2016-05-31T23:13:53.1585846Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/871e35f6-b5c1-49cc-a043-bde969a0f2cd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"871e35f6-b5c1-49cc-a043-bde969a0f2cd\"},{\"properties\":{\"roleName\":\"CDN - Profile Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can manage - CDN profiles and their endpoints, but can\u2019t grant access to other users.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2016-05-31T23:13:53.7051278Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ec156ff8-a8d1-4d15-830c-5b80698ca432\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ec156ff8-a8d1-4d15-830c-5b80698ca432\"},{\"properties\":{\"roleName\":\"CDN - Profile Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can view CDN profiles - and their endpoints, but can\u2019t make changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cdn/edgenodes/read\",\"Microsoft.Cdn/operationresults/*\",\"Microsoft.Cdn/profiles/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-01-23T02:48:46.4996252Z\",\"updatedOn\":\"2016-05-31T23:13:54.2283001Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8f96442b-4075-438f-813d-ad51ab4019af\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8f96442b-4075-438f-813d-ad51ab4019af\"},{\"properties\":{\"roleName\":\"Classic - Network Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage classic networks, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicNetwork/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:13:56.3934954Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b34d265f-36f7-4a0d-a4d4-e158ca92e90f\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b34d265f-36f7-4a0d-a4d4-e158ca92e90f\"},{\"properties\":{\"roleName\":\"Classic - Storage Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage classic storage accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:13:56.9379206Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/86e8f5dc-a6e9-4c67-9d15-de283e8eac25\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"86e8f5dc-a6e9-4c67-9d15-de283e8eac25\"},{\"properties\":{\"roleName\":\"Classic - Storage Account Key Operator Service Role\",\"type\":\"BuiltInRole\",\"description\":\"Classic - Storage Account Key Operators are allowed to list and regenerate keys on Classic - Storage Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ClassicStorage/storageAccounts/listkeys/action\",\"Microsoft.ClassicStorage/storageAccounts/regeneratekey/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:22:52.1461100Z\",\"updatedOn\":\"2017-04-13T20:54:03.0505986Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/985d6b00-f706-48f5-a6fe-d0ca12fb668d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"985d6b00-f706-48f5-a6fe-d0ca12fb668d\"},{\"properties\":{\"roleName\":\"Classic - Virtual Machine Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage classic virtual machines, but not access to them, and not the virtual - network or storage account they\u2019re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/domainNames/*\",\"Microsoft.ClassicCompute/virtualMachines/*\",\"Microsoft.ClassicNetwork/networkSecurityGroups/join/action\",\"Microsoft.ClassicNetwork/reservedIps/link/action\",\"Microsoft.ClassicNetwork/reservedIps/read\",\"Microsoft.ClassicNetwork/virtualNetworks/join/action\",\"Microsoft.ClassicNetwork/virtualNetworks/read\",\"Microsoft.ClassicStorage/storageAccounts/disks/read\",\"Microsoft.ClassicStorage/storageAccounts/images/read\",\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:13:57.4788684Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/d73bb868-a0df-4d4d-bd69-98a00b01fccb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"d73bb868-a0df-4d4d-bd69-98a00b01fccb\"},{\"properties\":{\"roleName\":\"ClearDB - MySQL DB Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage ClearDB MySQL databases, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"successbricks.cleardb/databases/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:13:58.1393839Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9106cda0-8a86-4e81-b686-29a22c54effe\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9106cda0-8a86-4e81-b686-29a22c54effe\"},{\"properties\":{\"roleName\":\"Cognitive - Services User\",\"type\":\"BuiltInRole\",\"description\":\"Lets you read and - list keys of Cognitive Services.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.CognitiveServices/*/read\",\"Microsoft.CognitiveServices/accounts/listkeys/action\",\"Microsoft.Insights/metricdefinitions/read\",\"Microsoft.Insights/metrics/read\",\"Microsoft.Insights/alertRules/read\",\"Microsoft.Insights/diagnosticSettings/read\",\"Microsoft.Insights/logDefinitions/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-08-08T23:23:43.7701274Z\",\"updatedOn\":\"2018-08-23T21:57:35.0841571Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a97b65f3-24c7-4388-baec-2e87135dc908\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a97b65f3-24c7-4388-baec-2e87135dc908\"},{\"properties\":{\"roleName\":\"Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage everything except access to resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[\"Microsoft.Authorization/*/Delete\",\"Microsoft.Authorization/*/Write\",\"Microsoft.Authorization/elevateAccess/Action\",\"Microsoft.Blueprint/blueprintAssignments/write\",\"Microsoft.Blueprint/blueprintAssignments/delete\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2018-05-30T19:22:32.4538167Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b24988ac-6180-42a0-ab88-20f7382dd24c\"},{\"properties\":{\"roleName\":\"Cosmos - DB Account Reader Role\",\"type\":\"BuiltInRole\",\"description\":\"Can read - Azure Cosmos DB Accounts data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDB/*/read\",\"Microsoft.DocumentDB/databaseAccounts/readonlykeys/action\",\"Microsoft.Insights/MetricDefinitions/read\",\"Microsoft.Insights/Metrics/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-10-30T17:53:54.6005577Z\",\"updatedOn\":\"2018-02-21T01:36:59.6186231Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fbdf93bf-df7d-467e-a4d2-9458aa1360c8\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fbdf93bf-df7d-467e-a4d2-9458aa1360c8\"},{\"properties\":{\"roleName\":\"Data - Box Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - everything under Data Box Service except giving access to others.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Databox/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:28:42.7140210Z\",\"updatedOn\":\"2018-07-27T08:36:56.3827309Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/add466c9-e687-43fc-8d98-dfcf8d720be5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"add466c9-e687-43fc-8d98-dfcf8d720be5\"},{\"properties\":{\"roleName\":\"Data - Box Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - Data Box Service except creating order or editing order details and giving - access to others.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Support/*\",\"Microsoft.Databox/jobs/listsecrets/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T08:26:21.9284772Z\",\"updatedOn\":\"2018-07-27T08:38:03.2036990Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"028f4ed7-e2a9-465e-a8f4-9c0ffdfdc027\"},{\"properties\":{\"roleName\":\"Data - Factory Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage data factories, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DataFactory/dataFactories/*\",\"Microsoft.DataFactory/factories/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2018-04-06T22:49:28.1118955Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/673868aa-7521-48a0-acc6-0f60742d39f5\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"673868aa-7521-48a0-acc6-0f60742d39f5\"},{\"properties\":{\"roleName\":\"Data - Lake Analytics Developer\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you submit, monitor, and manage your own jobs but not create or delete Data - Lake Analytics accounts.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.BigAnalytics/accounts/*\",\"Microsoft.DataLakeAnalytics/accounts/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.BigAnalytics/accounts/Delete\",\"Microsoft.BigAnalytics/accounts/TakeOwnership/action\",\"Microsoft.BigAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/TakeOwnership/action\",\"Microsoft.DataLakeAnalytics/accounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Write\",\"Microsoft.DataLakeAnalytics/accounts/storageAccounts/Delete\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Write\",\"Microsoft.DataLakeAnalytics/accounts/firewallRules/Delete\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Write\",\"Microsoft.DataLakeAnalytics/accounts/computePolicies/Delete\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-20T00:33:29.3115234Z\",\"updatedOn\":\"2017-08-18T00:00:17.0411642Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/47b7735b-770e-4598-a7da-8b91488b4c88\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"47b7735b-770e-4598-a7da-8b91488b4c88\"},{\"properties\":{\"roleName\":\"Data - Purger\",\"type\":\"BuiltInRole\",\"description\":\"Can purge analytics data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/components/*/read\",\"Microsoft.Insights/components/purge/action\",\"Microsoft.OperationalInsights/workspaces/*/read\",\"Microsoft.OperationalInsights/workspaces/purge/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-04-30T22:39:49.6167700Z\",\"updatedOn\":\"2018-04-30T22:44:15.1171162Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/150f5e0c-0603-4f03-8c7f-cf70034c4e90\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"150f5e0c-0603-4f03-8c7f-cf70034c4e90\"},{\"properties\":{\"roleName\":\"DevTest - Labs User\",\"type\":\"BuiltInRole\",\"description\":\"Lets you connect, start, - restart, and shutdown virtual machines in your Azure DevTest Labs.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/read\",\"Microsoft.Compute/virtualMachines/*/read\",\"Microsoft.Compute/virtualMachines/deallocate/action\",\"Microsoft.Compute/virtualMachines/read\",\"Microsoft.Compute/virtualMachines/restart/action\",\"Microsoft.Compute/virtualMachines/start/action\",\"Microsoft.DevTestLab/*/read\",\"Microsoft.DevTestLab/labs/createEnvironment/action\",\"Microsoft.DevTestLab/labs/claimAnyVm/action\",\"Microsoft.DevTestLab/labs/formulas/delete\",\"Microsoft.DevTestLab/labs/formulas/read\",\"Microsoft.DevTestLab/labs/formulas/write\",\"Microsoft.DevTestLab/labs/policySets/evaluatePolicies/action\",\"Microsoft.DevTestLab/labs/virtualMachines/claim/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/networkInterfaces/*/read\",\"Microsoft.Network/networkInterfaces/join/action\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Network/networkInterfaces/write\",\"Microsoft.Network/publicIPAddresses/*/read\",\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/deployments/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\"],\"notActions\":[\"Microsoft.Compute/virtualMachines/vmSizes/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-08T21:52:45.0657582Z\",\"updatedOn\":\"2017-02-02T02:38:38.2961026Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/76283e04-6283-4c54-8f91-bcf1374a3c64\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"76283e04-6283-4c54-8f91-bcf1374a3c64\"},{\"properties\":{\"roleName\":\"DNS - Zone Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - DNS zones and record sets in Azure DNS, but does not let you control who has - access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/dnsZones/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2016-05-31T23:13:40.3710365Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"befefa01-2a29-4197-83a8-272ff33ce314\"},{\"properties\":{\"roleName\":\"DocumentDB - Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage DocumentDB accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.DocumentDb/databaseAccounts/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:07.2132374Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5bd9cd88-fe45-4216-938b-f97437e15450\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5bd9cd88-fe45-4216-938b-f97437e15450\"},{\"properties\":{\"roleName\":\"Intelligent - Systems Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage Intelligent Systems accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.IntelligentSystems/accounts/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:13:59.7946586Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/03a6d094-3444-4b3d-88af-7477090a9e5e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"03a6d094-3444-4b3d-88af-7477090a9e5e\"},{\"properties\":{\"roleName\":\"Key - Vault Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - key vaults, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.KeyVault/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.KeyVault/locations/deletedVaults/purge/action\",\"Microsoft.KeyVault/hsmPools/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2017-12-14T02:01:18.4641200Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f25e0fa2-a7c8-4377-a976-54943a77a395\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f25e0fa2-a7c8-4377-a976-54943a77a395\"},{\"properties\":{\"roleName\":\"Lab - Creator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you create, manage, - delete your managed labs under your Azure Lab Accounts.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.LabServices/labAccounts/*/read\",\"Microsoft.LabServices/labAccounts/createLab/action\",\"Microsoft.LabServices/labAccounts/sizes/getRegionalAvailability/action\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-01-18T23:38:58.1036141Z\",\"updatedOn\":\"2018-07-03T17:35:50.6933331Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"b97fb8bc-a8b2-4522-a38b-dd33c7e65ead\"},{\"properties\":{\"roleName\":\"Log - Analytics Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Log Analytics - Contributor can read all monitoring data and edit monitoring settings. Editing - monitoring settings includes adding the VM extension to VMs; reading storage - account keys to be able to configure collection of logs from Azure Storage; - creating and configuring Automation accounts; adding solutions; and configuring - Azure diagnostics on all Azure resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Automation/automationAccounts/*\",\"Microsoft.ClassicCompute/virtualMachines/extensions/*\",\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.Compute/virtualMachines/extensions/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.OperationalInsights/*\",\"Microsoft.OperationsManagement/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourcegroups/deployments/*\",\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-25T21:51:45.3174711Z\",\"updatedOn\":\"2018-01-30T18:08:26.6376126Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/92aaf0da-9dab-42b6-94a3-d43ce8d16293\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"92aaf0da-9dab-42b6-94a3-d43ce8d16293\"},{\"properties\":{\"roleName\":\"Log - Analytics Reader\",\"type\":\"BuiltInRole\",\"description\":\"Log Analytics - Reader can view and search all monitoring data as well as and view monitoring - settings, including viewing the configuration of Azure diagnostics on all - Azure resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-02T00:20:28.1449012Z\",\"updatedOn\":\"2018-01-30T18:08:26.0438523Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/73c42c96-874c-492b-b04d-ab87d138a893\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"73c42c96-874c-492b-b04d-ab87d138a893\"},{\"properties\":{\"roleName\":\"Logic - App Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - logic app, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicStorage/storageAccounts/listKeys/action\",\"Microsoft.ClassicStorage/storageAccounts/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Insights/logdefinitions/*\",\"Microsoft.Insights/metricDefinitions/*\",\"Microsoft.Logic/*\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*\",\"Microsoft.Web/connections/*\",\"Microsoft.Web/customApis/*\",\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/functions/listSecrets/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2018-01-10T23:11:44.8580600Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/87a39d53-fc1b-424a-814c-f7e04687dc9e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"87a39d53-fc1b-424a-814c-f7e04687dc9e\"},{\"properties\":{\"roleName\":\"Logic - App Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you read, enable - and disable logic app.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*/read\",\"Microsoft.Insights/diagnosticSettings/*/read\",\"Microsoft.Insights/metricDefinitions/*/read\",\"Microsoft.Logic/*/read\",\"Microsoft.Logic/workflows/disable/action\",\"Microsoft.Logic/workflows/enable/action\",\"Microsoft.Logic/workflows/validate/action\",\"Microsoft.Resources/deployments/operations/read\",\"Microsoft.Resources/subscriptions/operationresults/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Web/connectionGateways/*/read\",\"Microsoft.Web/connections/*/read\",\"Microsoft.Web/customApis/*/read\",\"Microsoft.Web/serverFarms/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-04-28T21:33:30.4656007Z\",\"updatedOn\":\"2018-01-10T23:14:26.9539724Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"515c2055-d9d4-4321-b1b9-bd0c9a0f79fe\"},{\"properties\":{\"roleName\":\"Managed - Application Operator Role\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you read and perform actions on Managed Application resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Solutions/applications/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-07-27T00:59:33.7988813Z\",\"updatedOn\":\"2018-07-27T21:13:51.4269241Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c7393b34-138c-406f-901b-d8cf2b17e6ae\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c7393b34-138c-406f-901b-d8cf2b17e6ae\"},{\"properties\":{\"roleName\":\"Managed - Identity Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Create, - Read, Update, and Delete User Assigned Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/*/write\",\"Microsoft.ManagedIdentity/userAssignedIdentities/*/delete\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:53:42.8804692Z\",\"updatedOn\":\"2017-12-14T22:17:02.2740594Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e40ec5ca-96e0-45a2-b4ff-59039f2c2b59\"},{\"properties\":{\"roleName\":\"Managed - Identity Operator\",\"type\":\"BuiltInRole\",\"description\":\"Read and Assign - User Assigned Identity\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.ManagedIdentity/userAssignedIdentities/*/read\",\"Microsoft.ManagedIdentity/userAssignedIdentities/*/assign/action\",\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-12-14T19:52:04.3924594Z\",\"updatedOn\":\"2017-12-14T22:16:00.1483256Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"f1a07417-d97a-45cb-824c-7a7467783830\"},{\"properties\":{\"roleName\":\"Management - Group Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Management - Group Contributor Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/delete\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.Management/managementGroups/subscriptions/delete\",\"Microsoft.Management/managementGroups/subscriptions/write\",\"Microsoft.Management/managementGroups/write\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-06-22T00:28:29.0523964Z\",\"updatedOn\":\"2018-07-10T20:51:26.6132189Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d58bcaf-24a5-4b20-bdb6-eed9f69fbe4c\"},{\"properties\":{\"roleName\":\"Management - Group Reader\",\"type\":\"BuiltInRole\",\"description\":\"Management Group - Reader Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-06-22T00:31:03.4295347Z\",\"updatedOn\":\"2018-07-10T20:49:42.5630340Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ac63b705-f282-497d-ac71-919bf39d939d\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ac63b705-f282-497d-ac71-919bf39d939d\"},{\"properties\":{\"roleName\":\"Monitoring - Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Can read all monitoring - data and update monitoring settings.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.AlertsManagement/alerts/*\",\"Microsoft.AlertsManagement/alertsSummary/*\",\"Microsoft.Insights/actiongroups/*\",\"Microsoft.Insights/AlertRules/*\",\"Microsoft.Insights/components/*\",\"Microsoft.Insights/DiagnosticSettings/*\",\"Microsoft.Insights/eventtypes/*\",\"Microsoft.Insights/LogDefinitions/*\",\"Microsoft.Insights/metricalerts/*\",\"Microsoft.Insights/MetricDefinitions/*\",\"Microsoft.Insights/Metrics/*\",\"Microsoft.Insights/Register/Action\",\"Microsoft.Insights/scheduledqueryrules/*\",\"Microsoft.Insights/webtests/*\",\"Microsoft.OperationalInsights/workspaces/intelligencepacks/*\",\"Microsoft.OperationalInsights/workspaces/savedSearches/*\",\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/*\",\"Microsoft.Support/*\",\"Microsoft.WorkloadMonitor/monitors/*\",\"Microsoft.WorkloadMonitor/notificationSettings/*\",\"Microsoft.WorkloadMonitor/workloadInsights/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:21:08.4345976Z\",\"updatedOn\":\"2018-08-20T07:32:25.9292392Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/749f88d5-cbae-40b8-bcfc-e573ddc772fa\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"749f88d5-cbae-40b8-bcfc-e573ddc772fa\"},{\"properties\":{\"roleName\":\"Monitoring - Metrics Publisher\",\"type\":\"BuiltInRole\",\"description\":\"Enables publishing - metrics against Azure resources\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Insights/Register/Action\",\"Microsoft.Support/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Insights/Metrics/Write\"],\"notDataActions\":[]}],\"createdOn\":\"2018-08-14T00:36:16.5610279Z\",\"updatedOn\":\"2018-08-14T00:37:18.1465065Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/3913510d-42f4-4e42-8a64-420c390055eb\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"3913510d-42f4-4e42-8a64-420c390055eb\"},{\"properties\":{\"roleName\":\"Monitoring - Reader\",\"type\":\"BuiltInRole\",\"description\":\"Can read all monitoring - data.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.OperationalInsights/workspaces/search/action\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2016-09-21T19:19:52.4939376Z\",\"updatedOn\":\"2018-01-30T18:08:27.2626250Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/43d0d8ad-25c7-4714-9337-8ba259a9fe05\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"43d0d8ad-25c7-4714-9337-8ba259a9fe05\"},{\"properties\":{\"roleName\":\"Network - Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage networks, - but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2016-05-31T23:14:00.3326359Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"4d97b98b-1d4f-4787-a291-c67834d212e7\"},{\"properties\":{\"roleName\":\"New - Relic APM Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage New Relic Application Performance Management accounts and applications, - but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"NewRelic.APM/accounts/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:07.7538043Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/5d28c62d-5b37-4476-8438-e587778df237\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"5d28c62d-5b37-4476-8438-e587778df237\"},{\"properties\":{\"roleName\":\"Owner\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage everything, including access to resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:00.9179619Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"},{\"properties\":{\"roleName\":\"Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you view everything, but not make any changes.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2018-01-30T18:08:25.4031403Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"acdd72a7-3385-48ef-bd42-f606fba81ae7\"},{\"properties\":{\"roleName\":\"Reader - and Data Access\",\"type\":\"BuiltInRole\",\"description\":\"Lets you view - everything but will not let you delete or create a storage account or contained - resource. It will also allow read/write access to all data contained in a - storage account via access to storage account keys.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2018-03-27T23:20:46.1498906Z\",\"updatedOn\":\"2018-03-28T17:50:03.9656854Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/c12c1c16-33a1-487b-954d-41c89c60f349\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"c12c1c16-33a1-487b-954d-41c89c60f349\"},{\"properties\":{\"roleName\":\"Redis - Cache Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - Redis caches, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Cache/redis/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:01.9877071Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e0f68234-74aa-48ed-b826-c38b57376e17\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e0f68234-74aa-48ed-b826-c38b57376e17\"},{\"properties\":{\"roleName\":\"Resource - Policy Contributor (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"(Preview) - Backfilled users from EA, with rights to create/modify resource policy, create - support ticket and read resources/hierarchy.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/policyassignments/*\",\"Microsoft.Authorization/policydefinitions/*\",\"Microsoft.Authorization/policysetdefinitions/*\",\"Microsoft.PolicyInsights/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-08-25T19:08:01.3861639Z\",\"updatedOn\":\"2018-01-30T18:08:27.8272264Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/36243c78-bf99-498c-9df9-86d9f8d28608\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"36243c78-bf99-498c-9df9-86d9f8d28608\"},{\"properties\":{\"roleName\":\"Scheduler - Job Collections Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets - you manage Scheduler job collections, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Scheduler/jobcollections/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:02.5343995Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/188a0f2f-5c9e-469b-ae67-2aa5ce574b94\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"188a0f2f-5c9e-469b-ae67-2aa5ce574b94\"},{\"properties\":{\"roleName\":\"Search - Service Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage Search services, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Search/searchServices/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:03.0463472Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7ca78c08-252a-4471-8644-bb5ff32d4ba0\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"7ca78c08-252a-4471-8644-bb5ff32d4ba0\"},{\"properties\":{\"roleName\":\"Security - Admin\",\"type\":\"BuiltInRole\",\"description\":\"Security Admin Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Authorization/policyAssignments/*\",\"Microsoft.Authorization/policyDefinitions/*\",\"Microsoft.Authorization/policySetDefinitions/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Management/managementGroups/read\",\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\",\"Microsoft.Security/locations/alerts/activate/action\",\"Microsoft.Security/locations/alerts/dismiss/action\",\"Microsoft.Security/locations/tasks/activate/action\",\"Microsoft.Security/locations/tasks/dismiss/action\",\"Microsoft.Security/policies/write\",\"Microsoft.Security/securityContacts/write\",\"Microsoft.Security/securityContacts/delete\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:51:23.0917487Z\",\"updatedOn\":\"2018-08-07T14:22:30.7645655Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb1c8493-542b-48eb-b624-b4c8fea62acd\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb1c8493-542b-48eb-b624-b4c8fea62acd\"},{\"properties\":{\"roleName\":\"Security - Manager\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage security - components, security policies and virtual machines\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.ClassicCompute/*/read\",\"Microsoft.ClassicCompute/virtualMachines/*/write\",\"Microsoft.ClassicNetwork/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-22T17:45:15.8986455Z\",\"updatedOn\":\"2018-03-08T18:18:48.6183620Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/e3d13bf0-dd5a-482e-ba6b-9b8433878d10\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"e3d13bf0-dd5a-482e-ba6b-9b8433878d10\"},{\"properties\":{\"roleName\":\"Security - Reader\",\"type\":\"BuiltInRole\",\"description\":\"Security Reader Role\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.operationalInsights/workspaces/*/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Security/*/read\",\"Microsoft.Support/*\",\"Microsoft.Management/managementGroups/read\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-03T07:48:49.0516559Z\",\"updatedOn\":\"2018-06-28T17:27:23.1065610Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/39bc4728-0917-49c7-9d2c-d95423bc2eb4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"39bc4728-0917-49c7-9d2c-d95423bc2eb4\"},{\"properties\":{\"roleName\":\"Site - Recovery Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage Site Recovery service except vault creation and role assignment\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/certificates/write\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/*\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/*\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/*\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/*\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/*\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/*\",\"Microsoft.RecoveryServices/Vaults/storageConfig/*\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-19T13:46:17.4592776Z\",\"updatedOn\":\"2017-06-29T05:31:19.7240473Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6670b86e-a3f7-4917-ac9b-5d6ab1be4567\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6670b86e-a3f7-4917-ac9b-5d6ab1be4567\"},{\"properties\":{\"roleName\":\"Site - Recovery Operator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you failover - and failback but not perform other Site Recovery management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/locations/allocateStamp/action\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/checkConsistency/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/reassociateGateway/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/renewcertificate/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/applyRecoveryPoint/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/failoverCommit/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/plannedFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/repairReplication/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/reProtect/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/testFailoverCleanup/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/unplannedFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/updateMobilityService/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/refreshProvider/action\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\"Microsoft.RecoveryServices/vaults/replicationJobs/*\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/failoverCommit/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/plannedFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/reProtect/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailover/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/testFailoverCleanup/action\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/unplannedFailover/action\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/*\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-19T13:47:50.1341148Z\",\"updatedOn\":\"2017-06-29T05:42:27.1715639Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/494ae006-db33-4328-bf46-533a6560a3ca\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"494ae006-db33-4328-bf46-533a6560a3ca\"},{\"properties\":{\"roleName\":\"Site - Recovery Reader\",\"type\":\"BuiltInRole\",\"description\":\"Lets you view - Site Recovery status but not perform other management operations\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.RecoveryServices/locations/allocatedStamp/read\",\"Microsoft.RecoveryServices/Vaults/extendedInformation/read\",\"Microsoft.RecoveryServices/Vaults/monitoringAlerts/read\",\"Microsoft.RecoveryServices/Vaults/monitoringConfigurations/notificationConfiguration/read\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/refreshContainers/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/operationResults/read\",\"Microsoft.RecoveryServices/Vaults/registeredIdentities/read\",\"Microsoft.RecoveryServices/vaults/replicationAlertSettings/read\",\"Microsoft.RecoveryServices/vaults/replicationEvents/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationStorageClassifications/replicationStorageClassificationMappings/read\",\"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationvCenters/read\",\"Microsoft.RecoveryServices/vaults/replicationJobs/read\",\"Microsoft.RecoveryServices/vaults/replicationPolicies/read\",\"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans/read\",\"Microsoft.RecoveryServices/Vaults/storageConfig/read\",\"Microsoft.RecoveryServices/Vaults/tokenInfo/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/vaultTokens/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-05-19T13:35:40.0093634Z\",\"updatedOn\":\"2017-05-26T19:54:51.3933250Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/dbaa88c4-0c30-4179-9fb3-46319faa6149\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"dbaa88c4-0c30-4179-9fb3-46319faa6149\"},{\"properties\":{\"roleName\":\"SQL - DB Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - SQL databases, but not access to them. Also, you can't manage their security-related - policies or their parent SQL servers.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/databases/*\",\"Microsoft.Sql/servers/read\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.Sql/servers/databases/auditingPolicies/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/connectionPolicies/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2018-02-15T19:48:41.1575716Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9b7fa17d-e63e-47b0-bb0a-15c516ac86ec\"},{\"properties\":{\"roleName\":\"SQL - Security Manager\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - the security-related policies of SQL servers and databases, but not access - to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/servers/auditingPolicies/*\",\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingPolicies/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/connectionPolicies/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/read\",\"Microsoft.Sql/servers/databases/schemas/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/read\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/schemas/tables/read\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"Microsoft.Sql/servers/firewallRules/*\",\"Microsoft.Sql/servers/read\",\"Microsoft.Sql/servers/securityAlertPolicies/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2018-02-15T19:48:40.2200727Z\",\"createdBy\":null,\"updatedBy\":\"yaiyun\"},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/056cd41c-7e88-42e1-933e-88ba6a50c9c3\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"056cd41c-7e88-42e1-933e-88ba6a50c9c3\"},{\"properties\":{\"roleName\":\"SQL - Server Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - SQL servers and databases, but not access to them, and not their security - -related policies.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Sql/locations/*/read\",\"Microsoft.Sql/servers/*\",\"Microsoft.Support/*\"],\"notActions\":[\"Microsoft.Sql/servers/auditingPolicies/*\",\"Microsoft.Sql/servers/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditingPolicies/*\",\"Microsoft.Sql/servers/databases/auditingSettings/*\",\"Microsoft.Sql/servers/databases/auditRecords/read\",\"Microsoft.Sql/servers/databases/connectionPolicies/*\",\"Microsoft.Sql/servers/databases/dataMaskingPolicies/*\",\"Microsoft.Sql/servers/databases/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/databases/schemas/tables/columns/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/securityAlertPolicies/*\",\"Microsoft.Sql/servers/databases/securityMetrics/*\",\"Microsoft.Sql/servers/databases/sensitivityLabels/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessments/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentScans/*\",\"Microsoft.Sql/servers/databases/vulnerabilityAssessmentSettings/*\",\"Microsoft.Sql/servers/extendedAuditingSettings/*\",\"Microsoft.Sql/servers/securityAlertPolicies/*\"],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2018-02-15T19:48:41.8450730Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"6d8ee4ec-f05a-4a1d-8b00-a9b17e38b437\"},{\"properties\":{\"roleName\":\"Storage - Account Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage storage accounts, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/diagnosticSettings/*\",\"Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2017-08-21T07:43:20.3060994Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/17d1049b-9a84-46fb-8f53-869881c3d3ab\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"17d1049b-9a84-46fb-8f53-869881c3d3ab\"},{\"properties\":{\"roleName\":\"Storage - Account Key Operator Service Role\",\"type\":\"BuiltInRole\",\"description\":\"Storage - Account Key Operators are allowed to list and regenerate keys on Storage Accounts\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/listkeys/action\",\"Microsoft.Storage/storageAccounts/regeneratekey/action\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-04-13T18:26:11.5770570Z\",\"updatedOn\":\"2017-04-13T20:57:14.5990198Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/81a9662b-bebf-436f-a333-f67b29880f12\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"81a9662b-bebf-436f-a333-f67b29880f12\"},{\"properties\":{\"roleName\":\"Storage - Blob Data Contributor (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Allows - for read, write and delete access to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/write\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\",\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2018-04-02T17:11:00.4629296Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"ba92f5b4-2d11-453d-a403-e96b0029c9fe\"},{\"properties\":{\"roleName\":\"Storage - Blob Data Reader (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Allows - for read access to Azure Storage blob containers and data\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2018-04-02T17:15:19.5080840Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2a2b9908-6ea1-4ae2-8e65-a410df84e7d1\"},{\"properties\":{\"roleName\":\"Storage - Queue Data Contributor (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Allows - for read, write, and delete access to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/delete\",\"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/write\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\",\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\",\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2018-04-02T17:16:40.1371662Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/974c5e8b-45b9-4653-ba55-5f855dd0fb88\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"974c5e8b-45b9-4653-ba55-5f855dd0fb88\"},{\"properties\":{\"roleName\":\"Storage - Queue Data Reader (Preview)\",\"type\":\"BuiltInRole\",\"description\":\"Allows - for read access to Azure Storage queues and queue messages\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\"],\"notDataActions\":[]}],\"createdOn\":\"2017-12-21T00:01:24.7972312Z\",\"updatedOn\":\"2018-04-02T17:19:30.5001463Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/19e7f393-937e-4f77-808e-94535e297925\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"19e7f393-937e-4f77-808e-94535e297925\"},{\"properties\":{\"roleName\":\"Support - Request Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - create and manage Support requests\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2017-06-22T22:25:37.8053068Z\",\"updatedOn\":\"2017-06-23T01:06:24.2399631Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"cfd33db0-3dd1-45e3-aa9d-cdbdf3b6f24e\"},{\"properties\":{\"roleName\":\"Traffic - Manager Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage Traffic Manager profiles, but does not let you control who has access - to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/trafficManagerProfiles/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-10-15T23:33:25.9730842Z\",\"updatedOn\":\"2016-05-31T23:13:44.1458854Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"a4b10055-b0c7-44c2-b00f-c7b5b3550cf7\"},{\"properties\":{\"roleName\":\"User - Access Administrator\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage user access to Azure resources.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"*/read\",\"Microsoft.Authorization/*\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2018-01-30T18:08:24.4656640Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"18d7d88d-d35e-4fb5-a5c3-7773c20a72d9\"},{\"properties\":{\"roleName\":\"Virtual - Machine Administrator Login\",\"type\":\"BuiltInRole\",\"description\":\"View - Virtual Machines in the portal and login as administrator\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Compute/virtualMachines/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\",\"Microsoft.Compute/virtualMachines/loginAsAdmin/action\"],\"notDataActions\":[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2018-05-09T22:17:57.0514548Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/1c0163c0-47e6-4577-8991-ea5c82e286e4\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"1c0163c0-47e6-4577-8991-ea5c82e286e4\"},{\"properties\":{\"roleName\":\"Virtual - Machine Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you - manage virtual machines, but not access to them, and not the virtual network - or storage account they\u2019re connected to.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Compute/availabilitySets/*\",\"Microsoft.Compute/locations/*\",\"Microsoft.Compute/virtualMachines/*\",\"Microsoft.Compute/virtualMachineScaleSets/*\",\"Microsoft.DevTestLab/schedules/*\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Network/applicationGateways/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/backendAddressPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatPools/join/action\",\"Microsoft.Network/loadBalancers/inboundNatRules/join/action\",\"Microsoft.Network/loadBalancers/probes/join/action\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/locations/*\",\"Microsoft.Network/networkInterfaces/*\",\"Microsoft.Network/networkSecurityGroups/join/action\",\"Microsoft.Network/networkSecurityGroups/read\",\"Microsoft.Network/publicIPAddresses/join/action\",\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/virtualNetworks/subnets/join/action\",\"Microsoft.RecoveryServices/locations/*\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/*/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/read\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/protectionContainers/protectedItems/write\",\"Microsoft.RecoveryServices/Vaults/backupFabrics/backupProtectionIntent/write\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/read\",\"Microsoft.RecoveryServices/Vaults/backupPolicies/write\",\"Microsoft.RecoveryServices/Vaults/read\",\"Microsoft.RecoveryServices/Vaults/usages/read\",\"Microsoft.RecoveryServices/Vaults/write\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Storage/storageAccounts/listKeys/action\",\"Microsoft.Storage/storageAccounts/read\",\"Microsoft.Support/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"2015-06-02T00:18:27.3542698Z\",\"updatedOn\":\"2017-11-14T03:00:30.1736393Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9980e02c-c2be-4d73-94e8-173b1dc7cf3c\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"9980e02c-c2be-4d73-94e8-173b1dc7cf3c\"},{\"properties\":{\"roleName\":\"Virtual - Machine User Login\",\"type\":\"BuiltInRole\",\"description\":\"View Virtual - Machines in the portal and login as a regular user.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Network/publicIPAddresses/read\",\"Microsoft.Network/virtualNetworks/read\",\"Microsoft.Network/loadBalancers/read\",\"Microsoft.Network/networkInterfaces/read\",\"Microsoft.Compute/virtualMachines/*/read\"],\"notActions\":[],\"dataActions\":[\"Microsoft.Compute/virtualMachines/login/action\"],\"notDataActions\":[]}],\"createdOn\":\"2018-02-09T18:36:13.3315744Z\",\"updatedOn\":\"2018-05-09T22:18:52.2780979Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/fb879df8-f326-4884-b1cf-06f3ad86be52\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"fb879df8-f326-4884-b1cf-06f3ad86be52\"},{\"properties\":{\"roleName\":\"Web - Plan Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage - the web plans for websites, but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Web/serverFarms/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:05.9401651Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"2cc479cb-7b4d-49a8-b449-8c00fd0f0a4b\"},{\"properties\":{\"roleName\":\"Website - Contributor\",\"type\":\"BuiltInRole\",\"description\":\"Lets you manage websites - (not web plans), but not access to them.\",\"assignableScopes\":[\"/\"],\"permissions\":[{\"actions\":[\"Microsoft.Authorization/*/read\",\"Microsoft.Insights/alertRules/*\",\"Microsoft.Insights/components/*\",\"Microsoft.ResourceHealth/availabilityStatuses/read\",\"Microsoft.Resources/deployments/*\",\"Microsoft.Resources/subscriptions/resourceGroups/read\",\"Microsoft.Support/*\",\"Microsoft.Web/certificates/*\",\"Microsoft.Web/listSitesAssignedToHostName/read\",\"Microsoft.Web/serverFarms/join/action\",\"Microsoft.Web/serverFarms/read\",\"Microsoft.Web/sites/*\"],\"notActions\":[],\"dataActions\":[],\"notDataActions\":[]}],\"createdOn\":\"0001-01-01T08:00:00.0000000Z\",\"updatedOn\":\"2016-05-31T23:14:06.5272742Z\",\"createdBy\":null,\"updatedBy\":null},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/de139f84-1756-47ae-9be6-808fbbe84772\",\"type\":\"Microsoft.Authorization/roleDefinitions\",\"name\":\"de139f84-1756-47ae-9be6-808fbbe84772\"}]}"} - headers: - cache-control: [no-cache] - content-length: ['101038'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:30:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - set-cookie: [x-ms-gateway-slice=productionb; path=/; secure; HttpOnly] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-ms-request-charge: ['1'] - status: {code: 200, message: OK} -- request: - body: '{"objectIds": ["bbe09876-2c65-4dc3-9f04-d96431cb974d"], "includeDirectoryObjectReferences": - true}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [role assignment list] - Connection: [keep-alive] - Content-Length: ['97'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-graphrbac/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] - method: POST - uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/getObjectsByObjectIds?api-version=1.6 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects","value":[{"odata.type":"Microsoft.DirectoryServices.ServicePrincipal","objectType":"ServicePrincipal","objectId":"bbe09876-2c65-4dc3-9f04-d96431cb974d","deletionTimestamp":null,"accountEnabled":true,"addIns":[],"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003"],"appDisplayName":null,"appId":"5e8678f2-c259-44e3-97c1-be257852de97","appOwnerTenantId":null,"appRoleAssignmentRequired":false,"appRoles":[],"displayName":"web-msi000003","errorUrl":null,"homepage":null,"keyCredentials":[{"customKeyIdentifier":"4DD48007E027E7523E3D7FA0D1B243DA7FDD808E","endDate":"2018-11-22T01:25:00Z","keyId":"54a77022-d1e9-4797-a71f-60292597bfeb","startDate":"2018-08-24T01:25:00Z","type":"AsymmetricX509Cert","usage":"Verify","value":null}],"logoutUrl":null,"oauth2Permissions":[],"passwordCredentials":[],"preferredTokenSigningKeyThumbprint":null,"publisherName":null,"replyUrls":[],"samlMetadataUrl":null,"servicePrincipalNames":["5e8678f2-c259-44e3-97c1-be257852de97","https://identity.azure.net/608/x1NjvkTcvTcWNcKlNX3oJ10FE2zAteUFxEVjaWk="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null}]}'} - headers: - access-control-allow-origin: ['*'] - cache-control: [no-cache] - content-length: ['1434'] - content-type: [application/json; odata=minimalmetadata; streaming=true; charset=utf-8] - dataserviceversion: [3.0;] - date: ['Fri, 24 Aug 2018 01:30:48 GMT'] - duration: ['342156'] - expires: ['-1'] - ocp-aad-diagnostics-server-name: [hjR4RY9nRvxALTOJY4KnXfIpjm/qwj5JntibyjsUFsE=] - ocp-aad-session-key: [YxXi2UQV8y7DzY18-8WekEfmOiOoqDjL4scP4ezodpw7BUnrWyLpHSJz7xVKBpQAnqBcxsFX04AeWN8smGpN5GS6r6r3J5kUS-NGk_NzgdlqPHkCXmmU6LrdUFVB38AQ.lPczNGYZqbl4qulOlxphxxHvTJjua0ffJmYg70gHC28] - pragma: [no-cache] - request-id: [2deaaf66-acef-4256-a6a2-d50b6bc491c3] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-dirapi-data-contract-version: ['1.6'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:32:45.68","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null},"identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' + headers: + cache-control: + - no-cache + content-length: + - '3422' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:33:08 GMT + etag: + - '"1D4E41311EC5700"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:41.72","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false},"identity":{"type":"SystemAssigned","tenantId":"2d390ff8-3500-44ee-82ab-3ac3a9a8171c","principalId":"bbe09876-2c65-4dc3-9f04-d96431cb974d"}}'} - headers: - cache-control: [no-cache] - content-length: ['3306'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:49 GMT'] - etag: ['"1D43B4A120F5380"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:32:45.68","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null},"identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' + headers: + cache-control: + - no-cache + content-length: + - '3422' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:33:09 GMT + etag: + - '"1D4E41311EC5700"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity remove] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity remove + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:41.72","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false},"identity":{"type":"SystemAssigned","tenantId":"2d390ff8-3500-44ee-82ab-3ac3a9a8171c","principalId":"bbe09876-2c65-4dc3-9f04-d96431cb974d"}}'} - headers: - cache-control: [no-cache] - content-length: ['3306'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:49 GMT'] - etag: ['"1D43B4A120F5380"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:32:45.68","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null},"identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f70410e1-05ec-4c98-92cc-4dde3139d54e"}}' + headers: + cache-control: + - no-cache + content-length: + - '3422' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:33:10 GMT + etag: + - '"1D4E41311EC5700"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''b\\\''{"kind": "app", "location": "West US", "properties": {"enabled": true, "hostNameSslStates": [{"name": "web-msi000003.azurewebsites.net", "sslState": "Disabled", "hostType": "Standard"}, {"name": "web-msi000003.scm.azurewebsites.net", "sslState": "Disabled", "hostType": "Repository"}], "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002", - "reserved": false, "isXenon": false, "scmSiteAlsoStopped": false, "clientAffinityEnabled": - true, "clientCertEnabled": false, "hostNamesDisabled": false, "containerSize": - 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}, "identity": {"type": "None"}}\\\''\''''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity remove] - Connection: [keep-alive] - Content-Length: ['769'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + "reserved": false, "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": + false, "clientAffinityEnabled": true, "clientCertEnabled": false, "hostNamesDisabled": + false, "containerSize": 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}, "identity": + {"type": "None"}}\\\''\''''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity remove + Connection: + - keep-alive + Content-Length: + - '786' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:52.4066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3171'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:53 GMT'] - etag: ['"1D43B4A186DFB6B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:33:13.5433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3287' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:33:13 GMT + etag: + - '"1D4E41311EC5700"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp identity show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp identity show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-097.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:30:52.4066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85","possibleOutboundIpAddresses":"13.91.242.166,13.91.241.161,13.91.244.239,13.91.244.226,13.91.101.85,13.91.242.52,13.91.243.117,13.91.241.117","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-097","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3171'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:30:53 GMT'] - etag: ['"1D43B4A186DFB6B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-msi000003","name":"web-msi000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-msi000003","state":"Running","hostNames":["web-msi000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-msi000003","repositorySiteName":"web-msi000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-msi000003.azurewebsites.net","web-msi000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-msi000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-msi000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/web-msi-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T20:33:13.5433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-msi000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-msi000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3287' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:33:14 GMT + etag: + - '"1D4E4132287F275"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 01:30:53 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdVV0FMTDdDTTVBRFVaRENCTkxTNEhJQVU0NUFZWU5ZTjJZT3xEODlBRDZGRkIwRkI3OEQ1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 20:33:16 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkcyRDQ0QzRMNjZYUktDNUpYNVZGNkwyRFhOTUtTQkdPTEtVN3wwNzIwREI2RTlFQ0ZDMjc4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_authentication.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_authentication.yaml index f6d433746d4..8ec5041eafb 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_authentication.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_authentication.yaml @@ -1,267 +1,466 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-23T20:47:25Z"}}' + "date": "2019-03-25T23:36:46Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_authentication000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001","name":"cli_test_webapp_authentication000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T20:47:25Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001","name":"cli_test_webapp_authentication000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 20:47:26 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:47 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_authentication000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001","name":"cli_test_webapp_authentication000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T20:47:25Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001","name":"cli_test_webapp_authentication000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 20:47:26 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:47 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003","name":"webapp-authentication-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5807,"name":"webapp-authentication-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_authentication000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_authentication000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5807","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003","name":"webapp-authentication-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13678,"name":"webapp-authentication-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_authentication000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_authentication000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13678","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1500'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 20:47:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1195' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003","name":"webapp-authentication-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5807,"name":"webapp-authentication-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_authentication000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_authentication000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5807","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003","name":"webapp-authentication-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13678,"name":"webapp-authentication-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_authentication000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_authentication000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13678","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1500'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 20:47:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['519'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '537' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002","name":"webapp-authentication-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-authentication-test000002","state":"Running","hostNames":["webapp-authentication-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_authentication000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_authentication000001-WestUSwebspace/sites/webapp-authentication-test000002","repositorySiteName":"webapp-authentication-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-authentication-test000002.azurewebsites.net","webapp-authentication-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-authentication-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-authentication-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T20:47:41.0866667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-authentication-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_authentication000001","defaultHostName":"webapp-authentication-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002","name":"webapp-authentication-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-authentication-test000002","state":"Running","hostNames":["webapp-authentication-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_authentication000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_authentication000001-WestUSwebspace/sites/webapp-authentication-test000002","repositorySiteName":"webapp-authentication-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-authentication-test000002.azurewebsites.net","webapp-authentication-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-authentication-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-authentication-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/serverfarms/webapp-authentication-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:58.76","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-authentication-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_authentication000001","defaultHostName":"webapp-authentication-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3444'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 20:47:43 GMT'] - etag: ['"1D43B22893DA8B5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3550' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:21 GMT + etag: + - '"1D4E363A3EC6635"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1294'] - content-type: [application/xml] - date: ['Thu, 23 Aug 2018 20:47:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1294' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:37:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp auth show] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp auth show + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings","name":"authsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"enabled":false,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings","name":"authsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"enabled":false,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null}}' headers: - cache-control: [no-cache] - content-length: ['906'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 20:47:44 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '947' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp auth update] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp auth update + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --enabled --action --token-store --token-refresh-extension-hours --aad-client-id + --aad-client-secret --aad-allowed-token-audiences --aad-token-issuer-url --facebook-app-id + --facebook-app-secret --facebook-oauth-scopes + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings","name":"authsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"enabled":false,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings","name":"authsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"enabled":false,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null}}' headers: - cache-control: [no-cache] - content-length: ['906'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 20:47:44 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '947' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11997' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"enabled": true, "unauthenticatedClientAction": "RedirectToLoginPage", "tokenStoreEnabled": false, "defaultProvider": "Facebook", "tokenRefreshExtensionHours": @@ -269,62 +468,112 @@ interactions: "allowedAudiences": ["https://audience1"], "facebookAppId": "facebook_id", "facebookAppSecret": "facebook_secret", "facebookOAuthScopes": ["public_profile", "email"]}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp auth update] - Connection: [keep-alive] - Content-Length: ['439'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp auth update + Connection: + - keep-alive + Content-Length: + - '439' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --enabled --action --token-store --token-refresh-extension-hours --aad-client-id + --aad-client-secret --aad-allowed-token-audiences --aad-token-issuer-url --facebook-app-id + --facebook-app-secret --facebook-oauth-scopes + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings","name":"authsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"enabled":true,"unauthenticatedClientAction":"RedirectToLoginPage","tokenStoreEnabled":false,"allowedExternalRedirectUrls":null,"defaultProvider":"Facebook","tokenRefreshExtensionHours":7.2,"clientId":"aad_client_id","clientSecret":"aad_secret","issuer":"https://issuer_url","allowedAudiences":["https://audience1"],"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":"facebook_id","facebookAppSecret":"facebook_secret","facebookOAuthScopes":["public_profile","email"],"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_authentication000001/providers/Microsoft.Web/sites/webapp-authentication-test000002/config/authsettings","name":"authsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"enabled":true,"runtimeVersion":"1.0.0","unauthenticatedClientAction":"RedirectToLoginPage","tokenStoreEnabled":false,"allowedExternalRedirectUrls":null,"defaultProvider":"Facebook","tokenRefreshExtensionHours":7.2,"clientId":"aad_client_id","clientSecret":"aad_secret","clientSecretCertificateThumbprint":null,"issuer":"https://issuer_url","allowedAudiences":["https://audience1"],"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":"facebook_id","facebookAppSecret":"facebook_secret","facebookOAuthScopes":["public_profile","email"],"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null}}' headers: - cache-control: [no-cache] - content-length: ['1058'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 20:47:46 GMT'] - etag: ['"1D43B228BC62855"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1124' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:32 GMT + etag: + - '"1D4E363B60F23E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_authentication000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 23 Aug 2018 20:47:47 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGQVVUSEVOVElDQVRJT04zNkQ1Nk5EVFFNVXwzMjkzNUQwNDFFODQ5MzcxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:37:33 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGQVVUSEVOVElDQVRJT05WR0Q3TFZBRk9HTXwyRDRDOThGNTAyRUNFMjNFLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_config.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_config.yaml index 054780766e7..2277c6d9905 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_config.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_config.yaml @@ -1,266 +1,458 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-26T20:52:34Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + "date": "2019-03-25T23:30:06Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_config000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001","name":"cli_test_webapp_config000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-26T20:52:34Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 26 Sep 2018 20:52:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001","name":"cli_test_webapp_config000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:06Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:06 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_config000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001","name":"cli_test_webapp_config000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-26T20:52:34Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 26 Sep 2018 20:52:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001","name":"cli_test_webapp_config000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:30:06Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:30:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": - false, "hyperV": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": - 1}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['156'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":615,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_config000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_config000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_615","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1498'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:48 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":19268,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_config000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_config000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-087_19268","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":615,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_config000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_config000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_615","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1498'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","name":"webapp-config-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":19268,"name":"webapp-config-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_config000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_config000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-087_19268","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": - "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['536'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '537' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-config-test000002","state":"Running","hostNames":["webapp-config-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_config000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_config000001-WestUSwebspace/sites/webapp-config-test000002","repositorySiteName":"webapp-config-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-config-test000002.azurewebsites.net","webapp-config-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-config-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-config-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-26T20:52:51.3866667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-config-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_config000001","defaultHostName":"webapp-config-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3422'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:54 GMT'] - etag: ['"1D455DAE408CB00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-config-test000002","state":"Running","hostNames":["webapp-config-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_config000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_config000001-WestUSwebspace/sites/webapp-config-test000002","repositorySiteName":"webapp-config-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-config-test000002.azurewebsites.net","webapp-config-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-config-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-config-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/serverfarms/webapp-config-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:30:21.2466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-config-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_config000001","defaultHostName":"webapp-config-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3549' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:40 GMT + etag: + - '"1D4E362B6F385E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1294'] - content-type: [application/xml] - date: ['Wed, 26 Sep 2018 20:52:55 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1294' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:30:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2662'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:55 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2777' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + ParameterSetName: + - -g -n --always-on --auto-heal-enabled --php-version --net-framework-version + --python-version --use-32bit-worker-process --web-sockets-enabled --http20-enabled + --min-tls-version --ftps-state + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2662'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2777' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -276,1183 +468,2133 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.0", "ftpsState": "Disabled", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - Content-Length: ['1072'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + Content-Length: + - '1072' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --always-on --auto-heal-enabled --php-version --net-framework-version + --python-version --use-32bit-worker-process --web-sockets-enabled --http20-enabled + --min-tls-version --ftps-state + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v3.0","phpVersion":"7.0","pythonVersion":"3.4","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":true,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":true,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.0","ftpsState":"Disabled","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2646'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:58 GMT'] - etag: ['"1D455DAE807A3F5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002","name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v3.0","phpVersion":"7.0","pythonVersion":"3.4","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":true,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":true,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.0","ftpsState":"Disabled","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2761' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:43 GMT + etag: + - '"1D4E362B6F385E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v3.0","phpVersion":"7.0","pythonVersion":"3.4","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":true,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":true,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.0","ftpsState":"Disabled","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2664'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:58 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/web","name":"webapp-config-test000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v3.0","phpVersion":"7.0","pythonVersion":"3.4","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-config-test000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":true,"alwaysOn":true,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":true,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":true,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.0","ftpsState":"Disabled","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2779' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['373'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:52:59 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '374' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": - "6.9.1", "s1": "foo", "s2": "bar", "s3": "bar2"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['122'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + "8.11.1", "s1": "foo", "s2": "bar", "s3": "bar2"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '123' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s1":"foo","s2":"bar","s3":"bar2"}}'} - headers: - cache-control: [no-cache] - content-length: ['407'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:00 GMT'] - etag: ['"1D455DAE9A21A15"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"foo","s2":"bar","s3":"bar2"}}' + headers: + cache-control: + - no-cache + content-length: + - '408' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:46 GMT + etag: + - '"1D4E362C598194B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s1":"foo","s2":"bar","s3":"bar2"}}'} - headers: - cache-control: [no-cache] - content-length: ['407'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:01 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"foo","s2":"bar","s3":"bar2"}}' + headers: + cache-control: + - no-cache + content-length: + - '408' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --setting-names + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s1":"foo","s2":"bar","s3":"bar2"}}'} - headers: - cache-control: [no-cache] - content-length: ['407'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"foo","s2":"bar","s3":"bar2"}}' + headers: + cache-control: + - no-cache + content-length: + - '408' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings delete] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --setting-names + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": - "6.9.1", "s3": "bar2"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings delete] - Connection: [keep-alive] - Content-Length: ['96'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + "8.11.1", "s3": "bar2"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings delete + Connection: + - keep-alive + Content-Length: + - '97' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --setting-names + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s3":"bar2"}}'} - headers: - cache-control: [no-cache] - content-length: ['385'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:04 GMT'] - etag: ['"1D455DAEBA75FF5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s3":"bar2"}}' + headers: + cache-control: + - no-cache + content-length: + - '386' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:48 GMT + etag: + - '"1D4E362C7351A75"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config hostname list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config hostname list + Connection: + - keep-alive + ParameterSetName: + - -g --webapp-name + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/hostNameBindings?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/hostNameBindings/webapp-config-test000002.azurewebsites.net","name":"webapp-config-test000002/webapp-config-test000002.azurewebsites.net","type":"Microsoft.Web/sites/hostNameBindings","location":"West - US","properties":{"siteName":"webapp-config-test000002","domainId":null,"hostNameType":"Verified"}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['623'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:05 GMT'] - etag: ['"1D455DAEBA75FF5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/hostNameBindings/webapp-config-test000002.azurewebsites.net","name":"webapp-config-test000002/webapp-config-test000002.azurewebsites.net","type":"Microsoft.Web/sites/hostNameBindings","location":"West + US","properties":{"siteName":"webapp-config-test000002","domainId":null,"hostNameType":"Verified"}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '623' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:49 GMT + etag: + - '"1D4E362C7351A75"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account add] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account add + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --custom-id --storage-type --account-name --share-name --access-key + --mount-path + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['344'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '344' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"Id": {"type": "AzureFiles", "accountName": "name", "shareName": "sharename", "accessKey": "key", "mountPath": "/path/to/mount"}}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account add] - Connection: [keep-alive] - Content-Length: ['171'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account add + Connection: + - keep-alive + Content-Length: + - '171' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --custom-id --storage-type --account-name --share-name --access-key + --mount-path + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/path/to/mount","state":"InvalidCredentials"}}}'} - headers: - cache-control: [no-cache] - content-length: ['500'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:07 GMT'] - etag: ['"1D455DAED64EE75"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/path/to/mount","state":"InvalidCredentials"}}}' + headers: + cache-control: + - no-cache + content-length: + - '500' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:50 GMT + etag: + - '"1D4E362C896170B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/path/to/mount","state":"InvalidCredentials"}}}'} - headers: - cache-control: [no-cache] - content-length: ['491'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/path/to/mount","state":"InvalidCredentials"}}}' + headers: + cache-control: + - no-cache + content-length: + - '491' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:08 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account update] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account update + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --custom-id --mount-path + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/path/to/mount","state":"InvalidCredentials"}}}'} - headers: - cache-control: [no-cache] - content-length: ['491'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:09 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/path/to/mount","state":"InvalidCredentials"}}}' + headers: + cache-control: + - no-cache + content-length: + - '491' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"Id": {"type": "AzureFiles", "accountName": "name", "shareName": "sharename", "accessKey": "key", "mountPath": "/different/path"}}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account update] - Connection: [keep-alive] - Content-Length: ['172'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account update + Connection: + - keep-alive + Content-Length: + - '172' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --custom-id --mount-path + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}'} - headers: - cache-control: [no-cache] - content-length: ['501'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:10 GMT'] - etag: ['"1D455DAEF3F7AD5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}' + headers: + cache-control: + - no-cache + content-length: + - '501' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:54 GMT + etag: + - '"1D4E362CA5D4F80"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}'} - headers: - cache-control: [no-cache] - content-length: ['492'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}' + headers: + cache-control: + - no-cache + content-length: + - '492' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}'} - headers: - cache-control: [no-cache] - content-length: ['492'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}' + headers: + cache-control: + - no-cache + content-length: + - '492' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:12 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --custom-id + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}'} - headers: - cache-control: [no-cache] - content-length: ['492'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/appsettings","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"Id":{"type":"AzureFiles","accountName":"name","shareName":"sharename","accessKey":"key","mountPath":"/different/path","state":"InvalidCredentials"}}}' + headers: + cache-control: + - no-cache + content-length: + - '492' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account delete] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --custom-id + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config storage-account delete] - Connection: [keep-alive] - Content-Length: ['43'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config storage-account delete + Connection: + - keep-alive + Content-Length: + - '43' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --custom-id + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['353'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:15 GMT'] - etag: ['"1D455DAF2525320"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/azurestorageaccounts","name":"azurestorageaccounts","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '353' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:00 GMT + etag: + - '"1D4E362CE4A5B2B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -t -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['347'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"c1": {"value": "conn1", "type": "MySql"}, "c2": {"value": "conn2", "type": "MySql"}, "c3": {"value": "conn3", "type": "MySql"}}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - Content-Length: ['170'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + Content-Length: + - '170' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -t -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c1":{"value":"conn1","type":"MySql"},"c2":{"value":"conn2","type":"MySql"},"c3":{"value":"conn3","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['460'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:17 GMT'] - etag: ['"1D455DAF396D40B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c1":{"value":"conn1","type":"MySql"},"c2":{"value":"conn2","type":"MySql"},"c3":{"value":"conn3","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '460' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:02 GMT + etag: + - '"1D4E362CF70D9CB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + ParameterSetName: + - -t -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['209'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:18 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '209' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"connectionStringNames": ["c3"]}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - Content-Length: ['49'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + Content-Length: + - '49' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -t -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c3"],"appSettingNames":[],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['207'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:19 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c3"],"appSettingNames":[],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '207' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c1":{"value":"conn1","type":"MySql"},"c2":{"value":"conn2","type":"MySql"},"c3":{"value":"conn3","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['460'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c1":{"value":"conn1","type":"MySql"},"c2":{"value":"conn2","type":"MySql"},"c3":{"value":"conn3","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '460' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c3"],"appSettingNames":[],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['207'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c3"],"appSettingNames":[],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '207' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --setting-names + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c1":{"value":"conn1","type":"MySql"},"c2":{"value":"conn2","type":"MySql"},"c3":{"value":"conn3","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['460'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:21 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c1":{"value":"conn1","type":"MySql"},"c2":{"value":"conn2","type":"MySql"},"c3":{"value":"conn3","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '460' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string delete] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --setting-names + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c3"],"appSettingNames":[],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['207'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:22 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c3"],"appSettingNames":[],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '207' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"connectionStringNames": [], "appSettingNames": [], "azureStorageConfigNames": []}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string delete] - Connection: [keep-alive] - Content-Length: ['99'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string delete + Connection: + - keep-alive + Content-Length: + - '99' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --setting-names + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":[],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['203'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":[],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"c2": {"value": "conn2", "type": "MySql"}}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string delete] - Connection: [keep-alive] - Content-Length: ['84'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string delete + Connection: + - keep-alive + Content-Length: + - '84' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --setting-names + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c2":{"value":"conn2","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:24 GMT'] - etag: ['"1D455DAF75C3375"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c2":{"value":"conn2","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:07 GMT + etag: + - '"1D4E362D28AD100"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c2":{"value":"conn2","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c2":{"value":"conn2","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_config000001/providers/Microsoft.Web/sites/webapp-config-test000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":[],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['203'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"webapp-config-test000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":[],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '203' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment user show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment user show + Connection: + - keep-alive + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/publishingUsers/web?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"patle-ruby","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}'} - headers: - cache-control: [no-cache] - content-length: ['266'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:53:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"panchagnula","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}' + headers: + cache-control: + - no-cache + content-length: + - '267' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_config000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 26 Sep 2018 20:53:26 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGQ09ORklHM0dUQjRXSkJMVzRBQ0FESFpMSHxERUQxOUI5QkZGRjY0OEM3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:31:11 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGQ09ORklHV1BMSk9aVFFDSDRURU1WQTVOMnw4OUI0NzYxMzE3QUM2MDc1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_continuousWebjob_e2e.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_continuousWebjob_e2e.yaml index 9de3a8f91cf..cb8e4b2d16e 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_continuousWebjob_e2e.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_continuousWebjob_e2e.yaml @@ -1,211 +1,385 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-13T22:42:59Z"}}' + "date": "2019-03-26T20:48:25Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-13T22:42:59Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T20:48:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 22:43:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:48:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp webjob continuous list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp webjob continuous list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous","name":"cliTestApp/test-continuous","type":"Microsoft.Web/sites/continuouswebjobs","location":"Central - US","properties":{"status":"Running","detailed_status":"d33310 - Running\r\n","log_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/continuous/test-continuous/job_log.txt","name":"test-continuous","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/continuouswebjobs/test-continuous","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/continuous/test-continuous","type":"continuous","error":null,"using_sdk":false,"settings":{"is_singleton":true}}}]}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous","name":"cliTestApp/test-continuous","type":"Microsoft.Web/sites/continuouswebjobs","location":"West + US","properties":{"status":"Running","detailed_status":"80acad - Running\r\n","log_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/continuous/test-continuous/job_log.txt","name":"test-continuous","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/continuouswebjobs/test-continuous","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/continuous/test-continuous","type":"continuous","error":null,"using_sdk":false,"settings":{"is_singleton":true}}}]}' headers: - cache-control: [no-cache] - content-length: ['785'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 22:43:03 GMT'] - etag: ['"ebc190d0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0, Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=d3331014a30dd09b8fbb05d9c792138902ef1dfab0428ed7ba951348d4eeec70;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET, ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '782' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:48:28 GMT + etag: + - '"59ee1d3d"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=80acad023b61db9f585bb1886d9413f971193c63e63186520a0e7cc52daae5df;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp webjob continuous start] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp webjob continuous start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -w + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous/start?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 13 Sep 2018 22:43:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0, Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=d3331014a30dd09b8fbb05d9c792138902ef1dfab0428ed7ba951348d4eeec70;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET, ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 20:48:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=80acad023b61db9f585bb1886d9413f971193c63e63186520a0e7cc52daae5df;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp webjob continuous start] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp webjob continuous start + Connection: + - keep-alive + ParameterSetName: + - -g -n -w + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous","name":"cliTestApp/test-continuous","type":"Microsoft.Web/sites/continuouswebjobs","location":"Central - US","properties":{"status":"Running","detailed_status":"d33310 - Running\r\n","log_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/continuous/test-continuous/job_log.txt","name":"test-continuous","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/continuouswebjobs/test-continuous","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/continuous/test-continuous","type":"continuous","error":null,"using_sdk":false,"settings":{"is_singleton":true}}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous","name":"cliTestApp/test-continuous","type":"Microsoft.Web/sites/continuouswebjobs","location":"West + US","properties":{"status":"Running","detailed_status":"80acad - Running\r\n","log_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/continuous/test-continuous/job_log.txt","name":"test-continuous","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/continuouswebjobs/test-continuous","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/continuous/test-continuous","type":"continuous","error":null,"using_sdk":false,"settings":{"is_singleton":true}}}' headers: - cache-control: [no-cache] - content-length: ['773'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 22:43:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0, Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=d3331014a30dd09b8fbb05d9c792138902ef1dfab0428ed7ba951348d4eeec70;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET, ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '770' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:48:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=80acad023b61db9f585bb1886d9413f971193c63e63186520a0e7cc52daae5df;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp webjob continuous stop] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp webjob continuous stop + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -w + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous/stop?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 13 Sep 2018 22:43:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0, Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=d3331014a30dd09b8fbb05d9c792138902ef1dfab0428ed7ba951348d4eeec70;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET, ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 20:48:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=80acad023b61db9f585bb1886d9413f971193c63e63186520a0e7cc52daae5df;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp webjob continuous stop] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp webjob continuous stop + Connection: + - keep-alive + ParameterSetName: + - -g -n -w + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous","name":"cliTestApp/test-continuous","type":"Microsoft.Web/sites/continuouswebjobs","location":"Central - US","properties":{"status":"Disabling","detailed_status":"d33310 - Disabling\r\n","log_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/continuous/test-continuous/job_log.txt","name":"test-continuous","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/continuouswebjobs/test-continuous","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/continuous/test-continuous","type":"continuous","error":null,"using_sdk":false,"settings":{"is_singleton":true}}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/continuouswebjobs/test-continuous","name":"cliTestApp/test-continuous","type":"Microsoft.Web/sites/continuouswebjobs","location":"West + US","properties":{"status":"Disabling","detailed_status":"80acad - Disabling\r\n","log_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/continuous/test-continuous/job_log.txt","name":"test-continuous","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/continuouswebjobs/test-continuous","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/continuous/test-continuous","type":"continuous","error":null,"using_sdk":false,"settings":{"is_singleton":true}}}' headers: - cache-control: [no-cache] - content-length: ['777'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 22:43:17 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0, Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=d3331014a30dd09b8fbb05d9c792138902ef1dfab0428ed7ba951348d4eeec70;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET, ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '774' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:48:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=80acad023b61db9f585bb1886d9413f971193c63e63186520a0e7cc52daae5df;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 13 Sep 2018 22:43:17 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc2Uk8zVEJSTlZJQkZaVTZDRkFEUVJXUUM2UDdPWFc2UUdQM3xCRjRBNjk2NkZGMjM5QkZCLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 20:48:44 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdEVk9OQUpBQ1FSSFpEV1dHUDJPWk1VM0tGVkMyRzZWWEdVR3w5OEY1OTNFMjVBRDUzOTEwLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_cors.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_cors.yaml index 3ebcd8b38a1..96169b33626 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_cors.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_cors.yaml @@ -1,232 +1,401 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-23T06:32:45Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + "date": "2019-03-25T23:33:03Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T06:32:45Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 06:32:46 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:33:03Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T06:32:45Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 06:32:46 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:33:03Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:04 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":2983,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_2983","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1452'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:32:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12112,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12112","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":2983,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_2983","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1452'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:32:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","name":"slot-traffic-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12112,"name":"slot-traffic-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12112","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['503'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T06:33:00.18","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3218'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:05 GMT'] - etag: ['"1D43AAB248806A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:14.41","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3337' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:29 GMT + etag: + - '"1D4E3631E240C15"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Thu, 23 Aug 2018 06:33:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:33:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors add] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors add + Connection: + - keep-alive + ParameterSetName: + - -g -n --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2614'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2729' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -243,103 +412,179 @@ interactions: true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors add] - Connection: [keep-alive] - Content-Length: ['1126'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors add + Connection: + - keep-alive + Content-Length: + - '1126' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com","https://msn.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2653'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:07 GMT'] - etag: ['"1D43AAB279853E0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com","https://msn.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2795' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:32 GMT + etag: + - '"1D4E3631E240C15"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com","https://msn.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2671'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:08 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com","https://msn.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2813' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors remove] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors remove + Connection: + - keep-alive + ParameterSetName: + - -g -n --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com","https://msn.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2671'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:09 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com","https://msn.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2813' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html"], "netFrameworkVersion": "v4.0", "phpVersion": "5.6", "pythonVersion": "", "nodeVersion": "", "linuxFxVersion": "", "requestTracingEnabled": - false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2012", + false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2017", "httpLoggingEnabled": false, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": false, "publishingUsername": "$slot-traffic-web000003", "azureStorageAccounts": {}, "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, @@ -350,164 +595,294 @@ interactions: ["https://msdn.com"]}, "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors remove] - Connection: [keep-alive] - Content-Length: ['1143'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors remove + Connection: + - keep-alive + Content-Length: + - '1143' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2635'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:10 GMT'] - etag: ['"1D43AAB298AC80B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2777' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:36 GMT + etag: + - '"1D4E3632967F555"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2653'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://msdn.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2795' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T06:33:11.1366667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3223'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:12 GMT'] - etag: ['"1D43AAB298AC80B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003","name":"slot-traffic-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003","state":"Running","hostNames":["slot-traffic-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003.azurewebsites.net","slot-traffic-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:36.58","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3337' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:37 GMT + etag: + - '"1D4E3632B268840"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": + false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['426'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '443' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1","name":"slot-traffic-web000003/slot1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-traffic-web000003(slot1)","state":"Running","hostNames":["slot-traffic-web000003-slot1.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003-slot1.azurewebsites.net","slot-traffic-web000003-slot1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003-slot1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003-slot1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T06:33:16.5266667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003__a504","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003-slot1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3296'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:27 GMT'] - etag: ['"1D43AAB298AC80B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1","name":"slot-traffic-web000003/slot1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-traffic-web000003(slot1)","state":"Running","hostNames":["slot-traffic-web000003-slot1.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-traffic-web000003","repositorySiteName":"slot-traffic-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-traffic-web000003-slot1.azurewebsites.net","slot-traffic-web000003-slot1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-traffic-web000003-slot1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-traffic-web000003-slot1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-traffic-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:39.6166667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-traffic-web000003__abac","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-traffic-web000003-slot1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3415' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:55 GMT + etag: + - '"1D4E3632B268840"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors add] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors add + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2633'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2748' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -523,103 +898,179 @@ interactions: ["https://foo.com"]}, "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors add] - Connection: [keep-alive] - Content-Length: ['1113'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors add + Connection: + - keep-alive + Content-Length: + - '1113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1","name":"slot-traffic-web000003/slot1","type":"Microsoft.Web/sites/slots","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://foo.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2665'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:30 GMT'] - etag: ['"1D43AAB34FF0315"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1","name":"slot-traffic-web000003/slot1","type":"Microsoft.Web/sites/slots","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://foo.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2807' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:58 GMT + etag: + - '"1D4E3632D3C9700"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors show + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://foo.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2671'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://foo.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2813' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors remove] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors remove + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://foo.com"]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2671'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":["https://foo.com"],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2813' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", "index.php", "hostingstart.html"], "netFrameworkVersion": "v4.0", "phpVersion": "5.6", "pythonVersion": "", "nodeVersion": "", "linuxFxVersion": "", "requestTracingEnabled": - false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2012", + false, "remoteDebuggingEnabled": false, "remoteDebuggingVersion": "VS2017", "httpLoggingEnabled": false, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": false, "publishingUsername": "$slot-traffic-web000003__slot1", "azureStorageAccounts": {}, "scmType": "None", "use32BitWorkerProcess": true, "webSocketsEnabled": false, @@ -630,92 +1081,164 @@ interactions: []}, "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors remove] - Connection: [keep-alive] - Content-Length: ['1132'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors remove + Connection: + - keep-alive + Content-Length: + - '1132' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --allowed-origins + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1","name":"slot-traffic-web000003/slot1","type":"Microsoft.Web/sites/slots","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":[]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2648'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:34 GMT'] - etag: ['"1D43AAB37107DF5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1","name":"slot-traffic-web000003/slot1","type":"Microsoft.Web/sites/slots","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":[],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2790' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:02 GMT + etag: + - '"1D4E363384EA7D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp cors show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp cors show + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2012","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":[]},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2654'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 06:33:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-traffic-web000003/slots/slot1/config/web","name":"slot-traffic-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-traffic-web000003__slot1","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":{"allowedOrigins":[],"supportCredentials":false},"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2796' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 23 Aug 2018 06:33:35 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdNUFIyWjRCUVhOSUQySE1QQURCWE5WVFlYRk9KNFdNT0FURnw5NkMxMTlGQkRFQzUzREUzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:34:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkcyS0dLV1g3SFVSNklXREtLSlNXMkE0MlZIUFdGNUFVR0tEVnxFMjc2NUFENDlCNzI0MTRFLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_deleted_list.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_deleted_list.yaml index 7ba6aecea49..55601ff9d44 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_deleted_list.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_deleted_list.yaml @@ -1,3688 +1,529 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-21T20:52:00Z"}}' + "date": "2019-03-25T23:34:53Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-21T20:52:00Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:53Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 21 Nov 2018 20:52:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:53 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --tags] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --tags + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-21T20:52:00Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:53Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 21 Nov 2018 20:52:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:53 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"location": "westus", "tags": {"plan": "plan1"}, "properties": {"hyperV": - false, "perSiteScaling": false}, "sku": {"tier": "BASIC", "capacity": 1, "name": - "B1"}}' + body: '{"location": "westus", "tags": {"plan": "plan1"}, "properties": {"perSiteScaling": + false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": + 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['162'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku --tags] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '163' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku --tags + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002","name":"delete-me-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{"plan":"plan1"},"properties":{"serverFarmId":6951,"name":"delete-me-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-113_6951","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002","name":"delete-me-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","tags":{"plan":"plan1"},"properties":{"serverFarmId":8107,"name":"delete-me-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8107","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1529'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 20:52:26 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002","name":"delete-me-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{"plan":"plan1"},"properties":{"serverFarmId":6951,"name":"delete-me-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-113_6951","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002","name":"delete-me-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","tags":{"plan":"plan1"},"properties":{"serverFarmId":8107,"name":"delete-me-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8107","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1529'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 20:52:26 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1529' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: 'b''b\''{"location": "West US", "properties": {"reserved": false, "scmSiteAlsoStopped": - false, "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002", - "isXenon": false, "hyperV": false, "siteConfig": {"localMySqlEnabled": false, - "netFrameworkVersion": "v4.6", "appSettings": [{"value": "8.11.1", "name": "WEBSITE_NODE_DEFAULT_VERSION"}], - "http20Enabled": true}}}\''''' + body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002", + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], + "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['521'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/delete-me-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/delete-me-web000003","name":"delete-me-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"delete-me-web000003","state":"Running","hostNames":["delete-me-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/delete-me-web000003","repositorySiteName":"delete-me-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["delete-me-web000003.azurewebsites.net","delete-me-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"delete-me-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"delete-me-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-21T20:52:29.57","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"delete-me-web000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"delete-me-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/delete-me-web000003","name":"delete-me-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"delete-me-web000003","state":"Running","hostNames":["delete-me-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-119.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/delete-me-web000003","repositorySiteName":"delete-me-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["delete-me-web000003.azurewebsites.net","delete-me-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"delete-me-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"delete-me-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/delete-me-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:05.3","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"delete-me-web000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12","possibleOutboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12,104.40.0.244,157.56.167.87,157.56.164.95","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-119","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"delete-me-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3221'] - content-type: [application/json] - date: ['Wed, 21 Nov 2018 20:52:46 GMT'] - etag: ['"1D481DC1E5EBB20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3343' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:20 GMT + etag: + - '"1D4E363603E8D8B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '497' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/delete-me-web000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Wed, 21 Nov 2018 20:52:46 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:35:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/delete-me-web000003?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 21 Nov 2018 20:52:50 GMT'] - etag: ['"1D481DC1E5EBB20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:24 GMT + etag: + - '"1D4E363603E8D8B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deleted list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deleted list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353364","name":"web274e2omh7ei53umd2oyql","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353364,"deletedTimestamp":"2018-10-23T05:05:07.0509928","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn3ivo7222xgqpf7bh2g2wt6u6qijplr4x2qyg4f5oaxbgikxbxokhtfsg3f2gty2v","webSpace":"clitest.rgn3ivo7222xgqpf7bh2g2wt6u6qijplr4x2qyg4f5oaxbgikxbxokhtfsg3f2gty2v-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web274e2omh7ei53umd2oyql","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353366","name":"web-del-testgbrynam274oi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353366,"deletedTimestamp":"2018-10-23T05:05:07.8016359","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsiblzw3h72pbrbzsg5f623ik2nmbwi4ldfil277ognlhdodxs4qokbkhf465ayr3w","webSpace":"clitest.rgsiblzw3h72pbrbzsg5f623ik2nmbwi4ldfil277ognlhdodxs4qokbkhf465ayr3w-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-del-testgbrynam274oi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353372","name":"functionapplinuxconsumption7sc2ngc22i3fr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353372,"deletedTimestamp":"2018-10-23T05:05:19.7793787","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux62qh6sxdpvmgilnmdd5fyr3v6gqt3tit366xzqzwdjnotd3tr","webSpace":"azurecli-functionapp-linux62qh6sxdpvmgilnmdd5fyr3v6gqt3tit366xzqzwdjnotd3tr-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumption7sc2ngc22i3fr","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353375","name":"functionapp-linuxl2er45u","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353375,"deletedTimestamp":"2018-10-23T05:05:34.0552418","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmpgkwev74jt5mlyz46g66uk23wgci5eo4bllocunvzokgehbj35fimnitlr37ssz7","webSpace":"clitest.rgmpgkwev74jt5mlyz46g66uk23wgci5eo4bllocunvzokgehbj35fimnitlr37ssz7-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxl2er45u","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353378","name":"functionappconsumptionfwppotd6fpvyy3q7ne","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353378,"deletedTimestamp":"2018-10-23T05:05:40.5370641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2eju4sx6jowj7hhd7akg6umj3634ffyx6u4x3l2r2lecv4rf2w5","webSpace":"azurecli-functionapp-c-e2eju4sx6jowj7hhd7akg6umj3634ffyx6u4x3l2r2lecv4rf2w5-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"functionappconsumptionfwppotd6fpvyy3q7ne","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353380","name":"web-erroriategvv5djmgon5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353380,"deletedTimestamp":"2018-10-23T05:05:51.2091267","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgflthenj45ibku6qhvykumfxauegjinqmk3whojq5lonuzuwjsy4ulzy23gyvcfxd2","webSpace":"clitest.rgflthenj45ibku6qhvykumfxauegjinqmk3whojq5lonuzuwjsy4ulzy23gyvcfxd2-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-erroriategvv5djmgon5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353384","name":"slot-traffic-webpgoepob3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353384,"deletedTimestamp":"2018-10-23T05:05:57.7083540","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdku63muji76tvzehnd2lp6pi4n66wflb262khrcnhwjaeyry4ogcohriw72fjbyuj","webSpace":"clitest.rgdku63muji76tvzehnd2lp6pi4n66wflb262khrcnhwjaeyry4ogcohriw72fjbyuj-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webpgoepob3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353385","name":"slot-traffic-webpgoepob3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353385,"deletedTimestamp":"2018-10-23T05:05:57.7395976","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdku63muji76tvzehnd2lp6pi4n66wflb262khrcnhwjaeyry4ogcohriw72fjbyuj","webSpace":"clitest.rgdku63muji76tvzehnd2lp6pi4n66wflb262khrcnhwjaeyry4ogcohriw72fjbyuj-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webpgoepob3","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353386","name":"slot-traffic-webnriuogyz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353386,"deletedTimestamp":"2018-10-23T05:06:01.3418940","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzqdmgao24cbctlthvxmqibx5hz3yw2ylp27rsoj62dsizgilbnutn5d37bzr6hcmp","webSpace":"clitest.rgzqdmgao24cbctlthvxmqibx5hz3yw2ylp27rsoj62dsizgilbnutn5d37bzr6hcmp-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webnriuogyz","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353388","name":"func-e2eu2eijx6xcdla2zfk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353388,"deletedTimestamp":"2018-10-23T05:06:05.0231486","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2zocmbqont6nsknpfwjxeuisvbq5qponwzr3tnsr7g45fdh6oz7xkp5jbzfm7ylni","webSpace":"clitest.rg2zocmbqont6nsknpfwjxeuisvbq5qponwzr3tnsr7g45fdh6oz7xkp5jbzfm7ylni-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2eu2eijx6xcdla2zfk","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353389","name":"web-ssl-testud7dpppb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353389,"deletedTimestamp":"2018-10-23T05:06:09.0186825","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyijbbbuj7wcvv3wvqcj4morphzu73wwffhu5nkgvxnrh7wko3qzqrhx6bk3kbyguo","webSpace":"clitest.rgyijbbbuj7wcvv3wvqcj4morphzu73wwffhu5nkgvxnrh7wko3qzqrhx6bk3kbyguo-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-ssl-testud7dpppb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353390","name":"webapp-authentication-testz2mcvt3xdui4tb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353390,"deletedTimestamp":"2018-10-23T05:06:09.5170405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationtuvbzvnrluuhjjxsxoo6ojmrcp46zhdn3rrs27rg4otwy","webSpace":"cli_test_webapp_authenticationtuvbzvnrluuhjjxsxoo6ojmrcp46zhdn3rrs27rg4otwy-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-authentication-testz2mcvt3xdui4tb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353391","name":"delete-me-webeoltnlju2dd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353391,"deletedTimestamp":"2018-10-23T05:06:11.1245816","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxvsxgofwfecsoptpxzgaeabp344kf62eef2hw2c3szrummayoy4feg2snwn2soq37","webSpace":"clitest.rgxvsxgofwfecsoptpxzgaeabp344kf62eef2hw2c3szrummayoy4feg2snwn2soq37-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"delete-me-webeoltnlju2dd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353394","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353394,"deletedTimestamp":"2018-10-23T05:06:19.3084945","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg65sgxxomwwjjy3u5wu27k56jh5o2givxx27z3rfmzyqnvd2hbvyw6qlw4prakwlpj","webSpace":"clitest.rg65sgxxomwwjjy3u5wu27k56jh5o2givxx27z3rfmzyqnvd2hbvyw6qlw4prakwlpj-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353396","name":"webapp-quickvf4xycg6ngco","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353396,"deletedTimestamp":"2018-10-23T05:06:24.7790120","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzwtz4pbia646cz4y6b3ohxqt75ljkem5rxnwibyl5kbpfb42ovxksowkjcrxublbw","webSpace":"clitest.rgzwtz4pbia646cz4y6b3ohxqt75ljkem5rxnwibyl5kbpfb42ovxksowkjcrxublbw-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quickvf4xycg6ngco","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353398","name":"web-msiig7itk2j2alev","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353398,"deletedTimestamp":"2018-10-23T05:06:29.8396683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzyjpsogezkicjbmrl2ykdiq7kqjnepgs3mxps43jhvj26knkt6et4o3wa72oyfhfb","webSpace":"clitest.rgzyjpsogezkicjbmrl2ykdiq7kqjnepgs3mxps43jhvj26knkt6et4o3wa72oyfhfb-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-msiig7itk2j2alev","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353399","name":"webapp-quick5jgly47mnlmz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353399,"deletedTimestamp":"2018-10-23T05:06:34.2789435","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4sdmfbzfdgiw4qhtjw2smzshljojr3omdjrfc6ta3y2udhellqgiw7avu4k5zzode","webSpace":"clitest.rg4sdmfbzfdgiw4qhtjw2smzshljojr3omdjrfc6ta3y2udhellqgiw7avu4k5zzode-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick5jgly47mnlmz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353401","name":"webapp-config-testal74mwniawdxik5x5ngmey","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353401,"deletedTimestamp":"2018-10-23T05:06:38.7614576","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config6dapcoh2ypy2wvpvp7z2yrdtwzhcwibmpqnrwhou5izog7fnlf7hk","webSpace":"cli_test_webapp_config6dapcoh2ypy2wvpvp7z2yrdtwzhcwibmpqnrwhou5izog7fnlf7hk-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-config-testal74mwniawdxik5x5ngmey","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353403","name":"func-e2e46opgzqph26yqh34","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353403,"deletedTimestamp":"2018-10-23T05:06:43.5432217","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2zocmbqont6nsknpfwjxeuisvbq5qponwzr3tnsr7g45fdh6oz7xkp5jbzfm7ylni","webSpace":"clitest.rg2zocmbqont6nsknpfwjxeuisvbq5qponwzr3tnsr7g45fdh6oz7xkp5jbzfm7ylni-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2e46opgzqph26yqh34","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353404","name":"webapp-e2e76zcekaetjurgj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353404,"deletedTimestamp":"2018-10-23T05:06:43.9721919","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgg6pngawi43omhowmu4qyp3w6vhqi5rnm7he2wckn2hjkghpteahjcn6hulm3eavv4","webSpace":"clitest.rgg6pngawi43omhowmu4qyp3w6vhqi5rnm7he2wckn2hjkghpteahjcn6hulm3eavv4-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-e2e76zcekaetjurgj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353405","name":"webappacrtestql3llursogw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353405,"deletedTimestamp":"2018-10-23T05:06:44.2638431","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglix6okr7iffxr2racj4utavelunwpl6r3xp3l7mwiguhwedopg3ktq7rsdhq6zwz2","webSpace":"clitest.rglix6okr7iffxr2racj4utavelunwpl6r3xp3l7mwiguhwedopg3ktq7rsdhq6zwz2-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestql3llursogw","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353411","name":"slot-traffic-webxd7cqozt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353411,"deletedTimestamp":"2018-10-23T05:06:54.3684033","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgd2k32kipkl3k77n3k6sjuv7lfnme5qdsdlu63caenw2yidzrbiome3xi7353zxetj","webSpace":"clitest.rgd2k32kipkl3k77n3k6sjuv7lfnme5qdsdlu63caenw2yidzrbiome3xi7353zxetj-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webxd7cqozt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353412","name":"slot-traffic-webxd7cqozt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353412,"deletedTimestamp":"2018-10-23T05:06:54.4152873","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgd2k32kipkl3k77n3k6sjuv7lfnme5qdsdlu63caenw2yidzrbiome3xi7353zxetj","webSpace":"clitest.rgd2k32kipkl3k77n3k6sjuv7lfnme5qdsdlu63caenw2yidzrbiome3xi7353zxetj-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webxd7cqozt","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353423","name":"webapp-linux-multir2afko","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353423,"deletedTimestamp":"2018-10-23T05:07:18.8489000","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3xdukglizifzjiy3qzfxgezicsolxoigvmz6q52bldfsdynn75yaynvors2gqcrlv","webSpace":"clitest.rg3xdukglizifzjiy3qzfxgezicsolxoigvmz6q52bldfsdynn75yaynvors2gqcrlv-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multir2afko","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353424","name":"webapp-update-testhpngdoxut3q2mez4ljeu3x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353424,"deletedTimestamp":"2018-10-23T05:07:20.8226258","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatemap2sgx2ziok64dwabbcmc7xkmi426espwnrzagcq3fccjkui7ubx","webSpace":"cli_test_webapp_updatemap2sgx2ziok64dwabbcmc7xkmi426espwnrzagcq3fccjkui7ubx-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testhpngdoxut3q2mez4ljeu3x","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353425","name":"webapp-update-testhpngdoxut3q2mez4ljeu3x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353425,"deletedTimestamp":"2018-10-23T05:07:20.8851224","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatemap2sgx2ziok64dwabbcmc7xkmi426espwnrzagcq3fccjkui7ubx","webSpace":"cli_test_webapp_updatemap2sgx2ziok64dwabbcmc7xkmi426espwnrzagcq3fccjkui7ubx-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testhpngdoxut3q2mez4ljeu3x","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353427","name":"webapp-zipDeploy-testjlczsp3g5t3sofk4bqn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353427,"deletedTimestamp":"2018-10-23T05:07:27.6153610","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploypku7lrwrcfr6fgu3sinfmcyouhekmovdtyvurc7vvusht46ncs","webSpace":"cli_test_webapp_zipDeploypku7lrwrcfr6fgu3sinfmcyouhekmovdtyvurc7vvusht46ncs-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-zipDeploy-testjlczsp3g5t3sofk4bqn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353429","name":"webapp-win-logirfbmjsr3u","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353429,"deletedTimestamp":"2018-10-23T05:07:28.5498012","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn5edlnloak2uoedrv4ilmrl6zeul7nlpzfntavsvm3sidpds5ibp3yfpou5gz4vqw","webSpace":"clitest.rgn5edlnloak2uoedrv4ilmrl6zeul7nlpzfntavsvm3sidpds5ibp3yfpou5gz4vqw-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-win-logirfbmjsr3u","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353432","name":"webapp-linuxbsk3rirgclih","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353432,"deletedTimestamp":"2018-10-23T05:07:33.5399255","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgo3oc7myuim4obx6eorqovypxmtbnem3u2gwft5nthyciak4pf2l2duob6hjk6pio3","webSpace":"clitest.rgo3oc7myuim4obx6eorqovypxmtbnem3u2gwft5nthyciak4pf2l2duob6hjk6pio3-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxbsk3rirgclih","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353436","name":"web-git-test272kqitc72ke","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353436,"deletedTimestamp":"2018-10-23T05:07:39.0314796","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglmg7pcncsqwrhjsktttsb2hlysuwvxksd6tv26rejvxfktl4p5p4lj5zts5hnqhp7","webSpace":"clitest.rglmg7pcncsqwrhjsktttsb2hlysuwvxksd6tv26rejvxfktl4p5p4lj5zts5hnqhp7-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-git-test272kqitc72ke","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353440","name":"slot-swap-web65zmybaja4n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353440,"deletedTimestamp":"2018-10-23T05:07:52.5559222","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpv7a3v76nmcngegi7loczh6nfshjub4rt2wnnnr4touzh4pw4jtetmdfcyqspukfz","webSpace":"clitest.rgpv7a3v76nmcngegi7loczh6nfshjub4rt2wnnnr4touzh4pw4jtetmdfcyqspukfz-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-web65zmybaja4n","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353441","name":"slot-swap-web65zmybaja4n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353441,"deletedTimestamp":"2018-10-23T05:07:52.6028014","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpv7a3v76nmcngegi7loczh6nfshjub4rt2wnnnr4touzh4pw4jtetmdfcyqspukfz","webSpace":"clitest.rgpv7a3v76nmcngegi7loczh6nfshjub4rt2wnnnr4touzh4pw4jtetmdfcyqspukfz-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-web65zmybaja4n","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353445","name":"webapp-quick-cdlrxaskvty","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353445,"deletedTimestamp":"2018-10-23T05:08:23.4412241","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfb7jbz7u5o6ckx4tcqla7ewv2fjovh6537y6hhxdjuehljckngbe4iy3q3qhrqqly","webSpace":"clitest.rgfb7jbz7u5o6ckx4tcqla7ewv2fjovh6537y6hhxdjuehljckngbe4iy3q3qhrqqly-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick-cdlrxaskvty","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353448","name":"slot-test-webrmzt3gy5lao","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353448,"deletedTimestamp":"2018-10-23T05:09:39.0484969","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfiptibzzrtwjujr3qxximcmt5ilyoucpwc2kiiwhqvj6zowrfpdrzavxvd77pp52u","webSpace":"clitest.rgfiptibzzrtwjujr3qxximcmt5ilyoucpwc2kiiwhqvj6zowrfpdrzavxvd77pp52u-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webrmzt3gy5lao","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353449","name":"slot-test-webrmzt3gy5lao","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353449,"deletedTimestamp":"2018-10-23T05:09:40.9164027","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfiptibzzrtwjujr3qxximcmt5ilyoucpwc2kiiwhqvj6zowrfpdrzavxvd77pp52u","webSpace":"clitest.rgfiptibzzrtwjujr3qxximcmt5ilyoucpwc2kiiwhqvj6zowrfpdrzavxvd77pp52u-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webrmzt3gy5lao","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353452","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353452,"deletedTimestamp":"2018-10-23T05:09:55.1911877","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgildaoblqeft2okf4cnk5vj3fywzxgh53aqu2zjsydlgzhuw6vheq3xgil4jbjn7gc","webSpace":"clitest.rgildaoblqeft2okf4cnk5vj3fywzxgh53aqu2zjsydlgzhuw6vheq3xgil4jbjn7gc-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353453","name":"webapp-linux-logy2yrbfip","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353453,"deletedTimestamp":"2018-10-23T05:10:03.1581698","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrqtiulssv6afjbhpi7bely3uwmlyqjqbp3suzmaqajyx7hqkiawcouv2pqzfvk2j5","webSpace":"clitest.rgrqtiulssv6afjbhpi7bely3uwmlyqjqbp3suzmaqajyx7hqkiawcouv2pqzfvk2j5-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-logy2yrbfip","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353454","name":"webapp-quick-linuxcfxbzj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353454,"deletedTimestamp":"2018-10-23T05:10:06.0473485","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5owgmncj5cllnzhvyydqzncvjsxrwqjr6knykvsyrdzw3doa3galbpi3mngmevorg","webSpace":"clitest.rg5owgmncj5cllnzhvyydqzncvjsxrwqjr6knykvsyrdzw3doa3galbpi3mngmevorg-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxcfxbzj","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353462","name":"slot-test-webrmzt3gy5lao","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353462,"deletedTimestamp":"2018-10-23T05:10:17.9875845","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfiptibzzrtwjujr3qxximcmt5ilyoucpwc2kiiwhqvj6zowrfpdrzavxvd77pp52u","webSpace":"clitest.rgfiptibzzrtwjujr3qxximcmt5ilyoucpwc2kiiwhqvj6zowrfpdrzavxvd77pp52u-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webrmzt3gy5lao","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353478","name":"undelete-webupzpnj2vzjsp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353478,"deletedTimestamp":"2018-10-23T05:12:03.7455670","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmpmp6byradj6ewfuemprzbw3zvii2y3djfdvxyktwlbfnfrgshzihbxylb4fv35qg","webSpace":"clitest.rgmpmp6byradj6ewfuemprzbw3zvii2y3djfdvxyktwlbfnfrgshzihbxylb4fv35qg-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"undelete-webupzpnj2vzjsp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353488","name":"clinox5nl2gdfyily9e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353488,"deletedTimestamp":"2018-10-23T05:14:03.8528025","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgboow3pskrn","webSpace":"clitest.rgboow3pskrn-CentralUSwebspace","stamp":"waws-prod-dm1-115","deletedSiteName":"clinox5nl2gdfyily9e","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19353942","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19353942,"deletedTimestamp":"2018-10-23T05:41:58.1276041","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createxp63uzlsnz2lsgklpadlrywhp6np2zqamefxfp2qbugajsrlrjk","webSpace":"cli_test_resource_createxp63uzlsnz2lsgklpadlrywhp6np2zqamefxfp2qbugajsrlrjk-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359057","name":"webapp1-ddc03493f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359057,"deletedTimestamp":"2018-10-23T09:37:20.8637708","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_875513470805","webSpace":"rg1nemv_875513470805-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-ddc03493f9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359086","name":"webapp3-ca384557e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359086,"deletedTimestamp":"2018-10-23T09:37:59.4059370","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_875513470805","webSpace":"rg1nemv_875513470805-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp3-ca384557e5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359102","name":"webapp1-9db28246e6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359102,"deletedTimestamp":"2018-10-23T09:38:31.1513012","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_75d8821561d4","webSpace":"rg1nemv_75d8821561d4-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-9db28246e6","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359116","name":"webapp3-8188940098","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359116,"deletedTimestamp":"2018-10-23T09:39:09.0788395","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_75d8821561d4","webSpace":"rg1nemv_75d8821561d4-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-8188940098","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359135","name":"webapp2-fa5201764d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359135,"deletedTimestamp":"2018-10-23T09:39:40.3195776","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_a73541551f6e","webSpace":"rgnemv_a73541551f6e-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp2-fa5201764d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359137","name":"webapp1-6475988137","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359137,"deletedTimestamp":"2018-10-23T09:39:42.0892174","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_a73541551f6e","webSpace":"rgnemv_a73541551f6e-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-6475988137","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359139","name":"webapp2-55709479a2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359139,"deletedTimestamp":"2018-10-23T09:39:43.6098677","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_875513470805","webSpace":"rg1nemv_875513470805-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp2-55709479a2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359142","name":"webapp1-3855719901","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359142,"deletedTimestamp":"2018-10-23T09:39:49.5421302","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_f569697632e4","webSpace":"rg1nemv_f569697632e4-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-3855719901","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359152","name":"webapp1-f9995663e8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359152,"deletedTimestamp":"2018-10-23T09:40:02.5043964","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_87819593ba0a","webSpace":"rg1nemv_87819593ba0a-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-f9995663e8","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359180","name":"webapp2-8261459795","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359180,"deletedTimestamp":"2018-10-23T09:40:57.5832536","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_75d8821561d4","webSpace":"rg1nemv_75d8821561d4-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-8261459795","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359183","name":"webapp2-b2c731719b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359183,"deletedTimestamp":"2018-10-23T09:40:58.7138151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bb3109223487","webSpace":"rgnemv_bb3109223487-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-b2c731719b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359185","name":"webapp1-b254297035","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359185,"deletedTimestamp":"2018-10-23T09:41:00.9079339","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bb3109223487","webSpace":"rgnemv_bb3109223487-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-b254297035","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359188","name":"webapp1-bfa45739b0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359188,"deletedTimestamp":"2018-10-23T09:41:02.9358611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_1ea9964535a5","webSpace":"rg1nemv_1ea9964535a5-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-bfa45739b0","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359196","name":"webapp1-7e53687594","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359196,"deletedTimestamp":"2018-10-23T09:41:07.2932546","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9e0284948819","webSpace":"rg1nemv_9e0284948819-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp1-7e53687594","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359211","name":"webapp3-58030368f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359211,"deletedTimestamp":"2018-10-23T09:41:45.7114577","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9e0284948819","webSpace":"rg1nemv_9e0284948819-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp3-58030368f9","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359263","name":"webapp2-65492999ca","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359263,"deletedTimestamp":"2018-10-23T09:43:32.8876582","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9e0284948819","webSpace":"rg1nemv_9e0284948819-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp2-65492999ca","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359269","name":"webapp2-e9a82563d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359269,"deletedTimestamp":"2018-10-23T09:44:16.0832526","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e9491603a89c","webSpace":"rg1nemv_e9491603a89c-WestUSwebspace","stamp":"waws-prod-bay-071","deletedSiteName":"webapp2-e9a82563d3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359274","name":"webapp3-f44575546f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359274,"deletedTimestamp":"2018-10-23T09:44:33.2107940","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e9491603a89c","webSpace":"rg1nemv_e9491603a89c-WestUSwebspace","stamp":"waws-prod-bay-071","deletedSiteName":"webapp3-f44575546f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359277","name":"webapp1-9b725135b9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359277,"deletedTimestamp":"2018-10-23T09:44:47.9194006","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e9491603a89c","webSpace":"rg1nemv_e9491603a89c-WestUSwebspace","stamp":"waws-prod-bay-071","deletedSiteName":"webapp1-9b725135b9","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359285","name":"webapp1-f146945888","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359285,"deletedTimestamp":"2018-10-23T09:45:08.3216964","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_63b44795bf0b","webSpace":"rg1nemv_63b44795bf0b-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-f146945888","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359344","name":"webapp2-94a865322a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359344,"deletedTimestamp":"2018-10-23T09:46:54.5376787","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_7f722359ac0c","webSpace":"rgnemv_7f722359ac0c-WestUSwebspace","stamp":"waws-prod-bay-013","deletedSiteName":"webapp2-94a865322a","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359345","name":"webapp1-ca06044950","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359345,"deletedTimestamp":"2018-10-23T09:46:55.9137506","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_7f722359ac0c","webSpace":"rgnemv_7f722359ac0c-WestUSwebspace","stamp":"waws-prod-bay-013","deletedSiteName":"webapp1-ca06044950","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359567","name":"webapp2-7ee5227926","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359567,"deletedTimestamp":"2018-10-23T09:54:33.5885684","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_617600708685","webSpace":"rg1nemv_617600708685-WestEuropewebspace","stamp":"waws-prod-am2-205","deletedSiteName":"webapp2-7ee5227926","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359568","name":"webapp2-7ee5227926","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359568,"deletedTimestamp":"2018-10-23T09:54:33.6198122","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_617600708685","webSpace":"rg1nemv_617600708685-WestEuropewebspace","stamp":"waws-prod-am2-205","deletedSiteName":"webapp2-7ee5227926","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359569","name":"webapp1-de18554332","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359569,"deletedTimestamp":"2018-10-23T09:54:37.0246591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_617600708685","webSpace":"rg1nemv_617600708685-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-de18554332","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359570","name":"webapp1-de18554332","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359570,"deletedTimestamp":"2018-10-23T09:54:37.0559097","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_617600708685","webSpace":"rg1nemv_617600708685-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-de18554332","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359575","name":"webapp3-17098755f6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359575,"deletedTimestamp":"2018-10-23T09:54:47.1217888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_617600708685","webSpace":"rg1nemv_617600708685-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-17098755f6","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359576","name":"webapp3-17098755f6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359576,"deletedTimestamp":"2018-10-23T09:54:47.1686896","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_617600708685","webSpace":"rg1nemv_617600708685-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-17098755f6","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359882","name":"webapp3-c82538534d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359882,"deletedTimestamp":"2018-10-23T10:06:25.8797452","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_a43802498f89c","webSpace":"rgcdn_a43802498f89c-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp3-c82538534d","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359883","name":"webapp5-5124955047","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359883,"deletedTimestamp":"2018-10-23T10:06:28.0638339","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_a43802498f89c","webSpace":"rgcdn_a43802498f89c-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-5124955047","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359888","name":"webapp1-5b65868885","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359888,"deletedTimestamp":"2018-10-23T10:06:33.7200176","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_a43802498f89c","webSpace":"rgcdn_a43802498f89c-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-5b65868885","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359891","name":"webapp6-f1346800a6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359891,"deletedTimestamp":"2018-10-23T10:06:36.4538631","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_a43802498f89c","webSpace":"rgcdn_a43802498f89c-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-f1346800a6","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359893","name":"webapp4-74e9575865","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359893,"deletedTimestamp":"2018-10-23T10:06:42.4009287","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_a43802498f89c","webSpace":"rgcdn_a43802498f89c-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-74e9575865","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19359896","name":"webapp2-9251014143","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19359896,"deletedTimestamp":"2018-10-23T10:06:44.7937733","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_a43802498f89c","webSpace":"rgcdn_a43802498f89c-EastUSwebspace","stamp":"waws-prod-blu-091","deletedSiteName":"webapp2-9251014143","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360711","name":"mytestscalewebapp81e65983","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360711,"deletedTimestamp":"2018-10-23T10:29:43.4292316","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor53863","webSpace":"rgmonitor53863-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"mytestscalewebapp81e65983","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360931","name":"JAVAwebapp-f49198423a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360931,"deletedTimestamp":"2018-10-23T10:39:41.7072400","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3db50331a","webSpace":"javacsmrg3db50331a-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"JAVAwebapp-f49198423a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360933","name":"java-webapp-052925","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360933,"deletedTimestamp":"2018-10-23T10:39:44.6232663","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg15a17079b","webSpace":"javacsmrg15a17079b-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-052925","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360934","name":"JAVAwebapp-70282042e3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360934,"deletedTimestamp":"2018-10-23T10:39:45.9177462","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg17b998486","webSpace":"javacsmrg17b998486-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"JAVAwebapp-70282042e3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360937","name":"java-webapp-82211f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360937,"deletedTimestamp":"2018-10-23T10:39:49.0966216","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga61175089","webSpace":"javacsmrga61175089-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"java-webapp-82211f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360938","name":"java-webapp-71168c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360938,"deletedTimestamp":"2018-10-23T10:39:52.6796991","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg89b727189","webSpace":"javacsmrg89b727189-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-71168c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360939","name":"java-webapp-71168c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360939,"deletedTimestamp":"2018-10-23T10:39:52.7422056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg89b727189","webSpace":"javacsmrg89b727189-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-71168c","slot":"java-slot-31c248606","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360940","name":"java-webapp-71168c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360940,"deletedTimestamp":"2018-10-23T10:39:52.7734466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg89b727189","webSpace":"javacsmrg89b727189-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-71168c","slot":"java-slot-039785045","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360941","name":"java-webapp-71168c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360941,"deletedTimestamp":"2018-10-23T10:39:52.8203318","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg89b727189","webSpace":"javacsmrg89b727189-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-71168c","slot":"java-slot-260998830","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360949","name":"webapp2-63642173ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360949,"deletedTimestamp":"2018-10-23T10:40:07.0413665","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c1a72747909b","webSpace":"rgnemv_c1a72747909b-WestEuropewebspace","stamp":"waws-prod-am2-143","deletedSiteName":"webapp2-63642173ad","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19360951","name":"webapp1-16740666c3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19360951,"deletedTimestamp":"2018-10-23T10:40:17.8662230","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c1a72747909b","webSpace":"rgnemv_c1a72747909b-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-16740666c3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19361016","name":"wnrsatf9e41368cae54","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19361016,"deletedTimestamp":"2018-10-23T10:43:47.8641231","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat92962397ff3ad","webSpace":"rgrsat92962397ff3ad-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"wnrsatf9e41368cae54","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19361059","name":"wnrsat88f2486500263","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19361059,"deletedTimestamp":"2018-10-23T10:45:24.6751716","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap0f90959613452","webSpace":"rgrsap0f90959613452-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"wnrsat88f2486500263","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363304","name":"java-webapp-2953","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363304,"deletedTimestamp":"2018-10-23T12:22:22.2558785","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8936","webSpace":"javacsmrg8936-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-2953","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363305","name":"java-webapp-2953","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363305,"deletedTimestamp":"2018-10-23T12:22:22.3027491","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8936","webSpace":"javacsmrg8936-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-2953","slot":"java-slot-3385","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363306","name":"java-webapp-2953","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363306,"deletedTimestamp":"2018-10-23T12:22:22.3339736","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8936","webSpace":"javacsmrg8936-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-2953","slot":"java-slot-1637","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363307","name":"java-webapp-2953","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363307,"deletedTimestamp":"2018-10-23T12:22:22.3652468","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8936","webSpace":"javacsmrg8936-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-2953","slot":"java-slot-5369","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363395","name":"IAmAFuncitonNameThatIsLonger4029","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363395,"deletedTimestamp":"2018-10-23T12:24:51.1987394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5297","webSpace":"javacsmrg5297-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"IAmAFuncitonNameThatIsLonger4029","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363401","name":"java-webapp-3586","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363401,"deletedTimestamp":"2018-10-23T12:25:07.9096720","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6702","webSpace":"javacsmrg6702-WestUSwebspace","stamp":"waws-prod-bay-053","deletedSiteName":"java-webapp-3586","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363457","name":"java-webapp-8160","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363457,"deletedTimestamp":"2018-10-23T12:27:47.8851394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9095","webSpace":"javacsmrg9095-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-8160","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363458","name":"java-webapp-8160","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363458,"deletedTimestamp":"2018-10-23T12:27:47.9320133","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9095","webSpace":"javacsmrg9095-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-8160","slot":"java-slot-6653","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363459","name":"java-webapp-8160","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363459,"deletedTimestamp":"2018-10-23T12:27:47.9788591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9095","webSpace":"javacsmrg9095-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-8160","slot":"java-slot-4358","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363460","name":"java-webapp-8160","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363460,"deletedTimestamp":"2018-10-23T12:27:48.0257395","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9095","webSpace":"javacsmrg9095-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-8160","slot":"java-slot-5649","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363472","name":"java-webapp-1533","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363472,"deletedTimestamp":"2018-10-23T12:28:39.0356442","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1306","webSpace":"javacsmrg1306-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-1533","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363483","name":"java-webapp-4060","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363483,"deletedTimestamp":"2018-10-23T12:29:07.7685465","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7287","webSpace":"javacsmrg7287-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-4060","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363495","name":"java-webapp-8767","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363495,"deletedTimestamp":"2018-10-23T12:29:54.3405222","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5214","webSpace":"javacsmrg5214-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-8767","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363534","name":"java-webapp-3278","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363534,"deletedTimestamp":"2018-10-23T12:32:01.7263902","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3481","webSpace":"javacsmrg3481-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-3278","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363544","name":"java-webapp-543","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363544,"deletedTimestamp":"2018-10-23T12:32:23.8633050","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8432","webSpace":"javacsmrg8432-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-543","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363565","name":"java-webapp-8623","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363565,"deletedTimestamp":"2018-10-23T12:33:08.5708322","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5655","webSpace":"javacsmrg5655-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-8623","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363568","name":"java-webapp-528","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363568,"deletedTimestamp":"2018-10-23T12:33:16.4525600","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9374","webSpace":"javacsmrg9374-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-528","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19363570","name":"java-webapp-5535","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19363570,"deletedTimestamp":"2018-10-23T12:33:24.6623574","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2025","webSpace":"javacsmrg2025-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-5535","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19364162","name":"rgweb5414","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19364162,"deletedTimestamp":"2018-10-23T12:54:28.6901794","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg5323","webSpace":"csmrg5323-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"rgweb5414","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19365727","name":"java-webapp-2930","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19365727,"deletedTimestamp":"2018-10-23T13:41:51.2768322","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6702","webSpace":"javacsmrg6702-WestUSwebspace","stamp":"waws-prod-bay-053","deletedSiteName":"java-webapp-2930","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19365728","name":"java-webapp-9186","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19365728,"deletedTimestamp":"2018-10-23T13:41:51.9580074","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2812","webSpace":"javacsmrg2812-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9186","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19365899","name":"java-webapp-7333","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19365899,"deletedTimestamp":"2018-10-23T13:48:43.4280489","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3481","webSpace":"javacsmrg3481-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-7333","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19365908","name":"java-webapp-7725","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19365908,"deletedTimestamp":"2018-10-23T13:49:04.8936251","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8432","webSpace":"javacsmrg8432-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7725","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366294","name":"webapp2-b80039130c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366294,"deletedTimestamp":"2018-10-23T14:05:30.8676689","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2f972556440950a9fa","webSpace":"rg2f972556440950a9fa-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-b80039130c","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366297","name":"webapp3-d4311901e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366297,"deletedTimestamp":"2018-10-23T14:05:32.9178791","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2f972556440950a9fa","webSpace":"rg2f972556440950a9fa-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp3-d4311901e9","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366300","name":"webapp4-c7276578f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366300,"deletedTimestamp":"2018-10-23T14:05:41.5006111","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2f972556440950a9fa","webSpace":"rg2f972556440950a9fa-NorthEuropewebspace","stamp":"waws-prod-db3-117","deletedSiteName":"webapp4-c7276578f5","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366310","name":"webapp1-1b73509425","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366310,"deletedTimestamp":"2018-10-23T14:05:48.6218636","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2f972556440950a9fa","webSpace":"rg2f972556440950a9fa-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-1b73509425","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366369","name":"webapp2-39a5564265","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366369,"deletedTimestamp":"2018-10-23T14:07:26.1704365","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_de083446f907","webSpace":"rgnemv_de083446f907-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-39a5564265","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366377","name":"webapp1-21f5309155","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366377,"deletedTimestamp":"2018-10-23T14:07:35.2674748","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_de083446f907","webSpace":"rgnemv_de083446f907-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-21f5309155","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366398","name":"webapp1-efe403547a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366398,"deletedTimestamp":"2018-10-23T14:08:17.6037826","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_43f845595752","webSpace":"rg1nemv_43f845595752-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-efe403547a","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366416","name":"webapp3-09970090b1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366416,"deletedTimestamp":"2018-10-23T14:08:57.1739842","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_43f845595752","webSpace":"rg1nemv_43f845595752-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-09970090b1","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366417","name":"webapp2-5c27841036","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366417,"deletedTimestamp":"2018-10-23T14:08:59.2996054","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_43f845595752","webSpace":"rg1nemv_43f845595752-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-5c27841036","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366419","name":"webapp2-dff2850580","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366419,"deletedTimestamp":"2018-10-23T14:09:05.0351671","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_548416483bb5","webSpace":"rgnemv_548416483bb5-EastUS2webspace","stamp":"waws-prod-bn1-023","deletedSiteName":"webapp2-dff2850580","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366424","name":"webapp1-8e84764673","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366424,"deletedTimestamp":"2018-10-23T14:09:16.9277329","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_548416483bb5","webSpace":"rgnemv_548416483bb5-EastUS2webspace","stamp":"waws-prod-bn1-023","deletedSiteName":"webapp1-8e84764673","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366428","name":"webapp1-856336206b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366428,"deletedTimestamp":"2018-10-23T14:09:26.0220328","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_25e45503eaec","webSpace":"rg1nemv_25e45503eaec-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-856336206b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366445","name":"webapp1-2972119573","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366445,"deletedTimestamp":"2018-10-23T14:09:48.5160421","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a5667086433","webSpace":"rg1nemv_8a5667086433-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-2972119573","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366448","name":"webapp3-15b36165d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366448,"deletedTimestamp":"2018-10-23T14:10:06.7437067","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_25e45503eaec","webSpace":"rg1nemv_25e45503eaec-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp3-15b36165d3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366449","name":"webapp2-48785478ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366449,"deletedTimestamp":"2018-10-23T14:10:08.3725215","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_25e45503eaec","webSpace":"rg1nemv_25e45503eaec-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp2-48785478ad","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366456","name":"webapp3-55d5325108","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366456,"deletedTimestamp":"2018-10-23T14:10:27.1580361","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a5667086433","webSpace":"rg1nemv_8a5667086433-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp3-55d5325108","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366457","name":"webapp2-5c710762ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366457,"deletedTimestamp":"2018-10-23T14:10:29.2076897","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a5667086433","webSpace":"rg1nemv_8a5667086433-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-5c710762ad","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366475","name":"webapp1-3dc6643372","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366475,"deletedTimestamp":"2018-10-23T14:10:58.7835472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ae23304329f6","webSpace":"rgnemv_ae23304329f6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-3dc6643372","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366478","name":"webapp2-df00047710","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366478,"deletedTimestamp":"2018-10-23T14:11:06.7300695","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ae23304329f6","webSpace":"rgnemv_ae23304329f6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-df00047710","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366777","name":"webapp3-f9c968336b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366777,"deletedTimestamp":"2018-10-23T14:20:34.3973328","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge0685157466d15b","webSpace":"rge0685157466d15b-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-f9c968336b","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366778","name":"webapp3-f9c968336b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366778,"deletedTimestamp":"2018-10-23T14:20:34.4455069","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge0685157466d15b","webSpace":"rge0685157466d15b-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-f9c968336b","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366783","name":"webapp2-1ac691954e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366783,"deletedTimestamp":"2018-10-23T14:20:42.4586740","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge0685157466d15b","webSpace":"rge0685157466d15b-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-1ac691954e","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366784","name":"webapp2-1ac691954e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366784,"deletedTimestamp":"2018-10-23T14:20:42.5055251","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge0685157466d15b","webSpace":"rge0685157466d15b-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-1ac691954e","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366786","name":"webapp1-84654824ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366786,"deletedTimestamp":"2018-10-23T14:20:51.0730280","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge0685157466d15b","webSpace":"rge0685157466d15b-EastUSwebspace","stamp":"waws-prod-blu-093","deletedSiteName":"webapp1-84654824ce","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366787","name":"webapp1-84654824ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366787,"deletedTimestamp":"2018-10-23T14:20:51.1198789","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge0685157466d15b","webSpace":"rge0685157466d15b-EastUSwebspace","stamp":"waws-prod-blu-093","deletedSiteName":"webapp1-84654824ce","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366791","name":"webapp4-0e31324538","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366791,"deletedTimestamp":"2018-10-23T14:20:59.2610697","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_790113768115","webSpace":"rgnemv_790113768115-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp4-0e31324538","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366796","name":"webapp5-95b82096fc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366796,"deletedTimestamp":"2018-10-23T14:21:07.0355228","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_790113768115","webSpace":"rgnemv_790113768115-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp5-95b82096fc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366799","name":"webapp3-c937183385","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366799,"deletedTimestamp":"2018-10-23T14:21:16.8237987","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_790113768115","webSpace":"rgnemv_790113768115-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-c937183385","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366802","name":"webapp2-4c39262965","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366802,"deletedTimestamp":"2018-10-23T14:21:24.3591880","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_790113768115","webSpace":"rgnemv_790113768115-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-4c39262965","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366807","name":"webapp1-966939697a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366807,"deletedTimestamp":"2018-10-23T14:21:32.6877624","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_790113768115","webSpace":"rgnemv_790113768115-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-966939697a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366873","name":"webapp3-1c07066606","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366873,"deletedTimestamp":"2018-10-23T14:23:40.9988133","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgff8004204d32b9f9dc","webSpace":"rgff8004204d32b9f9dc-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp3-1c07066606","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366874","name":"webapp2-5e25094563","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366874,"deletedTimestamp":"2018-10-23T14:23:49.0152981","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgff8004204d32b9f9dc","webSpace":"rgff8004204d32b9f9dc-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-5e25094563","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366875","name":"webapp1-8c74855542","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366875,"deletedTimestamp":"2018-10-23T14:23:51.4579075","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgff8004204d32b9f9dc","webSpace":"rgff8004204d32b9f9dc-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-8c74855542","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366877","name":"webapp5-3692073566","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366877,"deletedTimestamp":"2018-10-23T14:23:57.5318939","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgff8004204d32b9f9dc","webSpace":"rgff8004204d32b9f9dc-SoutheastAsiawebspace","stamp":"waws-prod-sg1-031","deletedSiteName":"webapp5-3692073566","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366881","name":"webapp6-fa2844800f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366881,"deletedTimestamp":"2018-10-23T14:24:00.8624996","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgff8004204d32b9f9dc","webSpace":"rgff8004204d32b9f9dc-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-fa2844800f","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19366885","name":"webapp4-ce79877206","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19366885,"deletedTimestamp":"2018-10-23T14:24:06.2203477","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgff8004204d32b9f9dc","webSpace":"rgff8004204d32b9f9dc-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-ce79877206","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367014","name":"webapp1-ea788010ea","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367014,"deletedTimestamp":"2018-10-23T14:28:42.4432514","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc2f4798591d77cb","webSpace":"rgc2f4798591d77cb-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-ea788010ea","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367015","name":"webapp1-ea788010ea","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367015,"deletedTimestamp":"2018-10-23T14:28:42.5050217","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc2f4798591d77cb","webSpace":"rgc2f4798591d77cb-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-ea788010ea","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367017","name":"webapp2-9ec7106703","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367017,"deletedTimestamp":"2018-10-23T14:28:49.6341057","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc2f4798591d77cb","webSpace":"rgc2f4798591d77cb-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-9ec7106703","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367018","name":"webapp2-9ec7106703","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367018,"deletedTimestamp":"2018-10-23T14:28:49.6809900","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc2f4798591d77cb","webSpace":"rgc2f4798591d77cb-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-9ec7106703","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367020","name":"webapp3-6469456092","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367020,"deletedTimestamp":"2018-10-23T14:28:57.6919695","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc2f4798591d77cb","webSpace":"rgc2f4798591d77cb-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-6469456092","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367021","name":"webapp3-6469456092","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367021,"deletedTimestamp":"2018-10-23T14:28:57.7388458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc2f4798591d77cb","webSpace":"rgc2f4798591d77cb-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-6469456092","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367066","name":"webapp1-4a4273948f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367066,"deletedTimestamp":"2018-10-23T14:30:32.0550238","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bce174849271","webSpace":"rgnemv_bce174849271-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-4a4273948f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367069","name":"webapp4-3a637880e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367069,"deletedTimestamp":"2018-10-23T14:30:40.2858659","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bce174849271","webSpace":"rgnemv_bce174849271-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp4-3a637880e4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367072","name":"webapp3-d3d12273d1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367072,"deletedTimestamp":"2018-10-23T14:30:49.8292143","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bce174849271","webSpace":"rgnemv_bce174849271-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-d3d12273d1","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367074","name":"webapp5-65c6766822","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367074,"deletedTimestamp":"2018-10-23T14:30:56.9973395","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bce174849271","webSpace":"rgnemv_bce174849271-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp5-65c6766822","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367079","name":"webapp2-ac764832c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367079,"deletedTimestamp":"2018-10-23T14:31:07.8196458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bce174849271","webSpace":"rgnemv_bce174849271-WestEuropewebspace","stamp":"waws-prod-am2-153","deletedSiteName":"webapp2-ac764832c1","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367197","name":"wnrsatab084368cb7f4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367197,"deletedTimestamp":"2018-10-23T14:34:44.4001526","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat39383654f7a48","webSpace":"rgrsat39383654f7a48-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"wnrsatab084368cb7f4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19367360","name":"mytestscalewebapp92c880715f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19367360,"deletedTimestamp":"2018-10-23T14:40:30.6893238","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupb8263715307","webSpace":"myresourcegroupb8263715307-SouthCentralUSwebspace","stamp":"waws-prod-sn1-141","deletedSiteName":"mytestscalewebapp92c880715f","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369047","name":"java-func-caf326756","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369047,"deletedTimestamp":"2018-10-23T15:35:29.7207217","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgea704018b","webSpace":"javacsmrgea704018b-WestUSwebspace","stamp":"waws-prod-bay-015","deletedSiteName":"java-func-caf326756","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369048","name":"java-func-90993251a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369048,"deletedTimestamp":"2018-10-23T15:35:30.2588291","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge96643157","webSpace":"javacsmrge96643157-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-func-90993251a","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369049","name":"java-func-5ca204394","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369049,"deletedTimestamp":"2018-10-23T15:35:31.4178670","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgea704018b","webSpace":"javacsmrgea704018b-WestUSwebspace","stamp":"waws-prod-bay-015","deletedSiteName":"java-func-5ca204394","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369062","name":"java-webapp-43649d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369062,"deletedTimestamp":"2018-10-23T15:36:09.3391171","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc8224042c","webSpace":"javacsmrgc8224042c-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-43649d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369080","name":"java-webapp-69991e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369080,"deletedTimestamp":"2018-10-23T15:36:34.2308150","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb98556734","webSpace":"javacsmrgb98556734-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-69991e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369084","name":"java-webapp-89752d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369084,"deletedTimestamp":"2018-10-23T15:36:36.3903039","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb98556734","webSpace":"javacsmrgb98556734-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-89752d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369098","name":"java-webapp-338848","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369098,"deletedTimestamp":"2018-10-23T15:37:14.5487505","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdcb50964f","webSpace":"javacsmrgdcb50964f-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-338848","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369123","name":"java-webapp-632702","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369123,"deletedTimestamp":"2018-10-23T15:38:27.4331014","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga7a074195","webSpace":"javacsmrga7a074195-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-632702","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369186","name":"java-webapp-629744","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369186,"deletedTimestamp":"2018-10-23T15:41:41.1965427","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg03688120f","webSpace":"javacsmrg03688120f-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-629744","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369187","name":"java-webapp-34731d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369187,"deletedTimestamp":"2018-10-23T15:41:49.7788159","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg03688120f","webSpace":"javacsmrg03688120f-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-34731d","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369291","name":"java-webapp-628477","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369291,"deletedTimestamp":"2018-10-23T15:45:15.8635572","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf3a918985","webSpace":"javacsmrgf3a918985-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-628477","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369292","name":"java-webapp-12624a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369292,"deletedTimestamp":"2018-10-23T15:45:17.9967023","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf3a918985","webSpace":"javacsmrgf3a918985-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-12624a","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19369482","name":"rsf9776647","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19369482,"deletedTimestamp":"2018-10-23T15:53:22.9457001","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf9776647","webSpace":"rgf9776647-SouthCentralUSwebspace","stamp":"waws-prod-sn1-159","deletedSiteName":"rsf9776647","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381943","name":"webw6szcxpnujtz4rdjiycgx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381943,"deletedTimestamp":"2018-10-24T05:04:37.9810077","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4u2eb6o2fvr66kkhxpnzuh2jyv4dybjgsfku7db4avfdl3azm3q2qw7ihnqeeilnl","webSpace":"clitest.rg4u2eb6o2fvr66kkhxpnzuh2jyv4dybjgsfku7db4avfdl3azm3q2qw7ihnqeeilnl-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webw6szcxpnujtz4rdjiycgx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381944","name":"web-del-test6kzhwoijmi44","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381944,"deletedTimestamp":"2018-10-24T05:04:39.1778263","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpslyrd7fuq654n67ke764z3au6x6hl57tvbdqyfrtg5s4mvyc7bkw53jr2xqhbpbe","webSpace":"clitest.rgpslyrd7fuq654n67ke764z3au6x6hl57tvbdqyfrtg5s4mvyc7bkw53jr2xqhbpbe-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-del-test6kzhwoijmi44","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381949","name":"functionapplinuxconsumptionspusfihasrat2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381949,"deletedTimestamp":"2018-10-24T05:04:57.2396424","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxhj7iygdifj2slovobrpalk4ssgujffc7bi4bq5ftwdazxlkjv","webSpace":"azurecli-functionapp-linuxhj7iygdifj2slovobrpalk4ssgujffc7bi4bq5ftwdazxlkjv-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionspusfihasrat2","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381951","name":"functionapp-linux2d7u4os","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381951,"deletedTimestamp":"2018-10-24T05:05:04.2109358","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqt55nfbxqjb26fe3yg6q3u27b6qlbmlv6kgpjrrlwvjlxz4ifajfkvbolunxx2vr3","webSpace":"clitest.rgqt55nfbxqjb26fe3yg6q3u27b6qlbmlv6kgpjrrlwvjlxz4ifajfkvbolunxx2vr3-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linux2d7u4os","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381952","name":"functionappconsumptionupkdg2ffdj7cd4bpwk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381952,"deletedTimestamp":"2018-10-24T05:05:10.9368058","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2e4piwfxhiaoer33xg7nahytazr7jye54gqrpe5iarlghhmj2yf","webSpace":"azurecli-functionapp-c-e2e4piwfxhiaoer33xg7nahytazr7jye54gqrpe5iarlghhmj2yf-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"functionappconsumptionupkdg2ffdj7cd4bpwk","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381957","name":"web-errorajr3myyzi7mljk4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381957,"deletedTimestamp":"2018-10-24T05:05:27.5489018","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghi6aqikr2suocuo634intz5ruhlkucb7mei34tvidfffewwjbd3s7g5sioc7i2kyf","webSpace":"clitest.rghi6aqikr2suocuo634intz5ruhlkucb7mei34tvidfffewwjbd3s7g5sioc7i2kyf-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-errorajr3myyzi7mljk4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381962","name":"slot-traffic-webv73vykjm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381962,"deletedTimestamp":"2018-10-24T05:05:35.6614902","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6x7timbxw4gz6h6zljqr6h6unk6cb2c7kjhe2asoea3bjgw3hlpywcshnqpraffmh","webSpace":"clitest.rg6x7timbxw4gz6h6zljqr6h6unk6cb2c7kjhe2asoea3bjgw3hlpywcshnqpraffmh-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webv73vykjm","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381963","name":"slot-traffic-webv4hztsps","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381963,"deletedTimestamp":"2018-10-24T05:05:35.9171703","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk5z56ggwinyxsevedglyxkzvlp77inqe4dmvy36wnehthnbuzk622si2yxxox4o7u","webSpace":"clitest.rgk5z56ggwinyxsevedglyxkzvlp77inqe4dmvy36wnehthnbuzk622si2yxxox4o7u-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webv4hztsps","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381964","name":"slot-traffic-webv4hztsps","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381964,"deletedTimestamp":"2018-10-24T05:05:35.9640482","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk5z56ggwinyxsevedglyxkzvlp77inqe4dmvy36wnehthnbuzk622si2yxxox4o7u","webSpace":"clitest.rgk5z56ggwinyxsevedglyxkzvlp77inqe4dmvy36wnehthnbuzk622si2yxxox4o7u-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webv4hztsps","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381968","name":"delete-me-weba4edunde6ve","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381968,"deletedTimestamp":"2018-10-24T05:05:38.7347382","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxshn4ybelc46nmd4cwaioyk42zzdglhlzomlgplg4vnzw7x26f4pxcssbamx2qjv6","webSpace":"clitest.rgxshn4ybelc46nmd4cwaioyk42zzdglhlzomlgplg4vnzw7x26f4pxcssbamx2qjv6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"delete-me-weba4edunde6ve","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381969","name":"web-ssl-testjgu5rbim","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381969,"deletedTimestamp":"2018-10-24T05:05:41.3467349","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgl3pdq66htqttwekdkimzk3c34hqsph6gmualdfjnqisrvkepnha55xxrca73hzgw4","webSpace":"clitest.rgl3pdq66htqttwekdkimzk3c34hqsph6gmualdfjnqisrvkepnha55xxrca73hzgw4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-testjgu5rbim","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381970","name":"func-e2egpsg2iw2iqq7hvcq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381970,"deletedTimestamp":"2018-10-24T05:05:42.8970932","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgevhuzztywulakx6aut54gksljwjouobj3hyffpsvgvziiip6eknmmahc5em7sty6k","webSpace":"clitest.rgevhuzztywulakx6aut54gksljwjouobj3hyffpsvgvziiip6eknmmahc5em7sty6k-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"func-e2egpsg2iw2iqq7hvcq","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381971","name":"webapp-authentication-testis4eacvtu7vw6f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381971,"deletedTimestamp":"2018-10-24T05:05:44.4350772","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationfanpg4sbgbki3b56epxev6qqdxrmn6zuays4y6mjujvyt","webSpace":"cli_test_webapp_authenticationfanpg4sbgbki3b56epxev6qqdxrmn6zuays4y6mjujvyt-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-authentication-testis4eacvtu7vw6f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381972","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381972,"deletedTimestamp":"2018-10-24T05:05:50.1439662","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7spcstcjpqaonqki5c6exv56qsxr6lofu6noj3og3sz5akvx4v3rhyxgl6mu6hj6s","webSpace":"clitest.rg7spcstcjpqaonqki5c6exv56qsxr6lofu6noj3og3sz5akvx4v3rhyxgl6mu6hj6s-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381975","name":"webapp-quickm43eqtvtdoqr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381975,"deletedTimestamp":"2018-10-24T05:05:59.0146236","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzsncai3jk2wcninxzl5xemkuhoctthtm25adarxh526r74kspa6lwnqwm6bafxamf","webSpace":"clitest.rgzsncai3jk2wcninxzl5xemkuhoctthtm25adarxh526r74kspa6lwnqwm6bafxamf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickm43eqtvtdoqr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381976","name":"webapp-quickaozf332vqkk4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381976,"deletedTimestamp":"2018-10-24T05:06:05.0598160","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtsm5yceb64onjqnsgrn4oookqtga74pfrpcc3rkcggxjmgjba3fuwhuwomoj6u3nk","webSpace":"clitest.rgtsm5yceb64onjqnsgrn4oookqtga74pfrpcc3rkcggxjmgjba3fuwhuwomoj6u3nk-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickaozf332vqkk4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381978","name":"web-msiw7zumazlprw3a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381978,"deletedTimestamp":"2018-10-24T05:06:05.8994742","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqpneh5kqng34ha233mo3wmwp4s3hd466vwtvrvfshklarhcz6vwpdklrdlpnoi3wy","webSpace":"clitest.rgqpneh5kqng34ha233mo3wmwp4s3hd466vwtvrvfshklarhcz6vwpdklrdlpnoi3wy-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-msiw7zumazlprw3a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381982","name":"webapp-e2epx24sz6usnn3cj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381982,"deletedTimestamp":"2018-10-24T05:06:11.2392686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgh7af4r3fws2qwcapaqmpmc7dihmbycl6btkq5eeu5nsev7bc63wmtim3fercff2vf","webSpace":"clitest.rgh7af4r3fws2qwcapaqmpmc7dihmbycl6btkq5eeu5nsev7bc63wmtim3fercff2vf-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-e2epx24sz6usnn3cj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381985","name":"webappacrtest5prxwmukzjq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381985,"deletedTimestamp":"2018-10-24T05:06:14.3066913","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk7d3riaukn4q7yjyrycgczc454dllylcqjzgj3ekagspqkmmwlndzojlv5gzdnz6c","webSpace":"clitest.rgk7d3riaukn4q7yjyrycgczc454dllylcqjzgj3ekagspqkmmwlndzojlv5gzdnz6c-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtest5prxwmukzjq","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381986","name":"webapp-config-testc7l723taxahdkbd5oogu4v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381986,"deletedTimestamp":"2018-10-24T05:06:14.7063996","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config2gqc73sl7wmcngzdki3dezdpzr7pzyzsdpwxhhn76qaxhojv5uhz5","webSpace":"cli_test_webapp_config2gqc73sl7wmcngzdki3dezdpzr7pzyzsdpwxhhn76qaxhojv5uhz5-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-config-testc7l723taxahdkbd5oogu4v","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381988","name":"func-e2e2whiacnzwrypla7g","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381988,"deletedTimestamp":"2018-10-24T05:06:19.7344676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgevhuzztywulakx6aut54gksljwjouobj3hyffpsvgvziiip6eknmmahc5em7sty6k","webSpace":"clitest.rgevhuzztywulakx6aut54gksljwjouobj3hyffpsvgvziiip6eknmmahc5em7sty6k-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"func-e2e2whiacnzwrypla7g","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381990","name":"slot-traffic-weboapu7vmf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381990,"deletedTimestamp":"2018-10-24T05:06:23.6616648","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpcuvrbylqzfp7l44qytuyuxl3ilsizrv6mhyhfxbvk7kbzkix3tchphfsyqfjjbvu","webSpace":"clitest.rgpcuvrbylqzfp7l44qytuyuxl3ilsizrv6mhyhfxbvk7kbzkix3tchphfsyqfjjbvu-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-weboapu7vmf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381991","name":"slot-traffic-weboapu7vmf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381991,"deletedTimestamp":"2018-10-24T05:06:23.6930454","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpcuvrbylqzfp7l44qytuyuxl3ilsizrv6mhyhfxbvk7kbzkix3tchphfsyqfjjbvu","webSpace":"clitest.rgpcuvrbylqzfp7l44qytuyuxl3ilsizrv6mhyhfxbvk7kbzkix3tchphfsyqfjjbvu-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-weboapu7vmf","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381994","name":"webapp-update-testyzifjyl2qlelnaybksyiul","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381994,"deletedTimestamp":"2018-10-24T05:06:30.6725206","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update2nw3q5dehfn3hxpnfplsg7iymyxbtzlxsf4h5s4pfojvm5gc7qqcj","webSpace":"cli_test_webapp_update2nw3q5dehfn3hxpnfplsg7iymyxbtzlxsf4h5s4pfojvm5gc7qqcj-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testyzifjyl2qlelnaybksyiul","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381995","name":"webapp-update-testyzifjyl2qlelnaybksyiul","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381995,"deletedTimestamp":"2018-10-24T05:06:30.7037710","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update2nw3q5dehfn3hxpnfplsg7iymyxbtzlxsf4h5s4pfojvm5gc7qqcj","webSpace":"cli_test_webapp_update2nw3q5dehfn3hxpnfplsg7iymyxbtzlxsf4h5s4pfojvm5gc7qqcj-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testyzifjyl2qlelnaybksyiul","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19381997","name":"webapp-linux-multig7bgfk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19381997,"deletedTimestamp":"2018-10-24T05:06:39.6026973","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmg5af5aczmktfyimhlq7za5gnsj6jfh5r6o7pab5ucdspvzueunfjlvbq2f7acxre","webSpace":"clitest.rgmg5af5aczmktfyimhlq7za5gnsj6jfh5r6o7pab5ucdspvzueunfjlvbq2f7acxre-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multig7bgfk","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382003","name":"webapp-zipDeploy-testja6fm3abquomsa6jreo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382003,"deletedTimestamp":"2018-10-24T05:06:49.4237656","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployoptmtiyz6nrgbipe3eio6f7pfibrv4rdt7oy4hbpgc6ds6bjom","webSpace":"cli_test_webapp_zipDeployoptmtiyz6nrgbipe3eio6f7pfibrv4rdt7oy4hbpgc6ds6bjom-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-zipDeploy-testja6fm3abquomsa6jreo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382006","name":"webapp-linuxe77olri35u6r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382006,"deletedTimestamp":"2018-10-24T05:06:52.8624893","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6obxclo3mnfsarv434tnpppkqw54ewtm4ezye7ewzu2vekuht4c7jmnzkidlei3pu","webSpace":"clitest.rg6obxclo3mnfsarv434tnpppkqw54ewtm4ezye7ewzu2vekuht4c7jmnzkidlei3pu-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxe77olri35u6r","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382011","name":"webapp-win-logl5hs2mphy2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382011,"deletedTimestamp":"2018-10-24T05:07:07.1043884","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgh25hbwppufl6pxjd7otzmtryfac3il2t7bunj47rwka4vjjwscnasnr7yu3x3uwgp","webSpace":"clitest.rgh25hbwppufl6pxjd7otzmtryfac3il2t7bunj47rwka4vjjwscnasnr7yu3x3uwgp-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-win-logl5hs2mphy2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382014","name":"web-git-test27guytjah46j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382014,"deletedTimestamp":"2018-10-24T05:07:20.4631102","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtlxqcjx5jhz3q7ajda57gt4ffsveynkozt7rs64ucy5iqiebn3iiyl2x3fr5mqnpq","webSpace":"clitest.rgtlxqcjx5jhz3q7ajda57gt4ffsveynkozt7rs64ucy5iqiebn3iiyl2x3fr5mqnpq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test27guytjah46j","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382016","name":"slot-swap-webbsifd3ijlcn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382016,"deletedTimestamp":"2018-10-24T05:07:21.5117831","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxo6pg5mpxauc37svebbp5qddz5awopmqqonpuzk25oykj6x5acuo5hnwmr47zsb2x","webSpace":"clitest.rgxo6pg5mpxauc37svebbp5qddz5awopmqqonpuzk25oykj6x5acuo5hnwmr47zsb2x-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webbsifd3ijlcn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382017","name":"slot-swap-webbsifd3ijlcn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382017,"deletedTimestamp":"2018-10-24T05:07:21.5742623","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxo6pg5mpxauc37svebbp5qddz5awopmqqonpuzk25oykj6x5acuo5hnwmr47zsb2x","webSpace":"clitest.rgxo6pg5mpxauc37svebbp5qddz5awopmqqonpuzk25oykj6x5acuo5hnwmr47zsb2x-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webbsifd3ijlcn","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382021","name":"webapp-quick-cdiaom2ia4n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382021,"deletedTimestamp":"2018-10-24T05:07:47.3352812","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjkpz4hraynbkcmvmcdihda6hdl6a3sksflshknlny4r55hui6pe7jrswq2g7ehv4q","webSpace":"clitest.rgjkpz4hraynbkcmvmcdihda6hdl6a3sksflshknlny4r55hui6pe7jrswq2g7ehv4q-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quick-cdiaom2ia4n","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382035","name":"slot-test-webesotr2k4ikt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382035,"deletedTimestamp":"2018-10-24T05:09:03.1481365","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2xg7sr6eqeyjy7bbo4af6qrxa6ogeuv7wd324tuvkpd4gyzfsf47c2egfn6ukgsje","webSpace":"clitest.rg2xg7sr6eqeyjy7bbo4af6qrxa6ogeuv7wd324tuvkpd4gyzfsf47c2egfn6ukgsje-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-webesotr2k4ikt","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382036","name":"slot-test-webesotr2k4ikt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382036,"deletedTimestamp":"2018-10-24T05:09:04.7034805","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2xg7sr6eqeyjy7bbo4af6qrxa6ogeuv7wd324tuvkpd4gyzfsf47c2egfn6ukgsje","webSpace":"clitest.rg2xg7sr6eqeyjy7bbo4af6qrxa6ogeuv7wd324tuvkpd4gyzfsf47c2egfn6ukgsje-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-webesotr2k4ikt","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382040","name":"webapp-linux-logvilc2in4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382040,"deletedTimestamp":"2018-10-24T05:09:10.0333572","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn2pmo35g7maji2srejux5sv7e34thlotr4fi3zgdrooaltltu7lrh7ux3yjniovnh","webSpace":"clitest.rgn2pmo35g7maji2srejux5sv7e34thlotr4fi3zgdrooaltltu7lrh7ux3yjniovnh-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logvilc2in4","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382044","name":"webapp-quick-linux7jrnh3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382044,"deletedTimestamp":"2018-10-24T05:09:28.2165119","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5iijis5a2auck5l6sbu5w7nlljpmmu2xt7llpwkapdrsxdv4kgzcgizjior32b2sm","webSpace":"clitest.rg5iijis5a2auck5l6sbu5w7nlljpmmu2xt7llpwkapdrsxdv4kgzcgizjior32b2sm-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux7jrnh3","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382046","name":"slot-test-webesotr2k4ikt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382046,"deletedTimestamp":"2018-10-24T05:09:42.1248611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2xg7sr6eqeyjy7bbo4af6qrxa6ogeuv7wd324tuvkpd4gyzfsf47c2egfn6ukgsje","webSpace":"clitest.rg2xg7sr6eqeyjy7bbo4af6qrxa6ogeuv7wd324tuvkpd4gyzfsf47c2egfn6ukgsje-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-webesotr2k4ikt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382057","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382057,"deletedTimestamp":"2018-10-24T05:10:15.2645334","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt5edpbjvmzfgt72jw3mtrspuio2i5xknxz7o3p6272phrcraf6tkqfakhddm6azb6","webSpace":"clitest.rgt5edpbjvmzfgt72jw3mtrspuio2i5xknxz7o3p6272phrcraf6tkqfakhddm6azb6-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382082","name":"undelete-webrunmycqyvxb7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382082,"deletedTimestamp":"2018-10-24T05:11:25.6578699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg77a272ntpt2dfkb2egkq3h2mrg3pylgofkitczehhvbbwqte6epxbgvnplmcvl7d6","webSpace":"clitest.rg77a272ntpt2dfkb2egkq3h2mrg3pylgofkitczehhvbbwqte6epxbgvnplmcvl7d6-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"undelete-webrunmycqyvxb7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382106","name":"clixddhybatnvmfwzd4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382106,"deletedTimestamp":"2018-10-24T05:12:55.0214662","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrflsr7uxon","webSpace":"clitest.rgrflsr7uxon-CentralUSwebspace","stamp":"waws-prod-dm1-059","deletedSiteName":"clixddhybatnvmfwzd4","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19382548","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19382548,"deletedTimestamp":"2018-10-24T05:43:16.6995274","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_create3bbta2k7figsxqhhiaqeetal2furxm2k3quqc6w2qtkjd7qzghv","webSpace":"cli_test_resource_create3bbta2k7figsxqhhiaqeetal2furxm2k3quqc6w2qtkjd7qzghv-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387413","name":"webapp1-7012742866","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387413,"deletedTimestamp":"2018-10-24T09:37:11.4687907","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_aa0556679e54","webSpace":"rg1nemv_aa0556679e54-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-7012742866","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387417","name":"webapp1-c647512001","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387417,"deletedTimestamp":"2018-10-24T09:37:30.7796952","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bbf560773fc0","webSpace":"rgnemv_bbf560773fc0-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-c647512001","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387420","name":"webapp2-715334213e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387420,"deletedTimestamp":"2018-10-24T09:37:32.5769132","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_bbf560773fc0","webSpace":"rgnemv_bbf560773fc0-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-715334213e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387429","name":"webapp3-7e952158e0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387429,"deletedTimestamp":"2018-10-24T09:37:46.1939977","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_aa0556679e54","webSpace":"rg1nemv_aa0556679e54-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-7e952158e0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387447","name":"webapp1-39f25479c8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387447,"deletedTimestamp":"2018-10-24T09:38:24.6376445","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6242119674d4","webSpace":"rg1nemv_6242119674d4-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-39f25479c8","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387452","name":"webapp2-8b93397287","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387452,"deletedTimestamp":"2018-10-24T09:38:42.9671639","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8c679216fc36","webSpace":"rgnemv_8c679216fc36-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-8b93397287","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387453","name":"webapp1-7f7697542e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387453,"deletedTimestamp":"2018-10-24T09:38:44.4720330","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8c679216fc36","webSpace":"rgnemv_8c679216fc36-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-7f7697542e","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387457","name":"webapp3-8ee213271f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387457,"deletedTimestamp":"2018-10-24T09:38:59.4039469","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6242119674d4","webSpace":"rg1nemv_6242119674d4-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-8ee213271f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387468","name":"webapp1-4110952616","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387468,"deletedTimestamp":"2018-10-24T09:39:37.1489059","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6b1269620ed3","webSpace":"rg1nemv_6b1269620ed3-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-4110952616","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387469","name":"webapp2-483905953a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387469,"deletedTimestamp":"2018-10-24T09:39:39.7036230","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_aa0556679e54","webSpace":"rg1nemv_aa0556679e54-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-483905953a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387486","name":"webapp1-63c9684287","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387486,"deletedTimestamp":"2018-10-24T09:40:10.4905723","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4fc29725a677","webSpace":"rg1nemv_4fc29725a677-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"webapp1-63c9684287","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387496","name":"webapp1-cff435829e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387496,"deletedTimestamp":"2018-10-24T09:40:38.3411721","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_87d656049e9e","webSpace":"rg1nemv_87d656049e9e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-cff435829e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387505","name":"webapp1-c4d368157b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387505,"deletedTimestamp":"2018-10-24T09:40:49.6093142","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_20c02872ac7c","webSpace":"rg1nemv_20c02872ac7c-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-c4d368157b","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387506","name":"webapp2-28e5700119","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387506,"deletedTimestamp":"2018-10-24T09:40:49.6454959","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6242119674d4","webSpace":"rg1nemv_6242119674d4-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-28e5700119","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387509","name":"webapp3-51771232e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387509,"deletedTimestamp":"2018-10-24T09:40:52.7693440","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4fc29725a677","webSpace":"rg1nemv_4fc29725a677-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"webapp3-51771232e4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387518","name":"webapp1-0751932702","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387518,"deletedTimestamp":"2018-10-24T09:40:58.7739958","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_49241820df8e","webSpace":"rgnemv_49241820df8e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-0751932702","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387520","name":"webapp2-4ef02796c3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387520,"deletedTimestamp":"2018-10-24T09:41:00.0587743","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_49241820df8e","webSpace":"rgnemv_49241820df8e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp2-4ef02796c3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387521","name":"webapp1-2c47772619","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387521,"deletedTimestamp":"2018-10-24T09:41:00.9623686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9ee64322f683","webSpace":"rg1nemv_9ee64322f683-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"webapp1-2c47772619","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387523","name":"webapp3-5f23441070","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387523,"deletedTimestamp":"2018-10-24T09:41:02.3419482","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9ee64322f683","webSpace":"rg1nemv_9ee64322f683-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"webapp3-5f23441070","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387525","name":"webapp2-9323354458","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387525,"deletedTimestamp":"2018-10-24T09:41:04.1910246","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9ee64322f683","webSpace":"rg1nemv_9ee64322f683-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"webapp2-9323354458","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387541","name":"webapp1-9f958207cf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387541,"deletedTimestamp":"2018-10-24T09:42:00.5686147","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7f8632722d86","webSpace":"rg1nemv_7f8632722d86-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp1-9f958207cf","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387556","name":"webapp2-32d05603ed","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387556,"deletedTimestamp":"2018-10-24T09:42:35.7392132","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4fc29725a677","webSpace":"rg1nemv_4fc29725a677-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"webapp2-32d05603ed","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387875","name":"webapp1-4ad7016312","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387875,"deletedTimestamp":"2018-10-24T09:55:03.8708756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_03e053459aa4","webSpace":"rg1nemv_03e053459aa4-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-4ad7016312","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387876","name":"webapp1-4ad7016312","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387876,"deletedTimestamp":"2018-10-24T09:55:03.9176509","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_03e053459aa4","webSpace":"rg1nemv_03e053459aa4-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-4ad7016312","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387877","name":"webapp2-b427032079","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387877,"deletedTimestamp":"2018-10-24T09:55:06.2744450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_03e053459aa4","webSpace":"rg1nemv_03e053459aa4-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-b427032079","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387878","name":"webapp2-b427032079","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387878,"deletedTimestamp":"2018-10-24T09:55:06.3369467","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_03e053459aa4","webSpace":"rg1nemv_03e053459aa4-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-b427032079","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387880","name":"webapp3-096168086b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387880,"deletedTimestamp":"2018-10-24T09:55:13.1834788","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_03e053459aa4","webSpace":"rg1nemv_03e053459aa4-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-096168086b","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19387881","name":"webapp3-096168086b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19387881,"deletedTimestamp":"2018-10-24T09:55:13.2173145","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_03e053459aa4","webSpace":"rg1nemv_03e053459aa4-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-096168086b","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388103","name":"webapp6-04617590f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388103,"deletedTimestamp":"2018-10-24T10:06:51.5157583","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_8e4992722b357","webSpace":"rgcdn_8e4992722b357-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-04617590f9","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388105","name":"webapp3-cc0451579f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388105,"deletedTimestamp":"2018-10-24T10:06:58.1781658","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_8e4992722b357","webSpace":"rgcdn_8e4992722b357-WestEuropewebspace","stamp":"waws-prod-am2-187","deletedSiteName":"webapp3-cc0451579f","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388107","name":"webapp1-77a11606ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388107,"deletedTimestamp":"2018-10-24T10:07:00.4550946","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_8e4992722b357","webSpace":"rgcdn_8e4992722b357-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-77a11606ce","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388112","name":"webapp2-f35190304e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388112,"deletedTimestamp":"2018-10-24T10:07:03.5853243","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_8e4992722b357","webSpace":"rgcdn_8e4992722b357-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-f35190304e","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388118","name":"webapp4-a88517108f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388118,"deletedTimestamp":"2018-10-24T10:07:07.9246287","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_8e4992722b357","webSpace":"rgcdn_8e4992722b357-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-a88517108f","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388121","name":"webapp5-8585178195","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388121,"deletedTimestamp":"2018-10-24T10:07:16.5161543","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_8e4992722b357","webSpace":"rgcdn_8e4992722b357-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-8585178195","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388701","name":"mytestscalewebappdfa46715","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388701,"deletedTimestamp":"2018-10-24T10:29:38.8831368","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor62813","webSpace":"rgmonitor62813-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"mytestscalewebappdfa46715","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388938","name":"JAVAwebapp-7175895484","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388938,"deletedTimestamp":"2018-10-24T10:39:46.5670057","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgfae993331","webSpace":"javacsmrgfae993331-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"JAVAwebapp-7175895484","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388939","name":"java-webapp-199021","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388939,"deletedTimestamp":"2018-10-24T10:39:46.5862514","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge1d802898","webSpace":"javacsmrge1d802898-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-199021","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388940","name":"JAVAwebapp-a8b2417835","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388940,"deletedTimestamp":"2018-10-24T10:39:47.1747319","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg845692436","webSpace":"javacsmrg845692436-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"JAVAwebapp-a8b2417835","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388942","name":"java-webapp-413858","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388942,"deletedTimestamp":"2018-10-24T10:39:50.1878145","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4fd186659","webSpace":"javacsmrg4fd186659-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-413858","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388943","name":"java-webapp-413858","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388943,"deletedTimestamp":"2018-10-24T10:39:50.2188774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4fd186659","webSpace":"javacsmrg4fd186659-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-413858","slot":"java-slot-837666135","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388944","name":"java-webapp-413858","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388944,"deletedTimestamp":"2018-10-24T10:39:50.2501291","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4fd186659","webSpace":"javacsmrg4fd186659-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-413858","slot":"java-slot-772916514","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388945","name":"java-webapp-413858","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388945,"deletedTimestamp":"2018-10-24T10:39:50.2814448","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4fd186659","webSpace":"javacsmrg4fd186659-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-413858","slot":"java-slot-1a553052c","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19388948","name":"java-webapp-829842","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19388948,"deletedTimestamp":"2018-10-24T10:39:55.6898137","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb5a723972","webSpace":"javacsmrgb5a723972-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-829842","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19389030","name":"wnrsatc3c781262f5aa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19389030,"deletedTimestamp":"2018-10-24T10:43:33.7717267","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat9950592522cc9","webSpace":"rgrsat9950592522cc9-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsatc3c781262f5aa","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19389223","name":"wnrsat7b461884b141d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19389223,"deletedTimestamp":"2018-10-24T10:49:09.6823085","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsapff0960482a8fc","webSpace":"rgrsapff0960482a8fc-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsat7b461884b141d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391427","name":"java-webapp-5392","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391427,"deletedTimestamp":"2018-10-24T12:14:58.7543349","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3173","webSpace":"javacsmrg3173-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5392","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391428","name":"java-webapp-5392","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391428,"deletedTimestamp":"2018-10-24T12:14:58.8011971","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3173","webSpace":"javacsmrg3173-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5392","slot":"java-slot-7134","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391429","name":"java-webapp-5392","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391429,"deletedTimestamp":"2018-10-24T12:14:58.8481050","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3173","webSpace":"javacsmrg3173-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5392","slot":"java-slot-1376","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391430","name":"java-webapp-5392","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391430,"deletedTimestamp":"2018-10-24T12:14:58.8793200","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3173","webSpace":"javacsmrg3173-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5392","slot":"java-slot-6712","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391519","name":"java-webapp-337","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391519,"deletedTimestamp":"2018-10-24T12:18:15.4181233","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4838","webSpace":"javacsmrg4838-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"java-webapp-337","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391540","name":"IAmAFuncitonNameThatIsLonger9320","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391540,"deletedTimestamp":"2018-10-24T12:18:56.2321552","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6007","webSpace":"javacsmrg6007-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"IAmAFuncitonNameThatIsLonger9320","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391703","name":"java-webapp-7446","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391703,"deletedTimestamp":"2018-10-24T12:21:37.0413502","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7530","webSpace":"javacsmrg7530-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7446","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391704","name":"java-webapp-7446","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391704,"deletedTimestamp":"2018-10-24T12:21:37.0882052","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7530","webSpace":"javacsmrg7530-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7446","slot":"java-slot-7204","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391705","name":"java-webapp-7446","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391705,"deletedTimestamp":"2018-10-24T12:21:37.1194838","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7530","webSpace":"javacsmrg7530-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7446","slot":"java-slot-9193","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391706","name":"java-webapp-7446","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391706,"deletedTimestamp":"2018-10-24T12:21:37.1976137","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7530","webSpace":"javacsmrg7530-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7446","slot":"java-slot-2237","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391809","name":"java-webapp-2384","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391809,"deletedTimestamp":"2018-10-24T12:24:58.2766674","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6987","webSpace":"javacsmrg6987-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-2384","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391819","name":"java-webapp-6725","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391819,"deletedTimestamp":"2018-10-24T12:25:13.7730839","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3234","webSpace":"javacsmrg3234-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-6725","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391820","name":"java-webapp-2521","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391820,"deletedTimestamp":"2018-10-24T12:25:18.1945394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9413","webSpace":"javacsmrg9413-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-2521","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391822","name":"java-webapp-4074","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391822,"deletedTimestamp":"2018-10-24T12:25:33.9066218","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3706","webSpace":"javacsmrg3706-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-4074","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391837","name":"java-webapp-1087","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391837,"deletedTimestamp":"2018-10-24T12:26:01.6389696","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5057","webSpace":"javacsmrg5057-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-1087","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391838","name":"java-webapp-2005","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391838,"deletedTimestamp":"2018-10-24T12:26:03.8163549","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg467","webSpace":"javacsmrg467-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-2005","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391872","name":"java-webapp-1350","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391872,"deletedTimestamp":"2018-10-24T12:26:43.4118116","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4743","webSpace":"javacsmrg4743-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-1350","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19391920","name":"java-webapp-4165","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19391920,"deletedTimestamp":"2018-10-24T12:27:22.1841596","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2242","webSpace":"javacsmrg2242-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-4165","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19392574","name":"rgweb1737","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19392574,"deletedTimestamp":"2018-10-24T12:47:14.5895165","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg3908","webSpace":"csmrg3908-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"rgweb1737","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394062","name":"java-webapp-6303","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394062,"deletedTimestamp":"2018-10-24T13:34:55.9317265","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4838","webSpace":"javacsmrg4838-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"java-webapp-6303","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394064","name":"java-webapp-5752","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394064,"deletedTimestamp":"2018-10-24T13:34:59.0180573","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4947","webSpace":"javacsmrg4947-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5752","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394357","name":"java-webapp-8149","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394357,"deletedTimestamp":"2018-10-24T13:40:55.4170098","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3234","webSpace":"javacsmrg3234-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-8149","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394441","name":"java-webapp-4095","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394441,"deletedTimestamp":"2018-10-24T13:43:26.1726811","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4743","webSpace":"javacsmrg4743-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-4095","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394929","name":"webapp1-d23603965f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394929,"deletedTimestamp":"2018-10-24T13:59:32.0014017","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_62a11833748a","webSpace":"rgnemv_62a11833748a-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-d23603965f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394931","name":"webapp2-2102481995","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394931,"deletedTimestamp":"2018-10-24T13:59:33.9560888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_62a11833748a","webSpace":"rgnemv_62a11833748a-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-2102481995","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394985","name":"webapp2-3485377594","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394985,"deletedTimestamp":"2018-10-24T14:01:53.5239774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_006312931190","webSpace":"rgnemv_006312931190-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-3485377594","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19394989","name":"webapp1-0ed61835a6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19394989,"deletedTimestamp":"2018-10-24T14:01:54.9452421","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_006312931190","webSpace":"rgnemv_006312931190-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-0ed61835a6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395137","name":"mytestscalewebapp93b20898da","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395137,"deletedTimestamp":"2018-10-24T14:06:28.3168779","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup8d445418dc9","webSpace":"myresourcegroup8d445418dc9-SouthCentralUSwebspace","stamp":"waws-prod-sn1-141","deletedSiteName":"mytestscalewebapp93b20898da","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395337","name":"java-webapp-502813","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395337,"deletedTimestamp":"2018-10-24T14:13:35.1888418","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg335739871","webSpace":"javacsmrg335739871-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-502813","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395339","name":"java-webapp-46601a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395339,"deletedTimestamp":"2018-10-24T14:13:37.0112951","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg335739871","webSpace":"javacsmrg335739871-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-46601a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395353","name":"webapp3-2c358782f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395353,"deletedTimestamp":"2018-10-24T14:13:51.0347203","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg4ed31753564eddc1cc","webSpace":"rg4ed31753564eddc1cc-WestEuropewebspace","stamp":"waws-prod-am2-145","deletedSiteName":"webapp3-2c358782f9","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395357","name":"webapp6-40f575581c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395357,"deletedTimestamp":"2018-10-24T14:13:54.5894216","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg4ed31753564eddc1cc","webSpace":"rg4ed31753564eddc1cc-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-40f575581c","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395360","name":"webapp4-2815248858","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395360,"deletedTimestamp":"2018-10-24T14:13:59.3113618","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg4ed31753564eddc1cc","webSpace":"rg4ed31753564eddc1cc-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-2815248858","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395365","name":"webapp2-7440099933","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395365,"deletedTimestamp":"2018-10-24T14:14:02.1583945","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg4ed31753564eddc1cc","webSpace":"rg4ed31753564eddc1cc-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp2-7440099933","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395366","name":"webapp5-a66659440b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395366,"deletedTimestamp":"2018-10-24T14:14:08.2385415","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg4ed31753564eddc1cc","webSpace":"rg4ed31753564eddc1cc-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-a66659440b","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395367","name":"webapp1-7c87356746","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395367,"deletedTimestamp":"2018-10-24T14:14:16.8865572","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg4ed31753564eddc1cc","webSpace":"rg4ed31753564eddc1cc-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-7c87356746","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395408","name":"java-webapp-535617","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395408,"deletedTimestamp":"2018-10-24T14:16:13.0636486","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1a8284534","webSpace":"javacsmrg1a8284534-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-535617","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395409","name":"java-webapp-417706","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395409,"deletedTimestamp":"2018-10-24T14:16:15.0051888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1a8284534","webSpace":"javacsmrg1a8284534-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-417706","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395458","name":"rs73945759","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395458,"deletedTimestamp":"2018-10-24T14:19:10.1568120","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg73945759","webSpace":"rg73945759-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"rs73945759","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395612","name":"java-webapp-162451","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395612,"deletedTimestamp":"2018-10-24T14:26:55.0290829","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgfdd432844","webSpace":"javacsmrgfdd432844-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-162451","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395614","name":"java-webapp-708606","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395614,"deletedTimestamp":"2018-10-24T14:27:03.5146230","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgfdd432844","webSpace":"javacsmrgfdd432844-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-708606","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395764","name":"webapp1-657904781e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395764,"deletedTimestamp":"2018-10-24T14:33:07.6512167","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19e688408f2461b4cb","webSpace":"rg19e688408f2461b4cb-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-657904781e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395767","name":"webapp2-93d71756df","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395767,"deletedTimestamp":"2018-10-24T14:33:09.8380939","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19e688408f2461b4cb","webSpace":"rg19e688408f2461b4cb-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-93d71756df","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395770","name":"webapp3-a73911143a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395770,"deletedTimestamp":"2018-10-24T14:33:11.8912360","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19e688408f2461b4cb","webSpace":"rg19e688408f2461b4cb-WestEuropewebspace","stamp":"waws-prod-am2-201","deletedSiteName":"webapp3-a73911143a","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395773","name":"webapp6-16793695ae","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395773,"deletedTimestamp":"2018-10-24T14:33:16.6766532","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19e688408f2461b4cb","webSpace":"rg19e688408f2461b4cb-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-16793695ae","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395774","name":"webapp4-fa7626577c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395774,"deletedTimestamp":"2018-10-24T14:33:19.1555334","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19e688408f2461b4cb","webSpace":"rg19e688408f2461b4cb-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-fa7626577c","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19395779","name":"webapp5-7dc652705d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19395779,"deletedTimestamp":"2018-10-24T14:33:25.0571156","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19e688408f2461b4cb","webSpace":"rg19e688408f2461b4cb-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-7dc652705d","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19400989","name":"web-error2tjcpsqb536bsjb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19400989,"deletedTimestamp":"2018-10-24T18:34:14.6133171","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy7opnc23npo3awi42dbyr7kbx25ygh3dvqoyfwdxdij6lyvbqgrqk2po3fpuqusl3","webSpace":"clitest.rgy7opnc23npo3awi42dbyr7kbx25ygh3dvqoyfwdxdij6lyvbqgrqk2po3fpuqusl3-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-error2tjcpsqb536bsjb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19400997","name":"slot-traffic-weblkngjf5k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19400997,"deletedTimestamp":"2018-10-24T18:34:43.6896264","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfcoo4uhrtmmw7p3azkhfndzoi5w646wdhokvgunockpnzaerwm4g366fzhe24fned","webSpace":"clitest.rgfcoo4uhrtmmw7p3azkhfndzoi5w646wdhokvgunockpnzaerwm4g366fzhe24fned-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-weblkngjf5k","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401007","name":"slot-traffic-webpgnivxnq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401007,"deletedTimestamp":"2018-10-24T18:35:01.1093041","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn4jyg2l5lwlojw4gemkczahlscvg7dill6txplhyijblhjk5hsp4cly4puyxnze2l","webSpace":"clitest.rgn4jyg2l5lwlojw4gemkczahlscvg7dill6txplhyijblhjk5hsp4cly4puyxnze2l-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webpgnivxnq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401008","name":"slot-traffic-webpgnivxnq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401008,"deletedTimestamp":"2018-10-24T18:35:01.1405596","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn4jyg2l5lwlojw4gemkczahlscvg7dill6txplhyijblhjk5hsp4cly4puyxnze2l","webSpace":"clitest.rgn4jyg2l5lwlojw4gemkczahlscvg7dill6txplhyijblhjk5hsp4cly4puyxnze2l-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webpgnivxnq","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401048","name":"web-del-testhbtfftktzlvf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401048,"deletedTimestamp":"2018-10-24T18:37:16.1888774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgj25leuff3szas6eac6he77mpdf3bj6fix22fw7iho2mh7r5kclh65ovwmf5d2ygth","webSpace":"clitest.rgj25leuff3szas6eac6he77mpdf3bj6fix22fw7iho2mh7r5kclh65ovwmf5d2ygth-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-testhbtfftktzlvf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401050","name":"webapp-win-logggeoammelw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401050,"deletedTimestamp":"2018-10-24T18:37:19.4644512","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggfm26zjawdeqs25o5yqwkzrnxzxwavg2bbq7sfbamgcuqch4v4kc7vtmjfosnt2pa","webSpace":"clitest.rggfm26zjawdeqs25o5yqwkzrnxzxwavg2bbq7sfbamgcuqch4v4kc7vtmjfosnt2pa-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-logggeoammelw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401065","name":"weblmmpsre7g4qvif7ychfy7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401065,"deletedTimestamp":"2018-10-24T18:37:45.4419350","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwslcozjgozdm2thosh6jwkns2afkbgu2obj7mb6dtc3dxotytw3vrnc7yw54b425s","webSpace":"clitest.rgwslcozjgozdm2thosh6jwkns2afkbgu2obj7mb6dtc3dxotytw3vrnc7yw54b425s-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"weblmmpsre7g4qvif7ychfy7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401106","name":"functionapp-linuxxcynvr5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401106,"deletedTimestamp":"2018-10-24T18:39:02.9090474","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrmb3zx3lazp3qxeee2jfm6jf7y5sywdmfxs7lf5c52iaztve44tw6ioj23abdkz5c","webSpace":"clitest.rgrmb3zx3lazp3qxeee2jfm6jf7y5sywdmfxs7lf5c52iaztve44tw6ioj23abdkz5c-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxxcynvr5","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401130","name":"webapp-linux-logaz7qukkv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401130,"deletedTimestamp":"2018-10-24T18:39:26.7867803","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgun4rc75tq2rjzjzyo4avxpxtz2n4tr63u2ys76ymdevppgoi72hetbxwff3nrzshz","webSpace":"clitest.rgun4rc75tq2rjzjzyo4avxpxtz2n4tr63u2ys76ymdevppgoi72hetbxwff3nrzshz-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logaz7qukkv","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401141","name":"functionapplinuxconsumption27vstllfyfvpr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401141,"deletedTimestamp":"2018-10-24T18:39:50.9726653","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux45uev2acphxhzjqbz56qrole5cqaubql6s3ejypd4mdjuvnjw","webSpace":"azurecli-functionapp-linux45uev2acphxhzjqbz56qrole5cqaubql6s3ejypd4mdjuvnjw-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumption27vstllfyfvpr","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401142","name":"functionappconsumptionrsu7zpd75cb62rygvc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401142,"deletedTimestamp":"2018-10-24T18:39:53.7727220","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2e3hiur3jf6743zdntpr33nsbu7h55xow4ppfmodtlmmncvmvkp","webSpace":"azurecli-functionapp-c-e2e3hiur3jf6743zdntpr33nsbu7h55xow4ppfmodtlmmncvmvkp-WestUSwebspace","stamp":"waws-prod-bay-045","deletedSiteName":"functionappconsumptionrsu7zpd75cb62rygvc","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401166","name":"func-e2ebtjggeto75f54h3r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401166,"deletedTimestamp":"2018-10-24T18:41:05.8479027","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgubdioafdfcsa5f4dkbccc6qc3435g22u73y3ennkboslw3p7dbqcpkvxrpsjqjoym","webSpace":"clitest.rgubdioafdfcsa5f4dkbccc6qc3435g22u73y3ennkboslw3p7dbqcpkvxrpsjqjoym-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2ebtjggeto75f54h3r","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401180","name":"func-e2egrafoq6d7ovozr6y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401180,"deletedTimestamp":"2018-10-24T18:41:45.2408910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgubdioafdfcsa5f4dkbccc6qc3435g22u73y3ennkboslw3p7dbqcpkvxrpsjqjoym","webSpace":"clitest.rgubdioafdfcsa5f4dkbccc6qc3435g22u73y3ennkboslw3p7dbqcpkvxrpsjqjoym-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2egrafoq6d7ovozr6y","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401181","name":"webappacrtestqrg3ujq65vn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401181,"deletedTimestamp":"2018-10-24T18:41:45.7857545","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg74n4k6rgffyoqz667eajgqo3dchu6fv5b2lqpl4qzltagzssyamyqxxjyy3axae2h","webSpace":"clitest.rg74n4k6rgffyoqz667eajgqo3dchu6fv5b2lqpl4qzltagzssyamyqxxjyy3axae2h-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestqrg3ujq65vn","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401192","name":"webapp-authentication-testzbrtkezhkyw45l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401192,"deletedTimestamp":"2018-10-24T18:42:13.4673514","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationb4hltgdwkufhe662hwohxsroqnqmkawaowfpopxmdz3b2","webSpace":"cli_test_webapp_authenticationb4hltgdwkufhe662hwohxsroqnqmkawaowfpopxmdz3b2-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-authentication-testzbrtkezhkyw45l","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401196","name":"webapp-linuxq7kjweucrj67","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401196,"deletedTimestamp":"2018-10-24T18:42:25.0739730","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggysbw6g64utymc33r66ra2pgdbq4t7n6mohuvyti56vvheg4cgv22k4z6tlua5o7d","webSpace":"clitest.rggysbw6g64utymc33r66ra2pgdbq4t7n6mohuvyti56vvheg4cgv22k4z6tlua5o7d-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxq7kjweucrj67","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401197","name":"webapp-e2emc2pem7qipkqs3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401197,"deletedTimestamp":"2018-10-24T18:42:32.1371481","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgshroizojryuv5wm2vp74z5hfnii6tfmkbms5qhqpjzroxt6vhajunefijqejmehoe","webSpace":"clitest.rgshroizojryuv5wm2vp74z5hfnii6tfmkbms5qhqpjzroxt6vhajunefijqejmehoe-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-e2emc2pem7qipkqs3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401223","name":"webapp-config-testsq5bbz5i3rgddayz5i4qin","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401223,"deletedTimestamp":"2018-10-24T18:43:00.7426657","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configvh6r4xhtrphqfmiegxcx2xpadk6efrgpcrtukx7wlvcckmjfnsbps","webSpace":"cli_test_webapp_configvh6r4xhtrphqfmiegxcx2xpadk6efrgpcrtukx7wlvcckmjfnsbps-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-config-testsq5bbz5i3rgddayz5i4qin","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401245","name":"web-msiixx2aoiymk5pp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401245,"deletedTimestamp":"2018-10-24T18:43:29.8981320","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmg3ab2qxuk3xifglvc5i4no3u734caqzz5q53amnpoo4d76k65uaicdtb2vugk2cd","webSpace":"clitest.rgmg3ab2qxuk3xifglvc5i4no3u734caqzz5q53amnpoo4d76k65uaicdtb2vugk2cd-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-msiixx2aoiymk5pp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401246","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401246,"deletedTimestamp":"2018-10-24T18:43:34.0093066","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgp54imjbdvtbmso4oysev6xbujb5x6rieuqsdpt4vecetw7xnnvadg3k32uncyrbpc","webSpace":"clitest.rgp54imjbdvtbmso4oysev6xbujb5x6rieuqsdpt4vecetw7xnnvadg3k32uncyrbpc-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401262","name":"webapp-linux-multije5eut","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401262,"deletedTimestamp":"2018-10-24T18:44:29.2955526","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4hwdyoc63e223in5cfnqu6m2adfwetdxxyu763odkawnnb3jpa6h3bag3da4nbvrv","webSpace":"clitest.rg4hwdyoc63e223in5cfnqu6m2adfwetdxxyu763odkawnnb3jpa6h3bag3da4nbvrv-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multije5eut","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401266","name":"web-git-test2xxsfuc7j6vy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401266,"deletedTimestamp":"2018-10-24T18:44:32.4902346","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdjtuzxrksfwbry7c6d3tee7ziyejt4mnobnjjg6athp22o62ioqk3x7w3utxpzzc5","webSpace":"clitest.rgdjtuzxrksfwbry7c6d3tee7ziyejt4mnobnjjg6athp22o62ioqk3x7w3utxpzzc5-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test2xxsfuc7j6vy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401274","name":"webapp-quickhhgthfgovz2u","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401274,"deletedTimestamp":"2018-10-24T18:45:00.7339668","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgirae7hsr23lyas7qzjes22myv5wbhk6jr4vah46grvlknsfojhy7ttcu5g3vnsath","webSpace":"clitest.rgirae7hsr23lyas7qzjes22myv5wbhk6jr4vah46grvlknsfojhy7ttcu5g3vnsath-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quickhhgthfgovz2u","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401315","name":"webapp-quick-linuxnih2kl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401315,"deletedTimestamp":"2018-10-24T18:47:13.7806127","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4dcg3mx4or62yi6ot5nwdtagajshwmcn4bh5h7kbw7baefydnmml32rp2sg65slhe","webSpace":"clitest.rg4dcg3mx4or62yi6ot5nwdtagajshwmcn4bh5h7kbw7baefydnmml32rp2sg65slhe-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxnih2kl","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401317","name":"webapp-quick-cdofr2ljn42","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401317,"deletedTimestamp":"2018-10-24T18:47:20.9463657","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7ggynxipmt6ayct3tofcg5zcyjgb5sj56dmwji7ku2epkddprq3rm6oiqewybnvoz","webSpace":"clitest.rg7ggynxipmt6ayct3tofcg5zcyjgb5sj56dmwji7ku2epkddprq3rm6oiqewybnvoz-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick-cdofr2ljn42","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401320","name":"web-ssl-testzx4aa4fm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401320,"deletedTimestamp":"2018-10-24T18:47:28.4054887","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgurdxgmgev4nfvj7zys66h7627ywluj6k7igpzj6aumsjnus4fdbkxia6muv2k6aou","webSpace":"clitest.rgurdxgmgev4nfvj7zys66h7627ywluj6k7igpzj6aumsjnus4fdbkxia6muv2k6aou-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-testzx4aa4fm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401324","name":"webapp-quickn53juxpafz77","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401324,"deletedTimestamp":"2018-10-24T18:47:42.7762439","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcshdgw43bwcfciod6clzamd46js5cubcc4lojpoqtub5tc7d7x7uznufas7tmpwcz","webSpace":"clitest.rgcshdgw43bwcfciod6clzamd46js5cubcc4lojpoqtub5tc7d7x7uznufas7tmpwcz-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quickn53juxpafz77","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401347","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401347,"deletedTimestamp":"2018-10-24T18:49:30.5901829","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3qnvp75ojfrzz25pswv74hw2wpzhvpct3gowhk3l2xtbujew475udz4742xbehiwf","webSpace":"clitest.rg3qnvp75ojfrzz25pswv74hw2wpzhvpct3gowhk3l2xtbujew475udz4742xbehiwf-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401362","name":"slot-traffic-webme6pq3yr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401362,"deletedTimestamp":"2018-10-24T18:50:14.0477755","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgo4wzkq7obzr7myifiyjsdjft2snomnkbdk6finklumqiwknmab2eeebq4btfvos7q","webSpace":"clitest.rgo4wzkq7obzr7myifiyjsdjft2snomnkbdk6finklumqiwknmab2eeebq4btfvos7q-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webme6pq3yr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401363","name":"slot-traffic-webme6pq3yr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401363,"deletedTimestamp":"2018-10-24T18:50:14.0946444","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgo4wzkq7obzr7myifiyjsdjft2snomnkbdk6finklumqiwknmab2eeebq4btfvos7q","webSpace":"clitest.rgo4wzkq7obzr7myifiyjsdjft2snomnkbdk6finklumqiwknmab2eeebq4btfvos7q-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webme6pq3yr","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401368","name":"delete-me-web52zxntaxxkx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401368,"deletedTimestamp":"2018-10-24T18:50:17.2046056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7xipx2xohc2lcrv72qbo5at2u2b6req3lpsfspprvw2snognhjeesmtubed357pbk","webSpace":"clitest.rg7xipx2xohc2lcrv72qbo5at2u2b6req3lpsfspprvw2snognhjeesmtubed357pbk-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"delete-me-web52zxntaxxkx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401381","name":"slot-swap-webt6u33wpojte","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401381,"deletedTimestamp":"2018-10-24T18:50:33.2438596","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqz6lb5qgejpsf2lotcsbk6grc6dvzjfymtvumuqdxprivy3yrabsnce53cxsxpb2z","webSpace":"clitest.rgqz6lb5qgejpsf2lotcsbk6grc6dvzjfymtvumuqdxprivy3yrabsnce53cxsxpb2z-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-webt6u33wpojte","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401382","name":"slot-swap-webt6u33wpojte","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401382,"deletedTimestamp":"2018-10-24T18:50:33.2907849","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqz6lb5qgejpsf2lotcsbk6grc6dvzjfymtvumuqdxprivy3yrabsnce53cxsxpb2z","webSpace":"clitest.rgqz6lb5qgejpsf2lotcsbk6grc6dvzjfymtvumuqdxprivy3yrabsnce53cxsxpb2z-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-webt6u33wpojte","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401423","name":"slot-test-webutkqlvjdigl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401423,"deletedTimestamp":"2018-10-24T18:51:54.2027997","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg425hyaqfrat26yzdygxvasicxxijvbfuzw4vcoq6kea7axch4tepdn2qhywnwn3ad","webSpace":"clitest.rg425hyaqfrat26yzdygxvasicxxijvbfuzw4vcoq6kea7axch4tepdn2qhywnwn3ad-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-webutkqlvjdigl","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401424","name":"slot-test-webutkqlvjdigl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401424,"deletedTimestamp":"2018-10-24T18:51:56.2520479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg425hyaqfrat26yzdygxvasicxxijvbfuzw4vcoq6kea7axch4tepdn2qhywnwn3ad","webSpace":"clitest.rg425hyaqfrat26yzdygxvasicxxijvbfuzw4vcoq6kea7axch4tepdn2qhywnwn3ad-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-webutkqlvjdigl","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401438","name":"slot-test-webutkqlvjdigl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401438,"deletedTimestamp":"2018-10-24T18:52:35.2016297","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg425hyaqfrat26yzdygxvasicxxijvbfuzw4vcoq6kea7axch4tepdn2qhywnwn3ad","webSpace":"clitest.rg425hyaqfrat26yzdygxvasicxxijvbfuzw4vcoq6kea7axch4tepdn2qhywnwn3ad-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-webutkqlvjdigl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401455","name":"webapp-update-testreajdq2d7ieranc4d377zr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401455,"deletedTimestamp":"2018-10-24T18:53:31.0215343","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update6zwpglquxswxdjmzzepgcplopj46dgkobpivatlf277djoipp6yht","webSpace":"cli_test_webapp_update6zwpglquxswxdjmzzepgcplopj46dgkobpivatlf277djoipp6yht-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testreajdq2d7ieranc4d377zr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401456","name":"webapp-update-testreajdq2d7ieranc4d377zr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401456,"deletedTimestamp":"2018-10-24T18:53:31.0684375","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update6zwpglquxswxdjmzzepgcplopj46dgkobpivatlf277djoipp6yht","webSpace":"cli_test_webapp_update6zwpglquxswxdjmzzepgcplopj46dgkobpivatlf277djoipp6yht-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testreajdq2d7ieranc4d377zr","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401477","name":"webapp-zipDeploy-testwy7jsad6baerx2nkg4h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401477,"deletedTimestamp":"2018-10-24T18:54:45.8837892","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploywe3gbiq64uro6xdpv54mjuduxwcgfnwqaq7ivuhqt5xgsnmnyw","webSpace":"cli_test_webapp_zipDeploywe3gbiq64uro6xdpv54mjuduxwcgfnwqaq7ivuhqt5xgsnmnyw-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-zipDeploy-testwy7jsad6baerx2nkg4h","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19401500","name":"undelete-webfjqweajb2e2b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19401500,"deletedTimestamp":"2018-10-24T18:56:12.9912371","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbzgcofgnivvpymvyilx7z6fma3appljvobrfcigv3upjbiup5jv3rp26roqjccli5","webSpace":"clitest.rgbzgcofgnivvpymvyilx7z6fma3appljvobrfcigv3upjbiup5jv3rp26roqjccli5-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"undelete-webfjqweajb2e2b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19405416","name":"cli2jbimxvcj3pq8rh2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19405416,"deletedTimestamp":"2018-10-24T22:14:55.7543149","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdwf2o3hzkn","webSpace":"clitest.rgdwf2o3hzkn-CentralUSwebspace","stamp":"waws-prod-dm1-051","deletedSiteName":"cli2jbimxvcj3pq8rh2","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19411039","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19411039,"deletedTimestamp":"2018-10-25T04:12:46.1333557","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createerocoyavoeyffkbasfjkuz7fxttrd2677sq5koak6z6lojspctd","webSpace":"cli_test_resource_createerocoyavoeyffkbasfjkuz7fxttrd2677sq5koak6z6lojspctd-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19411994","name":"webjh3cha56w472zungmbeaj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19411994,"deletedTimestamp":"2018-10-25T05:05:05.9829351","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpbbzzvuooggjxq6ivmda244djl5wvhfgepjt63rmrczisj3uxfr2azklhmi25ovqi","webSpace":"clitest.rgpbbzzvuooggjxq6ivmda244djl5wvhfgepjt63rmrczisj3uxfr2azklhmi25ovqi-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webjh3cha56w472zungmbeaj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19411995","name":"web-del-testcx4tmubbvo7z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19411995,"deletedTimestamp":"2018-10-25T05:05:07.0786359","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rge7rn33cexcgoy2w3pm5fehywfby34yluc5nebiz6jv6ghhdgni6zifwijiilrgkw4","webSpace":"clitest.rge7rn33cexcgoy2w3pm5fehywfby34yluc5nebiz6jv6ghhdgni6zifwijiilrgkw4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-testcx4tmubbvo7z","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412002","name":"functionapplinuxconsumptionrgcoslvt4ok5y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412002,"deletedTimestamp":"2018-10-25T05:05:33.0035354","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxrtb5xsh6jrggbobwxyn64wddtqnb7vceiaos3fswxdh6t24hv","webSpace":"azurecli-functionapp-linuxrtb5xsh6jrggbobwxyn64wddtqnb7vceiaos3fswxdh6t24hv-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionrgcoslvt4ok5y","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412004","name":"functionapp-linuxlelc4xr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412004,"deletedTimestamp":"2018-10-25T05:05:34.5322012","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw3nhmzyhnqsxecvld2qgoenjqafpzezpp4yeygm5hi2olcmxgxoy2pbho6pjpdzxj","webSpace":"clitest.rgw3nhmzyhnqsxecvld2qgoenjqafpzezpp4yeygm5hi2olcmxgxoy2pbho6pjpdzxj-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxlelc4xr","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412006","name":"functionappconsumptionhql4pmltbtvzc5eaqw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412006,"deletedTimestamp":"2018-10-25T05:05:42.3032645","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2eylgtiwjeiijmbk6z2mnolzizkakrvgebxldihkau3gh2uwzfi","webSpace":"azurecli-functionapp-c-e2eylgtiwjeiijmbk6z2mnolzizkakrvgebxldihkau3gh2uwzfi-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"functionappconsumptionhql4pmltbtvzc5eaqw","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412012","name":"web-errorsmrktnycrujbu6l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412012,"deletedTimestamp":"2018-10-25T05:05:52.4772817","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2mtrp23fjuqdjlaye6khf3d2copdfspgrhfctgvobbqifsv5ajkz6ibd2o76uysiw","webSpace":"clitest.rg2mtrp23fjuqdjlaye6khf3d2copdfspgrhfctgvobbqifsv5ajkz6ibd2o76uysiw-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-errorsmrktnycrujbu6l","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412017","name":"slot-traffic-webt5tpug7z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412017,"deletedTimestamp":"2018-10-25T05:06:01.6477388","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsz2i3gau4mihkyo2gjsrnlhflyw2tpz5k63f7uqnsaurcuroiirihu7w35mjoox35","webSpace":"clitest.rgsz2i3gau4mihkyo2gjsrnlhflyw2tpz5k63f7uqnsaurcuroiirihu7w35mjoox35-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webt5tpug7z","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412019","name":"slot-traffic-webxgnvwtqa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412019,"deletedTimestamp":"2018-10-25T05:06:06.4325040","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmfnuutf5fkue2wazf2hubmz6acbtjj5kg3z4v62hsz7z4cfkewavczivaqsapsiuu","webSpace":"clitest.rgmfnuutf5fkue2wazf2hubmz6acbtjj5kg3z4v62hsz7z4cfkewavczivaqsapsiuu-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webxgnvwtqa","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412020","name":"slot-traffic-webxgnvwtqa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412020,"deletedTimestamp":"2018-10-25T05:06:06.4794058","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmfnuutf5fkue2wazf2hubmz6acbtjj5kg3z4v62hsz7z4cfkewavczivaqsapsiuu","webSpace":"clitest.rgmfnuutf5fkue2wazf2hubmz6acbtjj5kg3z4v62hsz7z4cfkewavczivaqsapsiuu-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webxgnvwtqa","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412022","name":"webapp-authentication-testf4ebhwow4h5rqn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412022,"deletedTimestamp":"2018-10-25T05:06:11.6339151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationnmb5axhhopfkleapy4bk2umag2ftr2xygurppbfdew5wa","webSpace":"cli_test_webapp_authenticationnmb5axhhopfkleapy4bk2umag2ftr2xygurppbfdew5wa-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-authentication-testf4ebhwow4h5rqn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412023","name":"web-ssl-testxlzf33m4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412023,"deletedTimestamp":"2018-10-25T05:06:14.6585749","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgldmuqszuqslmkizqxslvb5selg5ye2kvb4behn4r5igpyohphmmwhvy6ynouvmaml","webSpace":"clitest.rgldmuqszuqslmkizqxslvb5selg5ye2kvb4behn4r5igpyohphmmwhvy6ynouvmaml-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-testxlzf33m4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412024","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412024,"deletedTimestamp":"2018-10-25T05:06:16.2548117","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggvmpoplztprj7b2o2i4eeo3mb3a35nsbgq2mtjyt7zvey4weonb6ofeweaplhtzdl","webSpace":"clitest.rggvmpoplztprj7b2o2i4eeo3mb3a35nsbgq2mtjyt7zvey4weonb6ofeweaplhtzdl-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412026","name":"delete-me-webyrfsnaudjcz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412026,"deletedTimestamp":"2018-10-25T05:06:19.9354741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjplgzw6cqefgzvwfyowag4nzuylsszrospqaxwcsyonodchgr6wf54d4u62ejadmu","webSpace":"clitest.rgjplgzw6cqefgzvwfyowag4nzuylsszrospqaxwcsyonodchgr6wf54d4u62ejadmu-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"delete-me-webyrfsnaudjcz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412030","name":"webapp-e2eic7blxn522t5rz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412030,"deletedTimestamp":"2018-10-25T05:06:27.1363106","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgafqohpxlzgubs72kxbbl6pjxwao6dlz5ricgjjtkabeaauu7law2neowahr2y5bj2","webSpace":"clitest.rgafqohpxlzgubs72kxbbl6pjxwao6dlz5ricgjjtkabeaauu7law2neowahr2y5bj2-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-e2eic7blxn522t5rz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412032","name":"webapp-quick2ds6475bcrmn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412032,"deletedTimestamp":"2018-10-25T05:06:31.5517048","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgl2bx35asymnklsddxwtmmwmndfwyj4mnj3ab2jijv35fhem74x3eme2uvrzbnmspw","webSpace":"clitest.rgl2bx35asymnklsddxwtmmwmndfwyj4mnj3ab2jijv35fhem74x3eme2uvrzbnmspw-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick2ds6475bcrmn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412034","name":"webapp-quickzgvff2gfms76","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412034,"deletedTimestamp":"2018-10-25T05:06:34.0717466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6c6qicrh6qulal3wgrohycdq46wyqh66rss7orymjtwify5c46gkcaiw5bolk7nsv","webSpace":"clitest.rg6c6qicrh6qulal3wgrohycdq46wyqh66rss7orymjtwify5c46gkcaiw5bolk7nsv-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickzgvff2gfms76","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412035","name":"webapp-config-testtv4szwp7qkzsp7q5kdq5wp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412035,"deletedTimestamp":"2018-10-25T05:06:37.0445335","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config2ep63wrplvepohh2xxb5ytbvj5zgic2vc2ykoec2qhrztggqzf3nf","webSpace":"cli_test_webapp_config2ep63wrplvepohh2xxb5ytbvj5zgic2vc2ykoec2qhrztggqzf3nf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-config-testtv4szwp7qkzsp7q5kdq5wp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412039","name":"web-msingidwhyc2f5wz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412039,"deletedTimestamp":"2018-10-25T05:06:41.0058445","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghod2yk6dwhtyxscu77xzokpilm4stsen2lw6hio2nkwfh4juot7iee7i73hmzdsxa","webSpace":"clitest.rghod2yk6dwhtyxscu77xzokpilm4stsen2lw6hio2nkwfh4juot7iee7i73hmzdsxa-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-msingidwhyc2f5wz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412040","name":"func-e2esutwtgrf2a4uxsz4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412040,"deletedTimestamp":"2018-10-25T05:06:44.4866591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5ggenrvk5yblgjzfdicpo2z7agh6ejr6wfy7rplxvyqwppqfz3zqz7gnzxuh24koj","webSpace":"clitest.rg5ggenrvk5yblgjzfdicpo2z7agh6ejr6wfy7rplxvyqwppqfz3zqz7gnzxuh24koj-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2esutwtgrf2a4uxsz4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412044","name":"webappacrtest5frlr2zok75","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412044,"deletedTimestamp":"2018-10-25T05:06:50.6579479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga4npeok46e5ynjn5zxdab7yunxe6xhs46rsvj36ve4vl7ywqfjvhpkqez26i7u6ud","webSpace":"clitest.rga4npeok46e5ynjn5zxdab7yunxe6xhs46rsvj36ve4vl7ywqfjvhpkqez26i7u6ud-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtest5frlr2zok75","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412046","name":"slot-traffic-webyywhkpbp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412046,"deletedTimestamp":"2018-10-25T05:06:59.1179321","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzdelvjy6oh42mnz7gz7yhv6xvbhavhi6cdcwtnfkb4xbykdcdrcvqgzaryj4kxf3w","webSpace":"clitest.rgzdelvjy6oh42mnz7gz7yhv6xvbhavhi6cdcwtnfkb4xbykdcdrcvqgzaryj4kxf3w-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webyywhkpbp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412047","name":"slot-traffic-webyywhkpbp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412047,"deletedTimestamp":"2018-10-25T05:06:59.2428892","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzdelvjy6oh42mnz7gz7yhv6xvbhavhi6cdcwtnfkb4xbykdcdrcvqgzaryj4kxf3w","webSpace":"clitest.rgzdelvjy6oh42mnz7gz7yhv6xvbhavhi6cdcwtnfkb4xbykdcdrcvqgzaryj4kxf3w-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webyywhkpbp","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412051","name":"webapp-linux-multiqiknaf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412051,"deletedTimestamp":"2018-10-25T05:07:02.9321574","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzyrfbelk7rtxqyuyfnsnb3yhysdybjoivccitsauofnnpclfaxvchqgxgdliotihv","webSpace":"clitest.rgzyrfbelk7rtxqyuyfnsnb3yhysdybjoivccitsauofnnpclfaxvchqgxgdliotihv-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multiqiknaf","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412058","name":"webapp-update-testc43csbifd2xthql4nzofgr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412058,"deletedTimestamp":"2018-10-25T05:07:17.1084126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatehkhbkycpqygn4iess5jikfracphis7lqxug7cbglqbobmorrtxz6x","webSpace":"cli_test_webapp_updatehkhbkycpqygn4iess5jikfracphis7lqxug7cbglqbobmorrtxz6x-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testc43csbifd2xthql4nzofgr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412059","name":"webapp-update-testc43csbifd2xthql4nzofgr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412059,"deletedTimestamp":"2018-10-25T05:07:17.1396692","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatehkhbkycpqygn4iess5jikfracphis7lqxug7cbglqbobmorrtxz6x","webSpace":"cli_test_webapp_updatehkhbkycpqygn4iess5jikfracphis7lqxug7cbglqbobmorrtxz6x-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testc43csbifd2xthql4nzofgr","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412061","name":"webapp-hyperv-e2e6lj3efg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412061,"deletedTimestamp":"2018-10-25T05:07:20.0590130","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpkdkpnviofspri2pvdpltigfrdbiazlvrful7fcn7gn4adqwzgzcri6wasuvnq3vk","webSpace":"clitest.rgpkdkpnviofspri2pvdpltigfrdbiazlvrful7fcn7gn4adqwzgzcri6wasuvnq3vk-WestUSwebspace","stamp":"waws-prod-bay-099","deletedSiteName":"webapp-hyperv-e2e6lj3efg","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412062","name":"func-e2elzpzsofga2pbikdo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412062,"deletedTimestamp":"2018-10-25T05:07:21.3574841","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5ggenrvk5yblgjzfdicpo2z7agh6ejr6wfy7rplxvyqwppqfz3zqz7gnzxuh24koj","webSpace":"clitest.rg5ggenrvk5yblgjzfdicpo2z7agh6ejr6wfy7rplxvyqwppqfz3zqz7gnzxuh24koj-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2elzpzsofga2pbikdo","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412068","name":"webapp-linuxq52a4k6ak2e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412068,"deletedTimestamp":"2018-10-25T05:07:32.3418707","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk34qg3autetwklljfesprclyz34j3nzjl6yb6dcqf45dymfr3zfgb3ooi5g5lpd77","webSpace":"clitest.rgk34qg3autetwklljfesprclyz34j3nzjl6yb6dcqf45dymfr3zfgb3ooi5g5lpd77-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxq52a4k6ak2e5","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412069","name":"webapp-zipDeploy-testnbwbiwv4cqwdr5mfc4w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412069,"deletedTimestamp":"2018-10-25T05:07:33.6228241","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployopcykktmjp3ya5zgs3du3pkrjdghc2crgif2um6qv7cpbsev66","webSpace":"cli_test_webapp_zipDeployopcykktmjp3ya5zgs3du3pkrjdghc2crgif2um6qv7cpbsev66-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-zipDeploy-testnbwbiwv4cqwdr5mfc4w","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412070","name":"webapp-win-logqtevbyhlop","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412070,"deletedTimestamp":"2018-10-25T05:07:36.0799921","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs6o7hv7rr5qf5b2rzddmevlnls6bxw7d5rpfe7dcx4avvl3amscmkj4kciaaatbxx","webSpace":"clitest.rgs6o7hv7rr5qf5b2rzddmevlnls6bxw7d5rpfe7dcx4avvl3amscmkj4kciaaatbxx-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-logqtevbyhlop","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412071","name":"web-git-test2d2zkpcfph45","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412071,"deletedTimestamp":"2018-10-25T05:07:37.6112257","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiohd5spj4fa47452ra7fulvcfkfqr4hwa7463wfjk66rvftjdj37tyxdt4bulbpow","webSpace":"clitest.rgiohd5spj4fa47452ra7fulvcfkfqr4hwa7463wfjk66rvftjdj37tyxdt4bulbpow-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test2d2zkpcfph45","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412081","name":"slot-swap-webc3x2wedhraq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412081,"deletedTimestamp":"2018-10-25T05:07:54.4396424","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi5zfl4ugmrlequvlispnyfivfmpil6f2lc7zs2to46lqph6m2s6mkyewossqaeprr","webSpace":"clitest.rgi5zfl4ugmrlequvlispnyfivfmpil6f2lc7zs2to46lqph6m2s6mkyewossqaeprr-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-swap-webc3x2wedhraq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412082","name":"slot-swap-webc3x2wedhraq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412082,"deletedTimestamp":"2018-10-25T05:07:54.4708952","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi5zfl4ugmrlequvlispnyfivfmpil6f2lc7zs2to46lqph6m2s6mkyewossqaeprr","webSpace":"clitest.rgi5zfl4ugmrlequvlispnyfivfmpil6f2lc7zs2to46lqph6m2s6mkyewossqaeprr-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-swap-webc3x2wedhraq","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412088","name":"webapp-quick-cdhlbht5qrv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412088,"deletedTimestamp":"2018-10-25T05:08:21.7814903","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3bhcnvcwlola46rvms2exkbjyo72qrc4qced3l25vh3yu2ghbofuymufimk3h6k5m","webSpace":"clitest.rg3bhcnvcwlola46rvms2exkbjyo72qrc4qced3l25vh3yu2ghbofuymufimk3h6k5m-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick-cdhlbht5qrv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412112","name":"webapp-quick-linuxiabxer","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412112,"deletedTimestamp":"2018-10-25T05:10:05.3877604","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga6e5v7efjinro3hnqlapz5mmxlfuobxrn7bvc5dskzumq4gyt3ls64md7bsi5ypzu","webSpace":"clitest.rga6e5v7efjinro3hnqlapz5mmxlfuobxrn7bvc5dskzumq4gyt3ls64md7bsi5ypzu-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxiabxer","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412116","name":"webapp-linux-logfkekaeqy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412116,"deletedTimestamp":"2018-10-25T05:10:11.3853399","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgx5oocet676yoxgd3ebhfat4khs4ycc5avbjlovbn5olpweuwunxgq6ip3v3o77qgt","webSpace":"clitest.rgx5oocet676yoxgd3ebhfat4khs4ycc5avbjlovbn5olpweuwunxgq6ip3v3o77qgt-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-logfkekaeqy","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412118","name":"slot-test-webru54lv3a2xz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412118,"deletedTimestamp":"2018-10-25T05:10:17.0965017","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkehi2o62titudanxcarxgtuygau7fbjrukeuiemgfozvpypuvmooskwzh3ma635r6","webSpace":"clitest.rgkehi2o62titudanxcarxgtuygau7fbjrukeuiemgfozvpypuvmooskwzh3ma635r6-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-test-webru54lv3a2xz","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412119","name":"slot-test-webru54lv3a2xz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412119,"deletedTimestamp":"2018-10-25T05:10:18.7009762","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkehi2o62titudanxcarxgtuygau7fbjrukeuiemgfozvpypuvmooskwzh3ma635r6","webSpace":"clitest.rgkehi2o62titudanxcarxgtuygau7fbjrukeuiemgfozvpypuvmooskwzh3ma635r6-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-test-webru54lv3a2xz","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412124","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412124,"deletedTimestamp":"2018-10-25T05:10:39.5217450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnw7c53msko7v3s4todkwuqpjbxk3zihb4nnqoehqys64ipz522l5ndm7ypk3tt3ff","webSpace":"clitest.rgnw7c53msko7v3s4todkwuqpjbxk3zihb4nnqoehqys64ipz522l5ndm7ypk3tt3ff-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412129","name":"slot-test-webru54lv3a2xz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412129,"deletedTimestamp":"2018-10-25T05:10:58.0381879","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkehi2o62titudanxcarxgtuygau7fbjrukeuiemgfozvpypuvmooskwzh3ma635r6","webSpace":"clitest.rgkehi2o62titudanxcarxgtuygau7fbjrukeuiemgfozvpypuvmooskwzh3ma635r6-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-test-webru54lv3a2xz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412147","name":"undelete-webdbcl576awgn7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412147,"deletedTimestamp":"2018-10-25T05:12:07.7672225","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjznc7pnqo6tzjvcmk254zjxtzwy37n52uykvfkzt237qf4rnlsosbv35gp7cwaeup","webSpace":"clitest.rgjznc7pnqo6tzjvcmk254zjxtzwy37n52uykvfkzt237qf4rnlsosbv35gp7cwaeup-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"undelete-webdbcl576awgn7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412180","name":"clicwuir7kxijcgwnhr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412180,"deletedTimestamp":"2018-10-25T05:14:31.1591782","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3h6v3pg5ih","webSpace":"clitest.rg3h6v3pg5ih-CentralUSwebspace","stamp":"waws-prod-dm1-039","deletedSiteName":"clicwuir7kxijcgwnhr","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19412756","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19412756,"deletedTimestamp":"2018-10-25T05:45:59.8958791","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_creater6zc7ydxqthbr4ghgvhc4uqa6523lwvkeu7qgz25rw55hyw4xyk","webSpace":"cli_test_resource_creater6zc7ydxqthbr4ghgvhc4uqa6523lwvkeu7qgz25rw55hyw4xyk-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417708","name":"webapp1-46f87120c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417708,"deletedTimestamp":"2018-10-25T09:37:06.5168774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_30964263caa7","webSpace":"rg1nemv_30964263caa7-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-46f87120c1","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417727","name":"webapp3-5f10629672","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417727,"deletedTimestamp":"2018-10-25T09:37:46.5093245","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_30964263caa7","webSpace":"rg1nemv_30964263caa7-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp3-5f10629672","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417746","name":"webapp2-09d427857b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417746,"deletedTimestamp":"2018-10-25T09:38:27.9394792","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f9020788976a","webSpace":"rgnemv_f9020788976a-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-09d427857b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417747","name":"webapp1-85c6262305","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417747,"deletedTimestamp":"2018-10-25T09:38:28.4690400","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_72940940211c","webSpace":"rg1nemv_72940940211c-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-85c6262305","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417749","name":"webapp1-a2c10677bd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417749,"deletedTimestamp":"2018-10-25T09:38:29.4311042","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f9020788976a","webSpace":"rgnemv_f9020788976a-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-a2c10677bd","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417762","name":"webapp3-e9958724ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417762,"deletedTimestamp":"2018-10-25T09:39:02.4057323","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_72940940211c","webSpace":"rg1nemv_72940940211c-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-e9958724ff","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417776","name":"webapp1-9ad773135b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417776,"deletedTimestamp":"2018-10-25T09:39:20.1970773","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_42a74926d26e","webSpace":"rgnemv_42a74926d26e-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-9ad773135b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417780","name":"webapp2-dd664220b4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417780,"deletedTimestamp":"2018-10-25T09:39:24.8664886","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_42a74926d26e","webSpace":"rgnemv_42a74926d26e-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-dd664220b4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417782","name":"webapp2-31128302dc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417782,"deletedTimestamp":"2018-10-25T09:39:28.8241482","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_30964263caa7","webSpace":"rg1nemv_30964263caa7-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp2-31128302dc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417789","name":"webapp1-5a410395a3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417789,"deletedTimestamp":"2018-10-25T09:39:40.0412027","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_457786216d9e","webSpace":"rg1nemv_457786216d9e-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-5a410395a3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417790","name":"webapp1-bff312006b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417790,"deletedTimestamp":"2018-10-25T09:39:41.3344873","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_32250233ced6","webSpace":"rg1nemv_32250233ced6-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-bff312006b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417795","name":"webapp1-e1398394a2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417795,"deletedTimestamp":"2018-10-25T09:39:50.6479035","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a73471756724","webSpace":"rg1nemv_a73471756724-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-e1398394a2","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417809","name":"webapp3-52919736c2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417809,"deletedTimestamp":"2018-10-25T09:40:28.9682631","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a73471756724","webSpace":"rg1nemv_a73471756724-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp3-52919736c2","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417811","name":"webapp1-4409539979","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417811,"deletedTimestamp":"2018-10-25T09:40:31.7964389","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_5b5677474142","webSpace":"rg1nemv_5b5677474142-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"webapp1-4409539979","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417814","name":"webapp1-88253781cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417814,"deletedTimestamp":"2018-10-25T09:40:46.3420660","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_f5e53220657d","webSpace":"rg1nemv_f5e53220657d-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-88253781cc","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417816","name":"webapp2-9e727487f3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417816,"deletedTimestamp":"2018-10-25T09:40:53.5752227","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_72940940211c","webSpace":"rg1nemv_72940940211c-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-9e727487f3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417853","name":"webapp2-c0319957ed","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417853,"deletedTimestamp":"2018-10-25T09:42:10.4135873","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a73471756724","webSpace":"rg1nemv_a73471756724-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp2-c0319957ed","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417930","name":"webapp3-d9c94616c9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417930,"deletedTimestamp":"2018-10-25T09:45:47.1341713","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0c7389967e4d","webSpace":"rg1nemv_0c7389967e4d-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp3-d9c94616c9","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417931","name":"webapp2-1a0844719c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417931,"deletedTimestamp":"2018-10-25T09:45:48.5428448","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0c7389967e4d","webSpace":"rg1nemv_0c7389967e4d-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp2-1a0844719c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417932","name":"webapp1-212643156b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417932,"deletedTimestamp":"2018-10-25T09:45:52.3825401","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0c7389967e4d","webSpace":"rg1nemv_0c7389967e4d-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp1-212643156b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417961","name":"webapp2-c28524034c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417961,"deletedTimestamp":"2018-10-25T09:46:47.9819715","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2f180946cfdd","webSpace":"rgnemv_2f180946cfdd-WestUSwebspace","stamp":"waws-prod-bay-047","deletedSiteName":"webapp2-c28524034c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19417963","name":"webapp1-6ac93851be","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19417963,"deletedTimestamp":"2018-10-25T09:46:53.2872387","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2f180946cfdd","webSpace":"rgnemv_2f180946cfdd-WestUSwebspace","stamp":"waws-prod-bay-047","deletedSiteName":"webapp1-6ac93851be","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418096","name":"webapp1-ae022345ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418096,"deletedTimestamp":"2018-10-25T09:53:08.7453756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_959388689bde","webSpace":"rg1nemv_959388689bde-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-ae022345ef","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418097","name":"webapp1-ae022345ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418097,"deletedTimestamp":"2018-10-25T09:53:08.7922540","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_959388689bde","webSpace":"rg1nemv_959388689bde-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-ae022345ef","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418098","name":"webapp2-52a0272588","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418098,"deletedTimestamp":"2018-10-25T09:53:11.2946157","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_959388689bde","webSpace":"rg1nemv_959388689bde-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-52a0272588","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418099","name":"webapp2-52a0272588","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418099,"deletedTimestamp":"2018-10-25T09:53:11.3258686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_959388689bde","webSpace":"rg1nemv_959388689bde-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-52a0272588","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418102","name":"webapp3-d188324595","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418102,"deletedTimestamp":"2018-10-25T09:53:17.8288319","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_959388689bde","webSpace":"rg1nemv_959388689bde-EastAsiawebspace","stamp":"waws-prod-hk1-003","deletedSiteName":"webapp3-d188324595","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418103","name":"webapp3-d188324595","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418103,"deletedTimestamp":"2018-10-25T09:53:17.8757098","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_959388689bde","webSpace":"rg1nemv_959388689bde-EastAsiawebspace","stamp":"waws-prod-hk1-003","deletedSiteName":"webapp3-d188324595","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418359","name":"webapp1-2fe166916c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418359,"deletedTimestamp":"2018-10-25T10:06:40.0206570","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_1df437274977e","webSpace":"rgcdn_1df437274977e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-2fe166916c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418361","name":"webapp6-9db7862536","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418361,"deletedTimestamp":"2018-10-25T10:06:43.8153994","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_1df437274977e","webSpace":"rgcdn_1df437274977e-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-9db7862536","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418362","name":"webapp3-33545990c5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418362,"deletedTimestamp":"2018-10-25T10:06:48.0707418","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_1df437274977e","webSpace":"rgcdn_1df437274977e-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp3-33545990c5","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418364","name":"webapp4-3727985652","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418364,"deletedTimestamp":"2018-10-25T10:06:50.1423959","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_1df437274977e","webSpace":"rgcdn_1df437274977e-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-3727985652","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418366","name":"webapp5-6b631240f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418366,"deletedTimestamp":"2018-10-25T10:06:55.3910902","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_1df437274977e","webSpace":"rgcdn_1df437274977e-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-6b631240f5","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418368","name":"webapp2-e74816977e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418368,"deletedTimestamp":"2018-10-25T10:06:57.8436274","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_1df437274977e","webSpace":"rgcdn_1df437274977e-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-e74816977e","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19418928","name":"mytestscalewebapp4ae65975","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19418928,"deletedTimestamp":"2018-10-25T10:35:57.5495587","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor47678","webSpace":"rgmonitor47678-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"mytestscalewebapp4ae65975","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419034","name":"java-webapp-89775c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419034,"deletedTimestamp":"2018-10-25T10:39:54.3094130","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5f2020726","webSpace":"javacsmrg5f2020726-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-89775c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419035","name":"java-webapp-620720","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419035,"deletedTimestamp":"2018-10-25T10:39:56.3558502","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg77d97734d","webSpace":"javacsmrg77d97734d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-620720","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419036","name":"JAVAwebapp-32d24383d4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419036,"deletedTimestamp":"2018-10-25T10:39:58.2769115","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga03058365","webSpace":"javacsmrga03058365-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"JAVAwebapp-32d24383d4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419037","name":"java-webapp-343341","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419037,"deletedTimestamp":"2018-10-25T10:39:58.8228390","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg59f953101","webSpace":"javacsmrg59f953101-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-343341","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419038","name":"java-webapp-343341","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419038,"deletedTimestamp":"2018-10-25T10:39:58.8697150","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg59f953101","webSpace":"javacsmrg59f953101-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-343341","slot":"java-slot-159264799","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419039","name":"java-webapp-343341","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419039,"deletedTimestamp":"2018-10-25T10:39:58.9009821","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg59f953101","webSpace":"javacsmrg59f953101-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-343341","slot":"java-slot-82a813694","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419040","name":"java-webapp-343341","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419040,"deletedTimestamp":"2018-10-25T10:39:58.9478642","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg59f953101","webSpace":"javacsmrg59f953101-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-343341","slot":"java-slot-559451639","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419042","name":"JAVAwebapp-1e2096563a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419042,"deletedTimestamp":"2018-10-25T10:40:00.9940213","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga1e576981","webSpace":"javacsmrga1e576981-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"JAVAwebapp-1e2096563a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419241","name":"wnrsatd4d763742bfd6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419241,"deletedTimestamp":"2018-10-25T10:50:01.9952540","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat1e846735e9b7f","webSpace":"rgrsat1e846735e9b7f-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"wnrsatd4d763742bfd6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19419276","name":"wnrsat65921538f9aeb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19419276,"deletedTimestamp":"2018-10-25T10:52:14.3790258","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap8b7682746ed09","webSpace":"rgrsap8b7682746ed09-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsat65921538f9aeb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421059","name":"java-webapp-7503","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421059,"deletedTimestamp":"2018-10-25T12:12:48.0796084","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9869","webSpace":"javacsmrg9869-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-7503","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421060","name":"java-webapp-7503","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421060,"deletedTimestamp":"2018-10-25T12:12:48.1264614","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9869","webSpace":"javacsmrg9869-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-7503","slot":"java-slot-5637","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421061","name":"java-webapp-7503","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421061,"deletedTimestamp":"2018-10-25T12:12:48.1577141","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9869","webSpace":"javacsmrg9869-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-7503","slot":"java-slot-3536","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421062","name":"java-webapp-7503","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421062,"deletedTimestamp":"2018-10-25T12:12:48.1889637","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9869","webSpace":"javacsmrg9869-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-7503","slot":"java-slot-477","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421081","name":"java-webapp-5930","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421081,"deletedTimestamp":"2018-10-25T12:13:09.0377539","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2608","webSpace":"javacsmrg2608-WestUSwebspace","stamp":"waws-prod-bay-047","deletedSiteName":"java-webapp-5930","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421144","name":"IAmAFuncitonNameThatIsLonger3908","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421144,"deletedTimestamp":"2018-10-25T12:14:37.3822888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg822","webSpace":"javacsmrg822-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"IAmAFuncitonNameThatIsLonger3908","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421255","name":"java-webapp-3579","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421255,"deletedTimestamp":"2018-10-25T12:16:39.4937804","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4621","webSpace":"javacsmrg4621-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-3579","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421256","name":"java-webapp-3579","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421256,"deletedTimestamp":"2018-10-25T12:16:39.5250669","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4621","webSpace":"javacsmrg4621-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-3579","slot":"java-slot-9633","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421257","name":"java-webapp-3579","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421257,"deletedTimestamp":"2018-10-25T12:16:39.5562500","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4621","webSpace":"javacsmrg4621-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-3579","slot":"java-slot-2437","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421258","name":"java-webapp-3579","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421258,"deletedTimestamp":"2018-10-25T12:16:39.5875212","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4621","webSpace":"javacsmrg4621-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-3579","slot":"java-slot-2349","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421494","name":"java-webapp-5777","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421494,"deletedTimestamp":"2018-10-25T12:22:27.8744657","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4269","webSpace":"javacsmrg4269-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-5777","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421501","name":"java-webapp-30","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421501,"deletedTimestamp":"2018-10-25T12:22:38.3456911","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4690","webSpace":"javacsmrg4690-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-30","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421527","name":"java-webapp-5263","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421527,"deletedTimestamp":"2018-10-25T12:23:26.6155969","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1485","webSpace":"javacsmrg1485-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-5263","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421536","name":"java-webapp-8927","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421536,"deletedTimestamp":"2018-10-25T12:24:01.1624987","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4076","webSpace":"javacsmrg4076-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-8927","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421566","name":"java-webapp-593","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421566,"deletedTimestamp":"2018-10-25T12:25:15.9451489","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1647","webSpace":"javacsmrg1647-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-593","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421574","name":"java-webapp-6184","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421574,"deletedTimestamp":"2018-10-25T12:25:31.2606078","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8196","webSpace":"javacsmrg8196-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"java-webapp-6184","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421584","name":"java-webapp-2685","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421584,"deletedTimestamp":"2018-10-25T12:25:51.5161408","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6055","webSpace":"javacsmrg6055-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-2685","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421594","name":"java-webapp-2169","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421594,"deletedTimestamp":"2018-10-25T12:26:14.7037260","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4325","webSpace":"javacsmrg4325-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-2169","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19421989","name":"rgweb9601","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19421989,"deletedTimestamp":"2018-10-25T12:43:44.8226331","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg5827","webSpace":"csmrg5827-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"rgweb9601","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19423299","name":"java-webapp-3808","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19423299,"deletedTimestamp":"2018-10-25T13:29:50.0449018","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7820","webSpace":"javacsmrg7820-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-3808","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19423300","name":"java-webapp-8977","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19423300,"deletedTimestamp":"2018-10-25T13:29:51.7744760","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2608","webSpace":"javacsmrg2608-WestUSwebspace","stamp":"waws-prod-bay-047","deletedSiteName":"java-webapp-8977","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19423661","name":"java-webapp-4777","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19423661,"deletedTimestamp":"2018-10-25T13:40:43.3541252","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4076","webSpace":"javacsmrg4076-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-4777","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19423692","name":"java-webapp-3279","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19423692,"deletedTimestamp":"2018-10-25T13:42:20.9695752","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8196","webSpace":"javacsmrg8196-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"java-webapp-3279","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424471","name":"webapp1-66e24897aa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424471,"deletedTimestamp":"2018-10-25T14:07:27.6689997","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_628899335b91","webSpace":"rgnemv_628899335b91-EastUS2webspace","stamp":"waws-prod-bn1-021","deletedSiteName":"webapp1-66e24897aa","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424472","name":"webapp2-847418604e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424472,"deletedTimestamp":"2018-10-25T14:07:30.0366112","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_628899335b91","webSpace":"rgnemv_628899335b91-EastUS2webspace","stamp":"waws-prod-bn1-021","deletedSiteName":"webapp2-847418604e","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424479","name":"webapp2-6d412890f7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424479,"deletedTimestamp":"2018-10-25T14:07:47.1929188","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_55d69252db88","webSpace":"rgnemv_55d69252db88-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-6d412890f7","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424481","name":"webapp1-f71171178c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424481,"deletedTimestamp":"2018-10-25T14:07:49.7170412","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_55d69252db88","webSpace":"rgnemv_55d69252db88-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-f71171178c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424495","name":"webapp1-1771283010","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424495,"deletedTimestamp":"2018-10-25T14:08:26.6721512","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_28c7005983b7","webSpace":"rg1nemv_28c7005983b7-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-1771283010","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424505","name":"webapp1-52d5270648","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424505,"deletedTimestamp":"2018-10-25T14:08:48.6298198","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d93461236e2d","webSpace":"rg1nemv_d93461236e2d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-52d5270648","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424507","name":"webapp2-a7c710490b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424507,"deletedTimestamp":"2018-10-25T14:08:55.0624161","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_25373626077f","webSpace":"rgnemv_25373626077f-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-a7c710490b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424509","name":"webapp1-5b80608308","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424509,"deletedTimestamp":"2018-10-25T14:08:56.8234319","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_25373626077f","webSpace":"rgnemv_25373626077f-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-5b80608308","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424510","name":"webapp3-5009861413","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424510,"deletedTimestamp":"2018-10-25T14:09:04.0343125","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_28c7005983b7","webSpace":"rg1nemv_28c7005983b7-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-5009861413","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424511","name":"webapp2-9f13826590","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424511,"deletedTimestamp":"2018-10-25T14:09:06.0167571","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_28c7005983b7","webSpace":"rg1nemv_28c7005983b7-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-9f13826590","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424521","name":"webapp3-231320838e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424521,"deletedTimestamp":"2018-10-25T14:09:27.0643966","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d93461236e2d","webSpace":"rg1nemv_d93461236e2d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-231320838e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424522","name":"webapp2-3387737929","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424522,"deletedTimestamp":"2018-10-25T14:09:29.0850967","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d93461236e2d","webSpace":"rg1nemv_d93461236e2d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-3387737929","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424537","name":"webapp1-bbc44340ea","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424537,"deletedTimestamp":"2018-10-25T14:10:11.7649071","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_afb12897c8fb","webSpace":"rg1nemv_afb12897c8fb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-bbc44340ea","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424538","name":"webapp2-c7e5595561","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424538,"deletedTimestamp":"2018-10-25T14:10:13.7892907","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f449856176db","webSpace":"rgnemv_f449856176db-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-c7e5595561","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424539","name":"webapp1-9356850385","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424539,"deletedTimestamp":"2018-10-25T14:10:18.2480871","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f449856176db","webSpace":"rgnemv_f449856176db-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-9356850385","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424546","name":"webapp1-52646688b4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424546,"deletedTimestamp":"2018-10-25T14:10:38.3336706","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1b52271578ae","webSpace":"rgnemv_1b52271578ae-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp1-52646688b4","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424547","name":"webapp2-91f7711813","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424547,"deletedTimestamp":"2018-10-25T14:10:39.6516671","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1b52271578ae","webSpace":"rgnemv_1b52271578ae-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp2-91f7711813","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424553","name":"webapp3-91153591d7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424553,"deletedTimestamp":"2018-10-25T14:10:50.8092947","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_afb12897c8fb","webSpace":"rg1nemv_afb12897c8fb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-91153591d7","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424557","name":"webapp2-ac930089e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424557,"deletedTimestamp":"2018-10-25T14:10:55.3204826","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_afb12897c8fb","webSpace":"rg1nemv_afb12897c8fb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-ac930089e4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424561","name":"webapp2-5f095749f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424561,"deletedTimestamp":"2018-10-25T14:11:00.3611088","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_69b002309757","webSpace":"rgnemv_69b002309757-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-5f095749f9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424562","name":"webapp1-eae10514b2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424562,"deletedTimestamp":"2018-10-25T14:11:01.9618672","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_69b002309757","webSpace":"rgnemv_69b002309757-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-eae10514b2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424636","name":"webapp6-d4892223d0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424636,"deletedTimestamp":"2018-10-25T14:13:43.1362543","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0f841837fa0f13bc9","webSpace":"rgc0f841837fa0f13bc9-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-d4892223d0","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424639","name":"webapp1-d0c53193b5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424639,"deletedTimestamp":"2018-10-25T14:13:48.4763996","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0f841837fa0f13bc9","webSpace":"rgc0f841837fa0f13bc9-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-d0c53193b5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424640","name":"webapp5-9b5762027e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424640,"deletedTimestamp":"2018-10-25T14:13:51.2057879","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0f841837fa0f13bc9","webSpace":"rgc0f841837fa0f13bc9-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-9b5762027e","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424645","name":"webapp4-e902438238","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424645,"deletedTimestamp":"2018-10-25T14:13:57.3598793","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0f841837fa0f13bc9","webSpace":"rgc0f841837fa0f13bc9-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-e902438238","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424646","name":"webapp3-2bc606985e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424646,"deletedTimestamp":"2018-10-25T14:13:59.7006336","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0f841837fa0f13bc9","webSpace":"rgc0f841837fa0f13bc9-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp3-2bc606985e","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424648","name":"webapp2-2443365010","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424648,"deletedTimestamp":"2018-10-25T14:14:06.2236686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0f841837fa0f13bc9","webSpace":"rgc0f841837fa0f13bc9-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-2443365010","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424732","name":"webapp2-3e36479514","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424732,"deletedTimestamp":"2018-10-25T14:18:42.9383987","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg01d4186641f26bd","webSpace":"rg01d4186641f26bd-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-3e36479514","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424733","name":"webapp2-3e36479514","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424733,"deletedTimestamp":"2018-10-25T14:18:42.9696441","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg01d4186641f26bd","webSpace":"rg01d4186641f26bd-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-3e36479514","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424740","name":"webapp3-5d98473516","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424740,"deletedTimestamp":"2018-10-25T14:18:51.7924845","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg01d4186641f26bd","webSpace":"rg01d4186641f26bd-EastAsiawebspace","stamp":"waws-prod-hk1-001","deletedSiteName":"webapp3-5d98473516","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424741","name":"webapp3-5d98473516","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424741,"deletedTimestamp":"2018-10-25T14:18:51.8237590","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg01d4186641f26bd","webSpace":"rg01d4186641f26bd-EastAsiawebspace","stamp":"waws-prod-hk1-001","deletedSiteName":"webapp3-5d98473516","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424747","name":"webapp1-b215843151","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424747,"deletedTimestamp":"2018-10-25T14:18:57.5659254","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg01d4186641f26bd","webSpace":"rg01d4186641f26bd-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-b215843151","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19424748","name":"webapp1-b215843151","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19424748,"deletedTimestamp":"2018-10-25T14:18:57.5971551","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg01d4186641f26bd","webSpace":"rg01d4186641f26bd-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-b215843151","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425033","name":"webapp2-f9428682ac","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425033,"deletedTimestamp":"2018-10-25T14:28:34.6204352","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd24547631ede708","webSpace":"rgd24547631ede708-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-f9428682ac","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425034","name":"webapp2-f9428682ac","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425034,"deletedTimestamp":"2018-10-25T14:28:34.6516567","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd24547631ede708","webSpace":"rgd24547631ede708-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-f9428682ac","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425035","name":"webapp3-5ce4438764","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425035,"deletedTimestamp":"2018-10-25T14:28:38.4494691","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd24547631ede708","webSpace":"rgd24547631ede708-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-5ce4438764","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425036","name":"webapp3-5ce4438764","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425036,"deletedTimestamp":"2018-10-25T14:28:38.4807470","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd24547631ede708","webSpace":"rgd24547631ede708-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-5ce4438764","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425043","name":"webapp1-9d087076c2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425043,"deletedTimestamp":"2018-10-25T14:28:45.4971530","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd24547631ede708","webSpace":"rgd24547631ede708-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-9d087076c2","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425044","name":"webapp1-9d087076c2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425044,"deletedTimestamp":"2018-10-25T14:28:45.5283978","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd24547631ede708","webSpace":"rgd24547631ede708-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-9d087076c2","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425222","name":"webapp3-4131340373","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425222,"deletedTimestamp":"2018-10-25T14:34:18.9073551","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg965379513bc76e4436","webSpace":"rg965379513bc76e4436-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp3-4131340373","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425230","name":"webapp5-e413176865","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425230,"deletedTimestamp":"2018-10-25T14:34:24.7890094","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg965379513bc76e4436","webSpace":"rg965379513bc76e4436-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-e413176865","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425237","name":"webapp4-e0252909e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425237,"deletedTimestamp":"2018-10-25T14:34:26.8750205","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg965379513bc76e4436","webSpace":"rg965379513bc76e4436-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-e0252909e5","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425240","name":"webapp2-4b6380469c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425240,"deletedTimestamp":"2018-10-25T14:34:29.9028026","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg965379513bc76e4436","webSpace":"rg965379513bc76e4436-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-4b6380469c","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425245","name":"webapp6-a4108785d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425245,"deletedTimestamp":"2018-10-25T14:34:34.1660268","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg965379513bc76e4436","webSpace":"rg965379513bc76e4436-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-a4108785d3","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425250","name":"webapp1-802895582f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425250,"deletedTimestamp":"2018-10-25T14:34:36.2535056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg965379513bc76e4436","webSpace":"rg965379513bc76e4436-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-802895582f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425265","name":"wnrsat413985347afeb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425265,"deletedTimestamp":"2018-10-25T14:35:02.2585899","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat52857377f34e5","webSpace":"rgrsat52857377f34e5-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsat413985347afeb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19425526","name":"mytestscalewebapp0777630218","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19425526,"deletedTimestamp":"2018-10-25T14:43:29.1878804","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup9f992409501","webSpace":"myresourcegroup9f992409501-SouthCentralUSwebspace","stamp":"waws-prod-sn1-153","deletedSiteName":"mytestscalewebapp0777630218","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427488","name":"java-func-62643756c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427488,"deletedTimestamp":"2018-10-25T15:48:16.8309859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg898151166","webSpace":"javacsmrg898151166-WestUSwebspace","stamp":"waws-prod-bay-033","deletedSiteName":"java-func-62643756c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427489","name":"java-func-16a74082f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427489,"deletedTimestamp":"2018-10-25T15:48:17.3788339","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg74659779f","webSpace":"javacsmrg74659779f-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-func-16a74082f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427490","name":"java-func-42679685c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427490,"deletedTimestamp":"2018-10-25T15:48:19.5950119","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg898151166","webSpace":"javacsmrg898151166-WestUSwebspace","stamp":"waws-prod-bay-033","deletedSiteName":"java-func-42679685c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427528","name":"java-webapp-233608","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427528,"deletedTimestamp":"2018-10-25T15:49:08.2689938","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1eb097239","webSpace":"javacsmrg1eb097239-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-233608","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427533","name":"java-webapp-41758f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427533,"deletedTimestamp":"2018-10-25T15:49:19.1661621","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg22813206e","webSpace":"javacsmrg22813206e-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-41758f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427539","name":"java-webapp-678701","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427539,"deletedTimestamp":"2018-10-25T15:49:21.6607028","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg80c487193","webSpace":"javacsmrg80c487193-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-678701","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427542","name":"java-webapp-16651c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427542,"deletedTimestamp":"2018-10-25T15:49:28.8989300","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg80c487193","webSpace":"javacsmrg80c487193-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-16651c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427569","name":"java-webapp-404581","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427569,"deletedTimestamp":"2018-10-25T15:50:30.4522089","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd08304083","webSpace":"javacsmrgd08304083-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-404581","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427629","name":"java-webapp-182158","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427629,"deletedTimestamp":"2018-10-25T15:53:45.9183939","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0e028559f","webSpace":"javacsmrg0e028559f-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-182158","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427631","name":"java-webapp-34203b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427631,"deletedTimestamp":"2018-10-25T15:53:49.4732988","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0e028559f","webSpace":"javacsmrg0e028559f-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-34203b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19427989","name":"rsc2122030","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19427989,"deletedTimestamp":"2018-10-25T16:05:46.6481241","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc2122030","webSpace":"rgc2122030-SouthCentralUSwebspace","stamp":"waws-prod-sn1-141","deletedSiteName":"rsc2122030","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442145","name":"webptbds7pkoiqfcbjxlvh7p","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442145,"deletedTimestamp":"2018-10-26T05:08:30.3295001","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv6ntlrl5gxwr5j3vfssumqylsaehbmm6abvyyhvrpqtrp6qelhpxrdu5tn2weudrh","webSpace":"clitest.rgv6ntlrl5gxwr5j3vfssumqylsaehbmm6abvyyhvrpqtrp6qelhpxrdu5tn2weudrh-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webptbds7pkoiqfcbjxlvh7p","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442146","name":"web-del-testhufpeiypbliu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442146,"deletedTimestamp":"2018-10-26T05:08:37.5713113","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmcvy6jhqyik2xaxusbkiqcduyjclcngcekovqur3lwl4spoxbixadpdkbk5zb67ri","webSpace":"clitest.rgmcvy6jhqyik2xaxusbkiqcduyjclcngcekovqur3lwl4spoxbixadpdkbk5zb67ri-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"web-del-testhufpeiypbliu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442150","name":"functionapplinuxconsumptiong35tkeahy6fvh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442150,"deletedTimestamp":"2018-10-26T05:08:47.5864808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxiuwe77se4niz5irfyzctvfflnbqcqabmkpkynj4ole5yubm5m","webSpace":"azurecli-functionapp-linuxiuwe77se4niz5irfyzctvfflnbqcqabmkpkynj4ole5yubm5m-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptiong35tkeahy6fvh","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442154","name":"functionappconsumptionq7u4g4e4vplbeg4mup","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442154,"deletedTimestamp":"2018-10-26T05:08:55.5951048","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2e5via4spddq4v744m2uedc3zfe7h6sophnxbrjeh2lmuiqk73x","webSpace":"azurecli-functionapp-c-e2e5via4spddq4v744m2uedc3zfe7h6sophnxbrjeh2lmuiqk73x-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"functionappconsumptionq7u4g4e4vplbeg4mup","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442155","name":"functionapp-linuxvhpriec","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442155,"deletedTimestamp":"2018-10-26T05:08:57.3610482","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghdlrny7nznvvoutwj2sy76z3iwexgsfsr7klwy7mxjfytqhs2v6fqhfhr23uveaos","webSpace":"clitest.rghdlrny7nznvvoutwj2sy76z3iwexgsfsr7klwy7mxjfytqhs2v6fqhfhr23uveaos-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxvhpriec","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442156","name":"web-errormpnwbp2ugfbo4lz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442156,"deletedTimestamp":"2018-10-26T05:09:13.3870458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg37fma6ybm6twuy6lcozna2z4eep4p7vo5dswdc6j2dknbl4nziqujyipidl37fc2a","webSpace":"clitest.rg37fma6ybm6twuy6lcozna2z4eep4p7vo5dswdc6j2dknbl4nziqujyipidl37fc2a-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-errormpnwbp2ugfbo4lz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442157","name":"web-ssl-testg7nzery4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442157,"deletedTimestamp":"2018-10-26T05:09:24.8678100","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtp5uerbkg3ra22uai6ziunsmpcvzarhj2ay7dpp2vsve5bxoqlvp2arxihgvifhla","webSpace":"clitest.rgtp5uerbkg3ra22uai6ziunsmpcvzarhj2ay7dpp2vsve5bxoqlvp2arxihgvifhla-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"web-ssl-testg7nzery4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442159","name":"delete-me-webx4y65ydj5ha","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442159,"deletedTimestamp":"2018-10-26T05:09:25.3783562","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgeas6alkxutwcdbfve3ytmtinea2mkwijl3fu4cvk3qgyu7dtunsbxhlwzwbyyhlvi","webSpace":"clitest.rgeas6alkxutwcdbfve3ytmtinea2mkwijl3fu4cvk3qgyu7dtunsbxhlwzwbyyhlvi-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"delete-me-webx4y65ydj5ha","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442160","name":"slot-traffic-webd6zfjpgx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442160,"deletedTimestamp":"2018-10-26T05:09:26.1588415","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkl3h4vowqi7kjrbslzsrzuozm6f3g6d3ksizdnjivfzjbwjy4l4f3lbom4rmlwz7w","webSpace":"clitest.rgkl3h4vowqi7kjrbslzsrzuozm6f3g6d3ksizdnjivfzjbwjy4l4f3lbom4rmlwz7w-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webd6zfjpgx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442161","name":"slot-traffic-webd6zfjpgx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442161,"deletedTimestamp":"2018-10-26T05:09:26.1900901","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkl3h4vowqi7kjrbslzsrzuozm6f3g6d3ksizdnjivfzjbwjy4l4f3lbom4rmlwz7w","webSpace":"clitest.rgkl3h4vowqi7kjrbslzsrzuozm6f3g6d3ksizdnjivfzjbwjy4l4f3lbom4rmlwz7w-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webd6zfjpgx","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442162","name":"func-e2entpimgn4j4gaqdig","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442162,"deletedTimestamp":"2018-10-26T05:09:28.9162686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgg6iglpzxwwymocukba6ec77hpk4jp3cmsyvkr7wdphxzasttotdbfzd4yyh3gyxk2","webSpace":"clitest.rgg6iglpzxwwymocukba6ec77hpk4jp3cmsyvkr7wdphxzasttotdbfzd4yyh3gyxk2-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2entpimgn4j4gaqdig","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442164","name":"webapp-authentication-testiogkktqljbr5fo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442164,"deletedTimestamp":"2018-10-26T05:09:31.2365800","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationv4ymkta5xw6fkztoewut63fr6tvsu2vulmzwmp5n2t5ow","webSpace":"cli_test_webapp_authenticationv4ymkta5xw6fkztoewut63fr6tvsu2vulmzwmp5n2t5ow-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-authentication-testiogkktqljbr5fo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442165","name":"slot-traffic-webd2p6abok","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442165,"deletedTimestamp":"2018-10-26T05:09:33.3133282","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgm6fwuo7fkqelaetq2wtwytvdh5ettlfblgcpv6oapargc3xvacj4356n2jpaoqwxy","webSpace":"clitest.rgm6fwuo7fkqelaetq2wtwytvdh5ettlfblgcpv6oapargc3xvacj4356n2jpaoqwxy-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webd2p6abok","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442168","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442168,"deletedTimestamp":"2018-10-26T05:09:49.2373779","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgayey367gcoynm5inlzzqypdq3hb7dvrs72emernpq44go56ow4brcncp2xjijnxqv","webSpace":"clitest.rgayey367gcoynm5inlzzqypdq3hb7dvrs72emernpq44go56ow4brcncp2xjijnxqv-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442170","name":"webapp-quickovzyxb3vfzzf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442170,"deletedTimestamp":"2018-10-26T05:09:51.3634233","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfehvvdw7fx5giorz4gmd4kpi7vlxkocpmjkn54pkqyhc7arbegp2fgln5c2qh55sn","webSpace":"clitest.rgfehvvdw7fx5giorz4gmd4kpi7vlxkocpmjkn54pkqyhc7arbegp2fgln5c2qh55sn-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-quickovzyxb3vfzzf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442171","name":"webapp-quickapddf4wkb7a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442171,"deletedTimestamp":"2018-10-26T05:09:52.3514958","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmbf76ysquvlfb7pqtw7vysgwyxdkx6mc4yj3r7ehoigirbehjr2ym4zgvbl44knpu","webSpace":"clitest.rgmbf76ysquvlfb7pqtw7vysgwyxdkx6mc4yj3r7ehoigirbehjr2ym4zgvbl44knpu-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quickapddf4wkb7a4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442173","name":"webappacrtestbihcpe4dkip","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442173,"deletedTimestamp":"2018-10-26T05:09:57.3440531","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggvd3e75skn5yrlkiscbszpwp6zkyqfqvrr4eflizsg6hfbcqd4xzg5m7rnzxjcns7","webSpace":"clitest.rggvd3e75skn5yrlkiscbszpwp6zkyqfqvrr4eflizsg6hfbcqd4xzg5m7rnzxjcns7-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestbihcpe4dkip","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442177","name":"web-msirtgmx27rdajo6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442177,"deletedTimestamp":"2018-10-26T05:10:01.9785016","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgg473xtuwat4so7g7p5jd3ko52bupvebasqtnixr75fcqtlbgz77aoz32inistjfq3","webSpace":"clitest.rgg473xtuwat4so7g7p5jd3ko52bupvebasqtnixr75fcqtlbgz77aoz32inistjfq3-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-msirtgmx27rdajo6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442178","name":"webapp-e2ehtvnng7sfl4ri5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442178,"deletedTimestamp":"2018-10-26T05:10:02.0823838","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2drcqv6lw7b7nrjfjc66coz3vnjeg74ctoot26nvn7m267rua7hmdhfc3p7or2t2j","webSpace":"clitest.rg2drcqv6lw7b7nrjfjc66coz3vnjeg74ctoot26nvn7m267rua7hmdhfc3p7or2t2j-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-e2ehtvnng7sfl4ri5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442179","name":"slot-traffic-webdnvt3e5m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442179,"deletedTimestamp":"2018-10-26T05:10:02.9940200","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv5kpp2gi5yntfqjxvw5npqingo3lv4icfcz7tqcqhf7t3u3mrddldfqdfpfrnwvi2","webSpace":"clitest.rgv5kpp2gi5yntfqjxvw5npqingo3lv4icfcz7tqcqhf7t3u3mrddldfqdfpfrnwvi2-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webdnvt3e5m","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442180","name":"slot-traffic-webdnvt3e5m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442180,"deletedTimestamp":"2018-10-26T05:10:03.0252453","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv5kpp2gi5yntfqjxvw5npqingo3lv4icfcz7tqcqhf7t3u3mrddldfqdfpfrnwvi2","webSpace":"clitest.rgv5kpp2gi5yntfqjxvw5npqingo3lv4icfcz7tqcqhf7t3u3mrddldfqdfpfrnwvi2-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webdnvt3e5m","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442181","name":"webapp-config-testreunh7qbrkjradk7x3iokn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442181,"deletedTimestamp":"2018-10-26T05:10:06.0312646","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configfewac5vhfbdwncdfdzpu5s7ebvkoca5xd3zpcdw7ksjti3uozwhbg","webSpace":"cli_test_webapp_configfewac5vhfbdwncdfdzpu5s7ebvkoca5xd3zpcdw7ksjti3uozwhbg-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-config-testreunh7qbrkjradk7x3iokn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442182","name":"func-e2e6bvz7os6zgdefsfd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442182,"deletedTimestamp":"2018-10-26T05:10:07.7198371","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgg6iglpzxwwymocukba6ec77hpk4jp3cmsyvkr7wdphxzasttotdbfzd4yyh3gyxk2","webSpace":"clitest.rgg6iglpzxwwymocukba6ec77hpk4jp3cmsyvkr7wdphxzasttotdbfzd4yyh3gyxk2-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2e6bvz7os6zgdefsfd","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442185","name":"webapp-update-testtqezikmg7ygjyl7n4rarrv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442185,"deletedTimestamp":"2018-10-26T05:10:15.2337571","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update4ja56cgnikd7tb3zmjm3e7y3wxqmtapaezdd4rmlpvjy3zeqeti5i","webSpace":"cli_test_webapp_update4ja56cgnikd7tb3zmjm3e7y3wxqmtapaezdd4rmlpvjy3zeqeti5i-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-update-testtqezikmg7ygjyl7n4rarrv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442186","name":"webapp-update-testtqezikmg7ygjyl7n4rarrv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442186,"deletedTimestamp":"2018-10-26T05:10:15.2650114","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update4ja56cgnikd7tb3zmjm3e7y3wxqmtapaezdd4rmlpvjy3zeqeti5i","webSpace":"cli_test_webapp_update4ja56cgnikd7tb3zmjm3e7y3wxqmtapaezdd4rmlpvjy3zeqeti5i-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-update-testtqezikmg7ygjyl7n4rarrv","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442187","name":"webapp-hyperv-e2edc2676l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442187,"deletedTimestamp":"2018-10-26T05:10:17.7592922","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsf6vprppkazg2pmerf6deo62g6u6gy2hcgybpupgopvihriobkhymud7zn56b42el","webSpace":"clitest.rgsf6vprppkazg2pmerf6deo62g6u6gy2hcgybpupgopvihriobkhymud7zn56b42el-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2edc2676l","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442190","name":"webapp-linux-multiz5itti","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442190,"deletedTimestamp":"2018-10-26T05:10:31.1550756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdog246s5h23j4qinrttvsvpinv5blusjjdbflluxmdmepr52hov5g4kuffzbbbn32","webSpace":"clitest.rgdog246s5h23j4qinrttvsvpinv5blusjjdbflluxmdmepr52hov5g4kuffzbbbn32-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multiz5itti","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442191","name":"webapp-linuxogkeaghp4zax","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442191,"deletedTimestamp":"2018-10-26T05:10:41.3472290","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgm4d366ohom6vxvgwgswr4gdyylx6jh2rkerd2csz6qcy2tkpxik6xjdnfmaogrk5f","webSpace":"clitest.rgm4d366ohom6vxvgwgswr4gdyylx6jh2rkerd2csz6qcy2tkpxik6xjdnfmaogrk5f-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxogkeaghp4zax","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442193","name":"webapp-zipDeploy-testr6gxaxpztq7h7feuk5l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442193,"deletedTimestamp":"2018-10-26T05:10:42.2182213","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploytn5fhk2vhlodf2ugph76hnj5ljpf6rvvoz6ea7osml7nqf2lgc","webSpace":"cli_test_webapp_zipDeploytn5fhk2vhlodf2ugph76hnj5ljpf6rvvoz6ea7osml7nqf2lgc-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-zipDeploy-testr6gxaxpztq7h7feuk5l","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442199","name":"webapp-win-logcffssk3syb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442199,"deletedTimestamp":"2018-10-26T05:10:58.8484724","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7jtuwecftjiushoy3fffuxidilq2vun4aha6ebha7n6fqrx7xg3n2y3dmtersuqqk","webSpace":"clitest.rg7jtuwecftjiushoy3fffuxidilq2vun4aha6ebha7n6fqrx7xg3n2y3dmtersuqqk-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-win-logcffssk3syb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442201","name":"slot-swap-web2x5rrfq24n5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442201,"deletedTimestamp":"2018-10-26T05:11:05.0946302","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6jhtzcb6chvtv5creae2wy4zodubi72pzla5utghxybp6pear65lhj2sjadu2p6ml","webSpace":"clitest.rg6jhtzcb6chvtv5creae2wy4zodubi72pzla5utghxybp6pear65lhj2sjadu2p6ml-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-swap-web2x5rrfq24n5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442202","name":"slot-swap-web2x5rrfq24n5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442202,"deletedTimestamp":"2018-10-26T05:11:05.1258624","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6jhtzcb6chvtv5creae2wy4zodubi72pzla5utghxybp6pear65lhj2sjadu2p6ml","webSpace":"clitest.rg6jhtzcb6chvtv5creae2wy4zodubi72pzla5utghxybp6pear65lhj2sjadu2p6ml-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-swap-web2x5rrfq24n5","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442204","name":"web-git-test2chrdlerphot","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442204,"deletedTimestamp":"2018-10-26T05:11:18.1062934","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdkc762a4jqakdioqtijsqloif4yxqc7f34iwdb4kd36fuapmg54mlomrarvrhh37m","webSpace":"clitest.rgdkc762a4jqakdioqtijsqloif4yxqc7f34iwdb4kd36fuapmg54mlomrarvrhh37m-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-git-test2chrdlerphot","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442206","name":"webapp-quick-cdmq5jbtlnm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442206,"deletedTimestamp":"2018-10-26T05:11:38.2754178","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguf43ezpyjip7ntbo45x5a7egv5ptpn7golw33vhbpuvpm5rsc55uvembbxqs7svek","webSpace":"clitest.rguf43ezpyjip7ntbo45x5a7egv5ptpn7golw33vhbpuvpm5rsc55uvembbxqs7svek-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-quick-cdmq5jbtlnm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442229","name":"slot-test-webto2qkmah5sa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442229,"deletedTimestamp":"2018-10-26T05:13:15.4374718","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsp3jtade62ns3rg4uq4jhhy4mbhaipwh5rquritxpx65nxmu5mqladalh5ommvj77","webSpace":"clitest.rgsp3jtade62ns3rg4uq4jhhy4mbhaipwh5rquritxpx65nxmu5mqladalh5ommvj77-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webto2qkmah5sa","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442230","name":"slot-test-webto2qkmah5sa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442230,"deletedTimestamp":"2018-10-26T05:13:17.0871915","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsp3jtade62ns3rg4uq4jhhy4mbhaipwh5rquritxpx65nxmu5mqladalh5ommvj77","webSpace":"clitest.rgsp3jtade62ns3rg4uq4jhhy4mbhaipwh5rquritxpx65nxmu5mqladalh5ommvj77-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webto2qkmah5sa","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442231","name":"webapp-linux-logpsqeigpc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442231,"deletedTimestamp":"2018-10-26T05:13:26.5056130","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfnkbzsr7uhlnkhzua3pzdpczvluxmasvkl4lb44l7ieu6m7xyz4m7xzt62b4mhe6k","webSpace":"clitest.rgfnkbzsr7uhlnkhzua3pzdpczvluxmasvkl4lb44l7ieu6m7xyz4m7xzt62b4mhe6k-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logpsqeigpc","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442235","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442235,"deletedTimestamp":"2018-10-26T05:13:43.9327500","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2t3wtokdqi5q2hmjhq7pjk25hum745wvs2yzgpfx5uxna4glyhcnayvnilneuhwxu","webSpace":"clitest.rg2t3wtokdqi5q2hmjhq7pjk25hum745wvs2yzgpfx5uxna4glyhcnayvnilneuhwxu-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442237","name":"slot-test-webto2qkmah5sa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442237,"deletedTimestamp":"2018-10-26T05:13:50.6300272","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsp3jtade62ns3rg4uq4jhhy4mbhaipwh5rquritxpx65nxmu5mqladalh5ommvj77","webSpace":"clitest.rgsp3jtade62ns3rg4uq4jhhy4mbhaipwh5rquritxpx65nxmu5mqladalh5ommvj77-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webto2qkmah5sa","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442240","name":"webapp-quick-linux7xelfv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442240,"deletedTimestamp":"2018-10-26T05:14:01.1408968","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjtzpri2ioleiij5yspd2j7tr3ertdncjdarhf5h4wb2rqpauvdbsco3vpewvzvevt","webSpace":"clitest.rgjtzpri2ioleiij5yspd2j7tr3ertdncjdarhf5h4wb2rqpauvdbsco3vpewvzvevt-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux7xelfv","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442251","name":"undelete-web6bm7ryhkjagy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442251,"deletedTimestamp":"2018-10-26T05:15:18.3010020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4rxhf34cut5ra4wiwo6bp5tpsuag6h4rgujhrrhfgzb5dapcfpeh7xaun3tdtwwoz","webSpace":"clitest.rg4rxhf34cut5ra4wiwo6bp5tpsuag6h4rgujhrrhfgzb5dapcfpeh7xaun3tdtwwoz-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"undelete-web6bm7ryhkjagy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442294","name":"cliz6k5ckeapu4c9bel","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442294,"deletedTimestamp":"2018-10-26T05:20:03.0333709","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglmbsozaqpz","webSpace":"clitest.rglmbsozaqpz-CentralUSwebspace","stamp":"waws-prod-dm1-093","deletedSiteName":"cliz6k5ckeapu4c9bel","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19442619","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19442619,"deletedTimestamp":"2018-10-26T05:47:10.3755146","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createw2wv6u4goefp2jmikykm4zvp7xhq2uk536ynfzrh6fqtykbjq3j","webSpace":"cli_test_resource_createw2wv6u4goefp2jmikykm4zvp7xhq2uk536ynfzrh6fqtykbjq3j-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447304","name":"webapp1-f29186548f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447304,"deletedTimestamp":"2018-10-26T09:41:47.8523851","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_40f01429d216","webSpace":"rg1nemv_40f01429d216-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-f29186548f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447339","name":"webapp3-6b85225614","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447339,"deletedTimestamp":"2018-10-26T09:42:21.4537910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_40f01429d216","webSpace":"rg1nemv_40f01429d216-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp3-6b85225614","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447409","name":"webapp2-a47573360f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447409,"deletedTimestamp":"2018-10-26T09:44:11.5886498","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_40f01429d216","webSpace":"rg1nemv_40f01429d216-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp2-a47573360f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447511","name":"webapp1-f44637097f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447511,"deletedTimestamp":"2018-10-26T09:47:56.6570160","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b61799320238","webSpace":"rg1nemv_b61799320238-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-f44637097f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447518","name":"webapp3-088916367d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447518,"deletedTimestamp":"2018-10-26T09:48:34.6478327","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b61799320238","webSpace":"rg1nemv_b61799320238-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-088916367d","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447523","name":"webapp3-2f390911d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447523,"deletedTimestamp":"2018-10-26T09:48:53.7890941","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d1f179320a74","webSpace":"rg1nemv_d1f179320a74-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"webapp3-2f390911d3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447524","name":"webapp1-a2e3270882","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447524,"deletedTimestamp":"2018-10-26T09:48:54.8767374","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d1f179320a74","webSpace":"rg1nemv_d1f179320a74-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"webapp1-a2e3270882","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447526","name":"webapp2-b6282870f0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447526,"deletedTimestamp":"2018-10-26T09:48:56.4633422","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d1f179320a74","webSpace":"rg1nemv_d1f179320a74-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"webapp2-b6282870f0","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447531","name":"webapp1-37281875f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447531,"deletedTimestamp":"2018-10-26T09:49:06.7200609","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_82a028073e0c","webSpace":"rgnemv_82a028073e0c-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-37281875f5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447535","name":"webapp2-c3a400205b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447535,"deletedTimestamp":"2018-10-26T09:49:14.7377765","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f535270549e3","webSpace":"rgnemv_f535270549e3-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-c3a400205b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447536","name":"webapp2-83920494bb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447536,"deletedTimestamp":"2018-10-26T09:49:14.9898210","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_82a028073e0c","webSpace":"rgnemv_82a028073e0c-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp2-83920494bb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447539","name":"webapp1-ccd9838159","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447539,"deletedTimestamp":"2018-10-26T09:49:16.9830605","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f535270549e3","webSpace":"rgnemv_f535270549e3-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-ccd9838159","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447544","name":"webapp1-6ad0698740","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447544,"deletedTimestamp":"2018-10-26T09:49:22.7273020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_112825819611","webSpace":"rg1nemv_112825819611-WestUSwebspace","stamp":"waws-prod-bay-021","deletedSiteName":"webapp1-6ad0698740","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447559","name":"webapp3-c861833582","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447559,"deletedTimestamp":"2018-10-26T09:50:03.7002575","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_112825819611","webSpace":"rg1nemv_112825819611-WestUSwebspace","stamp":"waws-prod-bay-021","deletedSiteName":"webapp3-c861833582","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447562","name":"webapp1-4b5484933d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447562,"deletedTimestamp":"2018-10-26T09:50:09.4359432","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c9578576cd22","webSpace":"rg1nemv_c9578576cd22-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-4b5484933d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447563","name":"webapp1-96499761a7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447563,"deletedTimestamp":"2018-10-26T09:50:12.3131576","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_bd166691ebcf","webSpace":"rg1nemv_bd166691ebcf-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp1-96499761a7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447564","name":"webapp1-1e18557619","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447564,"deletedTimestamp":"2018-10-26T09:50:13.6093643","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_42212552c46a","webSpace":"rgnemv_42212552c46a-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp1-1e18557619","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447567","name":"webapp2-bc42396531","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447567,"deletedTimestamp":"2018-10-26T09:50:17.9953613","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_42212552c46a","webSpace":"rgnemv_42212552c46a-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp2-bc42396531","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447568","name":"webapp2-22c1556190","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447568,"deletedTimestamp":"2018-10-26T09:50:18.5304637","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b61799320238","webSpace":"rg1nemv_b61799320238-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-22c1556190","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447573","name":"webapp1-5d61231746","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447573,"deletedTimestamp":"2018-10-26T09:50:28.6169575","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_5b0624397882","webSpace":"rg1nemv_5b0624397882-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-5d61231746","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447587","name":"webapp1-e76479336c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447587,"deletedTimestamp":"2018-10-26T09:50:58.1536757","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_19615114ca11","webSpace":"rg1nemv_19615114ca11-WestUSwebspace","stamp":"waws-prod-bay-067","deletedSiteName":"webapp1-e76479336c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447609","name":"webapp2-ca2395678f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447609,"deletedTimestamp":"2018-10-26T09:51:48.6304696","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_112825819611","webSpace":"rg1nemv_112825819611-WestUSwebspace","stamp":"waws-prod-bay-021","deletedSiteName":"webapp2-ca2395678f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447962","name":"webapp3-3a193868c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447962,"deletedTimestamp":"2018-10-26T10:02:36.4356712","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_eaf0180449f7","webSpace":"rg1nemv_eaf0180449f7-EastAsiawebspace","stamp":"waws-prod-hk1-001","deletedSiteName":"webapp3-3a193868c7","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447963","name":"webapp3-3a193868c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447963,"deletedTimestamp":"2018-10-26T10:02:36.4669962","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_eaf0180449f7","webSpace":"rg1nemv_eaf0180449f7-EastAsiawebspace","stamp":"waws-prod-hk1-001","deletedSiteName":"webapp3-3a193868c7","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447970","name":"webapp2-a010128309","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447970,"deletedTimestamp":"2018-10-26T10:02:45.0143117","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_eaf0180449f7","webSpace":"rg1nemv_eaf0180449f7-WestEuropewebspace","stamp":"waws-prod-am2-223","deletedSiteName":"webapp2-a010128309","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447971","name":"webapp2-a010128309","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447971,"deletedTimestamp":"2018-10-26T10:02:45.0455704","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_eaf0180449f7","webSpace":"rg1nemv_eaf0180449f7-WestEuropewebspace","stamp":"waws-prod-am2-223","deletedSiteName":"webapp2-a010128309","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447974","name":"webapp1-e1f13073c6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447974,"deletedTimestamp":"2018-10-26T10:02:52.6394095","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_eaf0180449f7","webSpace":"rg1nemv_eaf0180449f7-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp1-e1f13073c6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19447975","name":"webapp1-e1f13073c6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19447975,"deletedTimestamp":"2018-10-26T10:02:52.6706579","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_eaf0180449f7","webSpace":"rg1nemv_eaf0180449f7-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp1-e1f13073c6","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19448354","name":"webapp4-c6445577bb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19448354,"deletedTimestamp":"2018-10-26T10:16:17.6027844","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_91f75461f2398","webSpace":"rgcdn_91f75461f2398-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-c6445577bb","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19448355","name":"webapp5-a923006396","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19448355,"deletedTimestamp":"2018-10-26T10:16:19.4880201","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_91f75461f2398","webSpace":"rgcdn_91f75461f2398-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-a923006396","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19448356","name":"webapp1-7e7010953b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19448356,"deletedTimestamp":"2018-10-26T10:16:26.0361586","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_91f75461f2398","webSpace":"rgcdn_91f75461f2398-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-7e7010953b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19448357","name":"webapp2-35826156f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19448357,"deletedTimestamp":"2018-10-26T10:16:27.7381575","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_91f75461f2398","webSpace":"rgcdn_91f75461f2398-EastUSwebspace","stamp":"waws-prod-blu-081","deletedSiteName":"webapp2-35826156f5","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19448359","name":"webapp6-9626922817","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19448359,"deletedTimestamp":"2018-10-26T10:16:33.8278056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_91f75461f2398","webSpace":"rgcdn_91f75461f2398-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-9626922817","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19448362","name":"webapp3-4f412621e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19448362,"deletedTimestamp":"2018-10-26T10:16:36.1324340","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_91f75461f2398","webSpace":"rgcdn_91f75461f2398-WestEuropewebspace","stamp":"waws-prod-am2-207","deletedSiteName":"webapp3-4f412621e9","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19448972","name":"mytestscalewebapp75c82189","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19448972,"deletedTimestamp":"2018-10-26T10:38:08.4198603","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor96514","webSpace":"rgmonitor96514-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"mytestscalewebapp75c82189","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19449009","name":"JAVAwebapp-ffb67490c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19449009,"deletedTimestamp":"2018-10-26T10:40:03.1639286","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg63520164e","webSpace":"javacsmrg63520164e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"JAVAwebapp-ffb67490c1","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19449260","name":"wnrsat1a32133006b81","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19449260,"deletedTimestamp":"2018-10-26T10:52:08.9433450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat5fb0191957426","webSpace":"rgrsat5fb0191957426-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"wnrsat1a32133006b81","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19449351","name":"wnrsat8f498666b30d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19449351,"deletedTimestamp":"2018-10-26T10:57:14.2202078","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap7e0716261ef46","webSpace":"rgrsap7e0716261ef46-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsat8f498666b30d3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19450987","name":"IAmAFuncitonNameThatIsLonger6874","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19450987,"deletedTimestamp":"2018-10-26T12:19:29.2450582","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7909","webSpace":"javacsmrg7909-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"IAmAFuncitonNameThatIsLonger6874","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19450991","name":"java-webapp-3825","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19450991,"deletedTimestamp":"2018-10-26T12:19:37.6908852","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3245","webSpace":"javacsmrg3245-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"java-webapp-3825","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19450999","name":"java-webapp-5120","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19450999,"deletedTimestamp":"2018-10-26T12:20:03.2802754","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2878","webSpace":"javacsmrg2878-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-5120","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451000","name":"java-webapp-5120","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451000,"deletedTimestamp":"2018-10-26T12:20:03.3115269","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2878","webSpace":"javacsmrg2878-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-5120","slot":"java-slot-8701","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451001","name":"java-webapp-5120","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451001,"deletedTimestamp":"2018-10-26T12:20:03.3439699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2878","webSpace":"javacsmrg2878-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-5120","slot":"java-slot-111","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451002","name":"java-webapp-5120","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451002,"deletedTimestamp":"2018-10-26T12:20:03.3741642","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2878","webSpace":"javacsmrg2878-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-5120","slot":"java-slot-9338","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451035","name":"java-webapp-2350","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451035,"deletedTimestamp":"2018-10-26T12:21:23.2142556","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9429","webSpace":"javacsmrg9429-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2350","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451036","name":"java-webapp-2350","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451036,"deletedTimestamp":"2018-10-26T12:21:23.2455001","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9429","webSpace":"javacsmrg9429-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2350","slot":"java-slot-6887","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451037","name":"java-webapp-2350","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451037,"deletedTimestamp":"2018-10-26T12:21:23.2767699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9429","webSpace":"javacsmrg9429-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2350","slot":"java-slot-1970","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451038","name":"java-webapp-2350","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451038,"deletedTimestamp":"2018-10-26T12:21:23.3080090","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9429","webSpace":"javacsmrg9429-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2350","slot":"java-slot-1883","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451097","name":"java-webapp-7536","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451097,"deletedTimestamp":"2018-10-26T12:23:24.3801260","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6884","webSpace":"javacsmrg6884-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-7536","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451098","name":"java-webapp-8113","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451098,"deletedTimestamp":"2018-10-26T12:23:27.0048213","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3187","webSpace":"javacsmrg3187-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-8113","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451104","name":"java-webapp-3285","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451104,"deletedTimestamp":"2018-10-26T12:23:56.1912697","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3788","webSpace":"javacsmrg3788-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-3285","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451128","name":"java-webapp-4864","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451128,"deletedTimestamp":"2018-10-26T12:24:25.6605308","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3096","webSpace":"javacsmrg3096-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-4864","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451340","name":"java-webapp-5219","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451340,"deletedTimestamp":"2018-10-26T12:31:33.5333595","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4235","webSpace":"javacsmrg4235-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-5219","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451358","name":"java-webapp-2789","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451358,"deletedTimestamp":"2018-10-26T12:31:55.2385848","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5211","webSpace":"javacsmrg5211-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-2789","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451390","name":"java-webapp-7317","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451390,"deletedTimestamp":"2018-10-26T12:33:04.1460974","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8199","webSpace":"javacsmrg8199-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-7317","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451400","name":"java-webapp-5064","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451400,"deletedTimestamp":"2018-10-26T12:33:23.7208936","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4557","webSpace":"javacsmrg4557-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-5064","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19451778","name":"rgweb9255","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19451778,"deletedTimestamp":"2018-10-26T12:51:35.6598321","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg4367","webSpace":"csmrg4367-EastUSwebspace","stamp":"waws-prod-blu-111","deletedSiteName":"rgweb9255","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19452752","name":"java-webapp-8545","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19452752,"deletedTimestamp":"2018-10-26T13:36:24.3371481","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3245","webSpace":"javacsmrg3245-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"java-webapp-8545","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19452753","name":"java-webapp-2008","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19452753,"deletedTimestamp":"2018-10-26T13:36:25.2310737","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1701","webSpace":"javacsmrg1701-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-2008","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19452859","name":"java-webapp-6324","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19452859,"deletedTimestamp":"2018-10-26T13:41:06.8948624","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3096","webSpace":"javacsmrg3096-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-6324","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453046","name":"java-webapp-6500","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453046,"deletedTimestamp":"2018-10-26T13:48:13.2830568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4235","webSpace":"javacsmrg4235-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-6500","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453647","name":"webapp1-9a3171455c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453647,"deletedTimestamp":"2018-10-26T14:10:53.1842870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6a8128723a88","webSpace":"rgnemv_6a8128723a88-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-9a3171455c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453649","name":"webapp2-da41037001","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453649,"deletedTimestamp":"2018-10-26T14:10:54.5240126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6a8128723a88","webSpace":"rgnemv_6a8128723a88-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-da41037001","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453662","name":"webapp1-a985407713","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453662,"deletedTimestamp":"2018-10-26T14:11:42.9281048","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_dbb76472d7fb","webSpace":"rgnemv_dbb76472d7fb-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp1-a985407713","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453663","name":"webapp2-129446305f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453663,"deletedTimestamp":"2018-10-26T14:11:49.4011707","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_dbb76472d7fb","webSpace":"rgnemv_dbb76472d7fb-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp2-129446305f","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453675","name":"webapp1-6ae49920d4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453675,"deletedTimestamp":"2018-10-26T14:12:22.8772611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_88c28069e1d7","webSpace":"rg1nemv_88c28069e1d7-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-6ae49920d4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453689","name":"webapp3-afa7096438","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453689,"deletedTimestamp":"2018-10-26T14:13:00.7692083","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_88c28069e1d7","webSpace":"rg1nemv_88c28069e1d7-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-afa7096438","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453690","name":"webapp2-45d4477099","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453690,"deletedTimestamp":"2018-10-26T14:13:02.2636628","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_88c28069e1d7","webSpace":"rg1nemv_88c28069e1d7-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-45d4477099","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453693","name":"webapp1-c88308073d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453693,"deletedTimestamp":"2018-10-26T14:13:21.8683663","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_09a733180e16","webSpace":"rg1nemv_09a733180e16-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-c88308073d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453701","name":"webapp2-61d79002a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453701,"deletedTimestamp":"2018-10-26T14:13:40.4136774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1b681213f05e","webSpace":"rgnemv_1b681213f05e-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-61d79002a4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453704","name":"webapp1-61308066b4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453704,"deletedTimestamp":"2018-10-26T14:13:42.9157227","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1b681213f05e","webSpace":"rgnemv_1b681213f05e-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-61308066b4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453706","name":"webapp2-602070261d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453706,"deletedTimestamp":"2018-10-26T14:13:46.0015301","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_43e413105a5b","webSpace":"rgnemv_43e413105a5b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-602070261d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453707","name":"webapp1-6d08289741","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453707,"deletedTimestamp":"2018-10-26T14:13:47.2031082","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_43e413105a5b","webSpace":"rgnemv_43e413105a5b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-6d08289741","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453713","name":"webapp2-043060130b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453713,"deletedTimestamp":"2018-10-26T14:13:58.5279028","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_09a733180e16","webSpace":"rg1nemv_09a733180e16-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp2-043060130b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453714","name":"webapp3-74093563f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453714,"deletedTimestamp":"2018-10-26T14:14:00.2624472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_09a733180e16","webSpace":"rg1nemv_09a733180e16-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp3-74093563f9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453719","name":"webapp1-0239303509","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453719,"deletedTimestamp":"2018-10-26T14:14:07.6670061","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ad129860c7ff","webSpace":"rg1nemv_ad129860c7ff-WestUSwebspace","stamp":"waws-prod-bay-015","deletedSiteName":"webapp1-0239303509","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453738","name":"webapp3-46b8032348","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453738,"deletedTimestamp":"2018-10-26T14:14:43.4694529","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ad129860c7ff","webSpace":"rg1nemv_ad129860c7ff-WestUSwebspace","stamp":"waws-prod-bay-015","deletedSiteName":"webapp3-46b8032348","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453739","name":"webapp2-25425048fc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453739,"deletedTimestamp":"2018-10-26T14:14:46.9405774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ad129860c7ff","webSpace":"rg1nemv_ad129860c7ff-WestUSwebspace","stamp":"waws-prod-bay-015","deletedSiteName":"webapp2-25425048fc","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453754","name":"webapp2-7e55115282","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453754,"deletedTimestamp":"2018-10-26T14:15:25.7894176","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e9b046556f08","webSpace":"rgnemv_e9b046556f08-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp2-7e55115282","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453756","name":"webapp1-d05598198e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453756,"deletedTimestamp":"2018-10-26T14:15:27.8058236","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e9b046556f08","webSpace":"rgnemv_e9b046556f08-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp1-d05598198e","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453762","name":"webapp1-3b133194b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453762,"deletedTimestamp":"2018-10-26T14:15:41.8383784","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2e212993d0b0","webSpace":"rgnemv_2e212993d0b0-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-3b133194b7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453764","name":"webapp2-33b5405540","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453764,"deletedTimestamp":"2018-10-26T14:15:43.8834423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2e212993d0b0","webSpace":"rgnemv_2e212993d0b0-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp2-33b5405540","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453822","name":"webapp2-e92041091a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453822,"deletedTimestamp":"2018-10-26T14:17:36.6680752","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19504964caa8799189","webSpace":"rg19504964caa8799189-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-e92041091a","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453823","name":"webapp1-29d39400bd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453823,"deletedTimestamp":"2018-10-26T14:17:38.1373402","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19504964caa8799189","webSpace":"rg19504964caa8799189-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-29d39400bd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453828","name":"webapp5-e2006787a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453828,"deletedTimestamp":"2018-10-26T14:17:45.5784619","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19504964caa8799189","webSpace":"rg19504964caa8799189-SoutheastAsiawebspace","stamp":"waws-prod-sg1-029","deletedSiteName":"webapp5-e2006787a5","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453830","name":"webapp4-b294756910","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453830,"deletedTimestamp":"2018-10-26T14:17:53.0504290","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19504964caa8799189","webSpace":"rg19504964caa8799189-NorthEuropewebspace","stamp":"waws-prod-db3-111","deletedSiteName":"webapp4-b294756910","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453831","name":"webapp3-dfb91407a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453831,"deletedTimestamp":"2018-10-26T14:17:55.8635093","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19504964caa8799189","webSpace":"rg19504964caa8799189-WestEuropewebspace","stamp":"waws-prod-am2-139","deletedSiteName":"webapp3-dfb91407a4","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453832","name":"webapp6-64989173cb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453832,"deletedTimestamp":"2018-10-26T14:18:01.6552845","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg19504964caa8799189","webSpace":"rg19504964caa8799189-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-64989173cb","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453954","name":"webapp2-47a98757b4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453954,"deletedTimestamp":"2018-10-26T14:22:11.7978292","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd572818277acca3","webSpace":"rgd572818277acca3-WestEuropewebspace","stamp":"waws-prod-am2-199","deletedSiteName":"webapp2-47a98757b4","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453955","name":"webapp2-47a98757b4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453955,"deletedTimestamp":"2018-10-26T14:22:11.9072470","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd572818277acca3","webSpace":"rgd572818277acca3-WestEuropewebspace","stamp":"waws-prod-am2-199","deletedSiteName":"webapp2-47a98757b4","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453956","name":"webapp1-9c114860d7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453956,"deletedTimestamp":"2018-10-26T14:22:19.1605355","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd572818277acca3","webSpace":"rgd572818277acca3-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-9c114860d7","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453957","name":"webapp1-9c114860d7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453957,"deletedTimestamp":"2018-10-26T14:22:19.1918329","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd572818277acca3","webSpace":"rgd572818277acca3-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-9c114860d7","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453958","name":"webapp3-119628952b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453958,"deletedTimestamp":"2018-10-26T14:22:21.5595716","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd572818277acca3","webSpace":"rgd572818277acca3-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-119628952b","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19453959","name":"webapp3-119628952b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19453959,"deletedTimestamp":"2018-10-26T14:22:21.5908509","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd572818277acca3","webSpace":"rgd572818277acca3-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-119628952b","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454157","name":"webapp1-1977865657","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454157,"deletedTimestamp":"2018-10-26T14:30:17.9111109","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg71404930502a43d","webSpace":"rg71404930502a43d-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-1977865657","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454158","name":"webapp1-1977865657","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454158,"deletedTimestamp":"2018-10-26T14:30:17.9423650","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg71404930502a43d","webSpace":"rg71404930502a43d-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-1977865657","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454161","name":"webapp3-46c876798b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454161,"deletedTimestamp":"2018-10-26T14:30:20.8914576","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg71404930502a43d","webSpace":"rg71404930502a43d-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-46c876798b","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454162","name":"webapp3-46c876798b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454162,"deletedTimestamp":"2018-10-26T14:30:20.9383373","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg71404930502a43d","webSpace":"rg71404930502a43d-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-46c876798b","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454164","name":"webapp2-bc811016e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454164,"deletedTimestamp":"2018-10-26T14:30:25.9954670","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg71404930502a43d","webSpace":"rg71404930502a43d-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-bc811016e4","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454165","name":"webapp2-bc811016e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454165,"deletedTimestamp":"2018-10-26T14:30:26.0423484","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg71404930502a43d","webSpace":"rg71404930502a43d-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-bc811016e4","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454277","name":"webapp6-2af2825676","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454277,"deletedTimestamp":"2018-10-26T14:34:24.9965006","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg54619162293adbad7e","webSpace":"rg54619162293adbad7e-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-2af2825676","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454278","name":"wnrsatf97318240e429","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454278,"deletedTimestamp":"2018-10-26T14:34:25.2808192","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat110100828e167","webSpace":"rgrsat110100828e167-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsatf97318240e429","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454279","name":"webapp3-c9c637694b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454279,"deletedTimestamp":"2018-10-26T14:34:27.7021232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg54619162293adbad7e","webSpace":"rg54619162293adbad7e-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp3-c9c637694b","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454284","name":"webapp1-6775615691","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454284,"deletedTimestamp":"2018-10-26T14:34:31.2222985","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg54619162293adbad7e","webSpace":"rg54619162293adbad7e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-6775615691","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454285","name":"webapp2-41e983996b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454285,"deletedTimestamp":"2018-10-26T14:34:32.9019170","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg54619162293adbad7e","webSpace":"rg54619162293adbad7e-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-41e983996b","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454287","name":"webapp5-23a9187777","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454287,"deletedTimestamp":"2018-10-26T14:34:35.8573213","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg54619162293adbad7e","webSpace":"rg54619162293adbad7e-SoutheastAsiawebspace","stamp":"waws-prod-sg1-029","deletedSiteName":"webapp5-23a9187777","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454288","name":"webapp4-86520821f6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454288,"deletedTimestamp":"2018-10-26T14:34:39.8756473","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg54619162293adbad7e","webSpace":"rg54619162293adbad7e-NorthEuropewebspace","stamp":"waws-prod-db3-111","deletedSiteName":"webapp4-86520821f6","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19454424","name":"mytestscalewebapp97d336851d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19454424,"deletedTimestamp":"2018-10-26T14:42:04.9540612","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup7ad50551ace","webSpace":"myresourcegroup7ad50551ace-SouthCentralUSwebspace","stamp":"waws-prod-sn1-155","deletedSiteName":"mytestscalewebapp97d336851d","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455633","name":"java-func-dc632757c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455633,"deletedTimestamp":"2018-10-26T15:38:49.8966284","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf8c94175e","webSpace":"javacsmrgf8c94175e-WestUSwebspace","stamp":"waws-prod-bay-065","deletedSiteName":"java-func-dc632757c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455636","name":"java-func-b0987725d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455636,"deletedTimestamp":"2018-10-26T15:38:51.5255403","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf8c94175e","webSpace":"javacsmrgf8c94175e-WestUSwebspace","stamp":"waws-prod-bay-065","deletedSiteName":"java-func-b0987725d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455637","name":"java-func-6e400736c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455637,"deletedTimestamp":"2018-10-26T15:38:51.6539078","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg595815927","webSpace":"javacsmrg595815927-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-func-6e400736c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455640","name":"java-webapp-41374a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455640,"deletedTimestamp":"2018-10-26T15:39:13.9621261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg370545036","webSpace":"javacsmrg370545036-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-41374a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455647","name":"java-webapp-30002a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455647,"deletedTimestamp":"2018-10-26T15:39:41.7524434","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0fb105543","webSpace":"javacsmrg0fb105543-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-30002a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455648","name":"java-webapp-337093","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455648,"deletedTimestamp":"2018-10-26T15:39:43.2769198","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0fb105543","webSpace":"javacsmrg0fb105543-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-337093","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455651","name":"java-webapp-091615","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455651,"deletedTimestamp":"2018-10-26T15:40:03.1142989","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg85648364c","webSpace":"javacsmrg85648364c-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-091615","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455656","name":"java-webapp-423120","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455656,"deletedTimestamp":"2018-10-26T15:40:35.0625204","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg94347333c","webSpace":"javacsmrg94347333c-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-423120","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455658","name":"java-webapp-01984b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455658,"deletedTimestamp":"2018-10-26T15:40:36.5704741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg94347333c","webSpace":"javacsmrg94347333c-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-01984b","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455740","name":"java-webapp-600502","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455740,"deletedTimestamp":"2018-10-26T15:46:11.0413502","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4b9449756","webSpace":"javacsmrg4b9449756-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-600502","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19455881","name":"rs28345979","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19455881,"deletedTimestamp":"2018-10-26T15:55:51.9495011","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg28345979","webSpace":"rg28345979-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"rs28345979","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19457290","name":"java-webapp-567583","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19457290,"deletedTimestamp":"2018-10-26T17:31:33.7310884","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge47538935","webSpace":"javacsmrge47538935-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-567583","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19457999","name":"web-del-testdste2edui7g7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19457999,"deletedTimestamp":"2018-10-26T18:09:27.6274448","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtifbavdvfn7ubhfw7woe3zjsn3jy3lrbupnvnlsieiipw67ha2um6bvesuuzeivsq","webSpace":"clitest.rgtifbavdvfn7ubhfw7woe3zjsn3jy3lrbupnvnlsieiipw67ha2um6bvesuuzeivsq-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-del-testdste2edui7g7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458000","name":"web75diwvbmjrx5jyudbr5xk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458000,"deletedTimestamp":"2018-10-26T18:09:35.2744151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkrvhk6h7dfbv6corgxupoulwq7omnhoyzlogo2cri6q3cmqjgszvnugxhutj6qs6g","webSpace":"clitest.rgkrvhk6h7dfbv6corgxupoulwq7omnhoyzlogo2cri6q3cmqjgszvnugxhutj6qs6g-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web75diwvbmjrx5jyudbr5xk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458007","name":"web-errorbgay3mx6dlvkjez","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458007,"deletedTimestamp":"2018-10-26T18:10:01.4837116","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgx3ppwiqh4subh54cadj3otxanvenuhjhqgohyqmo532a7hhkm2omm5omcsbjbj7pq","webSpace":"clitest.rgx3ppwiqh4subh54cadj3otxanvenuhjhqgohyqmo532a7hhkm2omm5omcsbjbj7pq-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web-errorbgay3mx6dlvkjez","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458009","name":"functionapplinuxconsumptionrpwbslq7j2fdi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458009,"deletedTimestamp":"2018-10-26T18:10:07.7911148","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxyzvjkth6tkzcgek43i5bqjtfosgkz54mdkggaj6rry4bxbgzd","webSpace":"azurecli-functionapp-linuxyzvjkth6tkzcgek43i5bqjtfosgkz54mdkggaj6rry4bxbgzd-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionrpwbslq7j2fdi","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458012","name":"slot-traffic-webxbqmwebh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458012,"deletedTimestamp":"2018-10-26T18:10:12.9102419","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu3leuqqftwj4q57g2bbq4efkfkwcpalezpt7ndyyxnkv4l6qipgm5ku3kf5mkewfn","webSpace":"clitest.rgu3leuqqftwj4q57g2bbq4efkfkwcpalezpt7ndyyxnkv4l6qipgm5ku3kf5mkewfn-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webxbqmwebh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458013","name":"slot-traffic-webxbqmwebh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458013,"deletedTimestamp":"2018-10-26T18:10:12.9415037","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu3leuqqftwj4q57g2bbq4efkfkwcpalezpt7ndyyxnkv4l6qipgm5ku3kf5mkewfn","webSpace":"clitest.rgu3leuqqftwj4q57g2bbq4efkfkwcpalezpt7ndyyxnkv4l6qipgm5ku3kf5mkewfn-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webxbqmwebh","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458014","name":"functionapp-linuxcdhjiqn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458014,"deletedTimestamp":"2018-10-26T18:10:13.5753843","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggqbfdwmol4r5jdjlvjep3m6g25cv7gq33rclhf5ultklxpjuer7loq2n3znxqfeen","webSpace":"clitest.rggqbfdwmol4r5jdjlvjep3m6g25cv7gq33rclhf5ultklxpjuer7loq2n3znxqfeen-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxcdhjiqn","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458016","name":"functionappconsumptiont7mmauh67benxyiewi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458016,"deletedTimestamp":"2018-10-26T18:10:17.2674838","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ehy4og6b4s6wbt64hfcvoxtxiysm62aamgx5yx5wmiejxopcn3","webSpace":"azurecli-functionapp-c-e2ehy4og6b4s6wbt64hfcvoxtxiysm62aamgx5yx5wmiejxopcn3-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"functionappconsumptiont7mmauh67benxyiewi","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458017","name":"slot-traffic-web4eec3qyt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458017,"deletedTimestamp":"2018-10-26T18:10:20.9966434","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpjh2goyeyerudytbqlyure66vxxbqhdk2sgxulppqjp7bqhutvjjdk7otgkt4wcn6","webSpace":"clitest.rgpjh2goyeyerudytbqlyure66vxxbqhdk2sgxulppqjp7bqhutvjjdk7otgkt4wcn6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-web4eec3qyt","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458019","name":"webapp-authentication-testh5scr7haycjz7q","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458019,"deletedTimestamp":"2018-10-26T18:10:28.9771594","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationeercy3gmgr5uu4ulx6ipjezgqyxuwziwmvfk33jo3zhjs","webSpace":"cli_test_webapp_authenticationeercy3gmgr5uu4ulx6ipjezgqyxuwziwmvfk33jo3zhjs-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-authentication-testh5scr7haycjz7q","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458022","name":"func-e2emzbbozj4bnuh7dif","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458022,"deletedTimestamp":"2018-10-26T18:10:41.7954555","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgl4mvennykuapb63rsormamoyrb5janb4bwiivn7tr2c74z7tcpea6ckkjye4cjjea","webSpace":"clitest.rgl4mvennykuapb63rsormamoyrb5janb4bwiivn7tr2c74z7tcpea6ckkjye4cjjea-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"func-e2emzbbozj4bnuh7dif","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458023","name":"web-ssl-testl6qravfs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458023,"deletedTimestamp":"2018-10-26T18:10:42.9908862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqtkkqyls777ja5rivsqszjmqfvx2kyw2dkxl4naapgtylgf6c56oqy7jhfiubil2q","webSpace":"clitest.rgqtkkqyls777ja5rivsqszjmqfvx2kyw2dkxl4naapgtylgf6c56oqy7jhfiubil2q-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-ssl-testl6qravfs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458026","name":"delete-me-webpvy6xbu4zyd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458026,"deletedTimestamp":"2018-10-26T18:10:46.0728307","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4wz6v3kwnummy6d6vendutgl66hywdtb4acgf2drk4xfdyxvdmgmr6rrroepeaao3","webSpace":"clitest.rg4wz6v3kwnummy6d6vendutgl66hywdtb4acgf2drk4xfdyxvdmgmr6rrroepeaao3-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"delete-me-webpvy6xbu4zyd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458027","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458027,"deletedTimestamp":"2018-10-26T18:10:46.4139487","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsepczlkvqbfovjajm2t2u7xnzidqyk364xryznmkbd57u5cbe43yzo2vjtb5faag4","webSpace":"clitest.rgsepczlkvqbfovjajm2t2u7xnzidqyk364xryznmkbd57u5cbe43yzo2vjtb5faag4-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458036","name":"webapp-e2etriu36t3tbcigv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458036,"deletedTimestamp":"2018-10-26T18:10:49.8964011","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglah6v4yfdzamy4h3n5pobacfq5fmgauazyjxzmvs4yy2xbjv34ubh3hpskupfrm3w","webSpace":"clitest.rglah6v4yfdzamy4h3n5pobacfq5fmgauazyjxzmvs4yy2xbjv34ubh3hpskupfrm3w-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-e2etriu36t3tbcigv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458037","name":"web-msiwzoabkq322iso","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458037,"deletedTimestamp":"2018-10-26T18:10:50.8259995","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzp2tggyynistlv4t3wxnlnqzeryvt37xsa65jpqlw4kuxmavj3ye6imkx3huhvyoo","webSpace":"clitest.rgzp2tggyynistlv4t3wxnlnqzeryvt37xsa65jpqlw4kuxmavj3ye6imkx3huhvyoo-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-msiwzoabkq322iso","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458041","name":"webapp-config-testbstfpscsyceh2bzky2sabp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458041,"deletedTimestamp":"2018-10-26T18:10:59.3612590","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configuupv3symxevhtzlbcs73xxss44i5sgsiikvfxj4sz65ufkfzxivvz","webSpace":"cli_test_webapp_configuupv3symxevhtzlbcs73xxss44i5sgsiikvfxj4sz65ufkfzxivvz-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-config-testbstfpscsyceh2bzky2sabp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458042","name":"webapp-quicklb5xwwag5atv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458042,"deletedTimestamp":"2018-10-26T18:10:59.6326673","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyn3xiaiv6dpmoc656bdwhhoo7w3waqxqn3bgdf5l6k47xcjh6hv4eadmhxmphwdkw","webSpace":"clitest.rgyn3xiaiv6dpmoc656bdwhhoo7w3waqxqn3bgdf5l6k47xcjh6hv4eadmhxmphwdkw-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quicklb5xwwag5atv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458050","name":"webapp-quickwe35vmfxfupc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458050,"deletedTimestamp":"2018-10-26T18:11:11.3046311","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcazrsmkgk2fdsrsmygrkyy6eh4iqcsme3hpejhr56pwiciidnkseslnpgyrd3fpkf","webSpace":"clitest.rgcazrsmkgk2fdsrsmygrkyy6eh4iqcsme3hpejhr56pwiciidnkseslnpgyrd3fpkf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickwe35vmfxfupc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458051","name":"webappacrtestfqfyl2rupyn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458051,"deletedTimestamp":"2018-10-26T18:11:12.7420102","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyzetshu6v2gp7kxoemlrx7juy7q75nrg3ppo2tmvcatmmgzf73tsyi64sibn4f6cs","webSpace":"clitest.rgyzetshu6v2gp7kxoemlrx7juy7q75nrg3ppo2tmvcatmmgzf73tsyi64sibn4f6cs-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestfqfyl2rupyn","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458053","name":"func-e2ejxb3vjeb2m4sbyl4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458053,"deletedTimestamp":"2018-10-26T18:11:19.9170222","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgl4mvennykuapb63rsormamoyrb5janb4bwiivn7tr2c74z7tcpea6ckkjye4cjjea","webSpace":"clitest.rgl4mvennykuapb63rsormamoyrb5janb4bwiivn7tr2c74z7tcpea6ckkjye4cjjea-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"func-e2ejxb3vjeb2m4sbyl4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458059","name":"webapp-update-testvbsrbixzu4yzquiun7anob","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458059,"deletedTimestamp":"2018-10-26T18:11:29.8818146","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update7lwyh5ifafyfialpvslt7omkohceryidmf5lpvr5hg5eif67y66ju","webSpace":"cli_test_webapp_update7lwyh5ifafyfialpvslt7omkohceryidmf5lpvr5hg5eif67y66ju-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-update-testvbsrbixzu4yzquiun7anob","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458060","name":"webapp-update-testvbsrbixzu4yzquiun7anob","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458060,"deletedTimestamp":"2018-10-26T18:11:29.9287181","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update7lwyh5ifafyfialpvslt7omkohceryidmf5lpvr5hg5eif67y66ju","webSpace":"cli_test_webapp_update7lwyh5ifafyfialpvslt7omkohceryidmf5lpvr5hg5eif67y66ju-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-update-testvbsrbixzu4yzquiun7anob","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458061","name":"slot-traffic-webxfvotzdz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458061,"deletedTimestamp":"2018-10-26T18:11:31.4828663","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjj6fapxkstc75fqoqntitkqbd5kyakej4lgtf6ezfnanqccn6fxjrnv6yusdgbtpp","webSpace":"clitest.rgjj6fapxkstc75fqoqntitkqbd5kyakej4lgtf6ezfnanqccn6fxjrnv6yusdgbtpp-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webxfvotzdz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458063","name":"webapp-linux-multiles7c2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458063,"deletedTimestamp":"2018-10-26T18:11:39.5513700","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5lsmm5hv2dmrvd6iwh4l7hlglu3nfdq6xqf3pb72e5usp7bt47rgggfhwps2znmzf","webSpace":"clitest.rg5lsmm5hv2dmrvd6iwh4l7hlglu3nfdq6xqf3pb72e5usp7bt47rgggfhwps2znmzf-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multiles7c2","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458064","name":"webapp-hyperv-e2ei2tljb5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458064,"deletedTimestamp":"2018-10-26T18:11:41.3257469","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2nazqesnqv6ejnsu4u4hus54lp52mvn6rmdchjcca3iusvzx5axhwyskloktoy3vs","webSpace":"clitest.rg2nazqesnqv6ejnsu4u4hus54lp52mvn6rmdchjcca3iusvzx5axhwyskloktoy3vs-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2ei2tljb5","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458065","name":"webapp-win-logwt2ifwpa27","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458065,"deletedTimestamp":"2018-10-26T18:11:44.4737246","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkzywwvogkv6jbgtxup37fuoigqjdbyjvlt56ro53bskrlnfqakqhtp7cqbo34l4hx","webSpace":"clitest.rgkzywwvogkv6jbgtxup37fuoigqjdbyjvlt56ro53bskrlnfqakqhtp7cqbo34l4hx-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-win-logwt2ifwpa27","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458073","name":"webapp-linuxbtpglzrdylvx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458073,"deletedTimestamp":"2018-10-26T18:11:49.7137472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgai3zrqa66pczhz7yiunpv4cwn4o3ntzbe64q2l64nt5arwu2bjllhnbsa54i73mdp","webSpace":"clitest.rgai3zrqa66pczhz7yiunpv4cwn4o3ntzbe64q2l64nt5arwu2bjllhnbsa54i73mdp-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxbtpglzrdylvx","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458074","name":"slot-traffic-webxfvotzdz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458074,"deletedTimestamp":"2018-10-26T18:11:50.3329153","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjj6fapxkstc75fqoqntitkqbd5kyakej4lgtf6ezfnanqccn6fxjrnv6yusdgbtpp","webSpace":"clitest.rgjj6fapxkstc75fqoqntitkqbd5kyakej4lgtf6ezfnanqccn6fxjrnv6yusdgbtpp-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webxfvotzdz","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458075","name":"webapp-zipDeploy-testqvehoywbwgz7kzllxit","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458075,"deletedTimestamp":"2018-10-26T18:11:58.3353258","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployb7yps7qylkce3hepcpayhoj4kuzkhw3qej476iavdxea4edasw","webSpace":"cli_test_webapp_zipDeployb7yps7qylkce3hepcpayhoj4kuzkhw3qej476iavdxea4edasw-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-zipDeploy-testqvehoywbwgz7kzllxit","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458079","name":"web-git-test22symhhnpby4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458079,"deletedTimestamp":"2018-10-26T18:12:04.6937692","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghe7w6b5dtd2fhc547qxacvvir4mu264y64jrjcpbwii46pvhqyoxtlyiyshrgukd5","webSpace":"clitest.rghe7w6b5dtd2fhc547qxacvvir4mu264y64jrjcpbwii46pvhqyoxtlyiyshrgukd5-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test22symhhnpby4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458088","name":"slot-swap-webpnb6f3dszb2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458088,"deletedTimestamp":"2018-10-26T18:12:21.8331625","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpbl2mhnsapii35jtpfvx4yfainingp5cdfnppjsyv54kez7nzufeumpkeaqfxytet","webSpace":"clitest.rgpbl2mhnsapii35jtpfvx4yfainingp5cdfnppjsyv54kez7nzufeumpkeaqfxytet-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-swap-webpnb6f3dszb2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458089","name":"slot-swap-webpnb6f3dszb2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458089,"deletedTimestamp":"2018-10-26T18:12:21.8800111","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpbl2mhnsapii35jtpfvx4yfainingp5cdfnppjsyv54kez7nzufeumpkeaqfxytet","webSpace":"clitest.rgpbl2mhnsapii35jtpfvx4yfainingp5cdfnppjsyv54kez7nzufeumpkeaqfxytet-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-swap-webpnb6f3dszb2","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458094","name":"java-webapp-25825d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458094,"deletedTimestamp":"2018-10-26T18:12:28.7124138","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg08b419622","webSpace":"javacsmrg08b419622-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-25825d","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458105","name":"webapp-quick-cdx5ww2btgn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458105,"deletedTimestamp":"2018-10-26T18:12:52.8871156","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4gl2o4npfmncoedrkx6s6kkjspjdbsaumu6s4ptgoj5omeoqhbdk63s5vzcrqgkmw","webSpace":"clitest.rg4gl2o4npfmncoedrkx6s6kkjspjdbsaumu6s4ptgoj5omeoqhbdk63s5vzcrqgkmw-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-quick-cdx5ww2btgn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458150","name":"webapp-linux-logrmsgx4n4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458150,"deletedTimestamp":"2018-10-26T18:14:13.4337464","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxx22xqkcr2qbg2lwc2cbhfw6jcn7qmh77jkju67246thaenhi3hik6othrloj7nx2","webSpace":"clitest.rgxx22xqkcr2qbg2lwc2cbhfw6jcn7qmh77jkju67246thaenhi3hik6othrloj7nx2-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logrmsgx4n4","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458151","name":"webapp-quick-linuxiiw5qv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458151,"deletedTimestamp":"2018-10-26T18:14:17.9328216","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjcfkltnqr67krw2vxycuktbovubv76ugkodmhoepo2htr5eqru5lzucqj7inne7gz","webSpace":"clitest.rgjcfkltnqr67krw2vxycuktbovubv76ugkodmhoepo2htr5eqru5lzucqj7inne7gz-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxiiw5qv","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458155","name":"slot-test-webuyzbufejzou","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458155,"deletedTimestamp":"2018-10-26T18:14:34.3983308","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw2grjyahsw4qty7wkgeu7umiz4mdjslrnnsoq7zgyarugwdzpts5ozwjybyk6rmte","webSpace":"clitest.rgw2grjyahsw4qty7wkgeu7umiz4mdjslrnnsoq7zgyarugwdzpts5ozwjybyk6rmte-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webuyzbufejzou","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458156","name":"slot-test-webuyzbufejzou","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458156,"deletedTimestamp":"2018-10-26T18:14:36.5347210","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw2grjyahsw4qty7wkgeu7umiz4mdjslrnnsoq7zgyarugwdzpts5ozwjybyk6rmte","webSpace":"clitest.rgw2grjyahsw4qty7wkgeu7umiz4mdjslrnnsoq7zgyarugwdzpts5ozwjybyk6rmte-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webuyzbufejzou","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458165","name":"slot-test-webuyzbufejzou","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458165,"deletedTimestamp":"2018-10-26T18:15:20.5325111","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw2grjyahsw4qty7wkgeu7umiz4mdjslrnnsoq7zgyarugwdzpts5ozwjybyk6rmte","webSpace":"clitest.rgw2grjyahsw4qty7wkgeu7umiz4mdjslrnnsoq7zgyarugwdzpts5ozwjybyk6rmte-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webuyzbufejzou","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458172","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458172,"deletedTimestamp":"2018-10-26T18:15:38.4141728","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglgzvszxwi25sojr5iwwwncfv34iagi7lbxcgh2rvwlik5hbfverttfh6vkxonm74x","webSpace":"clitest.rglgzvszxwi25sojr5iwwwncfv34iagi7lbxcgh2rvwlik5hbfverttfh6vkxonm74x-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458184","name":"undelete-webyigkobwdos7g","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458184,"deletedTimestamp":"2018-10-26T18:16:35.7158085","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw34eb2diwakgld24u2osi4u7hjvennpjdmfai6pty7ew5lfwmoz4wdn4ltgykox2v","webSpace":"clitest.rgw34eb2diwakgld24u2osi4u7hjvennpjdmfai6pty7ew5lfwmoz4wdn4ltgykox2v-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"undelete-webyigkobwdos7g","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19458241","name":"clisze3y4imbiguja4q","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19458241,"deletedTimestamp":"2018-10-26T18:19:07.1274466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn64pp746yh","webSpace":"clitest.rgn64pp746yh-CentralUSwebspace","stamp":"waws-prod-dm1-119","deletedSiteName":"clisze3y4imbiguja4q","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19459115","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19459115,"deletedTimestamp":"2018-10-26T19:01:17.6314381","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_create3xxuilhuenu4hke3wu3qel3kxhz7u2sbsmcphtwzzntz5nctryd","webSpace":"cli_test_resource_create3xxuilhuenu4hke3wu3qel3kxhz7u2sbsmcphtwzzntz5nctryd-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19464404","name":"java-webapp-289147","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19464404,"deletedTimestamp":"2018-10-26T23:47:46.1478082","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5fb33102e","webSpace":"javacsmrg5fb33102e-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-289147","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467266","name":"webibm5gywci2adzjoul652f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467266,"deletedTimestamp":"2018-10-27T05:05:13.4131495","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnzgp2f64ic4cne5ycle7yocg7xqj5u7k3ysqrpokppird34lvqffcwyp3i2mebdrk","webSpace":"clitest.rgnzgp2f64ic4cne5ycle7yocg7xqj5u7k3ysqrpokppird34lvqffcwyp3i2mebdrk-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webibm5gywci2adzjoul652f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467267","name":"web-del-test4gtrtes44e5p","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467267,"deletedTimestamp":"2018-10-27T05:05:16.1628775","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgefaze3dyyydkdvcoavnz6ch2e3yl5diwzh75ok3nc2kpl6w43iolin7lnsqx23zik","webSpace":"clitest.rgefaze3dyyydkdvcoavnz6ch2e3yl5diwzh75ok3nc2kpl6w43iolin7lnsqx23zik-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"web-del-test4gtrtes44e5p","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467270","name":"functionapplinuxconsumptiontu3drf2vqkrdf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467270,"deletedTimestamp":"2018-10-27T05:05:33.3524729","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux7ouju67npr4ibgwk4d5csl7bu2ukcwqvgres5fkvyffv6yhfk","webSpace":"azurecli-functionapp-linux7ouju67npr4ibgwk4d5csl7bu2ukcwqvgres5fkvyffv6yhfk-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptiontu3drf2vqkrdf","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467271","name":"functionapp-linuxuzptuug","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467271,"deletedTimestamp":"2018-10-27T05:05:33.3783619","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3qpjnprrhf5rnge6apil252ojy5xumhes6b3jgahevnnfdz5jw3rla635o5omccdh","webSpace":"clitest.rg3qpjnprrhf5rnge6apil252ojy5xumhes6b3jgahevnnfdz5jw3rla635o5omccdh-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxuzptuug","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467274","name":"web-errorhqpwt2enpkyqjqe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467274,"deletedTimestamp":"2018-10-27T05:05:51.4659193","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgowohsm337f6zaost3xo77t3rk6ffdft2ty57l5srugxu3os57oslblfryo25ctphm","webSpace":"clitest.rgowohsm337f6zaost3xo77t3rk6ffdft2ty57l5srugxu3os57oslblfryo25ctphm-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-errorhqpwt2enpkyqjqe","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467280","name":"slot-traffic-webzmsvodrx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467280,"deletedTimestamp":"2018-10-27T05:06:03.6372454","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy7zhux2jgamd2sdwxk75chn5l3afc23tf7vxps5jkpmex3bxml2dn44ygu7z7jd3o","webSpace":"clitest.rgy7zhux2jgamd2sdwxk75chn5l3afc23tf7vxps5jkpmex3bxml2dn44ygu7z7jd3o-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webzmsvodrx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467281","name":"slot-traffic-webzmsvodrx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467281,"deletedTimestamp":"2018-10-27T05:06:03.6840967","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy7zhux2jgamd2sdwxk75chn5l3afc23tf7vxps5jkpmex3bxml2dn44ygu7z7jd3o","webSpace":"clitest.rgy7zhux2jgamd2sdwxk75chn5l3afc23tf7vxps5jkpmex3bxml2dn44ygu7z7jd3o-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webzmsvodrx","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467282","name":"functionappconsumptionqkqwkaaw6rdujhgqni","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467282,"deletedTimestamp":"2018-10-27T05:06:06.4222651","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2esasli7n5mvqk2olqauk532xfgc4ywehvcwlrtup7ytpo3laxi","webSpace":"azurecli-functionapp-c-e2esasli7n5mvqk2olqauk532xfgc4ywehvcwlrtup7ytpo3laxi-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"functionappconsumptionqkqwkaaw6rdujhgqni","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467283","name":"delete-me-weblbifo4jfiqu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467283,"deletedTimestamp":"2018-10-27T05:06:06.6894995","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgj3uamnexcszumsdjd7lmr44ndhgsud62fmsg2ogafsjmirh4cfasjqtcxpmz4pplt","webSpace":"clitest.rgj3uamnexcszumsdjd7lmr44ndhgsud62fmsg2ogafsjmirh4cfasjqtcxpmz4pplt-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"delete-me-weblbifo4jfiqu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467284","name":"func-e2enyzuina3xnqp5ibp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467284,"deletedTimestamp":"2018-10-27T05:06:09.8481269","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbcntrvuxh2rclkodhakgttqniy42ams5jl4uew5qhtznnq3ish2mzu745df5dsjmv","webSpace":"clitest.rgbcntrvuxh2rclkodhakgttqniy42ams5jl4uew5qhtznnq3ish2mzu745df5dsjmv-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2enyzuina3xnqp5ibp","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467285","name":"web-ssl-testjrcgdrvf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467285,"deletedTimestamp":"2018-10-27T05:06:10.8030045","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5lofapkvjb2u7jebhmlfum5wvz7ilm54mem73nnb4j7ahhw3257zkxtqlhcnuxibo","webSpace":"clitest.rg5lofapkvjb2u7jebhmlfum5wvz7ilm54mem73nnb4j7ahhw3257zkxtqlhcnuxibo-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-ssl-testjrcgdrvf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467287","name":"slot-traffic-webeb477phn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467287,"deletedTimestamp":"2018-10-27T05:06:13.5093637","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglojrqyjk3cycyv6g7lbuy26ujb26pqnoow7z3pmjc7t53cx2argh2ltr3fzblcfh3","webSpace":"clitest.rglojrqyjk3cycyv6g7lbuy26ujb26pqnoow7z3pmjc7t53cx2argh2ltr3fzblcfh3-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webeb477phn","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467290","name":"webapp-authentication-testms5eevlqqxavfx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467290,"deletedTimestamp":"2018-10-27T05:06:16.1573373","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationjxv4qbgkt4k64xpku5qyk7kxoopeijrcjhpkvlh2dyimv","webSpace":"cli_test_webapp_authenticationjxv4qbgkt4k64xpku5qyk7kxoopeijrcjhpkvlh2dyimv-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-authentication-testms5eevlqqxavfx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467291","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467291,"deletedTimestamp":"2018-10-27T05:06:20.1434093","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7o7efqzwoiw3tubobgpey4b5bgac3dbdqsi75acc6jnfvv6oghdyjz5t6ibwl4fqq","webSpace":"clitest.rg7o7efqzwoiw3tubobgpey4b5bgac3dbdqsi75acc6jnfvv6oghdyjz5t6ibwl4fqq-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467292","name":"web-msi2edcnuw2e2a3y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467292,"deletedTimestamp":"2018-10-27T05:06:26.2118669","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfn4d6yz2vyfkkjhfo4sjga4u3znvxeawtvylvpryjcl52ggkytnvaiben7edwlr35","webSpace":"clitest.rgfn4d6yz2vyfkkjhfo4sjga4u3znvxeawtvylvpryjcl52ggkytnvaiben7edwlr35-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-msi2edcnuw2e2a3y","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467293","name":"webapp-quickbn7ajngwgv55","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467293,"deletedTimestamp":"2018-10-27T05:06:26.4817553","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqvzdpgqelvcwptd3ugnj2zzphuf7lc5jwdmrclxv5z3qepju7mpx5rbaw7h6mjdjg","webSpace":"clitest.rgqvzdpgqelvcwptd3ugnj2zzphuf7lc5jwdmrclxv5z3qepju7mpx5rbaw7h6mjdjg-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quickbn7ajngwgv55","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467296","name":"webapp-quickt5uue3q5gq5z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467296,"deletedTimestamp":"2018-10-27T05:06:29.3821275","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5lbglbfolfjb4yywgntpzwa2gamvw6n6opjknmojr2bavo2nuufbaxb7ltjw5akol","webSpace":"clitest.rg5lbglbfolfjb4yywgntpzwa2gamvw6n6opjknmojr2bavo2nuufbaxb7ltjw5akol-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quickt5uue3q5gq5z","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467299","name":"webapp-e2epmdttdvgroa4pw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467299,"deletedTimestamp":"2018-10-27T05:06:37.9608650","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7vzq3up76xez3funhsc3vp43ayvpeoupm6cpcjkzuiqfcpfdwkrav4mxmszwb47qe","webSpace":"clitest.rg7vzq3up76xez3funhsc3vp43ayvpeoupm6cpcjkzuiqfcpfdwkrav4mxmszwb47qe-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-e2epmdttdvgroa4pw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467303","name":"slot-traffic-web4rroh6v3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467303,"deletedTimestamp":"2018-10-27T05:06:43.5220390","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7rqouhp2cddb7comfogd6ax67ziy6gzvik465r7r3ezug3tvnh4l3lrbtx3ravin5","webSpace":"clitest.rg7rqouhp2cddb7comfogd6ax67ziy6gzvik465r7r3ezug3tvnh4l3lrbtx3ravin5-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-web4rroh6v3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467304","name":"slot-traffic-web4rroh6v3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467304,"deletedTimestamp":"2018-10-27T05:06:43.6314187","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7rqouhp2cddb7comfogd6ax67ziy6gzvik465r7r3ezug3tvnh4l3lrbtx3ravin5","webSpace":"clitest.rg7rqouhp2cddb7comfogd6ax67ziy6gzvik465r7r3ezug3tvnh4l3lrbtx3ravin5-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-web4rroh6v3","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467306","name":"func-e2e3jydhcst2cm4374f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467306,"deletedTimestamp":"2018-10-27T05:06:47.0574064","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbcntrvuxh2rclkodhakgttqniy42ams5jl4uew5qhtznnq3ish2mzu745df5dsjmv","webSpace":"clitest.rgbcntrvuxh2rclkodhakgttqniy42ams5jl4uew5qhtznnq3ish2mzu745df5dsjmv-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2e3jydhcst2cm4374f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467307","name":"webapp-config-testxyjcbdyq5yxehn7n2rfbyd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467307,"deletedTimestamp":"2018-10-27T05:06:47.4167845","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configdualru7rrgpdywja6qcclkhxeo4upalsh4svepawgcoswq3sdvxqh","webSpace":"cli_test_webapp_configdualru7rrgpdywja6qcclkhxeo4upalsh4svepawgcoswq3sdvxqh-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-testxyjcbdyq5yxehn7n2rfbyd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467308","name":"webappacrtest2h6edgb3t3s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467308,"deletedTimestamp":"2018-10-27T05:06:51.6472425","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyw4iwojp6kii773lgjsftsxmz4eo2wehscou75pbnkpmpa5q3hxqcgoc7b4gx3z52","webSpace":"clitest.rgyw4iwojp6kii773lgjsftsxmz4eo2wehscou75pbnkpmpa5q3hxqcgoc7b4gx3z52-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtest2h6edgb3t3s","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467309","name":"webapp-update-test57cmz63hm3rexexhv7uid7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467309,"deletedTimestamp":"2018-10-27T05:06:55.0251151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatepakxvvlk2ixsqpyqsijswdlvpgmkjr7l636p7wn5yiq4qb5cqzymw","webSpace":"cli_test_webapp_updatepakxvvlk2ixsqpyqsijswdlvpgmkjr7l636p7wn5yiq4qb5cqzymw-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-update-test57cmz63hm3rexexhv7uid7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467311","name":"webapp-update-test57cmz63hm3rexexhv7uid7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467311,"deletedTimestamp":"2018-10-27T05:06:55.0876172","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatepakxvvlk2ixsqpyqsijswdlvpgmkjr7l636p7wn5yiq4qb5cqzymw","webSpace":"cli_test_webapp_updatepakxvvlk2ixsqpyqsijswdlvpgmkjr7l636p7wn5yiq4qb5cqzymw-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-update-test57cmz63hm3rexexhv7uid7","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467316","name":"webapp-win-logajzvl6znq5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467316,"deletedTimestamp":"2018-10-27T05:07:02.5353150","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6vhlgpviemnp2hrg7wynbouy7agvyncuvrjf6wxukvrjtykmlepyrd7vu2u2iyyd6","webSpace":"clitest.rg6vhlgpviemnp2hrg7wynbouy7agvyncuvrjf6wxukvrjtykmlepyrd7vu2u2iyyd6-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-win-logajzvl6znq5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467317","name":"webapp-linux-multifkvqsa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467317,"deletedTimestamp":"2018-10-27T05:07:05.7720972","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6osd2przuddujwse54hdn7dmd6znjgpwvcypkt6cjrxjzich6w2p44cakm6artvne","webSpace":"clitest.rg6osd2przuddujwse54hdn7dmd6znjgpwvcypkt6cjrxjzich6w2p44cakm6artvne-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multifkvqsa","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467318","name":"webapp-zipDeploy-testxol6pmwevbbcyce4bfo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467318,"deletedTimestamp":"2018-10-27T05:07:07.5788087","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployytmn6ts5stb7n4nleh4tkagy6jbjyxnrre2njprsixumcbxmk3","webSpace":"cli_test_webapp_zipDeployytmn6ts5stb7n4nleh4tkagy6jbjyxnrre2njprsixumcbxmk3-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-zipDeploy-testxol6pmwevbbcyce4bfo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467321","name":"webapp-linuxyzn7a663uodm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467321,"deletedTimestamp":"2018-10-27T05:07:28.8408947","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwl2ep2shzvet6rgmyyzhzslzgkhd2ray7mzimsdf62j2og4vzhcjzsmafpsr5pwoq","webSpace":"clitest.rgwl2ep2shzvet6rgmyyzhzslzgkhd2ray7mzimsdf62j2og4vzhcjzsmafpsr5pwoq-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxyzn7a663uodm","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467323","name":"slot-swap-web2j3nul4677x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467323,"deletedTimestamp":"2018-10-27T05:07:40.7403815","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4nw6xuqweblsun5xjb7ik7pr3rmclsiejqibuytwd4vjwxhjg45qdghby5laspxi5","webSpace":"clitest.rg4nw6xuqweblsun5xjb7ik7pr3rmclsiejqibuytwd4vjwxhjg45qdghby5laspxi5-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-web2j3nul4677x","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467324","name":"slot-swap-web2j3nul4677x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467324,"deletedTimestamp":"2018-10-27T05:07:40.7872208","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4nw6xuqweblsun5xjb7ik7pr3rmclsiejqibuytwd4vjwxhjg45qdghby5laspxi5","webSpace":"clitest.rg4nw6xuqweblsun5xjb7ik7pr3rmclsiejqibuytwd4vjwxhjg45qdghby5laspxi5-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-web2j3nul4677x","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467326","name":"web-git-test2fqdlosvfkrq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467326,"deletedTimestamp":"2018-10-27T05:07:50.7360901","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtgbalemutcj7u74ouhxmizbxk52wij7ifakd45wnef3zewbutkn5dcap5otr22pel","webSpace":"clitest.rgtgbalemutcj7u74ouhxmizbxk52wij7ifakd45wnef3zewbutkn5dcap5otr22pel-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-git-test2fqdlosvfkrq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467331","name":"webapp-quick-cd7nhbvrhop","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467331,"deletedTimestamp":"2018-10-27T05:08:17.4319394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3pr4pps5q5l6ojdcmnprrz2q4ipxxvffdndhm6wvtrajmdzgsnrqtaxqmyuplo3gs","webSpace":"clitest.rg3pr4pps5q5l6ojdcmnprrz2q4ipxxvffdndhm6wvtrajmdzgsnrqtaxqmyuplo3gs-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-quick-cd7nhbvrhop","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467339","name":"webapp-linux-logr2jzvhop","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467339,"deletedTimestamp":"2018-10-27T05:09:46.4850863","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgikj4j6ygbek72v2myktz4xcgsba33t3pomcu7scjjfib2ohzuxwfyuddkrqksurdg","webSpace":"clitest.rgikj4j6ygbek72v2myktz4xcgsba33t3pomcu7scjjfib2ohzuxwfyuddkrqksurdg-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-logr2jzvhop","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467340","name":"slot-test-webqagxbtci5rn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467340,"deletedTimestamp":"2018-10-27T05:10:01.2715897","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr6ci57uriuqvod5xazsfqrxr7wrt4lfpmhemfclyg6pzlmkajln54ex3bwqswundd","webSpace":"clitest.rgr6ci57uriuqvod5xazsfqrxr7wrt4lfpmhemfclyg6pzlmkajln54ex3bwqswundd-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webqagxbtci5rn","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467345","name":"webapp-quick-linux3ogtls","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467345,"deletedTimestamp":"2018-10-27T05:10:12.1767292","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4wpz2ru24fuunokz6mgg34uhaes3h2zudilqejhmjpc5gv5lvekr4jupx3qfeqelo","webSpace":"clitest.rg4wpz2ru24fuunokz6mgg34uhaes3h2zudilqejhmjpc5gv5lvekr4jupx3qfeqelo-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux3ogtls","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467346","name":"slot-test-webqagxbtci5rn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467346,"deletedTimestamp":"2018-10-27T05:10:12.6560309","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr6ci57uriuqvod5xazsfqrxr7wrt4lfpmhemfclyg6pzlmkajln54ex3bwqswundd","webSpace":"clitest.rgr6ci57uriuqvod5xazsfqrxr7wrt4lfpmhemfclyg6pzlmkajln54ex3bwqswundd-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webqagxbtci5rn","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467347","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467347,"deletedTimestamp":"2018-10-27T05:10:17.0428621","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrcc2jkzb4cc3d3k5cekie7jik5p52mmjfzld5o5cdr77tdzx6gn7kf7lhxkhu4qfw","webSpace":"clitest.rgrcc2jkzb4cc3d3k5cekie7jik5p52mmjfzld5o5cdr77tdzx6gn7kf7lhxkhu4qfw-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467349","name":"slot-test-webqagxbtci5rn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467349,"deletedTimestamp":"2018-10-27T05:10:50.2783195","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr6ci57uriuqvod5xazsfqrxr7wrt4lfpmhemfclyg6pzlmkajln54ex3bwqswundd","webSpace":"clitest.rgr6ci57uriuqvod5xazsfqrxr7wrt4lfpmhemfclyg6pzlmkajln54ex3bwqswundd-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webqagxbtci5rn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467354","name":"undelete-weblsdaobbdnzqr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467354,"deletedTimestamp":"2018-10-27T05:11:52.1648431","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgswkg5dokhhys5xsq64wbfaxgzrlritexxj4nktresezrokeelrrsrsjieguyifd7i","webSpace":"clitest.rgswkg5dokhhys5xsq64wbfaxgzrlritexxj4nktresezrokeelrrsrsjieguyifd7i-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"undelete-weblsdaobbdnzqr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467365","name":"clihgg5utghn6m551li","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467365,"deletedTimestamp":"2018-10-27T05:12:44.5924325","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5ht7ep4apl","webSpace":"clitest.rg5ht7ep4apl-CentralUSwebspace","stamp":"waws-prod-dm1-111","deletedSiteName":"clihgg5utghn6m551li","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19467554","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19467554,"deletedTimestamp":"2018-10-27T05:44:41.9202563","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createapp5hq2l6rzxlr5s4p3brynkopw6ripir74edq7tmejaiip4drb","webSpace":"cli_test_resource_createapp5hq2l6rzxlr5s4p3brynkopw6ripir74edq7tmejaiip4drb-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469463","name":"JAVAwebapp-1248803151","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469463,"deletedTimestamp":"2018-10-27T10:39:58.2766139","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg036331901","webSpace":"javacsmrg036331901-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"JAVAwebapp-1248803151","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469465","name":"java-webapp-387034","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469465,"deletedTimestamp":"2018-10-27T10:40:01.6752192","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2ce831762","webSpace":"javacsmrg2ce831762-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-387034","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469467","name":"java-webapp-61605a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469467,"deletedTimestamp":"2018-10-27T10:40:02.6845137","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4ae961438","webSpace":"javacsmrg4ae961438-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-61605a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469468","name":"java-webapp-069938","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469468,"deletedTimestamp":"2018-10-27T10:40:02.9103698","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg413292246","webSpace":"javacsmrg413292246-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-069938","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469469","name":"java-webapp-069938","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469469,"deletedTimestamp":"2018-10-27T10:40:02.9902934","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg413292246","webSpace":"javacsmrg413292246-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-069938","slot":"java-slot-7cd828655","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469470","name":"java-webapp-069938","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469470,"deletedTimestamp":"2018-10-27T10:40:03.0509981","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg413292246","webSpace":"javacsmrg413292246-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-069938","slot":"java-slot-f19971126","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469471","name":"java-webapp-069938","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469471,"deletedTimestamp":"2018-10-27T10:40:03.1291260","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg413292246","webSpace":"javacsmrg413292246-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-069938","slot":"java-slot-201745973","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19469472","name":"JAVAwebapp-7d72080319","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19469472,"deletedTimestamp":"2018-10-27T10:40:04.2550229","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6cc750915","webSpace":"javacsmrg6cc750915-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-7d72080319","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478040","name":"JAVAwebapp-aef100747a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478040,"deletedTimestamp":"2018-10-28T10:40:12.1690420","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg422676610","webSpace":"javacsmrg422676610-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"JAVAwebapp-aef100747a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478041","name":"java-webapp-895480","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478041,"deletedTimestamp":"2018-10-28T10:40:13.4007336","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc13551928","webSpace":"javacsmrgc13551928-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-895480","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478042","name":"java-webapp-246891","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478042,"deletedTimestamp":"2018-10-28T10:40:14.8148830","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9fc005338","webSpace":"javacsmrg9fc005338-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-246891","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478043","name":"java-webapp-926703","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478043,"deletedTimestamp":"2018-10-28T10:40:15.3044056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf9656012c","webSpace":"javacsmrgf9656012c-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-926703","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478044","name":"java-webapp-399077","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478044,"deletedTimestamp":"2018-10-28T10:40:15.7797442","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg61a452265","webSpace":"javacsmrg61a452265-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-399077","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478045","name":"java-webapp-399077","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478045,"deletedTimestamp":"2018-10-28T10:40:15.8267910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg61a452265","webSpace":"javacsmrg61a452265-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-399077","slot":"java-slot-95e83590c","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478046","name":"java-webapp-794909","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478046,"deletedTimestamp":"2018-10-28T10:40:15.8327375","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge04723964","webSpace":"javacsmrge04723964-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-794909","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478047","name":"java-webapp-399077","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478047,"deletedTimestamp":"2018-10-28T10:40:15.8735110","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg61a452265","webSpace":"javacsmrg61a452265-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-399077","slot":"java-slot-41b368376","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478048","name":"java-webapp-399077","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478048,"deletedTimestamp":"2018-10-28T10:40:15.9047436","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg61a452265","webSpace":"javacsmrg61a452265-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-399077","slot":"java-slot-c2013896f","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478049","name":"JAVAwebapp-c13168779a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478049,"deletedTimestamp":"2018-10-28T10:40:16.4200815","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdbf582339","webSpace":"javacsmrgdbf582339-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"JAVAwebapp-c13168779a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19478050","name":"java-webapp-695791","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19478050,"deletedTimestamp":"2018-10-28T10:40:21.3425448","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc13551928","webSpace":"javacsmrgc13551928-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-695791","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492827","name":"webapp1-bb7988557c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492827,"deletedTimestamp":"2018-10-29T09:37:34.1581392","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_59293533764d","webSpace":"rg1nemv_59293533764d-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp1-bb7988557c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492840","name":"webapp3-dfb05834a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492840,"deletedTimestamp":"2018-10-29T09:38:13.8263942","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_59293533764d","webSpace":"rg1nemv_59293533764d-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp3-dfb05834a4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492852","name":"webapp1-ce77613972","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492852,"deletedTimestamp":"2018-10-29T09:38:34.3886114","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a2187415bc3b","webSpace":"rg1nemv_a2187415bc3b-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-ce77613972","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492871","name":"webapp3-95a1407555","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492871,"deletedTimestamp":"2018-10-29T09:39:12.9436775","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a2187415bc3b","webSpace":"rg1nemv_a2187415bc3b-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-95a1407555","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492879","name":"webapp3-c7d0345361","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492879,"deletedTimestamp":"2018-10-29T09:39:41.7289719","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3c547229c195","webSpace":"rg1nemv_3c547229c195-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"webapp3-c7d0345361","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492882","name":"webapp2-0cf1463207","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492882,"deletedTimestamp":"2018-10-29T09:39:44.3720752","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3c547229c195","webSpace":"rg1nemv_3c547229c195-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"webapp2-0cf1463207","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492883","name":"webapp1-05833331b1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492883,"deletedTimestamp":"2018-10-29T09:39:47.3302634","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f6a258918243","webSpace":"rgnemv_f6a258918243-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-05833331b1","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492886","name":"webapp2-65188443f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492886,"deletedTimestamp":"2018-10-29T09:39:51.0574961","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f6a258918243","webSpace":"rgnemv_f6a258918243-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-65188443f5","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492887","name":"webapp1-5e72639939","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492887,"deletedTimestamp":"2018-10-29T09:39:51.4161592","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3c547229c195","webSpace":"rg1nemv_3c547229c195-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"webapp1-5e72639939","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492888","name":"webapp1-e5a08870ec","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492888,"deletedTimestamp":"2018-10-29T09:39:55.0406181","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1ee220591ff9","webSpace":"rgnemv_1ee220591ff9-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-e5a08870ec","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492891","name":"webapp2-2c517920b9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492891,"deletedTimestamp":"2018-10-29T09:39:57.8024226","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1ee220591ff9","webSpace":"rgnemv_1ee220591ff9-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp2-2c517920b9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492895","name":"webapp2-b1e7803387","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492895,"deletedTimestamp":"2018-10-29T09:40:02.4717232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_59293533764d","webSpace":"rg1nemv_59293533764d-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp2-b1e7803387","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492896","name":"webapp1-375744863a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492896,"deletedTimestamp":"2018-10-29T09:40:06.6027816","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3c57986332aa","webSpace":"rg1nemv_3c57986332aa-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-375744863a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492899","name":"webapp1-6a5192881b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492899,"deletedTimestamp":"2018-10-29T09:40:14.1061436","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_5eb61937d256","webSpace":"rg1nemv_5eb61937d256-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-6a5192881b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492914","name":"webapp1-66422295be","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492914,"deletedTimestamp":"2018-10-29T09:40:32.1081852","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d69051077076","webSpace":"rg1nemv_d69051077076-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"webapp1-66422295be","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492924","name":"webapp2-7ed7785882","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492924,"deletedTimestamp":"2018-10-29T09:40:58.3029455","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a2187415bc3b","webSpace":"rg1nemv_a2187415bc3b-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-7ed7785882","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492928","name":"webapp3-3d1418789b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492928,"deletedTimestamp":"2018-10-29T09:41:09.4105206","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d69051077076","webSpace":"rg1nemv_d69051077076-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"webapp3-3d1418789b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492933","name":"webapp2-db2882739e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492933,"deletedTimestamp":"2018-10-29T09:41:13.4992277","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_fc0436853c08","webSpace":"rgnemv_fc0436853c08-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp2-db2882739e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492934","name":"webapp1-9f68356921","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492934,"deletedTimestamp":"2018-10-29T09:41:15.3513597","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_fc0436853c08","webSpace":"rgnemv_fc0436853c08-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp1-9f68356921","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492939","name":"webapp1-bf62731521","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492939,"deletedTimestamp":"2018-10-29T09:41:35.5714976","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2ea1041605ea","webSpace":"rg1nemv_2ea1041605ea-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-bf62731521","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492940","name":"webapp1-8446457412","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492940,"deletedTimestamp":"2018-10-29T09:41:37.5030011","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4d964641bb4e","webSpace":"rg1nemv_4d964641bb4e-WestUSwebspace","stamp":"waws-prod-bay-097","deletedSiteName":"webapp1-8446457412","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19492962","name":"webapp2-88f67330a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19492962,"deletedTimestamp":"2018-10-29T09:42:58.3701981","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d69051077076","webSpace":"rg1nemv_d69051077076-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"webapp2-88f67330a4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493211","name":"webapp1-45e8763559","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493211,"deletedTimestamp":"2018-10-29T09:54:46.5958140","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ee6327470d7b","webSpace":"rg1nemv_ee6327470d7b-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-45e8763559","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493212","name":"webapp1-45e8763559","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493212,"deletedTimestamp":"2018-10-29T09:54:46.6593773","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ee6327470d7b","webSpace":"rg1nemv_ee6327470d7b-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-45e8763559","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493216","name":"webapp3-a5b47502ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493216,"deletedTimestamp":"2018-10-29T09:54:56.5164713","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ee6327470d7b","webSpace":"rg1nemv_ee6327470d7b-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-a5b47502ad","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493217","name":"webapp3-a5b47502ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493217,"deletedTimestamp":"2018-10-29T09:54:56.5633528","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ee6327470d7b","webSpace":"rg1nemv_ee6327470d7b-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-a5b47502ad","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493218","name":"webapp2-216741730e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493218,"deletedTimestamp":"2018-10-29T09:55:06.3913827","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ee6327470d7b","webSpace":"rg1nemv_ee6327470d7b-WestEuropewebspace","stamp":"waws-prod-am2-139","deletedSiteName":"webapp2-216741730e","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493219","name":"webapp2-216741730e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493219,"deletedTimestamp":"2018-10-29T09:55:06.8923076","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ee6327470d7b","webSpace":"rg1nemv_ee6327470d7b-WestEuropewebspace","stamp":"waws-prod-am2-139","deletedSiteName":"webapp2-216741730e","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493500","name":"webapp2-2e89300738","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493500,"deletedTimestamp":"2018-10-29T10:06:47.7174310","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2317625811fc4","webSpace":"rgcdn_2317625811fc4-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-2e89300738","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493501","name":"webapp4-42a8703161","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493501,"deletedTimestamp":"2018-10-29T10:06:51.4807121","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2317625811fc4","webSpace":"rgcdn_2317625811fc4-NorthEuropewebspace","stamp":"waws-prod-db3-093","deletedSiteName":"webapp4-42a8703161","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493502","name":"webapp3-50e7851595","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493502,"deletedTimestamp":"2018-10-29T10:06:56.0641517","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2317625811fc4","webSpace":"rgcdn_2317625811fc4-WestEuropewebspace","stamp":"waws-prod-am2-223","deletedSiteName":"webapp3-50e7851595","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493505","name":"webapp5-6b5048334b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493505,"deletedTimestamp":"2018-10-29T10:06:58.1362905","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2317625811fc4","webSpace":"rgcdn_2317625811fc4-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-6b5048334b","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493510","name":"webapp6-c6c3284742","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493510,"deletedTimestamp":"2018-10-29T10:07:04.4836056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2317625811fc4","webSpace":"rgcdn_2317625811fc4-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-c6c3284742","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19493513","name":"webapp1-5129014513","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19493513,"deletedTimestamp":"2018-10-29T10:07:06.4220016","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2317625811fc4","webSpace":"rgcdn_2317625811fc4-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-5129014513","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19494190","name":"mytestscalewebappbfa23038","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19494190,"deletedTimestamp":"2018-10-29T10:29:19.8246212","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor42317","webSpace":"rgmonitor42317-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"mytestscalewebappbfa23038","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19494504","name":"wnrsat336075411206c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19494504,"deletedTimestamp":"2018-10-29T10:41:19.6340265","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat9dd90070c8615","webSpace":"rgrsat9dd90070c8615-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsat336075411206c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19494556","name":"wnrsatad963207df3ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19494556,"deletedTimestamp":"2018-10-29T10:43:19.5008321","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsapdd7710070e2fb","webSpace":"rgrsapdd7710070e2fb-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsatad963207df3ce","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496242","name":"java-webapp-5295","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496242,"deletedTimestamp":"2018-10-29T12:03:18.1916830","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2697","webSpace":"javacsmrg2697-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-5295","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496243","name":"java-webapp-5295","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496243,"deletedTimestamp":"2018-10-29T12:03:18.2385558","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2697","webSpace":"javacsmrg2697-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-5295","slot":"java-slot-4776","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496244","name":"java-webapp-5295","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496244,"deletedTimestamp":"2018-10-29T12:03:18.2854691","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2697","webSpace":"javacsmrg2697-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-5295","slot":"java-slot-7866","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496245","name":"java-webapp-5295","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496245,"deletedTimestamp":"2018-10-29T12:03:18.3167196","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2697","webSpace":"javacsmrg2697-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-5295","slot":"java-slot-1934","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496305","name":"java-webapp-361","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496305,"deletedTimestamp":"2018-10-29T12:06:50.3719532","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9596","webSpace":"javacsmrg9596-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-361","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496324","name":"IAmAFuncitonNameThatIsLonger3641","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496324,"deletedTimestamp":"2018-10-29T12:07:47.9594410","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5595","webSpace":"javacsmrg5595-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"IAmAFuncitonNameThatIsLonger3641","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496387","name":"java-webapp-5302","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496387,"deletedTimestamp":"2018-10-29T12:09:32.5089861","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2477","webSpace":"javacsmrg2477-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-5302","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496389","name":"java-webapp-4808","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496389,"deletedTimestamp":"2018-10-29T12:09:37.1259117","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5996","webSpace":"javacsmrg5996-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-4808","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496390","name":"java-webapp-4808","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496390,"deletedTimestamp":"2018-10-29T12:09:37.2519221","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5996","webSpace":"javacsmrg5996-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-4808","slot":"java-slot-1801","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496391","name":"java-webapp-4808","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496391,"deletedTimestamp":"2018-10-29T12:09:37.2987986","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5996","webSpace":"javacsmrg5996-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-4808","slot":"java-slot-1247","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496392","name":"java-webapp-4808","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496392,"deletedTimestamp":"2018-10-29T12:09:37.3613011","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5996","webSpace":"javacsmrg5996-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-4808","slot":"java-slot-114","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496406","name":"java-webapp-995","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496406,"deletedTimestamp":"2018-10-29T12:09:56.7687481","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2543","webSpace":"javacsmrg2543-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-995","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496412","name":"java-webapp-6353","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496412,"deletedTimestamp":"2018-10-29T12:10:20.8442521","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3243","webSpace":"javacsmrg3243-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-6353","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496425","name":"java-webapp-6719","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496425,"deletedTimestamp":"2018-10-29T12:11:10.9237462","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3962","webSpace":"javacsmrg3962-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-6719","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496426","name":"java-webapp-9111","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496426,"deletedTimestamp":"2018-10-29T12:11:15.1969526","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6918","webSpace":"javacsmrg6918-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-9111","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496434","name":"java-webapp-3763","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496434,"deletedTimestamp":"2018-10-29T12:11:38.3359449","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2012","webSpace":"javacsmrg2012-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-3763","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496463","name":"java-webapp-2960","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496463,"deletedTimestamp":"2018-10-29T12:12:27.5577983","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1416","webSpace":"javacsmrg1416-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-2960","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496475","name":"java-webapp-9001","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496475,"deletedTimestamp":"2018-10-29T12:12:36.6556910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9525","webSpace":"javacsmrg9525-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-9001","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19496789","name":"rgweb9862","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19496789,"deletedTimestamp":"2018-10-29T12:27:52.3593262","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg2429","webSpace":"csmrg2429-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"rgweb9862","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19498034","name":"java-webapp-5477","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19498034,"deletedTimestamp":"2018-10-29T13:22:29.4643143","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5233","webSpace":"javacsmrg5233-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-5477","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19498036","name":"java-webapp-2016","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19498036,"deletedTimestamp":"2018-10-29T13:22:32.2768903","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9596","webSpace":"javacsmrg9596-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-2016","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19498155","name":"java-webapp-4039","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19498155,"deletedTimestamp":"2018-10-29T13:27:02.1687998","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3243","webSpace":"javacsmrg3243-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-4039","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19498247","name":"java-webapp-7501","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19498247,"deletedTimestamp":"2018-10-29T13:29:13.3851677","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1416","webSpace":"javacsmrg1416-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-7501","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499438","name":"webapp1-2645119612","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499438,"deletedTimestamp":"2018-10-29T14:14:11.8499113","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_bef433438112","webSpace":"rg1nemv_bef433438112-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-2645119612","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499440","name":"webapp2-55b759260c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499440,"deletedTimestamp":"2018-10-29T14:14:25.7983223","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c1a731718f4a","webSpace":"rgnemv_c1a731718f4a-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-55b759260c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499442","name":"webapp1-fb2384915a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499442,"deletedTimestamp":"2018-10-29T14:14:33.4781162","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c1a731718f4a","webSpace":"rgnemv_c1a731718f4a-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-fb2384915a","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499450","name":"webapp3-38588782d0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499450,"deletedTimestamp":"2018-10-29T14:14:48.3102106","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_bef433438112","webSpace":"rg1nemv_bef433438112-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-38588782d0","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499451","name":"webapp2-6872406720","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499451,"deletedTimestamp":"2018-10-29T14:14:50.6292226","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_bef433438112","webSpace":"rg1nemv_bef433438112-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-6872406720","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499457","name":"webapp2-69768100a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499457,"deletedTimestamp":"2018-10-29T14:15:07.8560619","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4af99099b8fe","webSpace":"rgnemv_4af99099b8fe-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp2-69768100a5","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499471","name":"webapp1-3b74584635","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499471,"deletedTimestamp":"2018-10-29T14:15:25.1909422","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4af99099b8fe","webSpace":"rgnemv_4af99099b8fe-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp1-3b74584635","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499478","name":"webapp1-038314550d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499478,"deletedTimestamp":"2018-10-29T14:15:31.0037824","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3f56220037c6","webSpace":"rg1nemv_3f56220037c6-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"webapp1-038314550d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499496","name":"webapp3-38284878d8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499496,"deletedTimestamp":"2018-10-29T14:16:06.3984771","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3f56220037c6","webSpace":"rg1nemv_3f56220037c6-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"webapp3-38284878d8","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499498","name":"webapp2-7e258116a0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499498,"deletedTimestamp":"2018-10-29T14:16:10.0529915","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3f56220037c6","webSpace":"rg1nemv_3f56220037c6-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"webapp2-7e258116a0","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499533","name":"webapp1-51b77581b3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499533,"deletedTimestamp":"2018-10-29T14:16:42.3121763","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b30794615de9","webSpace":"rg1nemv_b30794615de9-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-51b77581b3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499568","name":"webapp2-58e3948208","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499568,"deletedTimestamp":"2018-10-29T14:17:20.6348839","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b30794615de9","webSpace":"rg1nemv_b30794615de9-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-58e3948208","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499570","name":"webapp3-aeb59010ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499570,"deletedTimestamp":"2018-10-29T14:17:23.4671688","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b30794615de9","webSpace":"rg1nemv_b30794615de9-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp3-aeb59010ba","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499606","name":"webapp3-5938656103","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499606,"deletedTimestamp":"2018-10-29T14:18:29.7452649","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3f606504749faaef40","webSpace":"rg3f606504749faaef40-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp3-5938656103","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499607","name":"webapp5-1703063837","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499607,"deletedTimestamp":"2018-10-29T14:18:34.1928112","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3f606504749faaef40","webSpace":"rg3f606504749faaef40-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-1703063837","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499612","name":"webapp6-e32236396f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499612,"deletedTimestamp":"2018-10-29T14:18:42.9682461","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3f606504749faaef40","webSpace":"rg3f606504749faaef40-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-e32236396f","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499619","name":"webapp2-0a392912bd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499619,"deletedTimestamp":"2018-10-29T14:18:49.0510660","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3f606504749faaef40","webSpace":"rg3f606504749faaef40-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp2-0a392912bd","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499623","name":"webapp1-b4a0826593","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499623,"deletedTimestamp":"2018-10-29T14:18:54.1812891","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ef231178b7a7","webSpace":"rgnemv_ef231178b7a7-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-b4a0826593","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499624","name":"webapp1-eed475589c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499624,"deletedTimestamp":"2018-10-29T14:18:55.4444650","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3f606504749faaef40","webSpace":"rg3f606504749faaef40-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-eed475589c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499627","name":"webapp4-af49628084","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499627,"deletedTimestamp":"2018-10-29T14:18:57.1894932","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3f606504749faaef40","webSpace":"rg3f606504749faaef40-NorthEuropewebspace","stamp":"waws-prod-db3-109","deletedSiteName":"webapp4-af49628084","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499630","name":"webapp2-ec770637a0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499630,"deletedTimestamp":"2018-10-29T14:18:57.7296167","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ef231178b7a7","webSpace":"rgnemv_ef231178b7a7-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-ec770637a0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499815","name":"webapp1-cd2990037e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499815,"deletedTimestamp":"2018-10-29T14:25:01.7309279","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc1487850b8893a6","webSpace":"rgc1487850b8893a6-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-cd2990037e","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499816","name":"webapp1-cd2990037e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499816,"deletedTimestamp":"2018-10-29T14:25:01.8090605","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc1487850b8893a6","webSpace":"rgc1487850b8893a6-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-cd2990037e","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499825","name":"webapp3-b6543825bd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499825,"deletedTimestamp":"2018-10-29T14:25:11.6050372","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc1487850b8893a6","webSpace":"rgc1487850b8893a6-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-b6543825bd","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499826","name":"webapp3-b6543825bd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499826,"deletedTimestamp":"2018-10-29T14:25:11.6831906","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc1487850b8893a6","webSpace":"rgc1487850b8893a6-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-b6543825bd","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499835","name":"webapp2-eb275981ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499835,"deletedTimestamp":"2018-10-29T14:25:21.7257633","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc1487850b8893a6","webSpace":"rgc1487850b8893a6-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp2-eb275981ef","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499836","name":"webapp2-eb275981ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499836,"deletedTimestamp":"2018-10-29T14:25:21.7883262","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc1487850b8893a6","webSpace":"rgc1487850b8893a6-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp2-eb275981ef","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499937","name":"webapp4-34b72017b4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499937,"deletedTimestamp":"2018-10-29T14:28:35.9824767","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_72a881452bb8","webSpace":"rgnemv_72a881452bb8-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp4-34b72017b4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499939","name":"webapp5-1027443705","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499939,"deletedTimestamp":"2018-10-29T14:28:43.7615244","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_72a881452bb8","webSpace":"rgnemv_72a881452bb8-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp5-1027443705","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499946","name":"webapp3-f0a92147e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499946,"deletedTimestamp":"2018-10-29T14:28:53.3791951","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_72a881452bb8","webSpace":"rgnemv_72a881452bb8-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-f0a92147e5","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499957","name":"webapp1-f5c52266f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499957,"deletedTimestamp":"2018-10-29T14:29:01.1306686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_72a881452bb8","webSpace":"rgnemv_72a881452bb8-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-f5c52266f2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19499968","name":"webapp2-b824694876","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19499968,"deletedTimestamp":"2018-10-29T14:29:11.2526513","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_72a881452bb8","webSpace":"rgnemv_72a881452bb8-WestEuropewebspace","stamp":"waws-prod-am2-147","deletedSiteName":"webapp2-b824694876","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500045","name":"webapp2-1ac637989a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500045,"deletedTimestamp":"2018-10-29T14:31:32.2878545","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_80e2526457fe","webSpace":"rgnemv_80e2526457fe-WestEuropewebspace","stamp":"waws-prod-am2-085","deletedSiteName":"webapp2-1ac637989a","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500048","name":"webapp1-89d31469bd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500048,"deletedTimestamp":"2018-10-29T14:31:39.3707622","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_80e2526457fe","webSpace":"rgnemv_80e2526457fe-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-89d31469bd","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500053","name":"webapp3-00b527070f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500053,"deletedTimestamp":"2018-10-29T14:31:48.2761830","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_80e2526457fe","webSpace":"rgnemv_80e2526457fe-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-00b527070f","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500056","name":"webapp5-d3c7822740","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500056,"deletedTimestamp":"2018-10-29T14:31:55.7347823","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_80e2526457fe","webSpace":"rgnemv_80e2526457fe-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp5-d3c7822740","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500062","name":"webapp4-732539947b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500062,"deletedTimestamp":"2018-10-29T14:32:03.8854500","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_80e2526457fe","webSpace":"rgnemv_80e2526457fe-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp4-732539947b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500144","name":"webapp2-c4897006a1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500144,"deletedTimestamp":"2018-10-29T14:34:58.7164556","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45d31175d415a3f","webSpace":"rg45d31175d415a3f-WestEuropewebspace","stamp":"waws-prod-am2-217","deletedSiteName":"webapp2-c4897006a1","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500145","name":"webapp2-c4897006a1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500145,"deletedTimestamp":"2018-10-29T14:34:58.7633662","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45d31175d415a3f","webSpace":"rg45d31175d415a3f-WestEuropewebspace","stamp":"waws-prod-am2-217","deletedSiteName":"webapp2-c4897006a1","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500160","name":"webapp1-5e457668e2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500160,"deletedTimestamp":"2018-10-29T14:35:08.5140698","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45d31175d415a3f","webSpace":"rg45d31175d415a3f-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp1-5e457668e2","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500161","name":"webapp1-5e457668e2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500161,"deletedTimestamp":"2018-10-29T14:35:08.5763329","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45d31175d415a3f","webSpace":"rg45d31175d415a3f-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp1-5e457668e2","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500173","name":"webapp3-dbe96023a6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500173,"deletedTimestamp":"2018-10-29T14:35:15.4275659","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45d31175d415a3f","webSpace":"rg45d31175d415a3f-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-dbe96023a6","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500174","name":"webapp3-dbe96023a6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500174,"deletedTimestamp":"2018-10-29T14:35:15.5369455","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45d31175d415a3f","webSpace":"rg45d31175d415a3f-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-dbe96023a6","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500233","name":"webapp1-a66810893d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500233,"deletedTimestamp":"2018-10-29T14:37:19.7513128","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34509063f09d245026","webSpace":"rg34509063f09d245026-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-a66810893d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500235","name":"webapp3-39f441250d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500235,"deletedTimestamp":"2018-10-29T14:37:22.7721300","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34509063f09d245026","webSpace":"rg34509063f09d245026-WestEuropewebspace","stamp":"waws-prod-am2-223","deletedSiteName":"webapp3-39f441250d","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500237","name":"webapp5-c5d989176f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500237,"deletedTimestamp":"2018-10-29T14:37:24.9816238","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34509063f09d245026","webSpace":"rg34509063f09d245026-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-c5d989176f","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500239","name":"webapp2-83e072984f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500239,"deletedTimestamp":"2018-10-29T14:37:27.8016232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34509063f09d245026","webSpace":"rg34509063f09d245026-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp2-83e072984f","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500241","name":"webapp6-84f04709b9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500241,"deletedTimestamp":"2018-10-29T14:37:29.9913245","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34509063f09d245026","webSpace":"rg34509063f09d245026-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-84f04709b9","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500242","name":"webapp4-25a6060185","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500242,"deletedTimestamp":"2018-10-29T14:37:32.0390776","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34509063f09d245026","webSpace":"rg34509063f09d245026-NorthEuropewebspace","stamp":"waws-prod-db3-107","deletedSiteName":"webapp4-25a6060185","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500318","name":"wnrsata93800012c38f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500318,"deletedTimestamp":"2018-10-29T14:40:05.6054846","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat1845693184b78","webSpace":"rgrsat1845693184b78-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"wnrsata93800012c38f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19500500","name":"mytestscalewebapp09b178420b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19500500,"deletedTimestamp":"2018-10-29T14:47:37.3842296","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupe37422885af","webSpace":"myresourcegroupe37422885af-SouthCentralUSwebspace","stamp":"waws-prod-sn1-153","deletedSiteName":"mytestscalewebapp09b178420b","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502055","name":"java-func-cfa94741e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502055,"deletedTimestamp":"2018-10-29T15:46:05.1697994","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg46c815012","webSpace":"javacsmrg46c815012-WestUSwebspace","stamp":"waws-prod-bay-051","deletedSiteName":"java-func-cfa94741e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502056","name":"java-func-77f48841f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502056,"deletedTimestamp":"2018-10-29T15:46:06.5774276","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg96211589c","webSpace":"javacsmrg96211589c-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-func-77f48841f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502057","name":"java-func-2c9946317","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502057,"deletedTimestamp":"2018-10-29T15:46:06.5867266","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg46c815012","webSpace":"javacsmrg46c815012-WestUSwebspace","stamp":"waws-prod-bay-051","deletedSiteName":"java-func-2c9946317","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502077","name":"java-webapp-425603","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502077,"deletedTimestamp":"2018-10-29T15:47:12.2706481","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd17960619","webSpace":"javacsmrgd17960619-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-425603","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502078","name":"java-webapp-199750","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502078,"deletedTimestamp":"2018-10-29T15:47:14.1038651","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd17960619","webSpace":"javacsmrgd17960619-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-199750","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502100","name":"java-webapp-47071c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502100,"deletedTimestamp":"2018-10-29T15:48:12.4356184","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg48546302b","webSpace":"javacsmrg48546302b-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-47071c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502101","name":"java-webapp-80389e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502101,"deletedTimestamp":"2018-10-29T15:48:13.6708423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgefb00757d","webSpace":"javacsmrgefb00757d-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-80389e","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502104","name":"java-webapp-273964","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502104,"deletedTimestamp":"2018-10-29T15:48:18.2058259","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgefb00757d","webSpace":"javacsmrgefb00757d-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-273964","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502111","name":"java-webapp-945364","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502111,"deletedTimestamp":"2018-10-29T15:48:32.7576376","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc6d814691","webSpace":"javacsmrgc6d814691-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-945364","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502131","name":"java-webapp-088754","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502131,"deletedTimestamp":"2018-10-29T15:49:46.8759608","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg72699323a","webSpace":"javacsmrg72699323a-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"java-webapp-088754","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502227","name":"java-webapp-113971","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502227,"deletedTimestamp":"2018-10-29T15:55:31.5444611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0a1268065","webSpace":"javacsmrg0a1268065-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-113971","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502228","name":"java-webapp-698508","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502228,"deletedTimestamp":"2018-10-29T15:55:34.5491743","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0a1268065","webSpace":"javacsmrg0a1268065-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-698508","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19502468","name":"rs56e15295","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19502468,"deletedTimestamp":"2018-10-29T16:04:21.2441674","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg56e15295","webSpace":"rg56e15295-SouthCentralUSwebspace","stamp":"waws-prod-sn1-141","deletedSiteName":"rs56e15295","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508427","name":"web-errordxmmpif6sqzo2nr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508427,"deletedTimestamp":"2018-10-29T20:14:34.9722357","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg56pbvivbzyxanc2i36jzhgtoymsqnqrwwrpa6dbbtdd5ibbxup4pus4cb5qijgqcz","webSpace":"clitest.rg56pbvivbzyxanc2i36jzhgtoymsqnqrwwrpa6dbbtdd5ibbxup4pus4cb5qijgqcz-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-errordxmmpif6sqzo2nr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508436","name":"slot-traffic-webj63lh5ga","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508436,"deletedTimestamp":"2018-10-29T20:15:25.6924757","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg24t2rmrfgg7oxevg3m3gqcubi7dtsmovcvqeckzn3zcofsohiykg6as6jwp4rhrtj","webSpace":"clitest.rg24t2rmrfgg7oxevg3m3gqcubi7dtsmovcvqeckzn3zcofsohiykg6as6jwp4rhrtj-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webj63lh5ga","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508437","name":"slot-traffic-webj63lh5ga","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508437,"deletedTimestamp":"2018-10-29T20:15:25.7706021","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg24t2rmrfgg7oxevg3m3gqcubi7dtsmovcvqeckzn3zcofsohiykg6as6jwp4rhrtj","webSpace":"clitest.rg24t2rmrfgg7oxevg3m3gqcubi7dtsmovcvqeckzn3zcofsohiykg6as6jwp4rhrtj-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webj63lh5ga","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508439","name":"slot-traffic-webo6uqdhlq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508439,"deletedTimestamp":"2018-10-29T20:15:28.5377560","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg64quhm7cb5wlx2ilmn2hujhxpybwswopa3gjsqwk5axkifbsc2il4p5pn4c32ky5d","webSpace":"clitest.rg64quhm7cb5wlx2ilmn2hujhxpybwswopa3gjsqwk5axkifbsc2il4p5pn4c32ky5d-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webo6uqdhlq","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508480","name":"web-del-testck7jjzigvxst","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508480,"deletedTimestamp":"2018-10-29T20:17:42.9326915","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkjebhuabk45a5byki4pho4a7bc7dl2jfey4yrvskzv6sgddjppo5nsfvbpuy7psxb","webSpace":"clitest.rgkjebhuabk45a5byki4pho4a7bc7dl2jfey4yrvskzv6sgddjppo5nsfvbpuy7psxb-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-del-testck7jjzigvxst","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508485","name":"webapp-win-logslzanjmxla","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508485,"deletedTimestamp":"2018-10-29T20:17:49.2448357","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyjzo6fmocuyxg67cv6tb4tjk2mddhgkf4gw27tdeur76wbpnxanprdvh2frbugsdn","webSpace":"clitest.rgyjzo6fmocuyxg67cv6tb4tjk2mddhgkf4gw27tdeur76wbpnxanprdvh2frbugsdn-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-win-logslzanjmxla","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508500","name":"webktcusqi6ibkn4tmoaqi7t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508500,"deletedTimestamp":"2018-10-29T20:18:11.4420363","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvzg2635aowc5m2u6lrwnlz2xhlrsl76cfb3iep6q3uyf6jx4nkauz6brbcwhar2gk","webSpace":"clitest.rgvzg2635aowc5m2u6lrwnlz2xhlrsl76cfb3iep6q3uyf6jx4nkauz6brbcwhar2gk-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webktcusqi6ibkn4tmoaqi7t","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508517","name":"functionapp-linuxhy5vkkp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508517,"deletedTimestamp":"2018-10-29T20:19:02.9332416","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrrv344a5bamb5reav2ul4fxmbe7wz3yp6cgv5aei2qopqrneu7s3lumkypleizsho","webSpace":"clitest.rgrrv344a5bamb5reav2ul4fxmbe7wz3yp6cgv5aei2qopqrneu7s3lumkypleizsho-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxhy5vkkp","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508533","name":"webapp-linux-log4bsugpy6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508533,"deletedTimestamp":"2018-10-29T20:19:54.2571689","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxixrmjjv42lrhp5inyneqscuab4buwolvobobc26re75uowodylj246h33dnohxvt","webSpace":"clitest.rgxixrmjjv42lrhp5inyneqscuab4buwolvobobc26re75uowodylj246h33dnohxvt-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-log4bsugpy6","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508534","name":"functionappconsumptiontkzbx6oa3pg3dk7eur","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508534,"deletedTimestamp":"2018-10-29T20:19:58.9928801","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2eybupex666bwbn2ym4exgb44nswpwobvwxlh4p45x5dnvnh36w","webSpace":"azurecli-functionapp-c-e2eybupex666bwbn2ym4exgb44nswpwobvwxlh4p45x5dnvnh36w-WestUSwebspace","stamp":"waws-prod-bay-049","deletedSiteName":"functionappconsumptiontkzbx6oa3pg3dk7eur","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508536","name":"functionapplinuxconsumptionibhsdc7kssyal","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508536,"deletedTimestamp":"2018-10-29T20:20:03.1591310","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxfn3fldwt6hauequudpxlnn4va7rgoiio6nn353sfztxpbgqxu","webSpace":"azurecli-functionapp-linuxfn3fldwt6hauequudpxlnn4va7rgoiio6nn353sfztxpbgqxu-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionibhsdc7kssyal","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508548","name":"func-e2ephfmvh4gilcv7bzx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508548,"deletedTimestamp":"2018-10-29T20:20:42.2182795","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwx22huxfunxiibbkro5fwtubdgc3jfp2yygq42o3gsw2ms2t3ukydy7p65midlouj","webSpace":"clitest.rgwx22huxfunxiibbkro5fwtubdgc3jfp2yygq42o3gsw2ms2t3ukydy7p65midlouj-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2ephfmvh4gilcv7bzx","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508569","name":"func-e2epuxprdfwiklkfi6j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508569,"deletedTimestamp":"2018-10-29T20:21:20.9042821","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwx22huxfunxiibbkro5fwtubdgc3jfp2yygq42o3gsw2ms2t3ukydy7p65midlouj","webSpace":"clitest.rgwx22huxfunxiibbkro5fwtubdgc3jfp2yygq42o3gsw2ms2t3ukydy7p65midlouj-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2epuxprdfwiklkfi6j","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508578","name":"webapp-authentication-testnvl63os2fdlmdr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508578,"deletedTimestamp":"2018-10-29T20:21:41.1513151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationivqwpax2jvdg72sfi5cd2e7u4a24yevv6wfft22ho6d2c","webSpace":"cli_test_webapp_authenticationivqwpax2jvdg72sfi5cd2e7u4a24yevv6wfft22ho6d2c-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-authentication-testnvl63os2fdlmdr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508579","name":"webappacrtest2wns6shakxk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508579,"deletedTimestamp":"2018-10-29T20:21:44.7526816","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsnaycdw337hrreafph2naw7e6m534pmf3vn4rk3w35h6qaosajslbfqwclgsgrccz","webSpace":"clitest.rgsnaycdw337hrreafph2naw7e6m534pmf3vn4rk3w35h6qaosajslbfqwclgsgrccz-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtest2wns6shakxk","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508590","name":"webapp-config-testuloqzzkt76aqwmhjb2v276","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508590,"deletedTimestamp":"2018-10-29T20:22:18.9767796","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configbipavq6q37flmnsvvagkq6xhnr2cmbqyy6f22tvtbzsyzbfrxgpvi","webSpace":"cli_test_webapp_configbipavq6q37flmnsvvagkq6xhnr2cmbqyy6f22tvtbzsyzbfrxgpvi-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-config-testuloqzzkt76aqwmhjb2v276","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508591","name":"webapp-e2eb6sfisvhuwcg6n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508591,"deletedTimestamp":"2018-10-29T20:22:23.8735666","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglau3rizd7h5dziqdfo233wuucb3f2x2uxfaeqywykubpxj73lshs5difynd2m2riv","webSpace":"clitest.rglau3rizd7h5dziqdfo233wuucb3f2x2uxfaeqywykubpxj73lshs5difynd2m2riv-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-e2eb6sfisvhuwcg6n","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508594","name":"webapp-linux5bz54t3fpqbt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508594,"deletedTimestamp":"2018-10-29T20:22:33.2392405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcwwqcm3a6cc322pn3ndi4eekzlvnbewf36uwuq2dfoiyi32tzz4btkxruqqwbic2e","webSpace":"clitest.rgcwwqcm3a6cc322pn3ndi4eekzlvnbewf36uwuq2dfoiyi32tzz4btkxruqqwbic2e-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linux5bz54t3fpqbt","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508600","name":"web-msi264gtd75sca5v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508600,"deletedTimestamp":"2018-10-29T20:22:56.0460428","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2edvo65pko5fscoqilyzpj2jhah2zut53dizu6o3eegnqgsrap5wohvabvgrpyemg","webSpace":"clitest.rg2edvo65pko5fscoqilyzpj2jhah2zut53dizu6o3eegnqgsrap5wohvabvgrpyemg-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-msi264gtd75sca5v","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508602","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508602,"deletedTimestamp":"2018-10-29T20:23:05.0679828","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4ma6xxffiade35omzteb3cq7lz47zge2aiq7gnzhy4f24wp4qhppk7qotzfnepoa3","webSpace":"clitest.rg4ma6xxffiade35omzteb3cq7lz47zge2aiq7gnzhy4f24wp4qhppk7qotzfnepoa3-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508615","name":"webapp-linux-multibd33fn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508615,"deletedTimestamp":"2018-10-29T20:24:02.0442683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxemv55rpfa2qp3rflukfzqep62oafijhico6zomgz5u4jctnjxtmp2saapewi2ogc","webSpace":"clitest.rgxemv55rpfa2qp3rflukfzqep62oafijhico6zomgz5u4jctnjxtmp2saapewi2ogc-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-multibd33fn","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508621","name":"web-git-test2bondu3dggic","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508621,"deletedTimestamp":"2018-10-29T20:24:16.4071822","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4skv353sspqr57fjp5ktu45cbqelbaxrglfvcorzuossq2nydcje4vyjiezvsmzd3","webSpace":"clitest.rg4skv353sspqr57fjp5ktu45cbqelbaxrglfvcorzuossq2nydcje4vyjiezvsmzd3-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"web-git-test2bondu3dggic","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508636","name":"webapp-quickgnfiw7foi6yp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508636,"deletedTimestamp":"2018-10-29T20:25:14.4406645","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmqped6jda32ihsniizzcx5hvhm4zojkz4rcev62bi7pkim6qelbxwhxcwmtotczrq","webSpace":"clitest.rgmqped6jda32ihsniizzcx5hvhm4zojkz4rcev62bi7pkim6qelbxwhxcwmtotczrq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickgnfiw7foi6yp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508656","name":"webapp-quick-cdzoakyaxf3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508656,"deletedTimestamp":"2018-10-29T20:26:56.3031649","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgopgc3fqwf35x2ikhw6ufsvbvqozbq26akti5x2ckxr2hj4zvl33jdpc7rb2layoj6","webSpace":"clitest.rgopgc3fqwf35x2ikhw6ufsvbvqozbq26akti5x2ckxr2hj4zvl33jdpc7rb2layoj6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quick-cdzoakyaxf3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508659","name":"webapp-quick-linuxn3cj5o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508659,"deletedTimestamp":"2018-10-29T20:27:10.6604669","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7qx2gro4hgdwojraujnvpaiiwjdtozhvkjve4r6q7lahsgl2x44z6h2c4k64gsllj","webSpace":"clitest.rg7qx2gro4hgdwojraujnvpaiiwjdtozhvkjve4r6q7lahsgl2x44z6h2c4k64gsllj-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxn3cj5o","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508660","name":"web-ssl-testjkn55qjc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508660,"deletedTimestamp":"2018-10-29T20:27:13.4779284","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg43fi7xteavua5hcxp7raxxkyqosmiq7f7fztu3nrjhsjf7hriisg64olgpyri6rsr","webSpace":"clitest.rg43fi7xteavua5hcxp7raxxkyqosmiq7f7fztu3nrjhsjf7hriisg64olgpyri6rsr-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-testjkn55qjc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508663","name":"webapp-quickojvy7ayghxp7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508663,"deletedTimestamp":"2018-10-29T20:27:24.6813709","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbgglwjseh2x5rv5prphiyxjyub265cxq4otudu6yetnebxrkmjpq2hjunxniufrpm","webSpace":"clitest.rgbgglwjseh2x5rv5prphiyxjyub265cxq4otudu6yetnebxrkmjpq2hjunxniufrpm-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-quickojvy7ayghxp7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508691","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508691,"deletedTimestamp":"2018-10-29T20:28:52.9159006","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgraxhyt4ceqrabaholofniywrpb5bnubweget7fae7kmqrqmxgg4p3sd6xx2jskjav","webSpace":"clitest.rgraxhyt4ceqrabaholofniywrpb5bnubweget7fae7kmqrqmxgg4p3sd6xx2jskjav-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508700","name":"delete-me-webrmtf7356rgf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508700,"deletedTimestamp":"2018-10-29T20:29:11.2550232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxhytddcq27bp4zfphbih4xotjtv6i2cgysnveiljij5dbnejmuhdzyl5f2ikrcxar","webSpace":"clitest.rgxhytddcq27bp4zfphbih4xotjtv6i2cgysnveiljij5dbnejmuhdzyl5f2ikrcxar-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"delete-me-webrmtf7356rgf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508706","name":"slot-swap-webox2sud22b73","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508706,"deletedTimestamp":"2018-10-29T20:29:26.5954118","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguyfcbvobjdyq7gpqjbmazdzgfm5j5y3pwxas4gdto23pamtcoa77jgwcz5luvuz7r","webSpace":"clitest.rguyfcbvobjdyq7gpqjbmazdzgfm5j5y3pwxas4gdto23pamtcoa77jgwcz5luvuz7r-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-webox2sud22b73","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508708","name":"slot-swap-webox2sud22b73","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508708,"deletedTimestamp":"2018-10-29T20:29:26.6735402","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguyfcbvobjdyq7gpqjbmazdzgfm5j5y3pwxas4gdto23pamtcoa77jgwcz5luvuz7r","webSpace":"clitest.rguyfcbvobjdyq7gpqjbmazdzgfm5j5y3pwxas4gdto23pamtcoa77jgwcz5luvuz7r-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-webox2sud22b73","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508709","name":"slot-traffic-webjjdkkrqw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508709,"deletedTimestamp":"2018-10-29T20:29:30.6608484","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxqosrzbpsrxzs44m7s2tvqmtjfpgc3j3whenlyfuuuvytapgdf4gxm3hcu6hbfvrq","webSpace":"clitest.rgxqosrzbpsrxzs44m7s2tvqmtjfpgc3j3whenlyfuuuvytapgdf4gxm3hcu6hbfvrq-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"slot-traffic-webjjdkkrqw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508710","name":"slot-traffic-webjjdkkrqw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508710,"deletedTimestamp":"2018-10-29T20:29:30.7077251","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxqosrzbpsrxzs44m7s2tvqmtjfpgc3j3whenlyfuuuvytapgdf4gxm3hcu6hbfvrq","webSpace":"clitest.rgxqosrzbpsrxzs44m7s2tvqmtjfpgc3j3whenlyfuuuvytapgdf4gxm3hcu6hbfvrq-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"slot-traffic-webjjdkkrqw","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508770","name":"slot-test-webwuqliuhlbr3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508770,"deletedTimestamp":"2018-10-29T20:31:33.9295126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxm6tiw47rpvry3v5bfaronfpm3iqkbo5k3rmcsftrl7mwkw7gwowv24q6bhbz64um","webSpace":"clitest.rgxm6tiw47rpvry3v5bfaronfpm3iqkbo5k3rmcsftrl7mwkw7gwowv24q6bhbz64um-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webwuqliuhlbr3","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508772","name":"slot-test-webwuqliuhlbr3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508772,"deletedTimestamp":"2018-10-29T20:31:35.6395384","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxm6tiw47rpvry3v5bfaronfpm3iqkbo5k3rmcsftrl7mwkw7gwowv24q6bhbz64um","webSpace":"clitest.rgxm6tiw47rpvry3v5bfaronfpm3iqkbo5k3rmcsftrl7mwkw7gwowv24q6bhbz64um-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webwuqliuhlbr3","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508783","name":"slot-test-webwuqliuhlbr3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508783,"deletedTimestamp":"2018-10-29T20:32:15.9788215","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxm6tiw47rpvry3v5bfaronfpm3iqkbo5k3rmcsftrl7mwkw7gwowv24q6bhbz64um","webSpace":"clitest.rgxm6tiw47rpvry3v5bfaronfpm3iqkbo5k3rmcsftrl7mwkw7gwowv24q6bhbz64um-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webwuqliuhlbr3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508798","name":"webapp-update-testqht63pk2dc4acuu3tnjboj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508798,"deletedTimestamp":"2018-10-29T20:32:42.3021426","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateip7h5vfkufwjpa7qsvjz4pveggiiyegxog6mv34shvvrn4fizf65e","webSpace":"cli_test_webapp_updateip7h5vfkufwjpa7qsvjz4pveggiiyegxog6mv34shvvrn4fizf65e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testqht63pk2dc4acuu3tnjboj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508799","name":"webapp-update-testqht63pk2dc4acuu3tnjboj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508799,"deletedTimestamp":"2018-10-29T20:32:42.3490096","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateip7h5vfkufwjpa7qsvjz4pveggiiyegxog6mv34shvvrn4fizf65e","webSpace":"cli_test_webapp_updateip7h5vfkufwjpa7qsvjz4pveggiiyegxog6mv34shvvrn4fizf65e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testqht63pk2dc4acuu3tnjboj","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508823","name":"webapp-hyperv-e2e3gh4txc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508823,"deletedTimestamp":"2018-10-29T20:33:19.2677058","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmqyxvpncikhfyqmqbesivoasfudfmjr3aiwc4o4zljsbnpdem4ng5en4eyo2uierl","webSpace":"clitest.rgmqyxvpncikhfyqmqbesivoasfudfmjr3aiwc4o4zljsbnpdem4ng5en4eyo2uierl-WestUSwebspace","stamp":"waws-prod-bay-099","deletedSiteName":"webapp-hyperv-e2e3gh4txc","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508865","name":"webapp-zipDeploy-testei7naqifp3qjmcipscu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508865,"deletedTimestamp":"2018-10-29T20:34:13.0483625","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployfucbqpcvc4mbb2fnzji22dnccqtif4unzpqava6ajuxoibv556","webSpace":"cli_test_webapp_zipDeployfucbqpcvc4mbb2fnzji22dnccqtif4unzpqava6ajuxoibv556-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-zipDeploy-testei7naqifp3qjmcipscu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19508905","name":"undelete-webnqixvdsn4ky5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19508905,"deletedTimestamp":"2018-10-29T20:35:08.7764950","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgq5sw57pwcjpr6mqkzhtsggdh7tazpnshx23tgqovztrozmbovfmk2zslke2r56ncy","webSpace":"clitest.rgq5sw57pwcjpr6mqkzhtsggdh7tazpnshx23tgqovztrozmbovfmk2zslke2r56ncy-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"undelete-webnqixvdsn4ky5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19511704","name":"cli4ygj5mai2mhxdrr9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19511704,"deletedTimestamp":"2018-10-29T23:46:46.3206535","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnj2sr4zlvy","webSpace":"clitest.rgnj2sr4zlvy-CentralUSwebspace","stamp":"waws-prod-dm1-073","deletedSiteName":"cli4ygj5mai2mhxdrr9","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516445","name":"webnhf72fzzcz6xvo72pdxk7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516445,"deletedTimestamp":"2018-10-30T05:05:27.0070242","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrp6cl5ucreatr76xoqbffyw2jiolr2zub2xbw3l4atwlalvszm4w6epk2rkpnmz7g","webSpace":"clitest.rgrp6cl5ucreatr76xoqbffyw2jiolr2zub2xbw3l4atwlalvszm4w6epk2rkpnmz7g-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webnhf72fzzcz6xvo72pdxk7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516452","name":"functionapplinuxconsumptionqlrsoar3e7egw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516452,"deletedTimestamp":"2018-10-30T05:05:35.8793497","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux5qdjw7eqtfsayh3jl5ue7cyxzc3i6w3ynzm65hqifmo4ccpej","webSpace":"azurecli-functionapp-linux5qdjw7eqtfsayh3jl5ue7cyxzc3i6w3ynzm65hqifmo4ccpej-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionqlrsoar3e7egw","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516454","name":"web-del-testrcy67mi43qzi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516454,"deletedTimestamp":"2018-10-30T05:05:37.2528401","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvnaib4q3oxek6ppymkakoe35lvehg5tqcoj7egys5mq6k2fgmvtd2xdqyeo2urlxm","webSpace":"clitest.rgvnaib4q3oxek6ppymkakoe35lvehg5tqcoj7egys5mq6k2fgmvtd2xdqyeo2urlxm-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"web-del-testrcy67mi43qzi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516468","name":"functionapp-linuxcqifbed","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516468,"deletedTimestamp":"2018-10-30T05:05:56.5419900","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu26zsjdlwhhntukluexz7seo53mjz3bectrcdqp7f763wslud6jhunt6mjnwcr22y","webSpace":"clitest.rgu26zsjdlwhhntukluexz7seo53mjz3bectrcdqp7f763wslud6jhunt6mjnwcr22y-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxcqifbed","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516477","name":"functionappconsumptionuh3be4ru2g65zrhzww","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516477,"deletedTimestamp":"2018-10-30T05:06:11.0202311","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2etdqdh4lzpfz76cyonmdravz3ll25pt2fjq6w73qod6dsyghfs","webSpace":"azurecli-functionapp-c-e2etdqdh4lzpfz76cyonmdravz3ll25pt2fjq6w73qod6dsyghfs-WestUSwebspace","stamp":"waws-prod-bay-017","deletedSiteName":"functionappconsumptionuh3be4ru2g65zrhzww","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516481","name":"web-errorzr3g47gevkziubb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516481,"deletedTimestamp":"2018-10-30T05:06:21.7444110","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4focjdjilyrwqvnvk4dacpforsz3oq47jhrrimqblvx4h6esg6z5xoejdfuzsc3ka","webSpace":"clitest.rg4focjdjilyrwqvnvk4dacpforsz3oq47jhrrimqblvx4h6esg6z5xoejdfuzsc3ka-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-errorzr3g47gevkziubb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516484","name":"slot-traffic-web66ciazcb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516484,"deletedTimestamp":"2018-10-30T05:06:25.0972419","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguyna52nsg4uubwobrm4hih7uye3shelu63xqskmcw24rk7rkswqu4xpotpxku7tdd","webSpace":"clitest.rguyna52nsg4uubwobrm4hih7uye3shelu63xqskmcw24rk7rkswqu4xpotpxku7tdd-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-web66ciazcb","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516488","name":"webapp-authentication-testireb6ljzxedp2e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516488,"deletedTimestamp":"2018-10-30T05:06:28.6900773","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationhuoaolsruzks4gvds7n2mzmeafe764ih7shkpijfqntei","webSpace":"cli_test_webapp_authenticationhuoaolsruzks4gvds7n2mzmeafe764ih7shkpijfqntei-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-authentication-testireb6ljzxedp2e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516491","name":"slot-traffic-webdoetkk5k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516491,"deletedTimestamp":"2018-10-30T05:06:34.5266753","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsnaxjdqjiri7cs3q65347nikqb6yynnlcg7khuldqdpexar2lgf3m4dtxb5topcwl","webSpace":"clitest.rgsnaxjdqjiri7cs3q65347nikqb6yynnlcg7khuldqdpexar2lgf3m4dtxb5topcwl-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webdoetkk5k","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516492","name":"slot-traffic-webdoetkk5k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516492,"deletedTimestamp":"2018-10-30T05:06:34.5735097","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsnaxjdqjiri7cs3q65347nikqb6yynnlcg7khuldqdpexar2lgf3m4dtxb5topcwl","webSpace":"clitest.rgsnaxjdqjiri7cs3q65347nikqb6yynnlcg7khuldqdpexar2lgf3m4dtxb5topcwl-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webdoetkk5k","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516493","name":"web-ssl-test7knp7pme","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516493,"deletedTimestamp":"2018-10-30T05:06:35.6392624","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghi7pidm5osg3px7ti2zvmsnazp6mjmo23dkxt4avgybkaqdvmveefj2yakqqrvr7l","webSpace":"clitest.rghi7pidm5osg3px7ti2zvmsnazp6mjmo23dkxt4avgybkaqdvmveefj2yakqqrvr7l-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"web-ssl-test7knp7pme","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516494","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516494,"deletedTimestamp":"2018-10-30T05:06:39.2780643","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi75xq6hhj2u3yjpwwcrh32ym6oh2ektaki7notzehglv7aw55rdlflnnn4dx7ihv2","webSpace":"clitest.rgi75xq6hhj2u3yjpwwcrh32ym6oh2ektaki7notzehglv7aw55rdlflnnn4dx7ihv2-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516495","name":"delete-me-webqkggaqmipzd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516495,"deletedTimestamp":"2018-10-30T05:06:42.6234773","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghr73wi5dpm4vbtffdi6dlf5apmcd6qwaotvmsv7kt4y2stum65wx7op73zg7qmu7p","webSpace":"clitest.rghr73wi5dpm4vbtffdi6dlf5apmcd6qwaotvmsv7kt4y2stum65wx7op73zg7qmu7p-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"delete-me-webqkggaqmipzd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516498","name":"webapp-config-testxwvy6iw7tz5rga2yb4bnxz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516498,"deletedTimestamp":"2018-10-30T05:06:44.6033859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configo4jcrf3ogvvqct2kutholilihr24nebj4ea3cl5syqs6zmtaot6pz","webSpace":"cli_test_webapp_configo4jcrf3ogvvqct2kutholilihr24nebj4ea3cl5syqs6zmtaot6pz-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-config-testxwvy6iw7tz5rga2yb4bnxz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516499","name":"webapp-e2equ6gs4ofn6uirk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516499,"deletedTimestamp":"2018-10-30T05:06:46.9068067","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf3resyuihcytjmafoniwdkifq5ur7otrxkthgr2ixrgxighpt4sgvnu5tia5gpog4","webSpace":"clitest.rgf3resyuihcytjmafoniwdkifq5ur7otrxkthgr2ixrgxighpt4sgvnu5tia5gpog4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-e2equ6gs4ofn6uirk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516500","name":"webapp-quickutmgekriqmym","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516500,"deletedTimestamp":"2018-10-30T05:06:49.6703467","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf5wbrrqfabvvltgwuk3s2ghqfccx4n76x34ladkuxrjwsgqxdvtc4e6cga5g5dbrm","webSpace":"clitest.rgf5wbrrqfabvvltgwuk3s2ghqfccx4n76x34ladkuxrjwsgqxdvtc4e6cga5g5dbrm-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quickutmgekriqmym","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516501","name":"web-msismzei7i4aadyh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516501,"deletedTimestamp":"2018-10-30T05:06:53.1208308","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5dt6qkxcvpsqo7r3aa27ajwtpldbyvxxeszwjbjlsqmyb5fsddy6gm2lj4bmezzsj","webSpace":"clitest.rg5dt6qkxcvpsqo7r3aa27ajwtpldbyvxxeszwjbjlsqmyb5fsddy6gm2lj4bmezzsj-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"web-msismzei7i4aadyh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516504","name":"webapp-quickd2bhe7wsshng","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516504,"deletedTimestamp":"2018-10-30T05:06:58.0797020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjtaayckgk743e64uzf2y4napmqpbr73te2qckheksivpilzriu26k6zbu7xmqpfyn","webSpace":"clitest.rgjtaayckgk743e64uzf2y4napmqpbr73te2qckheksivpilzriu26k6zbu7xmqpfyn-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quickd2bhe7wsshng","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516507","name":"webappacrtest6k4ngtobpqy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516507,"deletedTimestamp":"2018-10-30T05:07:02.1503077","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgp3mwn4t2gkmgg7kmoekovfazypjxdg6oyo64i3napflcvndjncqtmfuytpww66pa4","webSpace":"clitest.rgp3mwn4t2gkmgg7kmoekovfazypjxdg6oyo64i3napflcvndjncqtmfuytpww66pa4-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtest6k4ngtobpqy","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516517","name":"webapp-linux-multic6akzo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516517,"deletedTimestamp":"2018-10-30T05:07:33.1077292","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu3od6ked2wadc6us6ry43z234swhw25mad5homjmrep63cltetvtu7u6lfhfpvf5i","webSpace":"clitest.rgu3od6ked2wadc6us6ry43z234swhw25mad5homjmrep63cltetvtu7u6lfhfpvf5i-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multic6akzo","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516518","name":"webapp-linuxg6vxjw775qvd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516518,"deletedTimestamp":"2018-10-30T05:07:33.8358140","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn7egai6mgawpoaylzttnuwui7bfehqaxz4oqkdd54cwijzn7sbz44q6cgtbhyg2dn","webSpace":"clitest.rgn7egai6mgawpoaylzttnuwui7bfehqaxz4oqkdd54cwijzn7sbz44q6cgtbhyg2dn-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxg6vxjw775qvd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516521","name":"webapp-hyperv-e2elx6sygs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516521,"deletedTimestamp":"2018-10-30T05:07:40.8886750","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsxw6yd7ynt4qun7vvlk4irebgxauebn4vd3hyieigiyvr2jeljoashov3sp3wa2bz","webSpace":"clitest.rgsxw6yd7ynt4qun7vvlk4irebgxauebn4vd3hyieigiyvr2jeljoashov3sp3wa2bz-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2elx6sygs","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516522","name":"slot-traffic-web3tdrmz2r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516522,"deletedTimestamp":"2018-10-30T05:07:41.1855260","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjyyn4ylaxzypxsdmv7ytmhc5czqzi5vj7ygfjuaudlxm5mqjvrmegfvcvsoaav2ma","webSpace":"clitest.rgjyyn4ylaxzypxsdmv7ytmhc5czqzi5vj7ygfjuaudlxm5mqjvrmegfvcvsoaav2ma-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-traffic-web3tdrmz2r","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516523","name":"slot-traffic-web3tdrmz2r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516523,"deletedTimestamp":"2018-10-30T05:07:41.2480277","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjyyn4ylaxzypxsdmv7ytmhc5czqzi5vj7ygfjuaudlxm5mqjvrmegfvcvsoaav2ma","webSpace":"clitest.rgjyyn4ylaxzypxsdmv7ytmhc5czqzi5vj7ygfjuaudlxm5mqjvrmegfvcvsoaav2ma-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-traffic-web3tdrmz2r","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516525","name":"webapp-win-log76u3mizriu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516525,"deletedTimestamp":"2018-10-30T05:07:48.7211696","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpwfjq5zbbsoyqazgenra4h45jqmv3uqjdxiphrsdyqskiy5hzywzpis66gtnfm65f","webSpace":"clitest.rgpwfjq5zbbsoyqazgenra4h45jqmv3uqjdxiphrsdyqskiy5hzywzpis66gtnfm65f-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-win-log76u3mizriu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516527","name":"webapp-update-testfu6rqsxykppvgcypxpt7wf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516527,"deletedTimestamp":"2018-10-30T05:07:53.2257974","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update3v3hy6acklnstt7e3rtmluwfs6gm54cqofo2vruhxm6qg2zwpln3c","webSpace":"cli_test_webapp_update3v3hy6acklnstt7e3rtmluwfs6gm54cqofo2vruhxm6qg2zwpln3c-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-update-testfu6rqsxykppvgcypxpt7wf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516528","name":"webapp-update-testfu6rqsxykppvgcypxpt7wf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516528,"deletedTimestamp":"2018-10-30T05:07:53.2726762","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update3v3hy6acklnstt7e3rtmluwfs6gm54cqofo2vruhxm6qg2zwpln3c","webSpace":"cli_test_webapp_update3v3hy6acklnstt7e3rtmluwfs6gm54cqofo2vruhxm6qg2zwpln3c-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-update-testfu6rqsxykppvgcypxpt7wf","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516529","name":"webapp-zipDeploy-testiwlx5sp6bka43axm33z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516529,"deletedTimestamp":"2018-10-30T05:07:54.6085189","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployxzigkpbvkeaqclj4tf4brfxolbmw65kwiwa527nwh6aeyz3jft","webSpace":"cli_test_webapp_zipDeployxzigkpbvkeaqclj4tf4brfxolbmw65kwiwa527nwh6aeyz3jft-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-zipDeploy-testiwlx5sp6bka43axm33z","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516530","name":"web-git-test2shndqkftgew","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516530,"deletedTimestamp":"2018-10-30T05:08:02.3931752","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvudey3duayc47drdmqj5co7esetss3h25lj6ljsrsksthuxrzfduk5jqomijocntc","webSpace":"clitest.rgvudey3duayc47drdmqj5co7esetss3h25lj6ljsrsksthuxrzfduk5jqomijocntc-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"web-git-test2shndqkftgew","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516538","name":"slot-swap-webij23vpujbbk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516538,"deletedTimestamp":"2018-10-30T05:08:35.3188444","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgevenq6pqggedy6e35pl6nt3mhdvz7tmii7gurkggicscl546i7njxsopvefv3nbxo","webSpace":"clitest.rgevenq6pqggedy6e35pl6nt3mhdvz7tmii7gurkggicscl546i7njxsopvefv3nbxo-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-swap-webij23vpujbbk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516539","name":"slot-swap-webij23vpujbbk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516539,"deletedTimestamp":"2018-10-30T05:08:35.3657178","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgevenq6pqggedy6e35pl6nt3mhdvz7tmii7gurkggicscl546i7njxsopvefv3nbxo","webSpace":"clitest.rgevenq6pqggedy6e35pl6nt3mhdvz7tmii7gurkggicscl546i7njxsopvefv3nbxo-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-swap-webij23vpujbbk","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516542","name":"webapp-quick-cdb26y4w5pm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516542,"deletedTimestamp":"2018-10-30T05:08:48.3148762","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgx6e3v5l5zqddstx7gjvpppeg3usxt6wtj26s5cdrok535n33h3idmfsvdubljcmpv","webSpace":"clitest.rgx6e3v5l5zqddstx7gjvpppeg3usxt6wtj26s5cdrok535n33h3idmfsvdubljcmpv-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-quick-cdb26y4w5pm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516560","name":"webapp-linux-logx5mq3bzw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516560,"deletedTimestamp":"2018-10-30T05:09:59.2828045","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvnaqgi7fx2fxaoewf7l6ttixqw73lrsuxoqp2f5uwacs4rsaj7e2g6qzgghe4cpyx","webSpace":"clitest.rgvnaqgi7fx2fxaoewf7l6ttixqw73lrsuxoqp2f5uwacs4rsaj7e2g6qzgghe4cpyx-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logx5mq3bzw","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516563","name":"func-e2ezj4ep6k6eciytbq4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516563,"deletedTimestamp":"2018-10-30T05:10:07.6902449","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtr6scbfwad3ebtjsytuinddt3525jdqwvvgbj7ayowkg7y735mmkm72x3kvxnunme","webSpace":"clitest.rgtr6scbfwad3ebtjsytuinddt3525jdqwvvgbj7ayowkg7y735mmkm72x3kvxnunme-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2ezj4ep6k6eciytbq4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516571","name":"webapp-quick-linuxccfkzj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516571,"deletedTimestamp":"2018-10-30T05:10:22.8221601","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgafmeh5np2b765vzmhk2lk2xlamkzwoam67nw76o226l4fdb252kz6t4fnr2l6xlll","webSpace":"clitest.rgafmeh5np2b765vzmhk2lk2xlamkzwoam67nw76o226l4fdb252kz6t4fnr2l6xlll-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxccfkzj","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516578","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516578,"deletedTimestamp":"2018-10-30T05:10:33.9172393","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnnih4vah3szhq3osghtfag7hxlmdoumbjjokl4spepu7ksyx7btofhlpmf3tk6u5f","webSpace":"clitest.rgnnih4vah3szhq3osghtfag7hxlmdoumbjjokl4spepu7ksyx7btofhlpmf3tk6u5f-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516585","name":"func-e2ersltftljghdfwvfg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516585,"deletedTimestamp":"2018-10-30T05:10:45.9747883","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtr6scbfwad3ebtjsytuinddt3525jdqwvvgbj7ayowkg7y735mmkm72x3kvxnunme","webSpace":"clitest.rgtr6scbfwad3ebtjsytuinddt3525jdqwvvgbj7ayowkg7y735mmkm72x3kvxnunme-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2ersltftljghdfwvfg","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516592","name":"slot-test-webicmvzodeekt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516592,"deletedTimestamp":"2018-10-30T05:10:54.5278545","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6oubji74d3xlokgk75t2lzbhnezycl6miw5xuibnetqcwjyjyb3lxpzi75ockh7ec","webSpace":"clitest.rg6oubji74d3xlokgk75t2lzbhnezycl6miw5xuibnetqcwjyjyb3lxpzi75ockh7ec-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webicmvzodeekt","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516595","name":"slot-test-webicmvzodeekt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516595,"deletedTimestamp":"2018-10-30T05:10:57.4167479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6oubji74d3xlokgk75t2lzbhnezycl6miw5xuibnetqcwjyjyb3lxpzi75ockh7ec","webSpace":"clitest.rg6oubji74d3xlokgk75t2lzbhnezycl6miw5xuibnetqcwjyjyb3lxpzi75ockh7ec-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webicmvzodeekt","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516604","name":"slot-test-webicmvzodeekt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516604,"deletedTimestamp":"2018-10-30T05:11:33.6137916","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6oubji74d3xlokgk75t2lzbhnezycl6miw5xuibnetqcwjyjyb3lxpzi75ockh7ec","webSpace":"clitest.rg6oubji74d3xlokgk75t2lzbhnezycl6miw5xuibnetqcwjyjyb3lxpzi75ockh7ec-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webicmvzodeekt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516616","name":"undelete-webmgud2x4nnfx6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516616,"deletedTimestamp":"2018-10-30T05:12:39.7034371","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4zimduz4mlcywfo2job6ibn35gzcuqyuegepj7yfbvdfruo7wu44sbfwsopxovzj4","webSpace":"clitest.rg4zimduz4mlcywfo2job6ibn35gzcuqyuegepj7yfbvdfruo7wu44sbfwsopxovzj4-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"undelete-webmgud2x4nnfx6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516638","name":"clig7stm5dhx3hnere4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516638,"deletedTimestamp":"2018-10-30T05:14:00.1576472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzhehi4dpeg","webSpace":"clitest.rgzhehi4dpeg-CentralUSwebspace","stamp":"waws-prod-dm1-099","deletedSiteName":"clig7stm5dhx3hnere4","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19516884","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19516884,"deletedTimestamp":"2018-10-30T05:31:44.3974171","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_create4r6wm5wyxvs7qg64dihm4rjlgmxqmq5hitwpeulm4vyu6ovw3th","webSpace":"cli_test_resource_create4r6wm5wyxvs7qg64dihm4rjlgmxqmq5hitwpeulm4vyu6ovw3th-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19517168","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19517168,"deletedTimestamp":"2018-10-30T05:45:54.3581239","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_creater5e5a2vihbkmpr6v5egarjdk6lpwbuuhd6di3y6otpq76dgdvb5","webSpace":"cli_test_resource_creater5e5a2vihbkmpr6v5egarjdk6lpwbuuhd6di3y6otpq76dgdvb5-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521406","name":"webapp1-7eb981098a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521406,"deletedTimestamp":"2018-10-30T09:38:19.3339751","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_18007533ea36","webSpace":"rg1nemv_18007533ea36-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp1-7eb981098a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521433","name":"webapp3-ed2653224c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521433,"deletedTimestamp":"2018-10-30T09:39:02.5264748","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_18007533ea36","webSpace":"rg1nemv_18007533ea36-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp3-ed2653224c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521455","name":"webapp1-21d62907a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521455,"deletedTimestamp":"2018-10-30T09:39:42.1840522","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1866253730d8","webSpace":"rgnemv_1866253730d8-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-21d62907a5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521457","name":"webapp2-3374125346","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521457,"deletedTimestamp":"2018-10-30T09:39:45.5073093","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1866253730d8","webSpace":"rgnemv_1866253730d8-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp2-3374125346","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521465","name":"webapp1-06f66895f8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521465,"deletedTimestamp":"2018-10-30T09:39:49.7266201","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a0402753ff98","webSpace":"rg1nemv_a0402753ff98-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-06f66895f8","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521479","name":"webapp1-54d007690e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521479,"deletedTimestamp":"2018-10-30T09:40:22.7824922","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b8587302b590","webSpace":"rg1nemv_b8587302b590-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-54d007690e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521481","name":"webapp1-48d00254d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521481,"deletedTimestamp":"2018-10-30T09:40:23.9259813","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_00278894476b","webSpace":"rg1nemv_00278894476b-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp1-48d00254d3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521482","name":"webapp3-c27328929f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521482,"deletedTimestamp":"2018-10-30T09:40:26.3589405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a0402753ff98","webSpace":"rg1nemv_a0402753ff98-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-c27328929f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521486","name":"webapp2-e529480755","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521486,"deletedTimestamp":"2018-10-30T09:40:36.7613483","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_782605860b0e","webSpace":"rgnemv_782605860b0e-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-e529480755","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521487","name":"webapp1-d2986247b2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521487,"deletedTimestamp":"2018-10-30T09:40:39.2691526","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_782605860b0e","webSpace":"rgnemv_782605860b0e-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-d2986247b2","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521492","name":"webapp2-c7190784f7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521492,"deletedTimestamp":"2018-10-30T09:40:43.7753271","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_18007533ea36","webSpace":"rg1nemv_18007533ea36-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp2-c7190784f7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521514","name":"webapp1-1c38650042","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521514,"deletedTimestamp":"2018-10-30T09:41:44.3460528","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_75274997f7f6","webSpace":"rg1nemv_75274997f7f6-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-1c38650042","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521515","name":"webapp1-01c87333e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521515,"deletedTimestamp":"2018-10-30T09:41:45.3869797","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_689896401534","webSpace":"rg1nemv_689896401534-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp1-01c87333e5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521518","name":"webapp2-66863519ea","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521518,"deletedTimestamp":"2018-10-30T09:42:14.6676096","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a0402753ff98","webSpace":"rg1nemv_a0402753ff98-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-66863519ea","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521523","name":"webapp3-80d1380430","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521523,"deletedTimestamp":"2018-10-30T09:42:25.7270881","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_689896401534","webSpace":"rg1nemv_689896401534-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp3-80d1380430","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521555","name":"webapp2-1ab563623c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521555,"deletedTimestamp":"2018-10-30T09:44:09.1132927","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_689896401534","webSpace":"rg1nemv_689896401534-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp2-1ab563623c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521595","name":"webapp1-ae663060c4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521595,"deletedTimestamp":"2018-10-30T09:45:49.8461598","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_f8f4247387d1","webSpace":"rg1nemv_f8f4247387d1-WestUSwebspace","stamp":"waws-prod-bay-049","deletedSiteName":"webapp1-ae663060c4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521627","name":"webapp1-74b646616f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521627,"deletedTimestamp":"2018-10-30T09:47:51.9071843","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_43b08606b128","webSpace":"rgnemv_43b08606b128-WestUSwebspace","stamp":"waws-prod-bay-065","deletedSiteName":"webapp1-74b646616f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521632","name":"webapp2-3d056946f0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521632,"deletedTimestamp":"2018-10-30T09:48:00.0667776","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_43b08606b128","webSpace":"rgnemv_43b08606b128-WestUSwebspace","stamp":"waws-prod-bay-065","deletedSiteName":"webapp2-3d056946f0","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521863","name":"webapp2-436282642d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521863,"deletedTimestamp":"2018-10-30T09:56:48.9058522","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c2691947a3a8","webSpace":"rg1nemv_c2691947a3a8-WestEuropewebspace","stamp":"waws-prod-am2-165","deletedSiteName":"webapp2-436282642d","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521864","name":"webapp2-436282642d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521864,"deletedTimestamp":"2018-10-30T09:56:48.9683536","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c2691947a3a8","webSpace":"rg1nemv_c2691947a3a8-WestEuropewebspace","stamp":"waws-prod-am2-165","deletedSiteName":"webapp2-436282642d","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521868","name":"webapp3-fea0610430","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521868,"deletedTimestamp":"2018-10-30T09:56:56.3681137","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c2691947a3a8","webSpace":"rg1nemv_c2691947a3a8-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-fea0610430","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521870","name":"webapp3-fea0610430","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521870,"deletedTimestamp":"2018-10-30T09:56:56.4774293","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c2691947a3a8","webSpace":"rg1nemv_c2691947a3a8-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-fea0610430","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521871","name":"webapp1-adc510458b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521871,"deletedTimestamp":"2018-10-30T09:57:03.1779479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c2691947a3a8","webSpace":"rg1nemv_c2691947a3a8-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-adc510458b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19521872","name":"webapp1-adc510458b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19521872,"deletedTimestamp":"2018-10-30T09:57:03.2248221","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c2691947a3a8","webSpace":"rg1nemv_c2691947a3a8-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-adc510458b","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19522207","name":"webapp4-0217168538","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19522207,"deletedTimestamp":"2018-10-30T10:08:41.7865024","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_e80640352ebbc","webSpace":"rgcdn_e80640352ebbc-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-0217168538","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19522210","name":"webapp1-53d48852d4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19522210,"deletedTimestamp":"2018-10-30T10:08:46.4117192","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_e80640352ebbc","webSpace":"rgcdn_e80640352ebbc-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-53d48852d4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19522211","name":"webapp5-be244441be","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19522211,"deletedTimestamp":"2018-10-30T10:08:49.9855052","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_e80640352ebbc","webSpace":"rgcdn_e80640352ebbc-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-be244441be","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19522212","name":"webapp6-c025254615","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19522212,"deletedTimestamp":"2018-10-30T10:08:52.0927776","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_e80640352ebbc","webSpace":"rgcdn_e80640352ebbc-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-c025254615","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19522213","name":"webapp3-cd131927f1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19522213,"deletedTimestamp":"2018-10-30T10:08:53.9788665","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_e80640352ebbc","webSpace":"rgcdn_e80640352ebbc-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp3-cd131927f1","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19522217","name":"webapp2-a8b0922076","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19522217,"deletedTimestamp":"2018-10-30T10:09:00.3376658","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_e80640352ebbc","webSpace":"rgcdn_e80640352ebbc-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp2-a8b0922076","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19522873","name":"mytestscalewebappe0494422","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19522873,"deletedTimestamp":"2018-10-30T10:32:43.1447403","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor04617","webSpace":"rgmonitor04617-SouthCentralUSwebspace","stamp":"waws-prod-sn1-153","deletedSiteName":"mytestscalewebappe0494422","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19523243","name":"wnrsatb0f53539e786e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19523243,"deletedTimestamp":"2018-10-30T10:46:40.0553890","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsatad02748644f0e","webSpace":"rgrsatad02748644f0e-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsatb0f53539e786e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19523336","name":"wnrsat1ab0614143dd3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19523336,"deletedTimestamp":"2018-10-30T10:50:11.0745612","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap96709913b48a9","webSpace":"rgrsap96709913b48a9-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"wnrsat1ab0614143dd3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525626","name":"java-webapp-7541","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525626,"deletedTimestamp":"2018-10-30T12:12:02.1953239","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2402","webSpace":"javacsmrg2402-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-7541","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525627","name":"java-webapp-7541","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525627,"deletedTimestamp":"2018-10-30T12:12:02.2422014","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2402","webSpace":"javacsmrg2402-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-7541","slot":"java-slot-7137","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525628","name":"java-webapp-7541","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525628,"deletedTimestamp":"2018-10-30T12:12:02.3046777","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2402","webSpace":"javacsmrg2402-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-7541","slot":"java-slot-3171","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525629","name":"java-webapp-7541","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525629,"deletedTimestamp":"2018-10-30T12:12:02.3515549","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2402","webSpace":"javacsmrg2402-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-7541","slot":"java-slot-7241","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525663","name":"IAmAFuncitonNameThatIsLonger3698","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525663,"deletedTimestamp":"2018-10-30T12:13:04.9911673","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8803","webSpace":"javacsmrg8803-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"IAmAFuncitonNameThatIsLonger3698","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525671","name":"java-webapp-8826","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525671,"deletedTimestamp":"2018-10-30T12:13:28.4866314","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8972","webSpace":"javacsmrg8972-WestUSwebspace","stamp":"waws-prod-bay-069","deletedSiteName":"java-webapp-8826","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525940","name":"java-webapp-7547","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525940,"deletedTimestamp":"2018-10-30T12:18:03.4207157","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1119","webSpace":"javacsmrg1119-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-7547","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525941","name":"java-webapp-7547","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525941,"deletedTimestamp":"2018-10-30T12:18:03.4519683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1119","webSpace":"javacsmrg1119-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-7547","slot":"java-slot-3912","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525942","name":"java-webapp-7547","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525942,"deletedTimestamp":"2018-10-30T12:18:03.4988230","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1119","webSpace":"javacsmrg1119-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-7547","slot":"java-slot-7953","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525943","name":"java-webapp-7547","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525943,"deletedTimestamp":"2018-10-30T12:18:03.5456972","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1119","webSpace":"javacsmrg1119-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-7547","slot":"java-slot-875","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525956","name":"java-webapp-8436","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525956,"deletedTimestamp":"2018-10-30T12:18:35.4243045","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2433","webSpace":"javacsmrg2433-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-8436","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525973","name":"java-webapp-5043","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525973,"deletedTimestamp":"2018-10-30T12:19:25.7285959","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2529","webSpace":"javacsmrg2529-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-5043","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19525977","name":"java-webapp-3055","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19525977,"deletedTimestamp":"2018-10-30T12:19:43.0990241","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1425","webSpace":"javacsmrg1425-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-3055","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19526056","name":"java-webapp-4197","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19526056,"deletedTimestamp":"2018-10-30T12:23:26.4682114","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8657","webSpace":"javacsmrg8657-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-4197","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19526073","name":"java-webapp-9149","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19526073,"deletedTimestamp":"2018-10-30T12:24:02.9887772","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3119","webSpace":"javacsmrg3119-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-9149","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19526089","name":"java-webapp-4017","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19526089,"deletedTimestamp":"2018-10-30T12:24:43.5497649","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg639","webSpace":"javacsmrg639-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-4017","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19526100","name":"java-webapp-8745","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19526100,"deletedTimestamp":"2018-10-30T12:24:51.3098134","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6994","webSpace":"javacsmrg6994-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-8745","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19526149","name":"java-webapp-3876","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19526149,"deletedTimestamp":"2018-10-30T12:26:04.6351965","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg316","webSpace":"javacsmrg316-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-3876","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19526485","name":"rgweb7196","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19526485,"deletedTimestamp":"2018-10-30T12:42:54.5976207","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg5511","webSpace":"csmrg5511-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"rgweb7196","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19527663","name":"java-webapp-8159","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19527663,"deletedTimestamp":"2018-10-30T13:30:14.4394773","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5014","webSpace":"javacsmrg5014-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-8159","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19527673","name":"java-webapp-3170","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19527673,"deletedTimestamp":"2018-10-30T13:30:37.9742059","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8972","webSpace":"javacsmrg8972-WestUSwebspace","stamp":"waws-prod-bay-069","deletedSiteName":"java-webapp-3170","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19527929","name":"java-webapp-799","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19527929,"deletedTimestamp":"2018-10-30T13:40:06.3099376","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8657","webSpace":"javacsmrg8657-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-799","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19527985","name":"java-webapp-6892","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19527985,"deletedTimestamp":"2018-10-30T13:42:45.5813069","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg316","webSpace":"javacsmrg316-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-6892","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528755","name":"webapp1-b8e1684384","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528755,"deletedTimestamp":"2018-10-30T14:08:40.3087984","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9523008692b1","webSpace":"rg1nemv_9523008692b1-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-b8e1684384","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528768","name":"webapp1-4886236092","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528768,"deletedTimestamp":"2018-10-30T14:09:09.1686546","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_cf385767ceb0","webSpace":"rgnemv_cf385767ceb0-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-4886236092","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528772","name":"webapp2-d3b24131f1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528772,"deletedTimestamp":"2018-10-30T14:09:13.6377373","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_cf385767ceb0","webSpace":"rgnemv_cf385767ceb0-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-d3b24131f1","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528776","name":"webapp3-2d31950609","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528776,"deletedTimestamp":"2018-10-30T14:09:18.6605460","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9523008692b1","webSpace":"rg1nemv_9523008692b1-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp3-2d31950609","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528778","name":"webapp2-1754665078","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528778,"deletedTimestamp":"2018-10-30T14:09:21.6852044","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9523008692b1","webSpace":"rg1nemv_9523008692b1-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-1754665078","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528827","name":"webapp1-e01851328b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528827,"deletedTimestamp":"2018-10-30T14:10:25.1434877","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_892746225202","webSpace":"rgnemv_892746225202-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp1-e01851328b","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528829","name":"webapp2-ced26595cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528829,"deletedTimestamp":"2018-10-30T14:10:29.5548124","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_892746225202","webSpace":"rgnemv_892746225202-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp2-ced26595cc","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528838","name":"webapp1-9ba20628dc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528838,"deletedTimestamp":"2018-10-30T14:11:03.2600289","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_1b43853314a6","webSpace":"rg1nemv_1b43853314a6-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp1-9ba20628dc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528839","name":"webapp1-f0f5149694","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528839,"deletedTimestamp":"2018-10-30T14:11:04.4472490","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_be58458871c2","webSpace":"rg1nemv_be58458871c2-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp1-f0f5149694","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528860","name":"webapp3-12459868c2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528860,"deletedTimestamp":"2018-10-30T14:11:42.3789930","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_1b43853314a6","webSpace":"rg1nemv_1b43853314a6-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp3-12459868c2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528862","name":"webapp2-c2f845256e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528862,"deletedTimestamp":"2018-10-30T14:11:44.1332258","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_1b43853314a6","webSpace":"rg1nemv_1b43853314a6-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp2-c2f845256e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528864","name":"webapp2-38939424d1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528864,"deletedTimestamp":"2018-10-30T14:11:45.7525827","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_be58458871c2","webSpace":"rg1nemv_be58458871c2-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp2-38939424d1","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528868","name":"webapp1-d9b91626e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528868,"deletedTimestamp":"2018-10-30T14:11:52.7503438","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_0dc70707835c","webSpace":"rgnemv_0dc70707835c-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp1-d9b91626e9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528869","name":"webapp3-e50544325a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528869,"deletedTimestamp":"2018-10-30T14:11:54.6162874","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_be58458871c2","webSpace":"rg1nemv_be58458871c2-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp3-e50544325a","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528983","name":"webapp5-7df4327604","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528983,"deletedTimestamp":"2018-10-30T14:15:17.7026219","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3af696658179f42086","webSpace":"rg3af696658179f42086-SoutheastAsiawebspace","stamp":"waws-prod-sg1-031","deletedSiteName":"webapp5-7df4327604","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528984","name":"webapp3-1bc10807d1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528984,"deletedTimestamp":"2018-10-30T14:15:20.3146479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3af696658179f42086","webSpace":"rg3af696658179f42086-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp3-1bc10807d1","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528986","name":"webapp4-1e584128e2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528986,"deletedTimestamp":"2018-10-30T14:15:25.0467568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3af696658179f42086","webSpace":"rg3af696658179f42086-NorthEuropewebspace","stamp":"waws-prod-db3-117","deletedSiteName":"webapp4-1e584128e2","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528989","name":"webapp6-9c76293729","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528989,"deletedTimestamp":"2018-10-30T14:15:28.7254030","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3af696658179f42086","webSpace":"rg3af696658179f42086-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-9c76293729","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528990","name":"webapp2-7b416458be","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528990,"deletedTimestamp":"2018-10-30T14:15:31.5823436","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3af696658179f42086","webSpace":"rg3af696658179f42086-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-7b416458be","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19528993","name":"webapp1-00578341ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19528993,"deletedTimestamp":"2018-10-30T14:15:36.1656508","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3af696658179f42086","webSpace":"rg3af696658179f42086-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-00578341ce","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529014","name":"webapp2-64c1118393","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529014,"deletedTimestamp":"2018-10-30T14:16:45.1317394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_0dc70707835c","webSpace":"rgnemv_0dc70707835c-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp2-64c1118393","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529179","name":"webapp1-6de85843f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529179,"deletedTimestamp":"2018-10-30T14:22:05.7788089","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd11821704d4e806","webSpace":"rgd11821704d4e806-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-6de85843f5","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529180","name":"webapp1-6de85843f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529180,"deletedTimestamp":"2018-10-30T14:22:05.8255235","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd11821704d4e806","webSpace":"rgd11821704d4e806-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-6de85843f5","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529189","name":"webapp3-a71586646a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529189,"deletedTimestamp":"2018-10-30T14:22:19.9065539","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd11821704d4e806","webSpace":"rgd11821704d4e806-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-a71586646a","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529190","name":"webapp3-a71586646a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529190,"deletedTimestamp":"2018-10-30T14:22:19.9534414","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd11821704d4e806","webSpace":"rgd11821704d4e806-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-a71586646a","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529197","name":"webapp2-54b9774744","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529197,"deletedTimestamp":"2018-10-30T14:22:30.2359892","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd11821704d4e806","webSpace":"rgd11821704d4e806-WestEuropewebspace","stamp":"waws-prod-am2-191","deletedSiteName":"webapp2-54b9774744","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529198","name":"webapp2-54b9774744","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529198,"deletedTimestamp":"2018-10-30T14:22:30.2984917","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd11821704d4e806","webSpace":"rgd11821704d4e806-WestEuropewebspace","stamp":"waws-prod-am2-191","deletedSiteName":"webapp2-54b9774744","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529212","name":"webapp1-da6648888c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529212,"deletedTimestamp":"2018-10-30T14:23:03.1770018","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg25b4068163d3dae","webSpace":"rg25b4068163d3dae-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp1-da6648888c","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529222","name":"webapp1-96e815397e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529222,"deletedTimestamp":"2018-10-30T14:23:27.6215509","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bf6087394bc","webSpace":"rgnemv_1bf6087394bc-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-96e815397e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529227","name":"webapp5-f6d400814b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529227,"deletedTimestamp":"2018-10-30T14:23:34.9283168","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bf6087394bc","webSpace":"rgnemv_1bf6087394bc-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp5-f6d400814b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529228","name":"webapp3-a151437316","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529228,"deletedTimestamp":"2018-10-30T14:23:43.2998159","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bf6087394bc","webSpace":"rgnemv_1bf6087394bc-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-a151437316","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529230","name":"webapp2-9012027090","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529230,"deletedTimestamp":"2018-10-30T14:23:45.9129159","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bf6087394bc","webSpace":"rgnemv_1bf6087394bc-WestEuropewebspace","stamp":"waws-prod-am2-131","deletedSiteName":"webapp2-9012027090","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529238","name":"webapp4-21a9236999","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529238,"deletedTimestamp":"2018-10-30T14:23:53.5363874","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bf6087394bc","webSpace":"rgnemv_1bf6087394bc-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp4-21a9236999","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529296","name":"webapp2-86e6195096","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529296,"deletedTimestamp":"2018-10-30T14:25:36.2225956","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1fe625877db1","webSpace":"rgnemv_1fe625877db1-WestEuropewebspace","stamp":"waws-prod-am2-193","deletedSiteName":"webapp2-86e6195096","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529300","name":"webapp5-6e54426457","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529300,"deletedTimestamp":"2018-10-30T14:25:43.0608987","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1fe625877db1","webSpace":"rgnemv_1fe625877db1-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp5-6e54426457","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529303","name":"webapp1-0c0112634d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529303,"deletedTimestamp":"2018-10-30T14:25:51.4199149","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1fe625877db1","webSpace":"rgnemv_1fe625877db1-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-0c0112634d","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529307","name":"webapp4-d0d7579005","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529307,"deletedTimestamp":"2018-10-30T14:26:00.1519154","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1fe625877db1","webSpace":"rgnemv_1fe625877db1-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp4-d0d7579005","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529312","name":"webapp3-d1949183fa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529312,"deletedTimestamp":"2018-10-30T14:26:10.3101622","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1fe625877db1","webSpace":"rgnemv_1fe625877db1-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-d1949183fa","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529474","name":"wnrsat200358756c9f7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529474,"deletedTimestamp":"2018-10-30T14:31:35.3114583","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat8a567029729e9","webSpace":"rgrsat8a567029729e9-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsat200358756c9f7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529632","name":"webapp5-cdd37681f0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529632,"deletedTimestamp":"2018-10-30T14:37:08.4330958","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6406725853523cc256","webSpace":"rg6406725853523cc256-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-cdd37681f0","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529633","name":"webapp2-5e94639436","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529633,"deletedTimestamp":"2018-10-30T14:37:11.0518867","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6406725853523cc256","webSpace":"rg6406725853523cc256-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp2-5e94639436","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529634","name":"webapp6-b9e0451102","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529634,"deletedTimestamp":"2018-10-30T14:37:15.5154907","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6406725853523cc256","webSpace":"rg6406725853523cc256-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-b9e0451102","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529640","name":"webapp3-a8818184b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529640,"deletedTimestamp":"2018-10-30T14:37:19.3830400","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6406725853523cc256","webSpace":"rg6406725853523cc256-WestEuropewebspace","stamp":"waws-prod-am2-173","deletedSiteName":"webapp3-a8818184b7","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529644","name":"webapp4-73974170cf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529644,"deletedTimestamp":"2018-10-30T14:37:23.9117407","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6406725853523cc256","webSpace":"rg6406725853523cc256-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-73974170cf","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529647","name":"webapp1-b9921303b0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529647,"deletedTimestamp":"2018-10-30T14:37:25.7189915","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6406725853523cc256","webSpace":"rg6406725853523cc256-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-b9921303b0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19529674","name":"mytestscalewebapp82606986a9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19529674,"deletedTimestamp":"2018-10-30T14:38:39.4531976","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegrouped695668c0b","webSpace":"myresourcegrouped695668c0b-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"mytestscalewebapp82606986a9","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19531965","name":"java-webapp-848165","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19531965,"deletedTimestamp":"2018-10-30T15:52:48.6733201","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd5e73758e","webSpace":"javacsmrgd5e73758e-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-848165","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19531982","name":"java-webapp-15737a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19531982,"deletedTimestamp":"2018-10-30T15:53:20.5858858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7c0399035","webSpace":"javacsmrg7c0399035-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-15737a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19531991","name":"java-func-f69841208","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19531991,"deletedTimestamp":"2018-10-30T15:53:31.3686569","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg96714876e","webSpace":"javacsmrg96714876e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-func-f69841208","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19531992","name":"java-func-e94084537","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19531992,"deletedTimestamp":"2018-10-30T15:53:32.2516812","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0e114268b","webSpace":"javacsmrg0e114268b-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"java-func-e94084537","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19531993","name":"java-func-5de596604","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19531993,"deletedTimestamp":"2018-10-30T15:53:33.8329274","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0e114268b","webSpace":"javacsmrg0e114268b-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"java-func-5de596604","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19532020","name":"java-webapp-751152","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19532020,"deletedTimestamp":"2018-10-30T15:54:37.9107591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg37d12335e","webSpace":"javacsmrg37d12335e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-751152","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19532024","name":"java-webapp-966767","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19532024,"deletedTimestamp":"2018-10-30T15:54:41.2262065","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg37d12335e","webSpace":"javacsmrg37d12335e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-966767","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19532030","name":"java-webapp-729959","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19532030,"deletedTimestamp":"2018-10-30T15:54:50.2877141","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgef2509865","webSpace":"javacsmrgef2509865-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-729959","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19532042","name":"java-webapp-522051","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19532042,"deletedTimestamp":"2018-10-30T15:55:10.0951029","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6c1352165","webSpace":"javacsmrg6c1352165-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-522051","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19532044","name":"java-webapp-350285","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19532044,"deletedTimestamp":"2018-10-30T15:55:11.6016954","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6c1352165","webSpace":"javacsmrg6c1352165-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-350285","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19532433","name":"rsa2291122","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19532433,"deletedTimestamp":"2018-10-30T16:09:36.8549356","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga2291122","webSpace":"rga2291122-SouthCentralUSwebspace","stamp":"waws-prod-sn1-155","deletedSiteName":"rsa2291122","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547035","name":"web-del-testpvcrivrfwe2w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547035,"deletedTimestamp":"2018-10-31T05:07:21.8666275","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5hcedzsomvm3rpqb2ukg3ktqtt4pq3btacpt6xh76asbswrs7swpt2aisiiovvmo5","webSpace":"clitest.rg5hcedzsomvm3rpqb2ukg3ktqtt4pq3btacpt6xh76asbswrs7swpt2aisiiovvmo5-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"web-del-testpvcrivrfwe2w","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547036","name":"webe2cuvwp6w2wbejkjupfkx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547036,"deletedTimestamp":"2018-10-31T05:07:22.0904090","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghekcftzl736tzcqzlofhwp2ogsw6dxk7o7oospydtidtoirtr56moyx6wiblbrq23","webSpace":"clitest.rghekcftzl736tzcqzlofhwp2ogsw6dxk7o7oospydtidtoirtr56moyx6wiblbrq23-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webe2cuvwp6w2wbejkjupfkx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547038","name":"functionapplinuxconsumptionxv2ri7oq32dkr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547038,"deletedTimestamp":"2018-10-31T05:07:32.9180713","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxjnyz673l3sjqykmc5x7a3hglnf5gogkcbb43stwxnmlghtxlm","webSpace":"azurecli-functionapp-linuxjnyz673l3sjqykmc5x7a3hglnf5gogkcbb43stwxnmlghtxlm-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionxv2ri7oq32dkr","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547045","name":"functionapp-linux5sqthor","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547045,"deletedTimestamp":"2018-10-31T05:07:55.0983344","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr2vulrcvk5idyjjpjxckvue653tywztmkm2amxvzz5u5vnp7n3fkal6mclolpe52y","webSpace":"clitest.rgr2vulrcvk5idyjjpjxckvue653tywztmkm2amxvzz5u5vnp7n3fkal6mclolpe52y-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linux5sqthor","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547048","name":"webapp-authentication-test4qmcfrsu4cwlel","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547048,"deletedTimestamp":"2018-10-31T05:08:10.3028861","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationssry6ctbkhvicmfufvrrn2syj72ijuobvbmpxbfmsov5i","webSpace":"cli_test_webapp_authenticationssry6ctbkhvicmfufvrrn2syj72ijuobvbmpxbfmsov5i-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-authentication-test4qmcfrsu4cwlel","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547049","name":"slot-traffic-webk2ddtyz3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547049,"deletedTimestamp":"2018-10-31T05:08:14.7475463","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwn63whroqdeyvqprftbbbzwexiybljtb3gv64jzm5r3mpb3kdfmwoxzrcjdil4uzq","webSpace":"clitest.rgwn63whroqdeyvqprftbbbzwexiybljtb3gv64jzm5r3mpb3kdfmwoxzrcjdil4uzq-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-traffic-webk2ddtyz3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547050","name":"functionappconsumptionc7gfbqkmtmf23ust4o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547050,"deletedTimestamp":"2018-10-31T05:08:15.9864790","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2eg5zunvo53v4wvygibkz35ce5jhvhhrdg3ufheeo7hxk4bxzf2","webSpace":"azurecli-functionapp-c-e2eg5zunvo53v4wvygibkz35ce5jhvhhrdg3ufheeo7hxk4bxzf2-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"functionappconsumptionc7gfbqkmtmf23ust4o","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547051","name":"web-error62kmneeiz5vypk6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547051,"deletedTimestamp":"2018-10-31T05:08:16.2333581","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3jicqc3h6rnrkhaloapcxggt37e53biko7sgajtqvij4gffxnhhtixfytsvcrnatt","webSpace":"clitest.rg3jicqc3h6rnrkhaloapcxggt37e53biko7sgajtqvij4gffxnhhtixfytsvcrnatt-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-error62kmneeiz5vypk6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547052","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547052,"deletedTimestamp":"2018-10-31T05:08:16.5182203","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgskap4mq6xatkspsfyn7vjggr5ft7zdq4fb47muuvbqqoal377flqwguhgdvkyuu6k","webSpace":"clitest.rgskap4mq6xatkspsfyn7vjggr5ft7zdq4fb47muuvbqqoal377flqwguhgdvkyuu6k-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547053","name":"web-msieij26bi4xb7yr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547053,"deletedTimestamp":"2018-10-31T05:08:22.9068287","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgugo3ausanccz26mbtnyw5gskukdzsc26mnrq6tiszinnmisq65slpx7umcny3klrd","webSpace":"clitest.rgugo3ausanccz26mbtnyw5gskukdzsc26mnrq6tiszinnmisq65slpx7umcny3klrd-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-msieij26bi4xb7yr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547054","name":"slot-traffic-webs2nrgfup","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547054,"deletedTimestamp":"2018-10-31T05:08:26.4939701","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6bjb3q3z22ubehiuk3ud6cxx2j56un7hhbirwfdx53tx24pyzi2ondymkzu6tjxck","webSpace":"clitest.rg6bjb3q3z22ubehiuk3ud6cxx2j56un7hhbirwfdx53tx24pyzi2ondymkzu6tjxck-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webs2nrgfup","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547055","name":"slot-traffic-webs2nrgfup","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547055,"deletedTimestamp":"2018-10-31T05:08:26.5407808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6bjb3q3z22ubehiuk3ud6cxx2j56un7hhbirwfdx53tx24pyzi2ondymkzu6tjxck","webSpace":"clitest.rg6bjb3q3z22ubehiuk3ud6cxx2j56un7hhbirwfdx53tx24pyzi2ondymkzu6tjxck-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webs2nrgfup","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547057","name":"webapp-e2ejirnfhnwwmahki","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547057,"deletedTimestamp":"2018-10-31T05:08:33.3551986","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnblyke377tru3oqtytqhvdbo7yicgcvqzpk3vcglsrafy6ppktu4xnaqklaw3xfgq","webSpace":"clitest.rgnblyke377tru3oqtytqhvdbo7yicgcvqzpk3vcglsrafy6ppktu4xnaqklaw3xfgq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-e2ejirnfhnwwmahki","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547058","name":"webapp-config-testv4wxkjiengc47ajh5upwyz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547058,"deletedTimestamp":"2018-10-31T05:08:37.3595771","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configt6jok7gehzn4hfg4url3uxtw3hbgtckpdi7b4lmualz6ljulpf3jy","webSpace":"cli_test_webapp_configt6jok7gehzn4hfg4url3uxtw3hbgtckpdi7b4lmualz6ljulpf3jy-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-config-testv4wxkjiengc47ajh5upwyz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547060","name":"func-e2etvqb4fkspkdfxyed","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547060,"deletedTimestamp":"2018-10-31T05:08:42.2963738","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfq6gxlrj74fnkorb6hm44kqdx6zomhisksq34pxv6hwo5lxofptxddzfeltfdufa4","webSpace":"clitest.rgfq6gxlrj74fnkorb6hm44kqdx6zomhisksq34pxv6hwo5lxofptxddzfeltfdufa4-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"func-e2etvqb4fkspkdfxyed","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547061","name":"webappacrtestjrb7jg3lya7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547061,"deletedTimestamp":"2018-10-31T05:08:46.5299384","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbkvr2n5bmm252uedr4uz26ngyoakvn6qvtq3efi5zabdmbbj42wqnqxjnuy6ivhj5","webSpace":"clitest.rgbkvr2n5bmm252uedr4uz26ngyoakvn6qvtq3efi5zabdmbbj42wqnqxjnuy6ivhj5-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestjrb7jg3lya7","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547062","name":"webapp-quick46z4ws73jwjg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547062,"deletedTimestamp":"2018-10-31T05:08:52.1315568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfuq255zb57y63mjlbvi3tyyywe6yorgugmw55tg3r5giqcpck2ldnqfowc356l7ef","webSpace":"clitest.rgfuq255zb57y63mjlbvi3tyyywe6yorgugmw55tg3r5giqcpck2ldnqfowc356l7ef-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-quick46z4ws73jwjg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547063","name":"delete-me-web3s2l75i3vng","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547063,"deletedTimestamp":"2018-10-31T05:08:53.0328479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiotqrwvzmwjdn5uejcgwo6qfrd47uwdlynx247o6op67txaxmx4aiqlguunv44xih","webSpace":"clitest.rgiotqrwvzmwjdn5uejcgwo6qfrd47uwdlynx247o6op67txaxmx4aiqlguunv44xih-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"delete-me-web3s2l75i3vng","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547064","name":"webapp-linux-multivo6ddh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547064,"deletedTimestamp":"2018-10-31T05:08:58.7569466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7obomekzn62wdoko4pptggzldyecm3drknvhvwk6gm4nesnrvmoiptqgz2wbwmdw3","webSpace":"clitest.rg7obomekzn62wdoko4pptggzldyecm3drknvhvwk6gm4nesnrvmoiptqgz2wbwmdw3-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multivo6ddh","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547066","name":"webapp-quickyhxryqioz33n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547066,"deletedTimestamp":"2018-10-31T05:09:06.0829895","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgly27v5b2vxwivagmnfqe5iu5d4kr7vgtpbejfg3xmlsvnhf65iidhksvx64owgnex","webSpace":"clitest.rgly27v5b2vxwivagmnfqe5iu5d4kr7vgtpbejfg3xmlsvnhf65iidhksvx64owgnex-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quickyhxryqioz33n","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547069","name":"func-e2e57tnnrwudshc2gna","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547069,"deletedTimestamp":"2018-10-31T05:09:19.1990375","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfq6gxlrj74fnkorb6hm44kqdx6zomhisksq34pxv6hwo5lxofptxddzfeltfdufa4","webSpace":"clitest.rgfq6gxlrj74fnkorb6hm44kqdx6zomhisksq34pxv6hwo5lxofptxddzfeltfdufa4-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"func-e2e57tnnrwudshc2gna","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547072","name":"web-ssl-test6v74a4du","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547072,"deletedTimestamp":"2018-10-31T05:09:20.0257574","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi354cvtmyvnofaoum2vuz5u6k5n3nq3h64c2opkmtgtb2dojdjq7ed2ny5ahp6yxh","webSpace":"clitest.rgi354cvtmyvnofaoum2vuz5u6k5n3nq3h64c2opkmtgtb2dojdjq7ed2ny5ahp6yxh-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-test6v74a4du","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547075","name":"webapp-win-loggfa5jy3u4r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547075,"deletedTimestamp":"2018-10-31T05:09:34.1818015","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjhfdxnly6ym6kj4lcmzepiitvkd2smnw3dsagazw27uyjbiwzi3gwkalrlsmjff5k","webSpace":"clitest.rgjhfdxnly6ym6kj4lcmzepiitvkd2smnw3dsagazw27uyjbiwzi3gwkalrlsmjff5k-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-loggfa5jy3u4r","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547076","name":"webapp-linuxdtxjanmzmt4e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547076,"deletedTimestamp":"2018-10-31T05:09:41.6526290","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5letb4o4cpfizmm7wc7d3wwn5hl4yytbebaz7hjss5vspvj7ywp42xkeob63qwxzl","webSpace":"clitest.rg5letb4o4cpfizmm7wc7d3wwn5hl4yytbebaz7hjss5vspvj7ywp42xkeob63qwxzl-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxdtxjanmzmt4e","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547080","name":"webapp-update-testpptfh3suwpvpkn3ery7gh2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547080,"deletedTimestamp":"2018-10-31T05:09:58.0014992","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatech2r4igah5f72iq74gk5pirdgszvay7l3fqhevnthakmanbhovq34","webSpace":"cli_test_webapp_updatech2r4igah5f72iq74gk5pirdgszvay7l3fqhevnthakmanbhovq34-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-update-testpptfh3suwpvpkn3ery7gh2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547081","name":"webapp-update-testpptfh3suwpvpkn3ery7gh2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547081,"deletedTimestamp":"2018-10-31T05:09:58.0955275","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatech2r4igah5f72iq74gk5pirdgszvay7l3fqhevnthakmanbhovq34","webSpace":"cli_test_webapp_updatech2r4igah5f72iq74gk5pirdgszvay7l3fqhevnthakmanbhovq34-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-update-testpptfh3suwpvpkn3ery7gh2","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547082","name":"slot-traffic-webegp5dg6x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547082,"deletedTimestamp":"2018-10-31T05:10:00.1573497","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjluf6jw6k2543y37yu33ccs6gbo7urmjkotsy7xv4gr7t6ie7amt3slyzx7wxrlp2","webSpace":"clitest.rgjluf6jw6k2543y37yu33ccs6gbo7urmjkotsy7xv4gr7t6ie7amt3slyzx7wxrlp2-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-traffic-webegp5dg6x","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547083","name":"slot-traffic-webegp5dg6x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547083,"deletedTimestamp":"2018-10-31T05:10:00.2042162","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjluf6jw6k2543y37yu33ccs6gbo7urmjkotsy7xv4gr7t6ie7amt3slyzx7wxrlp2","webSpace":"clitest.rgjluf6jw6k2543y37yu33ccs6gbo7urmjkotsy7xv4gr7t6ie7amt3slyzx7wxrlp2-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-traffic-webegp5dg6x","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547084","name":"web-git-test2duefejtsngi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547084,"deletedTimestamp":"2018-10-31T05:10:11.4169167","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgamza36tkcnmk5xi7ggbg64c6tavjdgnkla5jeq7rqqitivvd3qy4o23eqbhionxar","webSpace":"clitest.rgamza36tkcnmk5xi7ggbg64c6tavjdgnkla5jeq7rqqitivvd3qy4o23eqbhionxar-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test2duefejtsngi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547086","name":"webapp-zipDeploy-testjybukm5czbrcgnj6yjh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547086,"deletedTimestamp":"2018-10-31T05:10:16.5975548","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployobgnc3zn3bddpchntae2ufpddhfmzdrr4wbgbloowjhs3x7x3f","webSpace":"cli_test_webapp_zipDeployobgnc3zn3bddpchntae2ufpddhfmzdrr4wbgbloowjhs3x7x3f-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-zipDeploy-testjybukm5czbrcgnj6yjh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547097","name":"slot-swap-webtbldcix57hd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547097,"deletedTimestamp":"2018-10-31T05:10:51.2582550","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgm5ukpje35v6aif73uarhi6frwvo4yzwsqnd5ur2f6wymqm5w5emectcgkv4pneu7t","webSpace":"clitest.rgm5ukpje35v6aif73uarhi6frwvo4yzwsqnd5ur2f6wymqm5w5emectcgkv4pneu7t-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-swap-webtbldcix57hd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547098","name":"slot-swap-webtbldcix57hd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547098,"deletedTimestamp":"2018-10-31T05:10:51.3051212","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgm5ukpje35v6aif73uarhi6frwvo4yzwsqnd5ur2f6wymqm5w5emectcgkv4pneu7t","webSpace":"clitest.rgm5ukpje35v6aif73uarhi6frwvo4yzwsqnd5ur2f6wymqm5w5emectcgkv4pneu7t-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-swap-webtbldcix57hd","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547104","name":"webapp-quick-cdqncxgvled","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547104,"deletedTimestamp":"2018-10-31T05:11:01.9574045","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgroeeyt5bzdznvrexvqgc4hdtm5ga6mj76b42pngalfehy6sm44bl7almjoovylnoz","webSpace":"clitest.rgroeeyt5bzdznvrexvqgc4hdtm5ga6mj76b42pngalfehy6sm44bl7almjoovylnoz-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-quick-cdqncxgvled","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547116","name":"webapp-quick-linuxluld3j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547116,"deletedTimestamp":"2018-10-31T05:11:56.1925802","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvykxvqfkyt6d5mo73564przfo66k37gsbgzqm2vdvilslsygsfthh7rwo5zx27y7w","webSpace":"clitest.rgvykxvqfkyt6d5mo73564przfo66k37gsbgzqm2vdvilslsygsfthh7rwo5zx27y7w-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxluld3j","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547118","name":"webapp-linux-logikh7pilt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547118,"deletedTimestamp":"2018-10-31T05:12:02.9676982","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2g6fgylrcnqfcugxcyilhfpxjviwyomjuon7yglla2ejfhvj27dwmmsgjsdcndrwg","webSpace":"clitest.rg2g6fgylrcnqfcugxcyilhfpxjviwyomjuon7yglla2ejfhvj27dwmmsgjsdcndrwg-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logikh7pilt","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547125","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547125,"deletedTimestamp":"2018-10-31T05:12:31.0921094","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgacfipqwolyxn5vhzxrbqtm6vg43zz3ctd7v2x55wdm4ychr5hwxwfvmadldsa6nuq","webSpace":"clitest.rgacfipqwolyxn5vhzxrbqtm6vg43zz3ctd7v2x55wdm4ychr5hwxwfvmadldsa6nuq-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547128","name":"slot-test-webl66xanxywlb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547128,"deletedTimestamp":"2018-10-31T05:13:05.1862556","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjfdko2v5xn5ex4ko232enq4otjxcxvkoabb4frgwwpempjjskpdidslg7w7weivdn","webSpace":"clitest.rgjfdko2v5xn5ex4ko232enq4otjxcxvkoabb4frgwwpempjjskpdidslg7w7weivdn-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-webl66xanxywlb","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547129","name":"slot-test-webl66xanxywlb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547129,"deletedTimestamp":"2018-10-31T05:13:07.1096103","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjfdko2v5xn5ex4ko232enq4otjxcxvkoabb4frgwwpempjjskpdidslg7w7weivdn","webSpace":"clitest.rgjfdko2v5xn5ex4ko232enq4otjxcxvkoabb4frgwwpempjjskpdidslg7w7weivdn-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-webl66xanxywlb","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547136","name":"slot-test-webl66xanxywlb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547136,"deletedTimestamp":"2018-10-31T05:13:40.3995020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjfdko2v5xn5ex4ko232enq4otjxcxvkoabb4frgwwpempjjskpdidslg7w7weivdn","webSpace":"clitest.rgjfdko2v5xn5ex4ko232enq4otjxcxvkoabb4frgwwpempjjskpdidslg7w7weivdn-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-webl66xanxywlb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547158","name":"undelete-webhm3a2l53wj4m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547158,"deletedTimestamp":"2018-10-31T05:15:24.2764099","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbyio4x6sqcmnhsvpgqtxeg6ein7uscm7yfqynefx43afentdmqnabwavpwycirhrb","webSpace":"clitest.rgbyio4x6sqcmnhsvpgqtxeg6ein7uscm7yfqynefx43afentdmqnabwavpwycirhrb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-webhm3a2l53wj4m","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547179","name":"cliedte7c7jtlbozvax","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547179,"deletedTimestamp":"2018-10-31T05:17:10.5760364","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwtnbfksdys","webSpace":"clitest.rgwtnbfksdys-CentralUSwebspace","stamp":"waws-prod-dm1-109","deletedSiteName":"cliedte7c7jtlbozvax","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19547561","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19547561,"deletedTimestamp":"2018-10-31T05:49:03.8714731","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createjweyxyc4jzz6lghpz7nrqtsf3pb4yiye5stissuwmkxsslav6dy","webSpace":"cli_test_resource_createjweyxyc4jzz6lghpz7nrqtsf3pb4yiye5stissuwmkxsslav6dy-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551652","name":"webapp1-f0a473581a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551652,"deletedTimestamp":"2018-10-31T09:38:19.7327741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ad2803018ac1","webSpace":"rg1nemv_ad2803018ac1-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-f0a473581a","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551665","name":"webapp3-a91862873e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551665,"deletedTimestamp":"2018-10-31T09:38:56.8057854","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ad2803018ac1","webSpace":"rg1nemv_ad2803018ac1-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-a91862873e","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551666","name":"webapp1-81a5990482","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551666,"deletedTimestamp":"2018-10-31T09:38:59.8572975","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4c0518354053","webSpace":"rg1nemv_4c0518354053-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-81a5990482","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551674","name":"webapp3-a273836539","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551674,"deletedTimestamp":"2018-10-31T09:39:36.4251360","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4c0518354053","webSpace":"rg1nemv_4c0518354053-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-a273836539","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551675","name":"webapp1-19f0008457","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551675,"deletedTimestamp":"2018-10-31T09:39:37.5183364","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_37630299a43a","webSpace":"rgnemv_37630299a43a-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-19f0008457","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551676","name":"webapp2-80755754f3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551676,"deletedTimestamp":"2018-10-31T09:39:40.1648878","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_37630299a43a","webSpace":"rgnemv_37630299a43a-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-80755754f3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551687","name":"webapp1-e17018507e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551687,"deletedTimestamp":"2018-10-31T09:40:13.4594835","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3dc22269408f","webSpace":"rg1nemv_3dc22269408f-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-e17018507e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551691","name":"webapp2-39f57656b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551691,"deletedTimestamp":"2018-10-31T09:40:30.3167069","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ad2803018ac1","webSpace":"rg1nemv_ad2803018ac1-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-39f57656b7","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551694","name":"webapp1-faf590628e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551694,"deletedTimestamp":"2018-10-31T09:40:37.0482338","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ac205587d4c5","webSpace":"rg1nemv_ac205587d4c5-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-faf590628e","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551700","name":"webapp1-14f8052404","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551700,"deletedTimestamp":"2018-10-31T09:40:58.7265105","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_29366834fef7","webSpace":"rgnemv_29366834fef7-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-14f8052404","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551704","name":"webapp2-495426065e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551704,"deletedTimestamp":"2018-10-31T09:41:02.2618486","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_29366834fef7","webSpace":"rgnemv_29366834fef7-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-495426065e","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551711","name":"webapp1-7e8609763a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551711,"deletedTimestamp":"2018-10-31T09:41:16.2600264","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_1f606412e6b9","webSpace":"rg1nemv_1f606412e6b9-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-7e8609763a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551715","name":"webapp2-04c060923b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551715,"deletedTimestamp":"2018-10-31T09:41:23.5945479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4c0518354053","webSpace":"rg1nemv_4c0518354053-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-04c060923b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551718","name":"webapp2-23f052677c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551718,"deletedTimestamp":"2018-10-31T09:41:29.8164310","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_70b16443f2a0","webSpace":"rgnemv_70b16443f2a0-WestUSwebspace","stamp":"waws-prod-bay-017","deletedSiteName":"webapp2-23f052677c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551720","name":"webapp1-c91062933b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551720,"deletedTimestamp":"2018-10-31T09:41:37.0847144","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_70b16443f2a0","webSpace":"rgnemv_70b16443f2a0-WestUSwebspace","stamp":"waws-prod-bay-017","deletedSiteName":"webapp1-c91062933b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551741","name":"webapp2-d7c78615e0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551741,"deletedTimestamp":"2018-10-31T09:42:46.0687906","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b91948626b73","webSpace":"rg1nemv_b91948626b73-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp2-d7c78615e0","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551742","name":"webapp1-2091807616","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551742,"deletedTimestamp":"2018-10-31T09:42:47.1603701","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b91948626b73","webSpace":"rg1nemv_b91948626b73-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-2091807616","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551743","name":"webapp3-d1c20118d5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551743,"deletedTimestamp":"2018-10-31T09:42:48.8836576","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b91948626b73","webSpace":"rg1nemv_b91948626b73-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp3-d1c20118d5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551749","name":"webapp1-e0b2421359","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551749,"deletedTimestamp":"2018-10-31T09:43:06.2623017","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_f7e84006a53b","webSpace":"rg1nemv_f7e84006a53b-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"webapp1-e0b2421359","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551754","name":"webapp1-3135708144","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551754,"deletedTimestamp":"2018-10-31T09:43:20.8778244","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3bf62243b2ec","webSpace":"rg1nemv_3bf62243b2ec-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp1-3135708144","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551761","name":"webapp3-a2b57003a3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551761,"deletedTimestamp":"2018-10-31T09:43:45.9795960","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_f7e84006a53b","webSpace":"rg1nemv_f7e84006a53b-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"webapp3-a2b57003a3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19551810","name":"webapp2-cdc9699449","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19551810,"deletedTimestamp":"2018-10-31T09:45:34.2565371","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_f7e84006a53b","webSpace":"rg1nemv_f7e84006a53b-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"webapp2-cdc9699449","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552145","name":"webapp3-b74594749e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552145,"deletedTimestamp":"2018-10-31T09:56:40.7524146","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6b813967fe3d","webSpace":"rg1nemv_6b813967fe3d-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-b74594749e","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552146","name":"webapp3-b74594749e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552146,"deletedTimestamp":"2018-10-31T09:56:40.8149472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6b813967fe3d","webSpace":"rg1nemv_6b813967fe3d-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-b74594749e","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552148","name":"webapp1-704330150a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552148,"deletedTimestamp":"2018-10-31T09:56:48.6708056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6b813967fe3d","webSpace":"rg1nemv_6b813967fe3d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-704330150a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552149","name":"webapp1-704330150a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552149,"deletedTimestamp":"2018-10-31T09:56:48.7335109","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6b813967fe3d","webSpace":"rg1nemv_6b813967fe3d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-704330150a","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552152","name":"webapp2-e7581792dd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552152,"deletedTimestamp":"2018-10-31T09:56:57.5868355","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6b813967fe3d","webSpace":"rg1nemv_6b813967fe3d-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-e7581792dd","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552153","name":"webapp2-e7581792dd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552153,"deletedTimestamp":"2018-10-31T09:56:57.6337066","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6b813967fe3d","webSpace":"rg1nemv_6b813967fe3d-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-e7581792dd","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552460","name":"webapp2-d189186069","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552460,"deletedTimestamp":"2018-10-31T10:10:16.6972475","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6a5488656872d","webSpace":"rgcdn_6a5488656872d-EastUSwebspace","stamp":"waws-prod-blu-111","deletedSiteName":"webapp2-d189186069","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552462","name":"webapp4-2be577489c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552462,"deletedTimestamp":"2018-10-31T10:10:18.6292822","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6a5488656872d","webSpace":"rgcdn_6a5488656872d-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-2be577489c","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552464","name":"webapp1-64204597a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552464,"deletedTimestamp":"2018-10-31T10:10:24.7745423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6a5488656872d","webSpace":"rgcdn_6a5488656872d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-64204597a4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552466","name":"webapp5-d6e34042b2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552466,"deletedTimestamp":"2018-10-31T10:10:27.6428035","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6a5488656872d","webSpace":"rgcdn_6a5488656872d-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-d6e34042b2","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552468","name":"webapp6-7f600477d9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552468,"deletedTimestamp":"2018-10-31T10:10:32.8299102","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6a5488656872d","webSpace":"rgcdn_6a5488656872d-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-013","deletedSiteName":"webapp6-7f600477d9","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19552469","name":"webapp3-07223837ec","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19552469,"deletedTimestamp":"2018-10-31T10:10:34.9858355","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6a5488656872d","webSpace":"rgcdn_6a5488656872d-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp3-07223837ec","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553072","name":"mytestscalewebappd1011136","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553072,"deletedTimestamp":"2018-10-31T10:29:08.2211428","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor75198","webSpace":"rgmonitor75198-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"mytestscalewebappd1011136","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553366","name":"java-webapp-715459","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553366,"deletedTimestamp":"2018-10-31T10:40:09.0439313","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdd811859c","webSpace":"javacsmrgdd811859c-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-715459","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553367","name":"JAVAwebapp-d81954734d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553367,"deletedTimestamp":"2018-10-31T10:40:09.1006275","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgfa976260f","webSpace":"javacsmrgfa976260f-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-d81954734d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553368","name":"JAVAwebapp-86b97065af","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553368,"deletedTimestamp":"2018-10-31T10:40:10.7915492","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg51d501116","webSpace":"javacsmrg51d501116-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"JAVAwebapp-86b97065af","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553370","name":"java-webapp-95174d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553370,"deletedTimestamp":"2018-10-31T10:40:12.3643394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd2c807069","webSpace":"javacsmrgd2c807069-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-95174d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553373","name":"java-webapp-03173a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553373,"deletedTimestamp":"2018-10-31T10:40:23.3601136","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb27540749","webSpace":"javacsmrgb27540749-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-03173a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553374","name":"java-webapp-03173a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553374,"deletedTimestamp":"2018-10-31T10:40:23.4225888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb27540749","webSpace":"javacsmrgb27540749-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-03173a","slot":"java-slot-4fb53884a","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553375","name":"java-webapp-03173a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553375,"deletedTimestamp":"2018-10-31T10:40:23.4538693","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb27540749","webSpace":"javacsmrgb27540749-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-03173a","slot":"java-slot-928509160","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553376","name":"java-webapp-03173a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553376,"deletedTimestamp":"2018-10-31T10:40:23.5163449","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb27540749","webSpace":"javacsmrgb27540749-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-03173a","slot":"java-slot-6bd615390","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553453","name":"wnrsatcd512689391b6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553453,"deletedTimestamp":"2018-10-31T10:42:45.2987374","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsate6b23218a8cda","webSpace":"rgrsate6b23218a8cda-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsatcd512689391b6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19553499","name":"wnrsat314069712a360","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19553499,"deletedTimestamp":"2018-10-31T10:45:14.1061796","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap2de2747766f74","webSpace":"rgrsap2de2747766f74-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsat314069712a360","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556028","name":"java-webapp-6082","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556028,"deletedTimestamp":"2018-10-31T12:22:38.9305412","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5394","webSpace":"javacsmrg5394-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6082","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556029","name":"java-webapp-6082","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556029,"deletedTimestamp":"2018-10-31T12:22:38.9774372","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5394","webSpace":"javacsmrg5394-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6082","slot":"java-slot-5684","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556030","name":"java-webapp-6082","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556030,"deletedTimestamp":"2018-10-31T12:22:39.0242954","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5394","webSpace":"javacsmrg5394-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6082","slot":"java-slot-3503","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556031","name":"java-webapp-6082","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556031,"deletedTimestamp":"2018-10-31T12:22:39.0711968","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5394","webSpace":"javacsmrg5394-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6082","slot":"java-slot-4506","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556111","name":"IAmAFuncitonNameThatIsLonger2813","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556111,"deletedTimestamp":"2018-10-31T12:25:28.2251451","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4006","webSpace":"javacsmrg4006-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"IAmAFuncitonNameThatIsLonger2813","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556196","name":"java-webapp-1453","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556196,"deletedTimestamp":"2018-10-31T12:27:01.3261550","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1557","webSpace":"javacsmrg1557-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"java-webapp-1453","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556226","name":"java-webapp-9461","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556226,"deletedTimestamp":"2018-10-31T12:27:37.7059248","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8505","webSpace":"javacsmrg8505-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9461","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556227","name":"java-webapp-9461","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556227,"deletedTimestamp":"2018-10-31T12:27:38.0027903","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8505","webSpace":"javacsmrg8505-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9461","slot":"java-slot-4785","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556228","name":"java-webapp-9461","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556228,"deletedTimestamp":"2018-10-31T12:27:38.3309313","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8505","webSpace":"javacsmrg8505-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9461","slot":"java-slot-396","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556229","name":"java-webapp-9461","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556229,"deletedTimestamp":"2018-10-31T12:27:38.3778358","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8505","webSpace":"javacsmrg8505-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9461","slot":"java-slot-2467","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556377","name":"java-webapp-502","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556377,"deletedTimestamp":"2018-10-31T12:31:00.6311593","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4742","webSpace":"javacsmrg4742-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-502","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556379","name":"java-webapp-8877","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556379,"deletedTimestamp":"2018-10-31T12:31:02.0076858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8600","webSpace":"javacsmrg8600-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-8877","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556381","name":"java-webapp-9399","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556381,"deletedTimestamp":"2018-10-31T12:31:05.8438365","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8000","webSpace":"javacsmrg8000-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-9399","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556421","name":"java-webapp-7753","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556421,"deletedTimestamp":"2018-10-31T12:32:10.6737885","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2307","webSpace":"javacsmrg2307-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-7753","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556456","name":"java-webapp-1973","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556456,"deletedTimestamp":"2018-10-31T12:33:15.2095856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5305","webSpace":"javacsmrg5305-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-1973","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556462","name":"java-webapp-1692","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556462,"deletedTimestamp":"2018-10-31T12:33:34.4361429","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg318","webSpace":"javacsmrg318-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-1692","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556466","name":"java-webapp-8317","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556466,"deletedTimestamp":"2018-10-31T12:33:37.5533928","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6642","webSpace":"javacsmrg6642-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-8317","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19556520","name":"java-webapp-7812","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19556520,"deletedTimestamp":"2018-10-31T12:35:34.0441010","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8802","webSpace":"javacsmrg8802-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-7812","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19557101","name":"rgweb4652","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19557101,"deletedTimestamp":"2018-10-31T12:55:50.7500025","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg5706","webSpace":"csmrg5706-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"rgweb4652","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19558883","name":"java-webapp-5989","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19558883,"deletedTimestamp":"2018-10-31T13:43:37.8661862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1557","webSpace":"javacsmrg1557-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"java-webapp-5989","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19558884","name":"java-webapp-1302","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19558884,"deletedTimestamp":"2018-10-31T13:43:38.1841920","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4282","webSpace":"javacsmrg4282-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-1302","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559017","name":"java-webapp-3110","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559017,"deletedTimestamp":"2018-10-31T13:48:50.8191674","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2307","webSpace":"javacsmrg2307-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-3110","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559036","name":"java-webapp-6569","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559036,"deletedTimestamp":"2018-10-31T13:49:20.9970919","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg318","webSpace":"javacsmrg318-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-6569","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559511","name":"webapp2-3353526310","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559511,"deletedTimestamp":"2018-10-31T14:08:40.1691828","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6b81808398de","webSpace":"rgnemv_6b81808398de-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-3353526310","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559512","name":"webapp1-cb31873274","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559512,"deletedTimestamp":"2018-10-31T14:08:42.4845187","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6b81808398de","webSpace":"rgnemv_6b81808398de-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-cb31873274","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559530","name":"webapp1-0db06328e3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559530,"deletedTimestamp":"2018-10-31T14:09:31.5196399","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4b6613334aea","webSpace":"rg1nemv_4b6613334aea-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-0db06328e3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559531","name":"webapp1-54890430e2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559531,"deletedTimestamp":"2018-10-31T14:09:32.5515224","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2dc590807689","webSpace":"rgnemv_2dc590807689-EastUS2webspace","stamp":"waws-prod-bn1-003","deletedSiteName":"webapp1-54890430e2","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559534","name":"webapp2-9c29286638","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559534,"deletedTimestamp":"2018-10-31T14:09:39.2102025","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2dc590807689","webSpace":"rgnemv_2dc590807689-EastUS2webspace","stamp":"waws-prod-bn1-003","deletedSiteName":"webapp2-9c29286638","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559535","name":"webapp2-a3076292a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559535,"deletedTimestamp":"2018-10-31T14:09:41.4495309","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c524197365b2","webSpace":"rgnemv_c524197365b2-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-a3076292a5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559537","name":"webapp1-a76237040b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559537,"deletedTimestamp":"2018-10-31T14:09:43.3391792","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c524197365b2","webSpace":"rgnemv_c524197365b2-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-a76237040b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559548","name":"webapp2-54b6040009","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559548,"deletedTimestamp":"2018-10-31T14:10:09.8949600","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4b6613334aea","webSpace":"rg1nemv_4b6613334aea-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-54b6040009","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559551","name":"webapp3-3b26615398","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559551,"deletedTimestamp":"2018-10-31T14:10:12.0595152","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4b6613334aea","webSpace":"rg1nemv_4b6613334aea-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-3b26615398","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559558","name":"webapp1-8d5805268a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559558,"deletedTimestamp":"2018-10-31T14:10:20.4248873","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_86872422e099","webSpace":"rg1nemv_86872422e099-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-8d5805268a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559568","name":"webapp3-3ef85375cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559568,"deletedTimestamp":"2018-10-31T14:10:57.5505949","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_86872422e099","webSpace":"rg1nemv_86872422e099-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-3ef85375cd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559569","name":"webapp2-fc16846665","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559569,"deletedTimestamp":"2018-10-31T14:11:00.6940250","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_86872422e099","webSpace":"rg1nemv_86872422e099-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-fc16846665","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559581","name":"webapp1-00453716a7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559581,"deletedTimestamp":"2018-10-31T14:11:39.6114644","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6fe741873bde","webSpace":"rg1nemv_6fe741873bde-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp1-00453716a7","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559582","name":"webapp2-e4c260878c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559582,"deletedTimestamp":"2018-10-31T14:11:44.7209870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_fb432960a1fc","webSpace":"rgnemv_fb432960a1fc-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-e4c260878c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559583","name":"webapp1-8e20717608","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559583,"deletedTimestamp":"2018-10-31T14:11:49.0700231","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_fb432960a1fc","webSpace":"rgnemv_fb432960a1fc-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-8e20717608","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559598","name":"webapp3-1758760785","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559598,"deletedTimestamp":"2018-10-31T14:12:18.6454778","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6fe741873bde","webSpace":"rg1nemv_6fe741873bde-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp3-1758760785","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559601","name":"webapp2-259585671f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559601,"deletedTimestamp":"2018-10-31T14:12:20.4937466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_6fe741873bde","webSpace":"rg1nemv_6fe741873bde-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp2-259585671f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559603","name":"webapp1-78683015e7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559603,"deletedTimestamp":"2018-10-31T14:12:34.9689442","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e7708638ac6b","webSpace":"rgnemv_e7708638ac6b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-78683015e7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559605","name":"webapp2-6535041116","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559605,"deletedTimestamp":"2018-10-31T14:12:36.3531022","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e7708638ac6b","webSpace":"rgnemv_e7708638ac6b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-6535041116","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559643","name":"webapp2-d370298239","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559643,"deletedTimestamp":"2018-10-31T14:14:13.6676305","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6df62900182b","webSpace":"rgnemv_6df62900182b-EastUS2webspace","stamp":"waws-prod-bn1-001","deletedSiteName":"webapp2-d370298239","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559646","name":"webapp1-3cd2053148","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559646,"deletedTimestamp":"2018-10-31T14:14:20.4293900","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6df62900182b","webSpace":"rgnemv_6df62900182b-EastUS2webspace","stamp":"waws-prod-bn1-001","deletedSiteName":"webapp1-3cd2053148","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559688","name":"webapp4-0498177325","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559688,"deletedTimestamp":"2018-10-31T14:15:36.1720844","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf1986921046cd8eca6","webSpace":"rgf1986921046cd8eca6-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-0498177325","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559691","name":"webapp6-51321665bf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559691,"deletedTimestamp":"2018-10-31T14:15:40.9799686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf1986921046cd8eca6","webSpace":"rgf1986921046cd8eca6-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-51321665bf","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559692","name":"webapp1-482097035b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559692,"deletedTimestamp":"2018-10-31T14:15:43.6588305","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf1986921046cd8eca6","webSpace":"rgf1986921046cd8eca6-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp1-482097035b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559693","name":"webapp3-8839904277","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559693,"deletedTimestamp":"2018-10-31T14:15:45.2483892","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf1986921046cd8eca6","webSpace":"rgf1986921046cd8eca6-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp3-8839904277","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559694","name":"webapp2-8983653071","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559694,"deletedTimestamp":"2018-10-31T14:15:50.0504309","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf1986921046cd8eca6","webSpace":"rgf1986921046cd8eca6-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-8983653071","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559697","name":"webapp5-4d06033422","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559697,"deletedTimestamp":"2018-10-31T14:15:57.9923987","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf1986921046cd8eca6","webSpace":"rgf1986921046cd8eca6-SoutheastAsiawebspace","stamp":"waws-prod-sg1-031","deletedSiteName":"webapp5-4d06033422","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559803","name":"webapp1-c9481150f6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559803,"deletedTimestamp":"2018-10-31T14:20:15.9953583","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge831376136955c7","webSpace":"rge831376136955c7-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-c9481150f6","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559804","name":"webapp1-c9481150f6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559804,"deletedTimestamp":"2018-10-31T14:20:16.0422422","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge831376136955c7","webSpace":"rge831376136955c7-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-c9481150f6","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559807","name":"webapp3-ba670803ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559807,"deletedTimestamp":"2018-10-31T14:20:24.9099335","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge831376136955c7","webSpace":"rge831376136955c7-EastAsiawebspace","stamp":"waws-prod-hk1-001","deletedSiteName":"webapp3-ba670803ef","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559808","name":"webapp3-ba670803ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559808,"deletedTimestamp":"2018-10-31T14:20:24.9567768","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge831376136955c7","webSpace":"rge831376136955c7-EastAsiawebspace","stamp":"waws-prod-hk1-001","deletedSiteName":"webapp3-ba670803ef","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559813","name":"webapp2-39b12349fb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559813,"deletedTimestamp":"2018-10-31T14:20:31.3603353","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge831376136955c7","webSpace":"rge831376136955c7-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-39b12349fb","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19559814","name":"webapp2-39b12349fb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19559814,"deletedTimestamp":"2018-10-31T14:20:31.4072040","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge831376136955c7","webSpace":"rge831376136955c7-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-39b12349fb","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560184","name":"webapp2-1b14139109","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560184,"deletedTimestamp":"2018-10-31T14:31:13.5006363","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8685751d34bdb0","webSpace":"rga8685751d34bdb0-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-1b14139109","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560185","name":"webapp2-1b14139109","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560185,"deletedTimestamp":"2018-10-31T14:31:13.5475169","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8685751d34bdb0","webSpace":"rga8685751d34bdb0-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-1b14139109","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560189","name":"webapp3-e5318012a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560189,"deletedTimestamp":"2018-10-31T14:31:20.2669929","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8685751d34bdb0","webSpace":"rga8685751d34bdb0-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-e5318012a4","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560190","name":"webapp3-e5318012a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560190,"deletedTimestamp":"2018-10-31T14:31:20.3138523","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8685751d34bdb0","webSpace":"rga8685751d34bdb0-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-e5318012a4","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560195","name":"webapp1-56e86247ca","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560195,"deletedTimestamp":"2018-10-31T14:31:28.4242278","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8685751d34bdb0","webSpace":"rga8685751d34bdb0-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-56e86247ca","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560196","name":"webapp1-56e86247ca","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560196,"deletedTimestamp":"2018-10-31T14:31:28.4711079","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8685751d34bdb0","webSpace":"rga8685751d34bdb0-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-56e86247ca","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560252","name":"wnrsata324262117534","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560252,"deletedTimestamp":"2018-10-31T14:34:08.9725646","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat7b11169792739","webSpace":"rgrsat7b11169792739-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsata324262117534","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560318","name":"webapp5-a83139210e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560318,"deletedTimestamp":"2018-10-31T14:37:15.2834316","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61232528d6eea0132f","webSpace":"rg61232528d6eea0132f-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-a83139210e","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560319","name":"webapp3-6b59419229","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560319,"deletedTimestamp":"2018-10-31T14:37:21.1805311","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61232528d6eea0132f","webSpace":"rg61232528d6eea0132f-WestEuropewebspace","stamp":"waws-prod-am2-185","deletedSiteName":"webapp3-6b59419229","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560320","name":"webapp1-09468052b1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560320,"deletedTimestamp":"2018-10-31T14:37:22.9799999","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61232528d6eea0132f","webSpace":"rg61232528d6eea0132f-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-09468052b1","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560323","name":"webapp4-b21825479a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560323,"deletedTimestamp":"2018-10-31T14:37:30.1281563","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61232528d6eea0132f","webSpace":"rg61232528d6eea0132f-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-b21825479a","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560324","name":"webapp2-c3172232f1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560324,"deletedTimestamp":"2018-10-31T14:37:31.9021020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61232528d6eea0132f","webSpace":"rg61232528d6eea0132f-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-c3172232f1","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560326","name":"webapp6-572040561d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560326,"deletedTimestamp":"2018-10-31T14:37:38.1921805","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61232528d6eea0132f","webSpace":"rg61232528d6eea0132f-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-572040561d","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19560415","name":"mytestscalewebappfb21419314","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19560415,"deletedTimestamp":"2018-10-31T14:42:05.5037311","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupf9b73970f7f","webSpace":"myresourcegroupf9b73970f7f-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"mytestscalewebappfb21419314","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561909","name":"java-webapp-38121b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561909,"deletedTimestamp":"2018-10-31T15:39:36.5299037","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg08e62063a","webSpace":"javacsmrg08e62063a-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-38121b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561917","name":"java-func-a5118208e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561917,"deletedTimestamp":"2018-10-31T15:39:58.4327379","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0de895628","webSpace":"javacsmrg0de895628-WestUSwebspace","stamp":"waws-prod-bay-025","deletedSiteName":"java-func-a5118208e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561918","name":"java-webapp-326562","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561918,"deletedTimestamp":"2018-10-31T15:39:59.2495308","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5a5473022","webSpace":"javacsmrg5a5473022-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-326562","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561919","name":"java-func-cf913686c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561919,"deletedTimestamp":"2018-10-31T15:39:59.7085568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0de895628","webSpace":"javacsmrg0de895628-WestUSwebspace","stamp":"waws-prod-bay-025","deletedSiteName":"java-func-cf913686c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561924","name":"java-func-f2d46590b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561924,"deletedTimestamp":"2018-10-31T15:40:06.8499659","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgcfb29641b","webSpace":"javacsmrgcfb29641b-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-func-f2d46590b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561954","name":"java-webapp-20497b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561954,"deletedTimestamp":"2018-10-31T15:41:33.5751572","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg217463050","webSpace":"javacsmrg217463050-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-20497b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561955","name":"java-webapp-355821","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561955,"deletedTimestamp":"2018-10-31T15:41:36.4712164","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg217463050","webSpace":"javacsmrg217463050-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-355821","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19561966","name":"java-webapp-654327","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19561966,"deletedTimestamp":"2018-10-31T15:41:48.3149323","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf2d12851e","webSpace":"javacsmrgf2d12851e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-654327","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19562086","name":"java-webapp-097077","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19562086,"deletedTimestamp":"2018-10-31T15:45:24.5248296","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc08962207","webSpace":"javacsmrgc08962207-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-097077","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19562088","name":"java-webapp-191754","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19562088,"deletedTimestamp":"2018-10-31T15:45:26.2543612","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc08962207","webSpace":"javacsmrgc08962207-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-191754","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19562234","name":"java-webapp-515260","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19562234,"deletedTimestamp":"2018-10-31T15:49:36.8257457","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg643221094","webSpace":"javacsmrg643221094-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-515260","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19562237","name":"java-webapp-585651","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19562237,"deletedTimestamp":"2018-10-31T15:49:38.6027375","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg643221094","webSpace":"javacsmrg643221094-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-585651","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19562422","name":"rsdc954300","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19562422,"deletedTimestamp":"2018-10-31T15:56:57.8987030","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgdc954300","webSpace":"rgdc954300-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"rsdc954300","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577065","name":"webe2n5z3vuzdjui2kk5ut32","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577065,"deletedTimestamp":"2018-11-01T05:10:21.4403967","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgovf6mvpvxzfmxu44d77zo5n6licq5j74uv2javng6bn4rwbof7oe2rlrwjn5heuf6","webSpace":"clitest.rgovf6mvpvxzfmxu44d77zo5n6licq5j74uv2javng6bn4rwbof7oe2rlrwjn5heuf6-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webe2n5z3vuzdjui2kk5ut32","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577066","name":"web-del-testkfl452q7cnao","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577066,"deletedTimestamp":"2018-11-01T05:10:24.9354049","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgm5mqkqc3spt7ixjfttdy6ufvz7aiqsedyqh4odrvib6utofkxzxk2hrl3ur2kq42s","webSpace":"clitest.rgm5mqkqc3spt7ixjfttdy6ufvz7aiqsedyqh4odrvib6utofkxzxk2hrl3ur2kq42s-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-del-testkfl452q7cnao","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577067","name":"functionapplinuxconsumption77lus46upy7rm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577067,"deletedTimestamp":"2018-11-01T05:10:33.5735423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxbh254toirkfy4d4a2j67feddvz53tj7vlt4mrdh4sycrg5phi","webSpace":"azurecli-functionapp-linuxbh254toirkfy4d4a2j67feddvz53tj7vlt4mrdh4sycrg5phi-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumption77lus46upy7rm","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577070","name":"functionapp-linuxvjj7kvy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577070,"deletedTimestamp":"2018-11-01T05:10:52.6483047","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgozbs5ozx46sorwad4wozceblcsmnokhl5w5hwjdmbnzq56hi7k4ahrlkfuuoo6riz","webSpace":"clitest.rgozbs5ozx46sorwad4wozceblcsmnokhl5w5hwjdmbnzq56hi7k4ahrlkfuuoo6riz-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxvjj7kvy","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577073","name":"functionappconsumptionkk2qfcc63hnpv3ntly","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577073,"deletedTimestamp":"2018-11-01T05:11:06.6284821","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ebfjrdrtddtjbwgfp3dgjdcnl4cahwbu7obndrqfbs64hqp6cm","webSpace":"azurecli-functionapp-c-e2ebfjrdrtddtjbwgfp3dgjdcnl4cahwbu7obndrqfbs64hqp6cm-WestUSwebspace","stamp":"waws-prod-bay-013","deletedSiteName":"functionappconsumptionkk2qfcc63hnpv3ntly","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577074","name":"web-errorpdyibzbtfrw7tdc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577074,"deletedTimestamp":"2018-11-01T05:11:12.1095718","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6s47qrwlrjmnwecq53k2zfn2nmcgyywxahnq7ow6d35ghnquoi3z4ko27qi5bohjc","webSpace":"clitest.rg6s47qrwlrjmnwecq53k2zfn2nmcgyywxahnq7ow6d35ghnquoi3z4ko27qi5bohjc-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"web-errorpdyibzbtfrw7tdc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577075","name":"webapp-authentication-testg2ygo5lt5hswoe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577075,"deletedTimestamp":"2018-11-01T05:11:12.5943692","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationi2uouujyduc2li37vrptr5soqgxyzyncze2phpe2jdhx4","webSpace":"cli_test_webapp_authenticationi2uouujyduc2li37vrptr5soqgxyzyncze2phpe2jdhx4-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-authentication-testg2ygo5lt5hswoe","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577076","name":"slot-traffic-webvovrbxs4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577076,"deletedTimestamp":"2018-11-01T05:11:12.8046917","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2rwwhqafab5wsvpehxndf63clicnvo7yk2l7zvkppw24zvrbzbjgmxtipscbdoq2r","webSpace":"clitest.rg2rwwhqafab5wsvpehxndf63clicnvo7yk2l7zvkppw24zvrbzbjgmxtipscbdoq2r-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webvovrbxs4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577078","name":"slot-traffic-webh7z3rvs7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577078,"deletedTimestamp":"2018-11-01T05:11:21.8192803","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghrjdo2fvqoj6uvjyllijjg2aad3gi2zcnihwhyg3y4wvwoinfl7qrbxmr3bpjek7s","webSpace":"clitest.rghrjdo2fvqoj6uvjyllijjg2aad3gi2zcnihwhyg3y4wvwoinfl7qrbxmr3bpjek7s-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webh7z3rvs7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577079","name":"slot-traffic-webh7z3rvs7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577079,"deletedTimestamp":"2018-11-01T05:11:21.8817834","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghrjdo2fvqoj6uvjyllijjg2aad3gi2zcnihwhyg3y4wvwoinfl7qrbxmr3bpjek7s","webSpace":"clitest.rghrjdo2fvqoj6uvjyllijjg2aad3gi2zcnihwhyg3y4wvwoinfl7qrbxmr3bpjek7s-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webh7z3rvs7","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577080","name":"webapp-config-testv7qxic5iikorrynynpoh3m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577080,"deletedTimestamp":"2018-11-01T05:11:23.5585203","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config3iklevkor5ifpoclb6j5qogoxyti2pze2lcnmq7difw3lbw24amij","webSpace":"cli_test_webapp_config3iklevkor5ifpoclb6j5qogoxyti2pze2lcnmq7difw3lbw24amij-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-config-testv7qxic5iikorrynynpoh3m","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577081","name":"web-msiknx5fu2zywr4z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577081,"deletedTimestamp":"2018-11-01T05:11:24.8795418","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpiepykzrzv5rzop7fsdzmxv7c4ehretbaeegniaccctohaq52tttmsodtqywwrea6","webSpace":"clitest.rgpiepykzrzv5rzop7fsdzmxv7c4ehretbaeegniaccctohaq52tttmsodtqywwrea6-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-msiknx5fu2zywr4z","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577082","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577082,"deletedTimestamp":"2018-11-01T05:11:29.4976412","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxdjk3thog5kl7u6pkuvquy2gvi3chsdmjkskxxyxgg5ppc67dug7ihglklevanizm","webSpace":"clitest.rgxdjk3thog5kl7u6pkuvquy2gvi3chsdmjkskxxyxgg5ppc67dug7ihglklevanizm-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577084","name":"webapp-e2eay6gpkk26efl3m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577084,"deletedTimestamp":"2018-11-01T05:11:33.8568327","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcslyhhkb7fujvxfraa63owd6i726psgnd3uab3krnf7735q5ylhlibdfcsv7n624u","webSpace":"clitest.rgcslyhhkb7fujvxfraa63owd6i726psgnd3uab3krnf7735q5ylhlibdfcsv7n624u-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-e2eay6gpkk26efl3m","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577087","name":"web-ssl-testjzpdogai","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577087,"deletedTimestamp":"2018-11-01T05:11:44.2983629","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgicykcsyx5dogcztd6wgs4uj4a5kqsra4w3ayst2hmypdc3nkep4hyfdgrkdnbfwfg","webSpace":"clitest.rgicykcsyx5dogcztd6wgs4uj4a5kqsra4w3ayst2hmypdc3nkep4hyfdgrkdnbfwfg-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-ssl-testjzpdogai","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577088","name":"func-e2esfa6btb4nnicgky2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577088,"deletedTimestamp":"2018-11-01T05:11:46.6162813","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu5wxkrfnz3yb7smz5kejlf3sdhnce3o3tgtllavwkebwlqnqm4ig5winge3znudsq","webSpace":"clitest.rgu5wxkrfnz3yb7smz5kejlf3sdhnce3o3tgtllavwkebwlqnqm4ig5winge3znudsq-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"func-e2esfa6btb4nnicgky2","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577089","name":"delete-me-web3eyzta6zkr6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577089,"deletedTimestamp":"2018-11-01T05:11:48.7896477","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6g3nto3ujr6qadejuqaar72zfs4gusohh6sraz4tfqigmcbrqw4ulcllfbxl4ujfp","webSpace":"clitest.rg6g3nto3ujr6qadejuqaar72zfs4gusohh6sraz4tfqigmcbrqw4ulcllfbxl4ujfp-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"delete-me-web3eyzta6zkr6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577090","name":"webappacrtestprxrysdra7j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577090,"deletedTimestamp":"2018-11-01T05:11:49.2551515","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpjhtu4ktr2cmcrvzcmlb46wvme2h23aasql5sf2hraa2a6kwuyizmkww6ukjcnlin","webSpace":"clitest.rgpjhtu4ktr2cmcrvzcmlb46wvme2h23aasql5sf2hraa2a6kwuyizmkww6ukjcnlin-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestprxrysdra7j","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577091","name":"webapp-quickzpifypyo33yu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577091,"deletedTimestamp":"2018-11-01T05:12:03.8192589","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfy3cbvsp2chsgilgtf3xwm7nqp72faejdxzqsyqf2lux7af7w7g5i7vgbsxwee2pu","webSpace":"clitest.rgfy3cbvsp2chsgilgtf3xwm7nqp72faejdxzqsyqf2lux7af7w7g5i7vgbsxwee2pu-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-quickzpifypyo33yu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577092","name":"webapp-quicklrhqya7vf4oq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577092,"deletedTimestamp":"2018-11-01T05:12:06.5841386","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvtk3virccrev2kmfodgxfuuqqqhwtao2xarhyortsvnhlcyuuccxia6pbzj55fcam","webSpace":"clitest.rgvtk3virccrev2kmfodgxfuuqqqhwtao2xarhyortsvnhlcyuuccxia6pbzj55fcam-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-quicklrhqya7vf4oq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577094","name":"webapp-linux-multiqn7cr6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577094,"deletedTimestamp":"2018-11-01T05:12:09.5745773","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7ihlsy5xrrpcvlkzcti7cyjbsctqsuabvwha7qfa7phjqg5bhozsnnc5kdmasi6ea","webSpace":"clitest.rg7ihlsy5xrrpcvlkzcti7cyjbsctqsuabvwha7qfa7phjqg5bhozsnnc5kdmasi6ea-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multiqn7cr6","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577096","name":"web-git-test2dp66uttxiip","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577096,"deletedTimestamp":"2018-11-01T05:12:18.2653345","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyu35fslr4qz2eaynpeexdjwxvvh3ugvqdm6ka2yj6dwe3e6k5l5h6ztqtcj3m63kp","webSpace":"clitest.rgyu35fslr4qz2eaynpeexdjwxvvh3ugvqdm6ka2yj6dwe3e6k5l5h6ztqtcj3m63kp-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-git-test2dp66uttxiip","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577100","name":"func-e2elva6fh565g3nalox","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577100,"deletedTimestamp":"2018-11-01T05:12:24.3360049","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu5wxkrfnz3yb7smz5kejlf3sdhnce3o3tgtllavwkebwlqnqm4ig5winge3znudsq","webSpace":"clitest.rgu5wxkrfnz3yb7smz5kejlf3sdhnce3o3tgtllavwkebwlqnqm4ig5winge3znudsq-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"func-e2elva6fh565g3nalox","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577104","name":"webapp-linuxljcsmogpkmdh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577104,"deletedTimestamp":"2018-11-01T05:12:30.3256378","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfj4zwtxqx5hclz33f52y755625nfjwredvwlwre7l33du74453hybg7tcll7wmqt6","webSpace":"clitest.rgfj4zwtxqx5hclz33f52y755625nfjwredvwlwre7l33du74453hybg7tcll7wmqt6-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxljcsmogpkmdh","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577108","name":"slot-traffic-webgagk3oat","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577108,"deletedTimestamp":"2018-11-01T05:12:45.6476578","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgws3y5hrqe4lztumgiah23yt5qkxggivhwhxs2ew4d6hy6xgbphqrncuokpbqedw4g","webSpace":"clitest.rgws3y5hrqe4lztumgiah23yt5qkxggivhwhxs2ew4d6hy6xgbphqrncuokpbqedw4g-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webgagk3oat","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577109","name":"slot-traffic-webgagk3oat","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577109,"deletedTimestamp":"2018-11-01T05:12:45.6945123","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgws3y5hrqe4lztumgiah23yt5qkxggivhwhxs2ew4d6hy6xgbphqrncuokpbqedw4g","webSpace":"clitest.rgws3y5hrqe4lztumgiah23yt5qkxggivhwhxs2ew4d6hy6xgbphqrncuokpbqedw4g-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webgagk3oat","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577110","name":"webapp-win-logsacurtvwp7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577110,"deletedTimestamp":"2018-11-01T05:12:53.7511855","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqqrmiuu23m5ujrgjx6k6bge53fwtf66e4dminrzeheuvahcalksdg5pnaas2t2smd","webSpace":"clitest.rgqqrmiuu23m5ujrgjx6k6bge53fwtf66e4dminrzeheuvahcalksdg5pnaas2t2smd-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-win-logsacurtvwp7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577111","name":"webapp-update-test5svf3jfdujqnv7x476gemw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577111,"deletedTimestamp":"2018-11-01T05:12:57.2330726","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatef2nzjdoizh37qgz5k6zmrt4yooau52z7aee7iitbivshhlu2nndfw","webSpace":"cli_test_webapp_updatef2nzjdoizh37qgz5k6zmrt4yooau52z7aee7iitbivshhlu2nndfw-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-update-test5svf3jfdujqnv7x476gemw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577112","name":"webapp-update-test5svf3jfdujqnv7x476gemw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577112,"deletedTimestamp":"2018-11-01T05:12:57.2809154","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatef2nzjdoizh37qgz5k6zmrt4yooau52z7aee7iitbivshhlu2nndfw","webSpace":"cli_test_webapp_updatef2nzjdoizh37qgz5k6zmrt4yooau52z7aee7iitbivshhlu2nndfw-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-update-test5svf3jfdujqnv7x476gemw","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577114","name":"webapp-zipDeploy-test7f4o25sh3bnl57s444o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577114,"deletedTimestamp":"2018-11-01T05:13:04.5896373","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploy55rqfhobgdo4n3otmxbtlajdd6xznu2xlizejjf4m2dtks3kmn","webSpace":"cli_test_webapp_zipDeploy55rqfhobgdo4n3otmxbtlajdd6xznu2xlizejjf4m2dtks3kmn-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-zipDeploy-test7f4o25sh3bnl57s444o","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577122","name":"webapp-quick-cdlaxjqgh7x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577122,"deletedTimestamp":"2018-11-01T05:13:49.7676562","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg77ee7shnflkkxlv6jneuge2g7gwcdfj3vrruz3upfdwtwpnvbijosion236bv333x","webSpace":"clitest.rg77ee7shnflkkxlv6jneuge2g7gwcdfj3vrruz3upfdwtwpnvbijosion236bv333x-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick-cdlaxjqgh7x","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577131","name":"slot-swap-web7hq4z7uapvx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577131,"deletedTimestamp":"2018-11-01T05:14:03.8101786","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgni7hfyv6jjc2xtoalfyznfetp7cezj6wmgu3i5ruzg6pxuc6ff5gd2a73ybzhn7hb","webSpace":"clitest.rgni7hfyv6jjc2xtoalfyznfetp7cezj6wmgu3i5ruzg6pxuc6ff5gd2a73ybzhn7hb-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-swap-web7hq4z7uapvx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577132","name":"slot-swap-web7hq4z7uapvx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577132,"deletedTimestamp":"2018-11-01T05:14:03.8727026","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgni7hfyv6jjc2xtoalfyznfetp7cezj6wmgu3i5ruzg6pxuc6ff5gd2a73ybzhn7hb","webSpace":"clitest.rgni7hfyv6jjc2xtoalfyznfetp7cezj6wmgu3i5ruzg6pxuc6ff5gd2a73ybzhn7hb-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-swap-web7hq4z7uapvx","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577144","name":"webapp-quick-linuxnozrmv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577144,"deletedTimestamp":"2018-11-01T05:15:09.3281853","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgixrb4ilgspw744k5emdxvkm3ooz7z5es37lim6cu2jhvjgwtl5grsb4wlan2dxfhc","webSpace":"clitest.rgixrb4ilgspw744k5emdxvkm3ooz7z5es37lim6cu2jhvjgwtl5grsb4wlan2dxfhc-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxnozrmv","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577145","name":"webapp-linux-logo7jovxmy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577145,"deletedTimestamp":"2018-11-01T05:15:12.5906055","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2dzs3myggt7idfxdx3gff6oz2pk2x444sdl3pm5ig2cvkkp553v7jdgohwpnisl46","webSpace":"clitest.rg2dzs3myggt7idfxdx3gff6oz2pk2x444sdl3pm5ig2cvkkp553v7jdgohwpnisl46-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logo7jovxmy","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577149","name":"slot-test-web34c4iywpmf3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577149,"deletedTimestamp":"2018-11-01T05:15:44.9964695","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2mmqxbtgixibkty7r2zbxofnbuikcbmtcuxki22dde25eacppo6mnf3ggnxubwoli","webSpace":"clitest.rg2mmqxbtgixibkty7r2zbxofnbuikcbmtcuxki22dde25eacppo6mnf3ggnxubwoli-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-test-web34c4iywpmf3","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577151","name":"slot-test-web34c4iywpmf3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577151,"deletedTimestamp":"2018-11-01T05:15:46.6684749","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2mmqxbtgixibkty7r2zbxofnbuikcbmtcuxki22dde25eacppo6mnf3ggnxubwoli","webSpace":"clitest.rg2mmqxbtgixibkty7r2zbxofnbuikcbmtcuxki22dde25eacppo6mnf3ggnxubwoli-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-test-web34c4iywpmf3","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577161","name":"slot-test-web34c4iywpmf3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577161,"deletedTimestamp":"2018-11-01T05:16:20.9892944","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2mmqxbtgixibkty7r2zbxofnbuikcbmtcuxki22dde25eacppo6mnf3ggnxubwoli","webSpace":"clitest.rg2mmqxbtgixibkty7r2zbxofnbuikcbmtcuxki22dde25eacppo6mnf3ggnxubwoli-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-test-web34c4iywpmf3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577165","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577165,"deletedTimestamp":"2018-11-01T05:16:37.0327199","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzer4bg7mfjzflxoekmnchhjzc7tycvcttagmoyrikyaikc3hffzkeef4n6w35s2ok","webSpace":"clitest.rgzer4bg7mfjzflxoekmnchhjzc7tycvcttagmoyrikyaikc3hffzkeef4n6w35s2ok-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577172","name":"undelete-web4ex6a2jeowld","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577172,"deletedTimestamp":"2018-11-01T05:17:39.7130188","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rge5jhzmg3noqzvqopcnqoloj6gdhkgunqwsmczukpgnm7swztsc5fexr4xx6tc23cj","webSpace":"clitest.rge5jhzmg3noqzvqopcnqoloj6gdhkgunqwsmczukpgnm7swztsc5fexr4xx6tc23cj-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"undelete-web4ex6a2jeowld","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577210","name":"clixiqs4xikux2gndvc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577210,"deletedTimestamp":"2018-11-01T05:22:28.6891932","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghaox6tbvro","webSpace":"clitest.rghaox6tbvro-CentralUSwebspace","stamp":"waws-prod-dm1-103","deletedSiteName":"clixiqs4xikux2gndvc","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19577543","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19577543,"deletedTimestamp":"2018-11-01T05:49:55.6268778","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_create4ohb2qacd4yordwk3evsbhlzii2kuwybwikdqfqsrlkwixr6ozp","webSpace":"cli_test_resource_create4ohb2qacd4yordwk3evsbhlzii2kuwybwikdqfqsrlkwixr6ozp-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581428","name":"webapp1-fe95745899","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581428,"deletedTimestamp":"2018-11-01T09:38:22.2419164","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_558209522b16","webSpace":"rg1nemv_558209522b16-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-fe95745899","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581439","name":"webapp3-59507255be","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581439,"deletedTimestamp":"2018-11-01T09:39:02.2045707","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_558209522b16","webSpace":"rg1nemv_558209522b16-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-59507255be","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581441","name":"webapp1-9a24317459","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581441,"deletedTimestamp":"2018-11-01T09:39:02.6056044","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c5075655fafa","webSpace":"rgnemv_c5075655fafa-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp1-9a24317459","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581442","name":"webapp2-c141477598","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581442,"deletedTimestamp":"2018-11-01T09:39:04.0622322","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c5075655fafa","webSpace":"rgnemv_c5075655fafa-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp2-c141477598","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581447","name":"webapp1-c1d8182751","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581447,"deletedTimestamp":"2018-11-01T09:39:28.2356630","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e20055240af9","webSpace":"rg1nemv_e20055240af9-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-c1d8182751","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581462","name":"webapp3-6fc66912c3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581462,"deletedTimestamp":"2018-11-01T09:40:06.1263102","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e20055240af9","webSpace":"rg1nemv_e20055240af9-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-6fc66912c3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581467","name":"webapp1-99169953f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581467,"deletedTimestamp":"2018-11-01T09:40:23.8677082","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0c213151d471","webSpace":"rg1nemv_0c213151d471-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-99169953f5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581468","name":"webapp1-9010140181","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581468,"deletedTimestamp":"2018-11-01T09:40:26.5488625","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_06f3027743f8","webSpace":"rg1nemv_06f3027743f8-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-9010140181","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581476","name":"webapp2-c7d8204256","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581476,"deletedTimestamp":"2018-11-01T09:40:47.1348917","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_558209522b16","webSpace":"rg1nemv_558209522b16-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-c7d8204256","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581494","name":"webapp1-add7758876","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581494,"deletedTimestamp":"2018-11-01T09:41:36.5417961","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_40c051372263","webSpace":"rg1nemv_40c051372263-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-add7758876","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581498","name":"webapp2-98c64849fc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581498,"deletedTimestamp":"2018-11-01T09:41:53.0514898","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e20055240af9","webSpace":"rg1nemv_e20055240af9-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-98c64849fc","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581556","name":"webapp1-41602382fc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581556,"deletedTimestamp":"2018-11-01T09:44:22.8546837","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c63333707645","webSpace":"rgnemv_c63333707645-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-41602382fc","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581557","name":"webapp2-4080894293","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581557,"deletedTimestamp":"2018-11-01T09:44:24.3971007","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c63333707645","webSpace":"rgnemv_c63333707645-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-4080894293","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581569","name":"webapp1-6b82887849","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581569,"deletedTimestamp":"2018-11-01T09:45:27.2067597","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a3322312545","webSpace":"rg1nemv_8a3322312545-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-6b82887849","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581571","name":"webapp1-aec83652af","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581571,"deletedTimestamp":"2018-11-01T09:45:45.3809859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_67335548d18d","webSpace":"rg1nemv_67335548d18d-WestUSwebspace","stamp":"waws-prod-bay-047","deletedSiteName":"webapp1-aec83652af","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581573","name":"webapp2-f2e40700ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581573,"deletedTimestamp":"2018-11-01T09:45:59.2892523","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_fcc362342a3b","webSpace":"rgnemv_fcc362342a3b-WestUSwebspace","stamp":"waws-prod-bay-061","deletedSiteName":"webapp2-f2e40700ba","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581574","name":"webapp1-d203188256","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581574,"deletedTimestamp":"2018-11-01T09:46:01.5587641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_fcc362342a3b","webSpace":"rgnemv_fcc362342a3b-WestUSwebspace","stamp":"waws-prod-bay-061","deletedSiteName":"webapp1-d203188256","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581576","name":"webapp3-ce2275119f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581576,"deletedTimestamp":"2018-11-01T09:46:05.2260777","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a3322312545","webSpace":"rg1nemv_8a3322312545-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp3-ce2275119f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581588","name":"webapp3-f7755974d4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581588,"deletedTimestamp":"2018-11-01T09:46:44.9668015","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0df0161794f1","webSpace":"rg1nemv_0df0161794f1-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp3-f7755974d4","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581589","name":"webapp1-9f640324df","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581589,"deletedTimestamp":"2018-11-01T09:46:46.3673450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0df0161794f1","webSpace":"rg1nemv_0df0161794f1-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-9f640324df","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581591","name":"webapp2-5190290911","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581591,"deletedTimestamp":"2018-11-01T09:46:53.4960651","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0df0161794f1","webSpace":"rg1nemv_0df0161794f1-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp2-5190290911","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581605","name":"webapp2-6907224613","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581605,"deletedTimestamp":"2018-11-01T09:47:51.2701940","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a3322312545","webSpace":"rg1nemv_8a3322312545-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp2-6907224613","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581732","name":"webapp2-ce078044ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581732,"deletedTimestamp":"2018-11-01T09:56:14.1624256","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2d7246017858","webSpace":"rg1nemv_2d7246017858-WestEuropewebspace","stamp":"waws-prod-am2-213","deletedSiteName":"webapp2-ce078044ef","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581733","name":"webapp2-ce078044ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581733,"deletedTimestamp":"2018-11-01T09:56:14.2092641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2d7246017858","webSpace":"rg1nemv_2d7246017858-WestEuropewebspace","stamp":"waws-prod-am2-213","deletedSiteName":"webapp2-ce078044ef","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581736","name":"webapp3-39f2111700","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581736,"deletedTimestamp":"2018-11-01T09:56:19.7838914","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2d7246017858","webSpace":"rg1nemv_2d7246017858-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-39f2111700","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581737","name":"webapp3-39f2111700","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581737,"deletedTimestamp":"2018-11-01T09:56:19.8307675","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2d7246017858","webSpace":"rg1nemv_2d7246017858-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-39f2111700","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581738","name":"webapp1-d213149650","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581738,"deletedTimestamp":"2018-11-01T09:56:25.8350459","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2d7246017858","webSpace":"rg1nemv_2d7246017858-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-d213149650","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581739","name":"webapp1-d213149650","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581739,"deletedTimestamp":"2018-11-01T09:56:25.8818651","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2d7246017858","webSpace":"rg1nemv_2d7246017858-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-d213149650","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581948","name":"webapp4-69394517ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581948,"deletedTimestamp":"2018-11-01T10:07:45.9776163","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_08933912d6be9","webSpace":"rgcdn_08933912d6be9-NorthEuropewebspace","stamp":"waws-prod-db3-089","deletedSiteName":"webapp4-69394517ce","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581950","name":"webapp5-69698421ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581950,"deletedTimestamp":"2018-11-01T10:07:53.2077478","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_08933912d6be9","webSpace":"rgcdn_08933912d6be9-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-69698421ff","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581951","name":"webapp3-dc807149e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581951,"deletedTimestamp":"2018-11-01T10:07:56.2344269","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_08933912d6be9","webSpace":"rgcdn_08933912d6be9-WestEuropewebspace","stamp":"waws-prod-am2-127","deletedSiteName":"webapp3-dc807149e4","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581952","name":"webapp1-34b32675fa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581952,"deletedTimestamp":"2018-11-01T10:07:59.0479821","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_08933912d6be9","webSpace":"rgcdn_08933912d6be9-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-34b32675fa","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581953","name":"webapp6-4ca89069c3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581953,"deletedTimestamp":"2018-11-01T10:08:02.1645022","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_08933912d6be9","webSpace":"rgcdn_08933912d6be9-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-4ca89069c3","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19581957","name":"webapp2-224367709a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19581957,"deletedTimestamp":"2018-11-01T10:08:08.9638791","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_08933912d6be9","webSpace":"rgcdn_08933912d6be9-EastUSwebspace","stamp":"waws-prod-blu-095","deletedSiteName":"webapp2-224367709a","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582682","name":"mytestscalewebapp9c441603","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582682,"deletedTimestamp":"2018-11-01T10:39:01.8095470","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor61813","webSpace":"rgmonitor61813-SouthCentralUSwebspace","stamp":"waws-prod-sn1-153","deletedSiteName":"mytestscalewebapp9c441603","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582694","name":"JAVAwebapp-b3f86110d4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582694,"deletedTimestamp":"2018-11-01T10:40:13.0554556","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf5757431c","webSpace":"javacsmrgf5757431c-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"JAVAwebapp-b3f86110d4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582695","name":"JAVAwebapp-36e762696c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582695,"deletedTimestamp":"2018-11-01T10:40:13.0806086","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg40873007e","webSpace":"javacsmrg40873007e-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"JAVAwebapp-36e762696c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582696","name":"java-webapp-018826","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582696,"deletedTimestamp":"2018-11-01T10:40:13.1749418","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg42129595d","webSpace":"javacsmrg42129595d-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-018826","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582697","name":"java-webapp-018826","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582697,"deletedTimestamp":"2018-11-01T10:40:13.2218462","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg42129595d","webSpace":"javacsmrg42129595d-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-018826","slot":"java-slot-a26720489","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582698","name":"java-webapp-018826","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582698,"deletedTimestamp":"2018-11-01T10:40:13.2686986","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg42129595d","webSpace":"javacsmrg42129595d-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-018826","slot":"java-slot-24097611c","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582699","name":"java-webapp-018826","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582699,"deletedTimestamp":"2018-11-01T10:40:13.3155756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg42129595d","webSpace":"javacsmrg42129595d-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-018826","slot":"java-slot-04e938669","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582700","name":"java-webapp-69376b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582700,"deletedTimestamp":"2018-11-01T10:40:13.8815969","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgecd92334d","webSpace":"javacsmrgecd92334d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-69376b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582701","name":"java-webapp-918473","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582701,"deletedTimestamp":"2018-11-01T10:40:14.4555118","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdc7439309","webSpace":"javacsmrgdc7439309-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-918473","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582917","name":"wnrsat4252345775ce5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582917,"deletedTimestamp":"2018-11-01T10:53:04.3170981","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsatb2123334e11c7","webSpace":"rgrsatb2123334e11c7-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"wnrsat4252345775ce5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19582919","name":"wnrsat473678374f9a9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19582919,"deletedTimestamp":"2018-11-01T10:53:07.7467394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap45b3478712714","webSpace":"rgrsap45b3478712714-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"wnrsat473678374f9a9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19584972","name":"java-webapp-9176","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19584972,"deletedTimestamp":"2018-11-01T12:26:57.3820126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1465","webSpace":"javacsmrg1465-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9176","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19584973","name":"java-webapp-9176","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19584973,"deletedTimestamp":"2018-11-01T12:26:57.5070172","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1465","webSpace":"javacsmrg1465-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9176","slot":"java-slot-1560","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19584974","name":"java-webapp-9176","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19584974,"deletedTimestamp":"2018-11-01T12:26:57.5851489","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1465","webSpace":"javacsmrg1465-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9176","slot":"java-slot-7810","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19584975","name":"java-webapp-9176","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19584975,"deletedTimestamp":"2018-11-01T12:26:57.6320690","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1465","webSpace":"javacsmrg1465-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9176","slot":"java-slot-4846","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585050","name":"IAmAFuncitonNameThatIsLonger5053","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585050,"deletedTimestamp":"2018-11-01T12:29:23.4488172","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7050","webSpace":"javacsmrg7050-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"IAmAFuncitonNameThatIsLonger5053","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585068","name":"java-webapp-8594","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585068,"deletedTimestamp":"2018-11-01T12:30:23.2272779","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4014","webSpace":"javacsmrg4014-WestUSwebspace","stamp":"waws-prod-bay-021","deletedSiteName":"java-webapp-8594","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585111","name":"java-webapp-193","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585111,"deletedTimestamp":"2018-11-01T12:32:06.6147271","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3197","webSpace":"javacsmrg3197-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-193","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585114","name":"java-webapp-193","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585114,"deletedTimestamp":"2018-11-01T12:32:09.2397937","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3197","webSpace":"javacsmrg3197-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-193","slot":"java-slot-8290","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585115","name":"java-webapp-193","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585115,"deletedTimestamp":"2018-11-01T12:32:09.3022963","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3197","webSpace":"javacsmrg3197-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-193","slot":"java-slot-7486","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585116","name":"java-webapp-193","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585116,"deletedTimestamp":"2018-11-01T12:32:09.3491512","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3197","webSpace":"javacsmrg3197-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-193","slot":"java-slot-8188","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585126","name":"java-webapp-878","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585126,"deletedTimestamp":"2018-11-01T12:32:14.6344931","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8046","webSpace":"javacsmrg8046-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-878","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585143","name":"java-webapp-1104","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585143,"deletedTimestamp":"2018-11-01T12:32:31.0284112","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2947","webSpace":"javacsmrg2947-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-1104","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585152","name":"java-webapp-4043","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585152,"deletedTimestamp":"2018-11-01T12:32:46.3769402","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4297","webSpace":"javacsmrg4297-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-4043","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585193","name":"java-webapp-8147","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585193,"deletedTimestamp":"2018-11-01T12:34:48.2202988","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9854","webSpace":"javacsmrg9854-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-8147","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585200","name":"java-webapp-3798","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585200,"deletedTimestamp":"2018-11-01T12:35:18.9949859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5057","webSpace":"javacsmrg5057-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-3798","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585226","name":"java-webapp-8969","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585226,"deletedTimestamp":"2018-11-01T12:36:04.3284809","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1018","webSpace":"javacsmrg1018-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-8969","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585228","name":"java-webapp-4826","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585228,"deletedTimestamp":"2018-11-01T12:36:12.2043787","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8062","webSpace":"javacsmrg8062-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-4826","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585232","name":"java-webapp-7191","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585232,"deletedTimestamp":"2018-11-01T12:36:20.4973802","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5529","webSpace":"javacsmrg5529-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-7191","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19585600","name":"rgweb8616","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19585600,"deletedTimestamp":"2018-11-01T12:54:34.5571222","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg4374","webSpace":"csmrg4374-EastUSwebspace","stamp":"waws-prod-blu-091","deletedSiteName":"rgweb8616","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19586674","name":"java-webapp-6626","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19586674,"deletedTimestamp":"2018-11-01T13:47:03.2430119","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4014","webSpace":"javacsmrg4014-WestUSwebspace","stamp":"waws-prod-bay-021","deletedSiteName":"java-webapp-6626","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19586676","name":"java-webapp-9934","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19586676,"deletedTimestamp":"2018-11-01T13:47:04.5825686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8232","webSpace":"javacsmrg8232-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-9934","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19586774","name":"java-webapp-4071","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19586774,"deletedTimestamp":"2018-11-01T13:51:27.5048978","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9854","webSpace":"javacsmrg9854-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-4071","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19586800","name":"java-webapp-7595","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19586800,"deletedTimestamp":"2018-11-01T13:52:53.6998450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8062","webSpace":"javacsmrg8062-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-7595","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587337","name":"webapp1-08a6537112","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587337,"deletedTimestamp":"2018-11-01T14:14:05.1504241","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8b6495026d54","webSpace":"rgnemv_8b6495026d54-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-08a6537112","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587339","name":"webapp2-dc138340e0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587339,"deletedTimestamp":"2018-11-01T14:14:08.5840986","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8b6495026d54","webSpace":"rgnemv_8b6495026d54-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-dc138340e0","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587345","name":"webapp2-f8d7296069","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587345,"deletedTimestamp":"2018-11-01T14:14:28.6167009","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_07f67440214d","webSpace":"rgnemv_07f67440214d-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp2-f8d7296069","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587346","name":"webapp1-394626369d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587346,"deletedTimestamp":"2018-11-01T14:14:29.8579527","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_07f67440214d","webSpace":"rgnemv_07f67440214d-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp1-394626369d","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587350","name":"webapp1-9d0655729b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587350,"deletedTimestamp":"2018-11-01T14:14:40.5718858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_27e386320661","webSpace":"rg1nemv_27e386320661-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-9d0655729b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587352","name":"webapp2-8f08064177","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587352,"deletedTimestamp":"2018-11-01T14:14:45.8814697","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c96760605b7e","webSpace":"rgnemv_c96760605b7e-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-8f08064177","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587353","name":"webapp1-3762042175","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587353,"deletedTimestamp":"2018-11-01T14:14:47.4895063","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c96760605b7e","webSpace":"rgnemv_c96760605b7e-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-3762042175","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587361","name":"webapp3-0212346948","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587361,"deletedTimestamp":"2018-11-01T14:15:17.8161317","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_27e386320661","webSpace":"rg1nemv_27e386320661-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-0212346948","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587362","name":"webapp1-30c500347b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587362,"deletedTimestamp":"2018-11-01T14:15:18.0913413","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e956924174ec","webSpace":"rg1nemv_e956924174ec-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-30c500347b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587363","name":"webapp2-f3a6161351","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587363,"deletedTimestamp":"2018-11-01T14:15:20.0324179","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_27e386320661","webSpace":"rg1nemv_27e386320661-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-f3a6161351","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587377","name":"webapp3-29a340426f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587377,"deletedTimestamp":"2018-11-01T14:15:56.4655387","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e956924174ec","webSpace":"rg1nemv_e956924174ec-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp3-29a340426f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587378","name":"webapp2-44d169632f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587378,"deletedTimestamp":"2018-11-01T14:15:59.2954661","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e956924174ec","webSpace":"rg1nemv_e956924174ec-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-44d169632f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587399","name":"webapp1-873252934b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587399,"deletedTimestamp":"2018-11-01T14:17:03.1310965","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c48473778cdb","webSpace":"rgnemv_c48473778cdb-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-873252934b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587401","name":"webapp2-4705712534","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587401,"deletedTimestamp":"2018-11-01T14:17:07.4481632","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c48473778cdb","webSpace":"rgnemv_c48473778cdb-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-4705712534","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587407","name":"webapp1-93f00204d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587407,"deletedTimestamp":"2018-11-01T14:17:35.8489669","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ff479278bda6","webSpace":"rg1nemv_ff479278bda6-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp1-93f00204d3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587409","name":"webapp1-38681709d2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587409,"deletedTimestamp":"2018-11-01T14:17:39.3225519","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6e2312565907","webSpace":"rgnemv_6e2312565907-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-38681709d2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587410","name":"webapp2-0f031367b5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587410,"deletedTimestamp":"2018-11-01T14:17:40.7793243","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6e2312565907","webSpace":"rgnemv_6e2312565907-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-0f031367b5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587417","name":"webapp2-9f971249c5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587417,"deletedTimestamp":"2018-11-01T14:18:15.0248903","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ff479278bda6","webSpace":"rg1nemv_ff479278bda6-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp2-9f971249c5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587418","name":"webapp3-74e3625767","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587418,"deletedTimestamp":"2018-11-01T14:18:16.5614741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ff479278bda6","webSpace":"rg1nemv_ff479278bda6-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp3-74e3625767","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587440","name":"webapp2-e1f67002f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587440,"deletedTimestamp":"2018-11-01T14:19:29.8558597","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8a186900b424","webSpace":"rgnemv_8a186900b424-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp2-e1f67002f5","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587442","name":"webapp1-b9f081316b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587442,"deletedTimestamp":"2018-11-01T14:19:37.7611937","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8a186900b424","webSpace":"rgnemv_8a186900b424-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp1-b9f081316b","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587480","name":"webapp5-aca5996281","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587480,"deletedTimestamp":"2018-11-01T14:21:17.3113978","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcc128955b107468a11","webSpace":"rgcc128955b107468a11-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-aca5996281","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587482","name":"webapp1-e935920134","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587482,"deletedTimestamp":"2018-11-01T14:21:19.4646837","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcc128955b107468a11","webSpace":"rgcc128955b107468a11-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-e935920134","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587486","name":"webapp4-09e96226db","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587486,"deletedTimestamp":"2018-11-01T14:21:21.5266546","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcc128955b107468a11","webSpace":"rgcc128955b107468a11-NorthEuropewebspace","stamp":"waws-prod-db3-117","deletedSiteName":"webapp4-09e96226db","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587487","name":"webapp3-fde07806c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587487,"deletedTimestamp":"2018-11-01T14:21:26.6192891","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcc128955b107468a11","webSpace":"rgcc128955b107468a11-WestEuropewebspace","stamp":"waws-prod-am2-225","deletedSiteName":"webapp3-fde07806c1","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587489","name":"webapp6-7a3322938e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587489,"deletedTimestamp":"2018-11-01T14:21:33.5196680","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcc128955b107468a11","webSpace":"rgcc128955b107468a11-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-013","deletedSiteName":"webapp6-7a3322938e","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587490","name":"webapp2-c6b638966f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587490,"deletedTimestamp":"2018-11-01T14:21:36.3001440","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcc128955b107468a11","webSpace":"rgcc128955b107468a11-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp2-c6b638966f","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587549","name":"webapp3-6348615740","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587549,"deletedTimestamp":"2018-11-01T14:24:02.8557457","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6419520282335de","webSpace":"rg6419520282335de-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-6348615740","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587550","name":"webapp3-6348615740","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587550,"deletedTimestamp":"2018-11-01T14:24:02.9026423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6419520282335de","webSpace":"rg6419520282335de-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-6348615740","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587551","name":"webapp1-df79836610","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587551,"deletedTimestamp":"2018-11-01T14:24:11.3090620","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6419520282335de","webSpace":"rg6419520282335de-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-df79836610","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587552","name":"webapp1-df79836610","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587552,"deletedTimestamp":"2018-11-01T14:24:11.3559138","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6419520282335de","webSpace":"rg6419520282335de-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-df79836610","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587556","name":"webapp2-40d668264b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587556,"deletedTimestamp":"2018-11-01T14:24:23.6600717","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6419520282335de","webSpace":"rg6419520282335de-WestEuropewebspace","stamp":"waws-prod-am2-191","deletedSiteName":"webapp2-40d668264b","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587558","name":"webapp2-40d668264b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587558,"deletedTimestamp":"2018-11-01T14:24:23.7851008","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6419520282335de","webSpace":"rg6419520282335de-WestEuropewebspace","stamp":"waws-prod-am2-191","deletedSiteName":"webapp2-40d668264b","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587662","name":"webapp1-ac015473bf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587662,"deletedTimestamp":"2018-11-01T14:28:17.9651834","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb4f949371e0fe81","webSpace":"rgb4f949371e0fe81-EastUSwebspace","stamp":"waws-prod-blu-083","deletedSiteName":"webapp1-ac015473bf","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587667","name":"webapp2-95c080639e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587667,"deletedTimestamp":"2018-11-01T14:28:25.3989691","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb4f949371e0fe81","webSpace":"rgb4f949371e0fe81-WestEuropewebspace","stamp":"waws-prod-am2-223","deletedSiteName":"webapp2-95c080639e","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587954","name":"webapp2-dc55137588","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587954,"deletedTimestamp":"2018-11-01T14:39:09.5130066","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc24169405d5a4e3862","webSpace":"rgc24169405d5a4e3862-EastUSwebspace","stamp":"waws-prod-blu-111","deletedSiteName":"webapp2-dc55137588","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587960","name":"webapp5-7dc3662070","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587960,"deletedTimestamp":"2018-11-01T14:39:12.3331106","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc24169405d5a4e3862","webSpace":"rgc24169405d5a4e3862-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-7dc3662070","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587968","name":"webapp1-f15556660f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587968,"deletedTimestamp":"2018-11-01T14:39:18.5782916","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc24169405d5a4e3862","webSpace":"rgc24169405d5a4e3862-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-f15556660f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587970","name":"webapp4-de86962564","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587970,"deletedTimestamp":"2018-11-01T14:39:20.7345707","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc24169405d5a4e3862","webSpace":"rgc24169405d5a4e3862-NorthEuropewebspace","stamp":"waws-prod-db3-115","deletedSiteName":"webapp4-de86962564","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587976","name":"webapp3-e360643381","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587976,"deletedTimestamp":"2018-11-01T14:39:36.9257229","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc24169405d5a4e3862","webSpace":"rgc24169405d5a4e3862-WestEuropewebspace","stamp":"waws-prod-am2-205","deletedSiteName":"webapp3-e360643381","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587977","name":"webapp6-bcc44445b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587977,"deletedTimestamp":"2018-11-01T14:39:42.6121758","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc24169405d5a4e3862","webSpace":"rgc24169405d5a4e3862-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-011","deletedSiteName":"webapp6-bcc44445b7","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19587987","name":"wnrsatac171650a774d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19587987,"deletedTimestamp":"2018-11-01T14:39:55.6931758","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsate0f5939041a72","webSpace":"rgrsate0f5939041a72-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"wnrsatac171650a774d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19588171","name":"mytestscalewebappe0261176ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19588171,"deletedTimestamp":"2018-11-01T14:46:39.6998787","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupe574651052e","webSpace":"myresourcegroupe574651052e-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"mytestscalewebappe0261176ff","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589861","name":"java-webapp-362896","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589861,"deletedTimestamp":"2018-11-01T15:50:14.3901671","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg48c66085c","webSpace":"javacsmrg48c66085c-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-362896","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589863","name":"java-webapp-010047","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589863,"deletedTimestamp":"2018-11-01T15:50:17.0406322","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc0a557179","webSpace":"javacsmrgc0a557179-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-010047","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589864","name":"java-webapp-72247d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589864,"deletedTimestamp":"2018-11-01T15:50:18.9097776","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc0a557179","webSpace":"javacsmrgc0a557179-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-72247d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589870","name":"java-webapp-155698","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589870,"deletedTimestamp":"2018-11-01T15:50:34.7034523","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8fd713813","webSpace":"javacsmrg8fd713813-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-155698","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589881","name":"java-func-a96465097","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589881,"deletedTimestamp":"2018-11-01T15:50:43.4500185","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9fc814319","webSpace":"javacsmrg9fc814319-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-func-a96465097","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589885","name":"java-func-143676419","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589885,"deletedTimestamp":"2018-11-01T15:50:46.9486133","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5ff818497","webSpace":"javacsmrg5ff818497-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-func-143676419","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589886","name":"java-func-458716900","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589886,"deletedTimestamp":"2018-11-01T15:50:47.9902848","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9fc814319","webSpace":"javacsmrg9fc814319-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-func-458716900","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589895","name":"java-webapp-420225","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589895,"deletedTimestamp":"2018-11-01T15:51:10.4836942","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf4d874461","webSpace":"javacsmrgf4d874461-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-420225","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589896","name":"java-webapp-904626","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589896,"deletedTimestamp":"2018-11-01T15:51:13.7746878","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf4d874461","webSpace":"javacsmrgf4d874461-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-904626","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589924","name":"java-webapp-94094b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589924,"deletedTimestamp":"2018-11-01T15:52:43.5598957","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg093158347","webSpace":"javacsmrg093158347-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-94094b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589989","name":"java-webapp-262297","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589989,"deletedTimestamp":"2018-11-01T15:55:22.2858175","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2a9315334","webSpace":"javacsmrg2a9315334-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-262297","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19589990","name":"java-webapp-653567","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19589990,"deletedTimestamp":"2018-11-01T15:55:24.5000620","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2a9315334","webSpace":"javacsmrg2a9315334-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-653567","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19590288","name":"rsf3e02404","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19590288,"deletedTimestamp":"2018-11-01T16:08:25.0406188","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf3e02404","webSpace":"rgf3e02404-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"rsf3e02404","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603436","name":"webhqxcymjowatyz6gvo7jgi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603436,"deletedTimestamp":"2018-11-02T05:08:38.6337024","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvhbn7bxhghj6whwo3stfhobipjwpjzqldfmzzayyt2f5pdtn2dyppy2a2ch7pnweg","webSpace":"clitest.rgvhbn7bxhghj6whwo3stfhobipjwpjzqldfmzzayyt2f5pdtn2dyppy2a2ch7pnweg-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webhqxcymjowatyz6gvo7jgi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603438","name":"functionapplinuxconsumptiontvwk5bj7iajs3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603438,"deletedTimestamp":"2018-11-02T05:08:41.8617644","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxzuovo3videwq4jdjzkg5h6sw4tqtcrieyhtwulkwugi5mdeah","webSpace":"azurecli-functionapp-linuxzuovo3videwq4jdjzkg5h6sw4tqtcrieyhtwulkwugi5mdeah-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptiontvwk5bj7iajs3","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603440","name":"web-del-testrtu2eodvjakm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603440,"deletedTimestamp":"2018-11-02T05:08:47.2780122","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjycna4n2rmjl3rdf4fjthnd6gfqpaossvovjq3t6xjtavlsnucx7ugxpmmyro4yuf","webSpace":"clitest.rgjycna4n2rmjl3rdf4fjthnd6gfqpaossvovjq3t6xjtavlsnucx7ugxpmmyro4yuf-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-del-testrtu2eodvjakm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603444","name":"functionapp-linuxs3im5dw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603444,"deletedTimestamp":"2018-11-02T05:09:08.3838201","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3nh7cnqbu3useiqkga4ki47jgfoetjjkzq4yceneiwp37yfeswy73yrvfjfb7q4tw","webSpace":"clitest.rg3nh7cnqbu3useiqkga4ki47jgfoetjjkzq4yceneiwp37yfeswy73yrvfjfb7q4tw-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxs3im5dw","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603448","name":"functionappconsumptionuvcz7tqx3ddodvwyhe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603448,"deletedTimestamp":"2018-11-02T05:09:21.8997483","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2e3ccpbxjtk7x4tihrlkin3dg5y2p2oyothulh7e6k34equi6dy","webSpace":"azurecli-functionapp-c-e2e3ccpbxjtk7x4tihrlkin3dg5y2p2oyothulh7e6k34equi6dy-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"functionappconsumptionuvcz7tqx3ddodvwyhe","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603450","name":"web-errori74kviz7gju3kms","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603450,"deletedTimestamp":"2018-11-02T05:09:27.2565886","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4ur6lymtgepnacoufwdg6kc6n7x3ntt7ux2wbp4amovmm42bdugmnv4ngdejtm6qh","webSpace":"clitest.rg4ur6lymtgepnacoufwdg6kc6n7x3ntt7ux2wbp4amovmm42bdugmnv4ngdejtm6qh-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-errori74kviz7gju3kms","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603451","name":"slot-traffic-web3vdaqlqo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603451,"deletedTimestamp":"2018-11-02T05:09:29.0623745","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkrd24qshlnsydzb4mdejddjhlvfjkrdoapngeda4snq5w5y7dg23swuuyxostmemb","webSpace":"clitest.rgkrd24qshlnsydzb4mdejddjhlvfjkrdoapngeda4snq5w5y7dg23swuuyxostmemb-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-web3vdaqlqo","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603452","name":"webapp-authentication-test4kqzqwvgdd7rci","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603452,"deletedTimestamp":"2018-11-02T05:09:30.7330869","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authentication274lypjuf4knvwp3m3cudbrq43but7ky54fs5q533pwnn","webSpace":"cli_test_webapp_authentication274lypjuf4knvwp3m3cudbrq43but7ky54fs5q533pwnn-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-authentication-test4kqzqwvgdd7rci","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603454","name":"slot-traffic-webnpcfmieu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603454,"deletedTimestamp":"2018-11-02T05:09:39.8807210","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgysn55xuivvq3bladcqp6wxkbpgyjgn2damsf4utq5rohpaxmasd6o6prx43nk42ln","webSpace":"clitest.rgysn55xuivvq3bladcqp6wxkbpgyjgn2damsf4utq5rohpaxmasd6o6prx43nk42ln-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webnpcfmieu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603455","name":"slot-traffic-webnpcfmieu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603455,"deletedTimestamp":"2018-11-02T05:09:39.9119721","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgysn55xuivvq3bladcqp6wxkbpgyjgn2damsf4utq5rohpaxmasd6o6prx43nk42ln","webSpace":"clitest.rgysn55xuivvq3bladcqp6wxkbpgyjgn2damsf4utq5rohpaxmasd6o6prx43nk42ln-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webnpcfmieu","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603456","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603456,"deletedTimestamp":"2018-11-02T05:09:40.9067216","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgop7gak7e74lech2irlrxyi6eeapbr65wryseugmggegdqhrntxnyhz7h7us3cmrkl","webSpace":"clitest.rgop7gak7e74lech2irlrxyi6eeapbr65wryseugmggegdqhrntxnyhz7h7us3cmrkl-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603457","name":"webapp-e2ekahnblgjhgzwzm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603457,"deletedTimestamp":"2018-11-02T05:09:50.4178057","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggfgcwmsmbex5jo2axlj5via3tqom6f6seiurnnnpcnvgfyvdtywhf5knzrizqwduv","webSpace":"clitest.rggfgcwmsmbex5jo2axlj5via3tqom6f6seiurnnnpcnvgfyvdtywhf5knzrizqwduv-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-e2ekahnblgjhgzwzm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603458","name":"web-msiixuvringk2sv7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603458,"deletedTimestamp":"2018-11-02T05:09:54.3896720","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaanz4mjmmqcd33suhwtka7o34xlxb57fdfqdnfv2cvqjj5tyxigxvkfon6qil5yeg","webSpace":"clitest.rgaanz4mjmmqcd33suhwtka7o34xlxb57fdfqdnfv2cvqjj5tyxigxvkfon6qil5yeg-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-msiixuvringk2sv7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603460","name":"func-e2ebq2w6etwcvupiju5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603460,"deletedTimestamp":"2018-11-02T05:10:01.7648747","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdyp7cihxwle64tz6mzvyfiaveizcpkuw63ih2rnx3yds57vjz24f2fkadtgeccjea","webSpace":"clitest.rgdyp7cihxwle64tz6mzvyfiaveizcpkuw63ih2rnx3yds57vjz24f2fkadtgeccjea-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2ebq2w6etwcvupiju5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603461","name":"web-ssl-testwqz4vvet","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603461,"deletedTimestamp":"2018-11-02T05:10:01.9466673","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg62lj7yaldtfpl4f53q5fmpclv7xx2h3ufvego5254uwdneyrbo4rewstirozasgps","webSpace":"clitest.rg62lj7yaldtfpl4f53q5fmpclv7xx2h3ufvego5254uwdneyrbo4rewstirozasgps-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-ssl-testwqz4vvet","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603462","name":"webapp-config-testgo4bcp3wi3vi5k4f5kt3tq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603462,"deletedTimestamp":"2018-11-02T05:10:02.2276876","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config5il3cjd5tptzsuoeot3ikqfaakj5xdxqpvucq6k3zed4nahtljv5h","webSpace":"cli_test_webapp_config5il3cjd5tptzsuoeot3ikqfaakj5xdxqpvucq6k3zed4nahtljv5h-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-testgo4bcp3wi3vi5k4f5kt3tq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603463","name":"webappacrtestpzdpjvaxlps","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603463,"deletedTimestamp":"2018-11-02T05:10:04.6507641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrafijril36cz6apc2gvgy5x3b7ujrbjakudkugge6b2pck5t2dgqctfzf53rknhgp","webSpace":"clitest.rgrafijril36cz6apc2gvgy5x3b7ujrbjakudkugge6b2pck5t2dgqctfzf53rknhgp-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestpzdpjvaxlps","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603467","name":"webapp-quick2b7pwcm2zflq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603467,"deletedTimestamp":"2018-11-02T05:10:18.8371424","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc2r5abqdju3s7iffdqhtq6layrbc6ymn6cmn5igm6f2xcbrcrfvrlh2kwxb4nk7t7","webSpace":"clitest.rgc2r5abqdju3s7iffdqhtq6layrbc6ymn6cmn5igm6f2xcbrcrfvrlh2kwxb4nk7t7-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick2b7pwcm2zflq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603468","name":"webapp-quickphnhdqm7ef5z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603468,"deletedTimestamp":"2018-11-02T05:10:24.6489671","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzzk5tnvfz4omznxbu2yxejpmp2gpykaijcz2gdstc5cprmw57iljt3257rohwd5ca","webSpace":"clitest.rgzzk5tnvfz4omznxbu2yxejpmp2gpykaijcz2gdstc5cprmw57iljt3257rohwd5ca-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-quickphnhdqm7ef5z","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603469","name":"webapp-win-logbxpiafyuuy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603469,"deletedTimestamp":"2018-11-02T05:10:25.4909158","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgawiyshjpwxvdgjslyrgci2dav2oamnpgoh6e2jmfc5vkl2uq32my7dhrhqvt64k3r","webSpace":"clitest.rgawiyshjpwxvdgjslyrgci2dav2oamnpgoh6e2jmfc5vkl2uq32my7dhrhqvt64k3r-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-win-logbxpiafyuuy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603474","name":"delete-me-webw2hblb3sg65","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603474,"deletedTimestamp":"2018-11-02T05:10:29.6252455","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwt7sbfevyfp64tos5vtnwqqpvvuwv7f3ard5kxywaawryylytoxpxtajped6cnnkc","webSpace":"clitest.rgwt7sbfevyfp64tos5vtnwqqpvvuwv7f3ard5kxywaawryylytoxpxtajped6cnnkc-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"delete-me-webw2hblb3sg65","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603475","name":"func-e2elum6okhbwqrkpnfi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603475,"deletedTimestamp":"2018-11-02T05:10:36.3315904","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdyp7cihxwle64tz6mzvyfiaveizcpkuw63ih2rnx3yds57vjz24f2fkadtgeccjea","webSpace":"clitest.rgdyp7cihxwle64tz6mzvyfiaveizcpkuw63ih2rnx3yds57vjz24f2fkadtgeccjea-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2elum6okhbwqrkpnfi","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603476","name":"webapp-linux-multiccuxdr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603476,"deletedTimestamp":"2018-11-02T05:10:45.2388176","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwk6ykz4mm7cxnfezo2afc2eczze6gshahtxbrmjqiamukq6mujkec3deiy2dxesg2","webSpace":"clitest.rgwk6ykz4mm7cxnfezo2afc2eczze6gshahtxbrmjqiamukq6mujkec3deiy2dxesg2-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multiccuxdr","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603477","name":"webapp-linuxpu3timv5f22z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603477,"deletedTimestamp":"2018-11-02T05:10:51.9920094","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi2n3auo6rni47cyoy4xgqsuuctwwwykynbhpkvr5wsuky4bpk4iq5pevd5xh2goxj","webSpace":"clitest.rgi2n3auo6rni47cyoy4xgqsuuctwwwykynbhpkvr5wsuky4bpk4iq5pevd5xh2goxj-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxpu3timv5f22z","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603478","name":"slot-traffic-web4cyiowxj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603478,"deletedTimestamp":"2018-11-02T05:11:06.8601511","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgud5d2duekvkg4intktbsalilyljzhymqxhzrnevt25epntlk4bd7wzb3xh72skg2w","webSpace":"clitest.rgud5d2duekvkg4intktbsalilyljzhymqxhzrnevt25epntlk4bd7wzb3xh72skg2w-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-traffic-web4cyiowxj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603479","name":"slot-traffic-web4cyiowxj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603479,"deletedTimestamp":"2018-11-02T05:11:06.9073130","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgud5d2duekvkg4intktbsalilyljzhymqxhzrnevt25epntlk4bd7wzb3xh72skg2w","webSpace":"clitest.rgud5d2duekvkg4intktbsalilyljzhymqxhzrnevt25epntlk4bd7wzb3xh72skg2w-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-traffic-web4cyiowxj","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603480","name":"web-git-test23dqt3rw47t2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603480,"deletedTimestamp":"2018-11-02T05:11:08.1285146","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy47i2dizcbpohnlifmv2ea5rtgckohxrxdf7vw47mqcfk24h5t6ro325oxjwey7oa","webSpace":"clitest.rgy47i2dizcbpohnlifmv2ea5rtgckohxrxdf7vw47mqcfk24h5t6ro325oxjwey7oa-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-git-test23dqt3rw47t2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603481","name":"webapp-hyperv-e2e2k5eowg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603481,"deletedTimestamp":"2018-11-02T05:11:08.3004744","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg65mphsx3dubhtapvy3stmfsqlicopjgo4n2p52ixcftq4ytrxdfwbep75ekdttq75","webSpace":"clitest.rg65mphsx3dubhtapvy3stmfsqlicopjgo4n2p52ixcftq4ytrxdfwbep75ekdttq75-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2e2k5eowg","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603485","name":"webapp-update-testugnqrqad6ppo3lenoebzwr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603485,"deletedTimestamp":"2018-11-02T05:11:22.1868962","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatewruvcozyjobury7fzcloxuz5emhtaz2c52gpqer4tivrzgh7zisod","webSpace":"cli_test_webapp_updatewruvcozyjobury7fzcloxuz5emhtaz2c52gpqer4tivrzgh7zisod-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-update-testugnqrqad6ppo3lenoebzwr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603486","name":"webapp-update-testugnqrqad6ppo3lenoebzwr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603486,"deletedTimestamp":"2018-11-02T05:11:22.2181409","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatewruvcozyjobury7fzcloxuz5emhtaz2c52gpqer4tivrzgh7zisod","webSpace":"cli_test_webapp_updatewruvcozyjobury7fzcloxuz5emhtaz2c52gpqer4tivrzgh7zisod-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-update-testugnqrqad6ppo3lenoebzwr","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603491","name":"webapp-zipDeploy-testbkxyw2aluwsdaav5ksv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603491,"deletedTimestamp":"2018-11-02T05:11:33.4736234","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployxmijggxqbtybwoyivy5yxnrul7u5mnxe2o3gjnvnth22lfiovd","webSpace":"cli_test_webapp_zipDeployxmijggxqbtybwoyivy5yxnrul7u5mnxe2o3gjnvnth22lfiovd-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-zipDeploy-testbkxyw2aluwsdaav5ksv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603498","name":"slot-swap-webgxlwuoopyjx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603498,"deletedTimestamp":"2018-11-02T05:12:11.1719956","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqs5hlmgm4tzqmyqovyj6ym26bp6oax7j2ovogk6yyhbvojpk447traepzglw6mr7w","webSpace":"clitest.rgqs5hlmgm4tzqmyqovyj6ym26bp6oax7j2ovogk6yyhbvojpk447traepzglw6mr7w-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-swap-webgxlwuoopyjx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603499","name":"slot-swap-webgxlwuoopyjx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603499,"deletedTimestamp":"2018-11-02T05:12:11.2032241","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqs5hlmgm4tzqmyqovyj6ym26bp6oax7j2ovogk6yyhbvojpk447traepzglw6mr7w","webSpace":"clitest.rgqs5hlmgm4tzqmyqovyj6ym26bp6oax7j2ovogk6yyhbvojpk447traepzglw6mr7w-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-swap-webgxlwuoopyjx","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603503","name":"webapp-quick-cdsdp3gjpas","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603503,"deletedTimestamp":"2018-11-02T05:12:20.1701393","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgm2jc7kmo7npag4sm6t3hvwsrbt5h4b6jhjvr6xrcxxgux26no7rck4lmxdu3vzoja","webSpace":"clitest.rgm2jc7kmo7npag4sm6t3hvwsrbt5h4b6jhjvr6xrcxxgux26no7rck4lmxdu3vzoja-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-quick-cdsdp3gjpas","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603516","name":"webapp-linux-logorp6xwd4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603516,"deletedTimestamp":"2018-11-02T05:13:44.1584256","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwom2wwknkdjwh2uxktwvkxalmluro4js5mavbbrqgxvmarpl6jtjwwj2oob54o6fe","webSpace":"clitest.rgwom2wwknkdjwh2uxktwvkxalmluro4js5mavbbrqgxvmarpl6jtjwwj2oob54o6fe-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logorp6xwd4","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603518","name":"webapp-quick-linuxvjmpd3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603518,"deletedTimestamp":"2018-11-02T05:13:46.9166873","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgksjepjopyywqrtlnaimrmqbak356pd3kv45hvihrz2omse3ys56j67ujmq3rteard","webSpace":"clitest.rgksjepjopyywqrtlnaimrmqbak356pd3kv45hvihrz2omse3ys56j67ujmq3rteard-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxvjmpd3","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603524","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603524,"deletedTimestamp":"2018-11-02T05:14:05.2522620","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglaywuslzb2ukuyunbfm64e52tl5bh2kjlkzahmui4hfiyvkzkqsk2ky7ggtib34ma","webSpace":"clitest.rglaywuslzb2ukuyunbfm64e52tl5bh2kjlkzahmui4hfiyvkzkqsk2ky7ggtib34ma-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603527","name":"slot-test-webmbnmigi4pd6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603527,"deletedTimestamp":"2018-11-02T05:14:28.1080746","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiuydavnhgb6t3dsptiyzzwgibszz5cpp526bwuim7if6dfqhksobxqfmgdm2ym5em","webSpace":"clitest.rgiuydavnhgb6t3dsptiyzzwgibszz5cpp526bwuim7if6dfqhksobxqfmgdm2ym5em-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webmbnmigi4pd6","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603528","name":"slot-test-webmbnmigi4pd6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603528,"deletedTimestamp":"2018-11-02T05:14:30.1577894","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiuydavnhgb6t3dsptiyzzwgibszz5cpp526bwuim7if6dfqhksobxqfmgdm2ym5em","webSpace":"clitest.rgiuydavnhgb6t3dsptiyzzwgibszz5cpp526bwuim7if6dfqhksobxqfmgdm2ym5em-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webmbnmigi4pd6","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603534","name":"slot-test-webmbnmigi4pd6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603534,"deletedTimestamp":"2018-11-02T05:15:05.4094251","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiuydavnhgb6t3dsptiyzzwgibszz5cpp526bwuim7if6dfqhksobxqfmgdm2ym5em","webSpace":"clitest.rgiuydavnhgb6t3dsptiyzzwgibszz5cpp526bwuim7if6dfqhksobxqfmgdm2ym5em-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webmbnmigi4pd6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603537","name":"undelete-weboo26ivwuflxm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603537,"deletedTimestamp":"2018-11-02T05:16:06.0450231","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgju6e2r4aigqjjdjd5egaxyf7rz4unzfpec46fyjj6zqg6ku3pqzni75qhhwmmjaee","webSpace":"clitest.rgju6e2r4aigqjjdjd5egaxyf7rz4unzfpec46fyjj6zqg6ku3pqzni75qhhwmmjaee-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"undelete-weboo26ivwuflxm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603559","name":"cliiuyiecddyipmuh03","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603559,"deletedTimestamp":"2018-11-02T05:19:30.7366475","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg46m4j26f4a","webSpace":"clitest.rg46m4j26f4a-CentralUSwebspace","stamp":"waws-prod-dm1-091","deletedSiteName":"cliiuyiecddyipmuh03","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19603982","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19603982,"deletedTimestamp":"2018-11-02T05:48:11.9945719","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createu2mfkyjpuvkzvuzxsymdktusbgonsbh7wbxv55vlgya2fld6td6","webSpace":"cli_test_resource_createu2mfkyjpuvkzvuzxsymdktusbgonsbh7wbxv55vlgya2fld6td6-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607800","name":"webapp1-d7f8153429","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607800,"deletedTimestamp":"2018-11-02T09:43:04.0584407","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0b5623898fb8","webSpace":"rg1nemv_0b5623898fb8-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-d7f8153429","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607809","name":"webapp1-7ca81940ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607809,"deletedTimestamp":"2018-11-02T09:43:20.7930113","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e8c34748e689","webSpace":"rg1nemv_e8c34748e689-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-7ca81940ba","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607824","name":"webapp3-f50096049d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607824,"deletedTimestamp":"2018-11-02T09:43:38.9613621","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0b5623898fb8","webSpace":"rg1nemv_0b5623898fb8-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp3-f50096049d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607830","name":"webapp2-acd373771e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607830,"deletedTimestamp":"2018-11-02T09:43:55.2404842","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_b775527772bd","webSpace":"rgnemv_b775527772bd-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-acd373771e","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607833","name":"webapp1-76970082ed","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607833,"deletedTimestamp":"2018-11-02T09:43:57.5881041","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_b775527772bd","webSpace":"rgnemv_b775527772bd-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-76970082ed","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607834","name":"webapp3-87e87782e3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607834,"deletedTimestamp":"2018-11-02T09:43:58.3546761","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e8c34748e689","webSpace":"rg1nemv_e8c34748e689-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp3-87e87782e3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607838","name":"webapp1-8f84390272","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607838,"deletedTimestamp":"2018-11-02T09:44:06.3582638","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ec17107730fb","webSpace":"rgnemv_ec17107730fb-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp1-8f84390272","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607840","name":"webapp2-a777901053","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607840,"deletedTimestamp":"2018-11-02T09:44:15.4615565","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ec17107730fb","webSpace":"rgnemv_ec17107730fb-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp2-a777901053","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607846","name":"webapp1-3c83541506","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607846,"deletedTimestamp":"2018-11-02T09:44:58.0191908","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_fc482466c147","webSpace":"rg1nemv_fc482466c147-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-3c83541506","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607847","name":"webapp1-4ee74970f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607847,"deletedTimestamp":"2018-11-02T09:45:02.3443554","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ef0205368ddb","webSpace":"rg1nemv_ef0205368ddb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-4ee74970f2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607849","name":"webapp1-08f09912ae","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607849,"deletedTimestamp":"2018-11-02T09:45:15.0910656","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_355207859a8e","webSpace":"rg1nemv_355207859a8e-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-08f09912ae","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607853","name":"webapp2-a385009372","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607853,"deletedTimestamp":"2018-11-02T09:45:29.9457842","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_0b5623898fb8","webSpace":"rg1nemv_0b5623898fb8-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp2-a385009372","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607858","name":"webapp2-4745905263","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607858,"deletedTimestamp":"2018-11-02T09:45:47.1424340","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e8c34748e689","webSpace":"rg1nemv_e8c34748e689-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-4745905263","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607870","name":"webapp1-3e470572ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607870,"deletedTimestamp":"2018-11-02T09:46:13.2453814","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a0326829765","webSpace":"rg1nemv_8a0326829765-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"webapp1-3e470572ba","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607883","name":"webapp3-404076835d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607883,"deletedTimestamp":"2018-11-02T09:46:50.3817618","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a0326829765","webSpace":"rg1nemv_8a0326829765-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"webapp3-404076835d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607884","name":"webapp1-55b50810fa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607884,"deletedTimestamp":"2018-11-02T09:46:51.9022379","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b4593821d541","webSpace":"rg1nemv_b4593821d541-WestUSwebspace","stamp":"waws-prod-bay-005","deletedSiteName":"webapp1-55b50810fa","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607887","name":"webapp1-927480990b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607887,"deletedTimestamp":"2018-11-02T09:46:53.1979617","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_457361565d07","webSpace":"rg1nemv_457361565d07-WestUSwebspace","stamp":"waws-prod-bay-033","deletedSiteName":"webapp1-927480990b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607888","name":"webapp3-e40492198d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607888,"deletedTimestamp":"2018-11-02T09:46:55.0038690","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b4593821d541","webSpace":"rg1nemv_b4593821d541-WestUSwebspace","stamp":"waws-prod-bay-005","deletedSiteName":"webapp3-e40492198d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607891","name":"webapp2-4b4573425e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607891,"deletedTimestamp":"2018-11-02T09:47:00.8011440","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b4593821d541","webSpace":"rg1nemv_b4593821d541-WestUSwebspace","stamp":"waws-prod-bay-005","deletedSiteName":"webapp2-4b4573425e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607902","name":"webapp1-c480371673","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607902,"deletedTimestamp":"2018-11-02T09:47:28.6366820","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8a254478e83c","webSpace":"rgnemv_8a254478e83c-WestUSwebspace","stamp":"waws-prod-bay-097","deletedSiteName":"webapp1-c480371673","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607903","name":"webapp2-10d8018136","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607903,"deletedTimestamp":"2018-11-02T09:47:34.7010856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8a254478e83c","webSpace":"rgnemv_8a254478e83c-WestUSwebspace","stamp":"waws-prod-bay-097","deletedSiteName":"webapp2-10d8018136","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19607922","name":"webapp2-7076628440","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19607922,"deletedTimestamp":"2018-11-02T09:48:39.8861240","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8a0326829765","webSpace":"rg1nemv_8a0326829765-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"webapp2-7076628440","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608125","name":"webapp3-c9346814ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608125,"deletedTimestamp":"2018-11-02T09:57:35.5955959","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c42339341c5f","webSpace":"rg1nemv_c42339341c5f-EastAsiawebspace","stamp":"waws-prod-hk1-011","deletedSiteName":"webapp3-c9346814ce","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608126","name":"webapp3-c9346814ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608126,"deletedTimestamp":"2018-11-02T09:57:35.6425688","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c42339341c5f","webSpace":"rg1nemv_c42339341c5f-EastAsiawebspace","stamp":"waws-prod-hk1-011","deletedSiteName":"webapp3-c9346814ce","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608129","name":"webapp2-2d8424561e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608129,"deletedTimestamp":"2018-11-02T09:57:44.8863354","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c42339341c5f","webSpace":"rg1nemv_c42339341c5f-WestEuropewebspace","stamp":"waws-prod-am2-163","deletedSiteName":"webapp2-2d8424561e","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608130","name":"webapp2-2d8424561e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608130,"deletedTimestamp":"2018-11-02T09:57:44.9175849","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c42339341c5f","webSpace":"rg1nemv_c42339341c5f-WestEuropewebspace","stamp":"waws-prod-am2-163","deletedSiteName":"webapp2-2d8424561e","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608436","name":"webapp6-2fc6907887","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608436,"deletedTimestamp":"2018-11-02T10:13:34.8778640","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2d4021163a7bb","webSpace":"rgcdn_2d4021163a7bb-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-2fc6907887","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608438","name":"webapp5-d57926680d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608438,"deletedTimestamp":"2018-11-02T10:13:36.9633902","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2d4021163a7bb","webSpace":"rgcdn_2d4021163a7bb-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-d57926680d","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608441","name":"webapp2-09f072684c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608441,"deletedTimestamp":"2018-11-02T10:13:43.6417240","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2d4021163a7bb","webSpace":"rgcdn_2d4021163a7bb-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp2-09f072684c","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608444","name":"webapp3-630316787e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608444,"deletedTimestamp":"2018-11-02T10:13:46.0877886","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2d4021163a7bb","webSpace":"rgcdn_2d4021163a7bb-WestEuropewebspace","stamp":"waws-prod-am2-219","deletedSiteName":"webapp3-630316787e","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608449","name":"webapp1-1e955755b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608449,"deletedTimestamp":"2018-11-02T10:13:49.9992862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2d4021163a7bb","webSpace":"rgcdn_2d4021163a7bb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-1e955755b7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608450","name":"webapp4-b6d08085d6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608450,"deletedTimestamp":"2018-11-02T10:13:52.3190862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_2d4021163a7bb","webSpace":"rgcdn_2d4021163a7bb-NorthEuropewebspace","stamp":"waws-prod-db3-117","deletedSiteName":"webapp4-b6d08085d6","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608496","name":"webapp1-cd9253729f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608496,"deletedTimestamp":"2018-11-02T10:16:36.2079533","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c42339341c5f","webSpace":"rg1nemv_c42339341c5f-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-cd9253729f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19608497","name":"webapp1-cd9253729f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19608497,"deletedTimestamp":"2018-11-02T10:16:36.2391994","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c42339341c5f","webSpace":"rg1nemv_c42339341c5f-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-cd9253729f","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609003","name":"java-webapp-670392","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609003,"deletedTimestamp":"2018-11-02T10:39:56.4722492","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0c956758a","webSpace":"javacsmrg0c956758a-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-670392","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609005","name":"java-webapp-93837d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609005,"deletedTimestamp":"2018-11-02T10:40:01.2353137","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdb1228164","webSpace":"javacsmrgdb1228164-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-93837d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609006","name":"JAVAwebapp-7b058765ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609006,"deletedTimestamp":"2018-11-02T10:40:02.9794878","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg884398386","webSpace":"javacsmrg884398386-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"JAVAwebapp-7b058765ce","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609007","name":"JAVAwebapp-54877165d9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609007,"deletedTimestamp":"2018-11-02T10:40:03.0875528","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg835943536","webSpace":"javacsmrg835943536-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"JAVAwebapp-54877165d9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609012","name":"java-webapp-401800","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609012,"deletedTimestamp":"2018-11-02T10:40:06.4719449","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf44887681","webSpace":"javacsmrgf44887681-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-401800","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609013","name":"java-webapp-401800","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609013,"deletedTimestamp":"2018-11-02T10:40:06.5188224","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf44887681","webSpace":"javacsmrgf44887681-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-401800","slot":"java-slot-66a32132d","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609014","name":"java-webapp-401800","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609014,"deletedTimestamp":"2018-11-02T10:40:06.5500747","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf44887681","webSpace":"javacsmrgf44887681-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-401800","slot":"java-slot-be3395707","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609015","name":"java-webapp-401800","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609015,"deletedTimestamp":"2018-11-02T10:40:06.5969500","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf44887681","webSpace":"javacsmrgf44887681-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-401800","slot":"java-slot-c42034997","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609090","name":"mytestscalewebapp43d66503","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609090,"deletedTimestamp":"2018-11-02T10:43:28.0425123","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor34452","webSpace":"rgmonitor34452-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"mytestscalewebapp43d66503","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609320","name":"wnrsat30005815e86f0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609320,"deletedTimestamp":"2018-11-02T10:55:10.6872243","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat98b46401ed753","webSpace":"rgrsat98b46401ed753-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"wnrsat30005815e86f0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19609362","name":"wnrsat93786832eba9f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19609362,"deletedTimestamp":"2018-11-02T10:57:36.9338822","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap7261437378478","webSpace":"rgrsap7261437378478-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"wnrsat93786832eba9f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611280","name":"java-webapp-6496","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611280,"deletedTimestamp":"2018-11-02T12:28:08.0788543","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7704","webSpace":"javacsmrg7704-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-6496","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611281","name":"java-webapp-6496","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611281,"deletedTimestamp":"2018-11-02T12:28:08.1101048","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7704","webSpace":"javacsmrg7704-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-6496","slot":"java-slot-6284","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611282","name":"java-webapp-6496","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611282,"deletedTimestamp":"2018-11-02T12:28:08.1413809","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7704","webSpace":"javacsmrg7704-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-6496","slot":"java-slot-7335","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611283","name":"java-webapp-6496","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611283,"deletedTimestamp":"2018-11-02T12:28:08.1726046","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7704","webSpace":"javacsmrg7704-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-6496","slot":"java-slot-9545","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611316","name":"IAmAFuncitonNameThatIsLonger4964","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611316,"deletedTimestamp":"2018-11-02T12:29:42.2307541","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1605","webSpace":"javacsmrg1605-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"IAmAFuncitonNameThatIsLonger4964","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611370","name":"java-webapp-4872","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611370,"deletedTimestamp":"2018-11-02T12:31:49.5594463","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6944","webSpace":"javacsmrg6944-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-4872","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611375","name":"java-webapp-8508","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611375,"deletedTimestamp":"2018-11-02T12:32:12.0222077","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2314","webSpace":"javacsmrg2314-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-8508","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611376","name":"java-webapp-7938","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611376,"deletedTimestamp":"2018-11-02T12:32:13.6657209","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9446","webSpace":"javacsmrg9446-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-7938","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611378","name":"java-webapp-5842","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611378,"deletedTimestamp":"2018-11-02T12:32:16.3621175","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4993","webSpace":"javacsmrg4993-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5842","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611379","name":"java-webapp-5842","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611379,"deletedTimestamp":"2018-11-02T12:32:16.3933692","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4993","webSpace":"javacsmrg4993-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5842","slot":"java-slot-6222","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611380","name":"java-webapp-5842","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611380,"deletedTimestamp":"2018-11-02T12:32:16.4246216","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4993","webSpace":"javacsmrg4993-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5842","slot":"java-slot-1065","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611381","name":"java-webapp-5842","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611381,"deletedTimestamp":"2018-11-02T12:32:16.4402686","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4993","webSpace":"javacsmrg4993-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-5842","slot":"java-slot-5590","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611388","name":"java-webapp-9505","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611388,"deletedTimestamp":"2018-11-02T12:32:40.7680842","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2987","webSpace":"javacsmrg2987-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9505","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611435","name":"java-webapp-5083","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611435,"deletedTimestamp":"2018-11-02T12:34:56.1603951","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1065","webSpace":"javacsmrg1065-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-5083","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611462","name":"java-webapp-3059","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611462,"deletedTimestamp":"2018-11-02T12:36:00.8867405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1163","webSpace":"javacsmrg1163-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-3059","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611469","name":"java-webapp-1652","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611469,"deletedTimestamp":"2018-11-02T12:36:46.0737641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5431","webSpace":"javacsmrg5431-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-1652","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611538","name":"java-webapp-8616","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611538,"deletedTimestamp":"2018-11-02T12:38:34.9154801","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4482","webSpace":"javacsmrg4482-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-8616","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19611539","name":"java-webapp-7542","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19611539,"deletedTimestamp":"2018-11-02T12:38:35.7802044","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7593","webSpace":"javacsmrg7593-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-7542","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19612148","name":"rgweb6703","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19612148,"deletedTimestamp":"2018-11-02T12:54:55.4049680","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg8232","webSpace":"csmrg8232-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"rgweb6703","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19613595","name":"java-webapp-9549","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19613595,"deletedTimestamp":"2018-11-02T13:47:45.6450870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9446","webSpace":"javacsmrg9446-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-9549","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19613597","name":"java-webapp-3438","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19613597,"deletedTimestamp":"2018-11-02T13:47:46.4810579","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8950","webSpace":"javacsmrg8950-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-3438","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19613707","name":"java-webapp-5559","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19613707,"deletedTimestamp":"2018-11-02T13:51:35.3649263","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1065","webSpace":"javacsmrg1065-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-5559","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614265","name":"webapp1-fc809827be","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614265,"deletedTimestamp":"2018-11-02T14:11:32.9355881","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_72d55878f16f","webSpace":"rg1nemv_72d55878f16f-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-fc809827be","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614279","name":"webapp3-4d63283109","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614279,"deletedTimestamp":"2018-11-02T14:12:10.6392222","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_72d55878f16f","webSpace":"rg1nemv_72d55878f16f-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-4d63283109","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614280","name":"webapp2-95922832b9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614280,"deletedTimestamp":"2018-11-02T14:12:12.9328430","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_72d55878f16f","webSpace":"rg1nemv_72d55878f16f-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-95922832b9","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614283","name":"webapp2-b3c091528c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614283,"deletedTimestamp":"2018-11-02T14:12:44.0382126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_35a02907b668","webSpace":"rgnemv_35a02907b668-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-b3c091528c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614285","name":"webapp1-1fd0611389","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614285,"deletedTimestamp":"2018-11-02T14:12:52.4454840","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_35a02907b668","webSpace":"rgnemv_35a02907b668-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-1fd0611389","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614299","name":"webapp1-6a6164489b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614299,"deletedTimestamp":"2018-11-02T14:13:44.5489958","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_62391439310d","webSpace":"rg1nemv_62391439310d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-6a6164489b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614305","name":"webapp1-e468726308","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614305,"deletedTimestamp":"2018-11-02T14:13:55.4202843","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_80e68788fb17","webSpace":"rg1nemv_80e68788fb17-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp1-e468726308","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614316","name":"webapp2-78d31320e1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614316,"deletedTimestamp":"2018-11-02T14:14:21.7821669","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_62391439310d","webSpace":"rg1nemv_62391439310d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-78d31320e1","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614319","name":"webapp3-8d4570677d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614319,"deletedTimestamp":"2018-11-02T14:14:23.6718091","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_62391439310d","webSpace":"rg1nemv_62391439310d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-8d4570677d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614326","name":"webapp2-3db9518858","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614326,"deletedTimestamp":"2018-11-02T14:14:32.2941741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_80e68788fb17","webSpace":"rg1nemv_80e68788fb17-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp2-3db9518858","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614327","name":"webapp3-09e829967b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614327,"deletedTimestamp":"2018-11-02T14:14:34.7447797","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_80e68788fb17","webSpace":"rg1nemv_80e68788fb17-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp3-09e829967b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614334","name":"webapp2-d2e3251970","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614334,"deletedTimestamp":"2018-11-02T14:15:04.1495536","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2ee96505437a","webSpace":"rgnemv_2ee96505437a-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp2-d2e3251970","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614337","name":"webapp1-7ab298603c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614337,"deletedTimestamp":"2018-11-02T14:15:07.9292282","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2ee96505437a","webSpace":"rgnemv_2ee96505437a-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-7ab298603c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614343","name":"webapp1-84f43150b5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614343,"deletedTimestamp":"2018-11-02T14:15:24.8837836","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_0e803511f036","webSpace":"rgnemv_0e803511f036-EastUS2webspace","stamp":"waws-prod-bn1-007","deletedSiteName":"webapp1-84f43150b5","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614347","name":"webapp2-cdc9720972","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614347,"deletedTimestamp":"2018-11-02T14:15:36.3413500","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_0e803511f036","webSpace":"rgnemv_0e803511f036-EastUS2webspace","stamp":"waws-prod-bn1-007","deletedSiteName":"webapp2-cdc9720972","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614454","name":"webapp3-9e70903326","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614454,"deletedTimestamp":"2018-11-02T14:18:45.7774450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd724122502758f70ab","webSpace":"rgd724122502758f70ab-WestEuropewebspace","stamp":"waws-prod-am2-133","deletedSiteName":"webapp3-9e70903326","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614458","name":"webapp5-c923152267","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614458,"deletedTimestamp":"2018-11-02T14:18:52.7205037","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd724122502758f70ab","webSpace":"rgd724122502758f70ab-SoutheastAsiawebspace","stamp":"waws-prod-sg1-027","deletedSiteName":"webapp5-c923152267","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614459","name":"webapp1-6db5095150","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614459,"deletedTimestamp":"2018-11-02T14:18:54.8702119","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd724122502758f70ab","webSpace":"rgd724122502758f70ab-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-6db5095150","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614464","name":"webapp4-fb818127bb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614464,"deletedTimestamp":"2018-11-02T14:19:01.2053890","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd724122502758f70ab","webSpace":"rgd724122502758f70ab-NorthEuropewebspace","stamp":"waws-prod-db3-117","deletedSiteName":"webapp4-fb818127bb","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614465","name":"webapp2-f9b4821588","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614465,"deletedTimestamp":"2018-11-02T14:19:09.5385913","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd724122502758f70ab","webSpace":"rgd724122502758f70ab-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-f9b4821588","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614468","name":"webapp6-49d33355ca","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614468,"deletedTimestamp":"2018-11-02T14:19:11.6374227","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd724122502758f70ab","webSpace":"rgd724122502758f70ab-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-49d33355ca","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614571","name":"webapp1-a8455257aa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614571,"deletedTimestamp":"2018-11-02T14:25:17.5084676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg728916244432435491","webSpace":"rg728916244432435491-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-a8455257aa","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614574","name":"webapp1-31e51640a3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614574,"deletedTimestamp":"2018-11-02T14:25:24.7223190","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c73897097e7c","webSpace":"rgnemv_c73897097e7c-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-31e51640a3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614576","name":"webapp2-15434714e2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614576,"deletedTimestamp":"2018-11-02T14:25:34.7522498","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c73897097e7c","webSpace":"rgnemv_c73897097e7c-WestEuropewebspace","stamp":"waws-prod-am2-145","deletedSiteName":"webapp2-15434714e2","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614579","name":"webapp5-8be18552ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614579,"deletedTimestamp":"2018-11-02T14:25:41.0643527","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c73897097e7c","webSpace":"rgnemv_c73897097e7c-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp5-8be18552ba","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614588","name":"webapp3-ee916764dd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614588,"deletedTimestamp":"2018-11-02T14:25:50.0242102","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c73897097e7c","webSpace":"rgnemv_c73897097e7c-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-ee916764dd","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614595","name":"webapp4-741675893d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614595,"deletedTimestamp":"2018-11-02T14:25:58.4991280","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_c73897097e7c","webSpace":"rgnemv_c73897097e7c-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp4-741675893d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614602","name":"webapp2-af3582373d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614602,"deletedTimestamp":"2018-11-02T14:26:11.1925523","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf5644127b5108e","webSpace":"rgaf5644127b5108e-WestEuropewebspace","stamp":"waws-prod-am2-173","deletedSiteName":"webapp2-af3582373d","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614603","name":"webapp2-af3582373d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614603,"deletedTimestamp":"2018-11-02T14:26:11.2237836","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf5644127b5108e","webSpace":"rgaf5644127b5108e-WestEuropewebspace","stamp":"waws-prod-am2-173","deletedSiteName":"webapp2-af3582373d","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614610","name":"webapp3-92657381e0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614610,"deletedTimestamp":"2018-11-02T14:26:24.2870069","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf5644127b5108e","webSpace":"rgaf5644127b5108e-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-92657381e0","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614611","name":"webapp3-92657381e0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614611,"deletedTimestamp":"2018-11-02T14:26:24.3182584","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf5644127b5108e","webSpace":"rgaf5644127b5108e-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-92657381e0","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614619","name":"webapp1-4bd388236c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614619,"deletedTimestamp":"2018-11-02T14:26:30.4249062","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf5644127b5108e","webSpace":"rgaf5644127b5108e-EastUSwebspace","stamp":"waws-prod-blu-065","deletedSiteName":"webapp1-4bd388236c","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614620","name":"webapp1-4bd388236c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614620,"deletedTimestamp":"2018-11-02T14:26:30.4561848","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf5644127b5108e","webSpace":"rgaf5644127b5108e-EastUSwebspace","stamp":"waws-prod-blu-065","deletedSiteName":"webapp1-4bd388236c","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614892","name":"wnrsat52f71476d7194","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614892,"deletedTimestamp":"2018-11-02T14:38:31.7082696","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat16678158d6db6","webSpace":"rgrsat16678158d6db6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsat52f71476d7194","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614914","name":"webapp1-5fa162226b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614914,"deletedTimestamp":"2018-11-02T14:39:54.0440001","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb3b47233c4f39a0","webSpace":"rgb3b47233c4f39a0-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-5fa162226b","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614915","name":"webapp1-5fa162226b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614915,"deletedTimestamp":"2018-11-02T14:39:54.1221362","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb3b47233c4f39a0","webSpace":"rgb3b47233c4f39a0-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-5fa162226b","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614916","name":"webapp2-9d629983ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614916,"deletedTimestamp":"2018-11-02T14:40:01.8809902","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb3b47233c4f39a0","webSpace":"rgb3b47233c4f39a0-WestEuropewebspace","stamp":"waws-prod-am2-155","deletedSiteName":"webapp2-9d629983ff","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614917","name":"webapp2-9d629983ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614917,"deletedTimestamp":"2018-11-02T14:40:02.2092138","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb3b47233c4f39a0","webSpace":"rgb3b47233c4f39a0-WestEuropewebspace","stamp":"waws-prod-am2-155","deletedSiteName":"webapp2-9d629983ff","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614921","name":"webapp3-7cb17354d5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614921,"deletedTimestamp":"2018-11-02T14:40:14.7302777","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb3b47233c4f39a0","webSpace":"rgb3b47233c4f39a0-EastAsiawebspace","stamp":"waws-prod-hk1-013","deletedSiteName":"webapp3-7cb17354d5","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19614922","name":"webapp3-7cb17354d5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19614922,"deletedTimestamp":"2018-11-02T14:40:14.7615534","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgb3b47233c4f39a0","webSpace":"rgb3b47233c4f39a0-EastAsiawebspace","stamp":"waws-prod-hk1-013","deletedSiteName":"webapp3-7cb17354d5","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19615027","name":"mytestscalewebapp94472599a1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19615027,"deletedTimestamp":"2018-11-02T14:44:14.0404977","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup45b1892509c","webSpace":"myresourcegroup45b1892509c-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"mytestscalewebapp94472599a1","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616673","name":"java-webapp-448697","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616673,"deletedTimestamp":"2018-11-02T15:45:35.5501265","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg144093025","webSpace":"javacsmrg144093025-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-448697","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616686","name":"java-webapp-37141d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616686,"deletedTimestamp":"2018-11-02T15:46:08.2846999","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5e3018198","webSpace":"javacsmrg5e3018198-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-37141d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616703","name":"java-webapp-16497c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616703,"deletedTimestamp":"2018-11-02T15:46:49.9514782","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg114922220","webSpace":"javacsmrg114922220-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-16497c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616709","name":"java-func-c76753650","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616709,"deletedTimestamp":"2018-11-02T15:46:58.0545287","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0f950341e","webSpace":"javacsmrg0f950341e-WestUSwebspace","stamp":"waws-prod-bay-015","deletedSiteName":"java-func-c76753650","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616711","name":"java-func-d41082764","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616711,"deletedTimestamp":"2018-11-02T15:46:59.5863069","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb60527990","webSpace":"javacsmrgb60527990-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-func-d41082764","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616712","name":"java-func-b81114331","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616712,"deletedTimestamp":"2018-11-02T15:47:03.1457721","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0f950341e","webSpace":"javacsmrg0f950341e-WestUSwebspace","stamp":"waws-prod-bay-015","deletedSiteName":"java-func-b81114331","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616724","name":"java-webapp-973867","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616724,"deletedTimestamp":"2018-11-02T15:47:47.8441878","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg97d30587d","webSpace":"javacsmrg97d30587d-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-973867","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616725","name":"java-webapp-097269","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616725,"deletedTimestamp":"2018-11-02T15:47:50.1230854","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg97d30587d","webSpace":"javacsmrg97d30587d-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-097269","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616949","name":"java-webapp-23897c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616949,"deletedTimestamp":"2018-11-02T15:56:26.1340377","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg125299245","webSpace":"javacsmrg125299245-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-23897c","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19616950","name":"java-webapp-469869","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19616950,"deletedTimestamp":"2018-11-02T15:56:28.2922961","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg125299245","webSpace":"javacsmrg125299245-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-469869","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19617098","name":"rs50631899","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19617098,"deletedTimestamp":"2018-11-02T16:03:18.4590523","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg50631899","webSpace":"rg50631899-SouthCentralUSwebspace","stamp":"waws-prod-sn1-141","deletedSiteName":"rs50631899","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628276","name":"web-del-test2raeihxwp3zg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628276,"deletedTimestamp":"2018-11-03T05:05:42.4322098","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgviyrioeew3j3eoqo3fgy3nsupt5dts6rubgi6qm4mimyangntqkmvi4brddasenbm","webSpace":"clitest.rgviyrioeew3j3eoqo3fgy3nsupt5dts6rubgi6qm4mimyangntqkmvi4brddasenbm-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-test2raeihxwp3zg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628277","name":"web2hac4kib65yseecj2l2mm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628277,"deletedTimestamp":"2018-11-03T05:05:43.0773052","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggosr6dbz4tlx4lbo4xyoqhpi2jmx5jye6sancb6xeeejyohw23xz7s7662gn4mdw4","webSpace":"clitest.rggosr6dbz4tlx4lbo4xyoqhpi2jmx5jye6sancb6xeeejyohw23xz7s7662gn4mdw4-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web2hac4kib65yseecj2l2mm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628279","name":"functionapplinuxconsumptionuf4sowc6efjx5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628279,"deletedTimestamp":"2018-11-03T05:05:54.8421170","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxpe7xyghjlep6ppdyipvhr2td74m77jnnwnscaybxwqz4edjbt","webSpace":"azurecli-functionapp-linuxpe7xyghjlep6ppdyipvhr2td74m77jnnwnscaybxwqz4edjbt-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionuf4sowc6efjx5","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628282","name":"functionapp-linuxe6mankf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628282,"deletedTimestamp":"2018-11-03T05:06:14.2861480","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgad7wbtbfvmawd4jivcbyfvvvg3ojh74zlcsvp6texhbdtbuf77sl4xt73a4torsdf","webSpace":"clitest.rgad7wbtbfvmawd4jivcbyfvvvg3ojh74zlcsvp6texhbdtbuf77sl4xt73a4torsdf-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxe6mankf","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628284","name":"slot-traffic-webdbxemwb6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628284,"deletedTimestamp":"2018-11-03T05:06:36.5988793","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgytwqdyu5qhlve5353oeghwbt5boscfjwu66wfg7oishuj6tfpcmwvlzdz4vlwcag6","webSpace":"clitest.rgytwqdyu5qhlve5353oeghwbt5boscfjwu66wfg7oishuj6tfpcmwvlzdz4vlwcag6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webdbxemwb6","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628285","name":"functionappconsumption55vscrom76j5y2hyqa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628285,"deletedTimestamp":"2018-11-03T05:06:37.3584176","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ej4p2c4fxszkmdccqhyn3h3bbojke2h4zgndh74esufa2q2n3d","webSpace":"azurecli-functionapp-c-e2ej4p2c4fxszkmdccqhyn3h3bbojke2h4zgndh74esufa2q2n3d-WestUSwebspace","stamp":"waws-prod-bay-047","deletedSiteName":"functionappconsumption55vscrom76j5y2hyqa","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628286","name":"webapp-authentication-testxl4us2mq3rcl2e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628286,"deletedTimestamp":"2018-11-03T05:06:39.6065032","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationvr3jlnxfnqtvmegzxyzacbffe5eskgawgep5ynpjc4npo","webSpace":"cli_test_webapp_authenticationvr3jlnxfnqtvmegzxyzacbffe5eskgawgep5ynpjc4npo-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-authentication-testxl4us2mq3rcl2e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628287","name":"web-errorcsj7rnfiln3o7k7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628287,"deletedTimestamp":"2018-11-03T05:06:39.7500180","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnwlfm4ltjzb7jjyitbc4xenhwoamghz2dg7ghhnsi6dtcgh43gzg3smfqafwqoxvr","webSpace":"clitest.rgnwlfm4ltjzb7jjyitbc4xenhwoamghz2dg7ghhnsi6dtcgh43gzg3smfqafwqoxvr-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-errorcsj7rnfiln3o7k7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628289","name":"slot-traffic-web4qsxwwhi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628289,"deletedTimestamp":"2018-11-03T05:06:47.9380012","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnbi6ka7zpkbuks5o7d3hmgem2vunis4af3ek6mmb2uhltt2fpf33rfxdmbhy4x6qn","webSpace":"clitest.rgnbi6ka7zpkbuks5o7d3hmgem2vunis4af3ek6mmb2uhltt2fpf33rfxdmbhy4x6qn-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-web4qsxwwhi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628290","name":"slot-traffic-web4qsxwwhi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628290,"deletedTimestamp":"2018-11-03T05:06:47.9701261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnbi6ka7zpkbuks5o7d3hmgem2vunis4af3ek6mmb2uhltt2fpf33rfxdmbhy4x6qn","webSpace":"clitest.rgnbi6ka7zpkbuks5o7d3hmgem2vunis4af3ek6mmb2uhltt2fpf33rfxdmbhy4x6qn-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-web4qsxwwhi","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628291","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628291,"deletedTimestamp":"2018-11-03T05:06:50.4175587","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgye54wnvo3v7kiqwcfl7u2kpkum4f3alsjyaksweexcwehepijit756unrztrche32","webSpace":"clitest.rgye54wnvo3v7kiqwcfl7u2kpkum4f3alsjyaksweexcwehepijit756unrztrche32-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628292","name":"web-msibgbzrjupxx6oc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628292,"deletedTimestamp":"2018-11-03T05:07:02.0414619","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxw6j7ioeicku3czteppj5di5gfdo24esepjfo6m3vaq2hlu7kxstylcnp3jctmhzr","webSpace":"clitest.rgxw6j7ioeicku3czteppj5di5gfdo24esepjfo6m3vaq2hlu7kxstylcnp3jctmhzr-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web-msibgbzrjupxx6oc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628293","name":"func-e2eefewsr45oyn2puvx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628293,"deletedTimestamp":"2018-11-03T05:07:02.0505693","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs4vx4wba24hxzofrznjslnvmiirocmf3sqloxe3rlw4xw6d2gh6wx2vjhdpmobgsa","webSpace":"clitest.rgs4vx4wba24hxzofrznjslnvmiirocmf3sqloxe3rlw4xw6d2gh6wx2vjhdpmobgsa-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2eefewsr45oyn2puvx","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628294","name":"webapp-e2emygnqfyd4z7ihb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628294,"deletedTimestamp":"2018-11-03T05:07:02.8252286","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf7wlf3m2fxewqb6v4aisl3rqxs5izjeracq44ag4egfi2fv5jtevbzf2xdj6pyrc3","webSpace":"clitest.rgf7wlf3m2fxewqb6v4aisl3rqxs5izjeracq44ag4egfi2fv5jtevbzf2xdj6pyrc3-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-e2emygnqfyd4z7ihb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628295","name":"webapp-config-test64pvmg3pftomnpn4vljhdj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628295,"deletedTimestamp":"2018-11-03T05:07:05.2578295","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config5pqxk3ntdpeowbecudtmyggaoqju5zyamwuwerczpqjhtdwrtgjjl","webSpace":"cli_test_webapp_config5pqxk3ntdpeowbecudtmyggaoqju5zyamwuwerczpqjhtdwrtgjjl-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-config-test64pvmg3pftomnpn4vljhdj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628297","name":"web-ssl-testj2ipv7vi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628297,"deletedTimestamp":"2018-11-03T05:07:07.9962560","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmn4lzrrp3dlafgi3c3e4dpie3uwksbbahs2h3cmqklsefn53w5t6zvxj66ntylu3d","webSpace":"clitest.rgmn4lzrrp3dlafgi3c3e4dpie3uwksbbahs2h3cmqklsefn53w5t6zvxj66ntylu3d-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web-ssl-testj2ipv7vi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628299","name":"webapp-quicksyscu7nb6udk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628299,"deletedTimestamp":"2018-11-03T05:07:12.5818765","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvvul4gdza4ikgldbed6rkf4apqkkntjm3f6i5vqdh4tjsffel7cpt5rwfojixwcwp","webSpace":"clitest.rgvvul4gdza4ikgldbed6rkf4apqkkntjm3f6i5vqdh4tjsffel7cpt5rwfojixwcwp-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quicksyscu7nb6udk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628302","name":"webappacrtestnwfwb3mzhfa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628302,"deletedTimestamp":"2018-11-03T05:07:14.5617936","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgeqxfypo3qx37hh6tppq6yalbbv5lydtlmxzaa3fsyh6st2rhodwzqr4pzgepwepvo","webSpace":"clitest.rgeqxfypo3qx37hh6tppq6yalbbv5lydtlmxzaa3fsyh6st2rhodwzqr4pzgepwepvo-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestnwfwb3mzhfa","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628303","name":"delete-me-webt66dfrriftc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628303,"deletedTimestamp":"2018-11-03T05:07:18.3268558","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rge3a3ksn4w3bsy5dyoapn6nwlxzh6vny6hp2j4nu3oyx4zff5vwdvwmelybmibqkd4","webSpace":"clitest.rge3a3ksn4w3bsy5dyoapn6nwlxzh6vny6hp2j4nu3oyx4zff5vwdvwmelybmibqkd4-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"delete-me-webt66dfrriftc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628304","name":"webapp-quick7g3ykv4yeipd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628304,"deletedTimestamp":"2018-11-03T05:07:29.2331532","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5olpyk5sfhumlsrfjpr56owd6o7trza4jvxah4xvfg6inrz6nw7uanxqjmqpsw7td","webSpace":"clitest.rg5olpyk5sfhumlsrfjpr56owd6o7trza4jvxah4xvfg6inrz6nw7uanxqjmqpsw7td-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quick7g3ykv4yeipd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628305","name":"web-git-test2fxen5kgyfe3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628305,"deletedTimestamp":"2018-11-03T05:07:33.8795243","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbbkie5hk6w5bqgp64spwhp3rj3hxfkgq5hr6hwyvx53l65ghpxngtrzixmjvdaefl","webSpace":"clitest.rgbbkie5hk6w5bqgp64spwhp3rj3hxfkgq5hr6hwyvx53l65ghpxngtrzixmjvdaefl-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-git-test2fxen5kgyfe3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628306","name":"func-e2en6v63e6pwu7jgswg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628306,"deletedTimestamp":"2018-11-03T05:07:38.6016384","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs4vx4wba24hxzofrznjslnvmiirocmf3sqloxe3rlw4xw6d2gh6wx2vjhdpmobgsa","webSpace":"clitest.rgs4vx4wba24hxzofrznjslnvmiirocmf3sqloxe3rlw4xw6d2gh6wx2vjhdpmobgsa-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2en6v63e6pwu7jgswg","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628308","name":"webapp-linux-multithhva2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628308,"deletedTimestamp":"2018-11-03T05:07:44.2198211","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnzbrlfyamodz33mvhzhmvleif3nbpf4dksb36fqo7u47j5wp3lsrmckruikkou3zr","webSpace":"clitest.rgnzbrlfyamodz33mvhzhmvleif3nbpf4dksb36fqo7u47j5wp3lsrmckruikkou3zr-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-multithhva2","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628310","name":"webapp-linuxlput35wsn3pm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628310,"deletedTimestamp":"2018-11-03T05:07:53.3518974","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkraaehpju2ufdop4ub24aadrgi5yhdk36yfqj64c62suyf63tdjonip2t3wmb2wd7","webSpace":"clitest.rgkraaehpju2ufdop4ub24aadrgi5yhdk36yfqj64c62suyf63tdjonip2t3wmb2wd7-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxlput35wsn3pm","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628314","name":"slot-traffic-weba4cgjnbl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628314,"deletedTimestamp":"2018-11-03T05:08:06.5051349","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgz7cbilstqqreqwtvge6aj3wlnivsn5uy6fnqrqhzm3bp7g6yp7m55lmhmfjgt5r7y","webSpace":"clitest.rgz7cbilstqqreqwtvge6aj3wlnivsn5uy6fnqrqhzm3bp7g6yp7m55lmhmfjgt5r7y-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-weba4cgjnbl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628315","name":"slot-traffic-weba4cgjnbl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628315,"deletedTimestamp":"2018-11-03T05:08:06.5506662","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgz7cbilstqqreqwtvge6aj3wlnivsn5uy6fnqrqhzm3bp7g6yp7m55lmhmfjgt5r7y","webSpace":"clitest.rgz7cbilstqqreqwtvge6aj3wlnivsn5uy6fnqrqhzm3bp7g6yp7m55lmhmfjgt5r7y-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-weba4cgjnbl","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628316","name":"webapp-zipDeploy-testykanc5o4ykqevfqxkno","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628316,"deletedTimestamp":"2018-11-03T05:08:28.3433280","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployfnwcyzroqy3hlhyl3mdw4exz3r3q6rw4vronatecrbbinrqdwt","webSpace":"cli_test_webapp_zipDeployfnwcyzroqy3hlhyl3mdw4exz3r3q6rw4vronatecrbbinrqdwt-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-zipDeploy-testykanc5o4ykqevfqxkno","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628319","name":"webapp-update-test73a2qi4qcjij4zemfikhud","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628319,"deletedTimestamp":"2018-11-03T05:08:56.2565341","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatey5dlfzdkz7zshdl3css7kqtisl3idguyf3bu6grgywngrl72uaik5","webSpace":"cli_test_webapp_updatey5dlfzdkz7zshdl3css7kqtisl3idguyf3bu6grgywngrl72uaik5-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-test73a2qi4qcjij4zemfikhud","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628320","name":"webapp-update-test73a2qi4qcjij4zemfikhud","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628320,"deletedTimestamp":"2018-11-03T05:08:56.3034299","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatey5dlfzdkz7zshdl3css7kqtisl3idguyf3bu6grgywngrl72uaik5","webSpace":"cli_test_webapp_updatey5dlfzdkz7zshdl3css7kqtisl3idguyf3bu6grgywngrl72uaik5-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-test73a2qi4qcjij4zemfikhud","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628323","name":"webapp-quick-cds6zq6xbmd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628323,"deletedTimestamp":"2018-11-03T05:09:00.7667840","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcwj636nxns6bph2ra5aa5bmdmndrqnpcj2htcr7lej7igq623xvjhpfqfv3vklvc5","webSpace":"clitest.rgcwj636nxns6bph2ra5aa5bmdmndrqnpcj2htcr7lej7igq623xvjhpfqfv3vklvc5-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-quick-cds6zq6xbmd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628324","name":"webapp-win-log4atnmctogo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628324,"deletedTimestamp":"2018-11-03T05:09:09.1866824","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgh5ybzlrjnhragadlxhhdnnezpvtanavi7ih6rkwe5bwuww2audomiovz5z2jl652b","webSpace":"clitest.rgh5ybzlrjnhragadlxhhdnnezpvtanavi7ih6rkwe5bwuww2audomiovz5z2jl652b-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-win-log4atnmctogo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628327","name":"slot-swap-webobjxq3kjjop","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628327,"deletedTimestamp":"2018-11-03T05:09:44.7356078","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnzfn6v4idscrlwiwhv66okpsfxfoz6p2alru34x4jklio5egfokva62sckvjq6b7k","webSpace":"clitest.rgnzfn6v4idscrlwiwhv66okpsfxfoz6p2alru34x4jklio5egfokva62sckvjq6b7k-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-webobjxq3kjjop","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628328","name":"slot-swap-webobjxq3kjjop","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628328,"deletedTimestamp":"2018-11-03T05:09:44.7668376","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnzfn6v4idscrlwiwhv66okpsfxfoz6p2alru34x4jklio5egfokva62sckvjq6b7k","webSpace":"clitest.rgnzfn6v4idscrlwiwhv66okpsfxfoz6p2alru34x4jklio5egfokva62sckvjq6b7k-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-webobjxq3kjjop","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628332","name":"webapp-linux-logfncdzxih","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628332,"deletedTimestamp":"2018-11-03T05:10:17.8749916","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgp64c7houvbnedhmlb7vhznt37ufjqgaqy2fkchg7nybt5y5kvfi5nhjetzagvnsgh","webSpace":"clitest.rgp64c7houvbnedhmlb7vhznt37ufjqgaqy2fkchg7nybt5y5kvfi5nhjetzagvnsgh-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logfncdzxih","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628334","name":"webapp-quick-linux53pofe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628334,"deletedTimestamp":"2018-11-03T05:10:31.5155064","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgft2zaooizveoogi2erprh7mycjdldxnou2p7uiczruqaqy3xtgqdi2qiqezzabonz","webSpace":"clitest.rgft2zaooizveoogi2erprh7mycjdldxnou2p7uiczruqaqy3xtgqdi2qiqezzabonz-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux53pofe","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628341","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628341,"deletedTimestamp":"2018-11-03T05:11:40.0470044","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghrhlsm36oaxm4yr7esqn5nizemq5dif6gqvnx3cwfhomjosp36zjxfds3zvlj4qyz","webSpace":"clitest.rghrhlsm36oaxm4yr7esqn5nizemq5dif6gqvnx3cwfhomjosp36zjxfds3zvlj4qyz-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628343","name":"slot-test-web4negkuhrtoj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628343,"deletedTimestamp":"2018-11-03T05:11:50.6320513","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglren4ofg5ay7oxnqlbdygtbyhtyvb37dyrqmjfmualgk2qzsnwraka4bri2n4fayu","webSpace":"clitest.rglren4ofg5ay7oxnqlbdygtbyhtyvb37dyrqmjfmualgk2qzsnwraka4bri2n4fayu-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-web4negkuhrtoj","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628344","name":"slot-test-web4negkuhrtoj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628344,"deletedTimestamp":"2018-11-03T05:11:52.8803347","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglren4ofg5ay7oxnqlbdygtbyhtyvb37dyrqmjfmualgk2qzsnwraka4bri2n4fayu","webSpace":"clitest.rglren4ofg5ay7oxnqlbdygtbyhtyvb37dyrqmjfmualgk2qzsnwraka4bri2n4fayu-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-web4negkuhrtoj","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628347","name":"slot-test-web4negkuhrtoj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628347,"deletedTimestamp":"2018-11-03T05:12:38.8239236","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglren4ofg5ay7oxnqlbdygtbyhtyvb37dyrqmjfmualgk2qzsnwraka4bri2n4fayu","webSpace":"clitest.rglren4ofg5ay7oxnqlbdygtbyhtyvb37dyrqmjfmualgk2qzsnwraka4bri2n4fayu-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-web4negkuhrtoj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628353","name":"undelete-webmzw2dhv7vkr2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628353,"deletedTimestamp":"2018-11-03T05:13:39.2229267","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5eeaka7kxkrdft4lthxeldk4ylgvn6xjbudqv6kslhgap2i7mkexdnl2553bafpbi","webSpace":"clitest.rg5eeaka7kxkrdft4lthxeldk4ylgvn6xjbudqv6kslhgap2i7mkexdnl2553bafpbi-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"undelete-webmzw2dhv7vkr2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628359","name":"cli4r54nzknvczhgdjr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628359,"deletedTimestamp":"2018-11-03T05:15:01.2625543","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgstthyzex4t","webSpace":"clitest.rgstthyzex4t-CentralUSwebspace","stamp":"waws-prod-dm1-093","deletedSiteName":"cli4r54nzknvczhgdjr","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19628478","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19628478,"deletedTimestamp":"2018-11-03T05:43:53.5417725","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_creater6a5x56qtgtztr347hszyrbcflmnrhudj3ohkiatptya4mbabsq","webSpace":"cli_test_resource_creater6a5x56qtgtztr347hszyrbcflmnrhudj3ohkiatptya4mbabsq-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630028","name":"JAVAwebapp-a0a0265084","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630028,"deletedTimestamp":"2018-11-03T10:39:57.5850268","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6bf15808e","webSpace":"javacsmrg6bf15808e-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"JAVAwebapp-a0a0265084","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630029","name":"JAVAwebapp-d396270894","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630029,"deletedTimestamp":"2018-11-03T10:39:58.0147292","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg384873189","webSpace":"javacsmrg384873189-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"JAVAwebapp-d396270894","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630030","name":"java-webapp-516733","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630030,"deletedTimestamp":"2018-11-03T10:40:02.5765037","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgacc421391","webSpace":"javacsmrgacc421391-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-516733","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630031","name":"java-webapp-627056","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630031,"deletedTimestamp":"2018-11-03T10:40:05.1937723","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb34609733","webSpace":"javacsmrgb34609733-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-627056","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630032","name":"java-webapp-627056","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630032,"deletedTimestamp":"2018-11-03T10:40:05.2546641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb34609733","webSpace":"javacsmrgb34609733-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-627056","slot":"java-slot-85f30483c","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630033","name":"java-webapp-627056","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630033,"deletedTimestamp":"2018-11-03T10:40:05.3796959","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb34609733","webSpace":"javacsmrgb34609733-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-627056","slot":"java-slot-e84388460","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630034","name":"java-webapp-627056","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630034,"deletedTimestamp":"2018-11-03T10:40:05.4890730","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb34609733","webSpace":"javacsmrgb34609733-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-627056","slot":"java-slot-22c778037","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19630035","name":"java-webapp-121246","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19630035,"deletedTimestamp":"2018-11-03T10:40:06.2326110","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga3388704a","webSpace":"javacsmrga3388704a-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-121246","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638827","name":"JAVAwebapp-7a984511b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638827,"deletedTimestamp":"2018-11-04T11:39:52.8660545","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg73a594202","webSpace":"javacsmrg73a594202-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-7a984511b7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638828","name":"java-webapp-55631e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638828,"deletedTimestamp":"2018-11-04T11:39:53.2749546","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg00d868114","webSpace":"javacsmrg00d868114-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-55631e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638829","name":"java-webapp-579586","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638829,"deletedTimestamp":"2018-11-04T11:39:55.4675264","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg22792720c","webSpace":"javacsmrg22792720c-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-579586","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638830","name":"JAVAwebapp-fb714704d4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638830,"deletedTimestamp":"2018-11-04T11:39:55.5827759","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg727494221","webSpace":"javacsmrg727494221-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"JAVAwebapp-fb714704d4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638831","name":"java-webapp-334141","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638831,"deletedTimestamp":"2018-11-04T11:39:56.0245385","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgec7457193","webSpace":"javacsmrgec7457193-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-334141","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638832","name":"java-webapp-64782e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638832,"deletedTimestamp":"2018-11-04T11:39:56.4776586","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb55075638","webSpace":"javacsmrgb55075638-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-64782e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638833","name":"java-webapp-054357","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638833,"deletedTimestamp":"2018-11-04T11:39:57.8813489","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd5e545609","webSpace":"javacsmrgd5e545609-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-054357","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638834","name":"java-webapp-926588","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638834,"deletedTimestamp":"2018-11-04T11:39:58.1583110","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbec968628","webSpace":"javacsmrgbec968628-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-926588","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638835","name":"java-webapp-926588","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638835,"deletedTimestamp":"2018-11-04T11:39:58.1902507","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbec968628","webSpace":"javacsmrgbec968628-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-926588","slot":"java-slot-34689832f","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638836","name":"java-webapp-926588","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638836,"deletedTimestamp":"2018-11-04T11:39:58.2215125","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbec968628","webSpace":"javacsmrgbec968628-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-926588","slot":"java-slot-fd4106983","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638837","name":"java-webapp-155128","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638837,"deletedTimestamp":"2018-11-04T11:39:58.9586007","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg63478581a","webSpace":"javacsmrg63478581a-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-155128","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638838","name":"java-webapp-155128","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638838,"deletedTimestamp":"2018-11-04T11:39:59.0054460","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg63478581a","webSpace":"javacsmrg63478581a-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-155128","slot":"java-slot-57f466897","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638839","name":"java-webapp-155128","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638839,"deletedTimestamp":"2018-11-04T11:39:59.0366936","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg63478581a","webSpace":"javacsmrg63478581a-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-155128","slot":"java-slot-fca679144","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638841","name":"webapp3-62571390c6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638841,"deletedTimestamp":"2018-11-04T11:40:17.5610456","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2bd18100db63","webSpace":"rgnemv_2bd18100db63-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-62571390c6","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638842","name":"webapp1-d366727687","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638842,"deletedTimestamp":"2018-11-04T11:40:20.2054387","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2bd18100db63","webSpace":"rgnemv_2bd18100db63-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-d366727687","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19638843","name":"webapp2-9d893874a9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19638843,"deletedTimestamp":"2018-11-04T11:40:27.2800661","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2bd18100db63","webSpace":"rgnemv_2bd18100db63-WestEuropewebspace","stamp":"waws-prod-am2-153","deletedSiteName":"webapp2-9d893874a9","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651483","name":"webapp1-acc83772f3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651483,"deletedTimestamp":"2018-11-05T10:37:59.5417407","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_01170608e580","webSpace":"rg1nemv_01170608e580-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-acc83772f3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651490","name":"webapp1-36f17732ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651490,"deletedTimestamp":"2018-11-05T10:38:10.8836611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_aef18935938a","webSpace":"rg1nemv_aef18935938a-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-36f17732ef","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651499","name":"webapp3-e8c45172e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651499,"deletedTimestamp":"2018-11-05T10:38:36.5652421","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_01170608e580","webSpace":"rg1nemv_01170608e580-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp3-e8c45172e5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651504","name":"webapp3-44854424a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651504,"deletedTimestamp":"2018-11-05T10:38:52.3659502","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_aef18935938a","webSpace":"rg1nemv_aef18935938a-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-44854424a5","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651521","name":"webapp1-f251463897","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651521,"deletedTimestamp":"2018-11-05T10:39:15.3305606","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_5079720238a7","webSpace":"rgnemv_5079720238a7-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-f251463897","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651522","name":"webapp2-64946153e3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651522,"deletedTimestamp":"2018-11-05T10:39:15.6106910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_17c67156875c","webSpace":"rgnemv_17c67156875c-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-64946153e3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651524","name":"webapp2-45122879c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651524,"deletedTimestamp":"2018-11-05T10:39:24.0573568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_5079720238a7","webSpace":"rgnemv_5079720238a7-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-45122879c7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651525","name":"webapp1-d8b367050c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651525,"deletedTimestamp":"2018-11-05T10:39:25.1334953","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_17c67156875c","webSpace":"rgnemv_17c67156875c-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-d8b367050c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651534","name":"webapp1-9900606351","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651534,"deletedTimestamp":"2018-11-05T10:40:02.7722924","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a5f917577e51","webSpace":"rg1nemv_a5f917577e51-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-9900606351","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651537","name":"webapp1-7d420266a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651537,"deletedTimestamp":"2018-11-05T10:40:18.1717763","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7b2611379317","webSpace":"rg1nemv_7b2611379317-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-7d420266a4","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651541","name":"webapp2-63c2187603","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651541,"deletedTimestamp":"2018-11-05T10:40:25.6151908","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_01170608e580","webSpace":"rg1nemv_01170608e580-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp2-63c2187603","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651544","name":"webapp1-a7e33330d4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651544,"deletedTimestamp":"2018-11-05T10:40:28.6325133","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ed5631337a21","webSpace":"rg1nemv_ed5631337a21-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-a7e33330d4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651549","name":"webapp1-9bc1738908","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651549,"deletedTimestamp":"2018-11-05T10:40:34.4227612","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9c0722642c64","webSpace":"rg1nemv_9c0722642c64-WestUSwebspace","stamp":"waws-prod-bay-049","deletedSiteName":"webapp1-9bc1738908","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651550","name":"webapp2-90d74377c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651550,"deletedTimestamp":"2018-11-05T10:40:35.3473791","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_aef18935938a","webSpace":"rg1nemv_aef18935938a-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-90d74377c7","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651551","name":"webapp2-0d028855fa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651551,"deletedTimestamp":"2018-11-05T10:40:35.4779917","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2da343868786","webSpace":"rgnemv_2da343868786-WestUSwebspace","stamp":"waws-prod-bay-017","deletedSiteName":"webapp2-0d028855fa","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651552","name":"webapp1-468514247e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651552,"deletedTimestamp":"2018-11-05T10:40:37.3167928","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2da343868786","webSpace":"rgnemv_2da343868786-WestUSwebspace","stamp":"waws-prod-bay-017","deletedSiteName":"webapp1-468514247e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651558","name":"webapp2-95c7989938","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651558,"deletedTimestamp":"2018-11-05T10:41:06.7263525","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8f6466097917","webSpace":"rg1nemv_8f6466097917-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp2-95c7989938","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651560","name":"webapp1-fff308279e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651560,"deletedTimestamp":"2018-11-05T10:41:08.9490240","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8f6466097917","webSpace":"rg1nemv_8f6466097917-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-fff308279e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651561","name":"webapp3-413292919f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651561,"deletedTimestamp":"2018-11-05T10:41:10.6010890","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8f6466097917","webSpace":"rg1nemv_8f6466097917-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp3-413292919f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651562","name":"webapp3-e8920305c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651562,"deletedTimestamp":"2018-11-05T10:41:14.0176874","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9c0722642c64","webSpace":"rg1nemv_9c0722642c64-WestUSwebspace","stamp":"waws-prod-bay-049","deletedSiteName":"webapp3-e8920305c7","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651566","name":"webapp1-dc36530144","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651566,"deletedTimestamp":"2018-11-05T10:41:26.1066297","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_abd4191409ae","webSpace":"rg1nemv_abd4191409ae-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-dc36530144","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651590","name":"webapp2-764143803c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651590,"deletedTimestamp":"2018-11-05T10:43:01.5050021","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_9c0722642c64","webSpace":"rg1nemv_9c0722642c64-WestUSwebspace","stamp":"waws-prod-bay-049","deletedSiteName":"webapp2-764143803c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651787","name":"webapp2-09f3388445","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651787,"deletedTimestamp":"2018-11-05T10:54:32.5123547","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7f622423fc53","webSpace":"rg1nemv_7f622423fc53-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-09f3388445","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651788","name":"webapp2-09f3388445","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651788,"deletedTimestamp":"2018-11-05T10:54:32.5747631","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7f622423fc53","webSpace":"rg1nemv_7f622423fc53-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-09f3388445","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651793","name":"webapp3-eb932894c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651793,"deletedTimestamp":"2018-11-05T10:54:42.6004593","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7f622423fc53","webSpace":"rg1nemv_7f622423fc53-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-eb932894c1","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651794","name":"webapp3-eb932894c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651794,"deletedTimestamp":"2018-11-05T10:54:42.6317226","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7f622423fc53","webSpace":"rg1nemv_7f622423fc53-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-eb932894c1","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651798","name":"webapp1-0bf1002728","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651798,"deletedTimestamp":"2018-11-05T10:54:49.1047554","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7f622423fc53","webSpace":"rg1nemv_7f622423fc53-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-0bf1002728","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19651799","name":"webapp1-0bf1002728","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19651799,"deletedTimestamp":"2018-11-05T10:54:49.1515434","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7f622423fc53","webSpace":"rg1nemv_7f622423fc53-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-0bf1002728","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652105","name":"webapp1-eba1717494","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652105,"deletedTimestamp":"2018-11-05T11:08:51.2514560","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6883725012425","webSpace":"rgcdn_6883725012425-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-eba1717494","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652108","name":"webapp4-c7c13718b1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652108,"deletedTimestamp":"2018-11-05T11:08:56.3616065","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6883725012425","webSpace":"rgcdn_6883725012425-NorthEuropewebspace","stamp":"waws-prod-db3-107","deletedSiteName":"webapp4-c7c13718b1","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652111","name":"webapp3-f3e500838d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652111,"deletedTimestamp":"2018-11-05T11:08:58.9506069","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6883725012425","webSpace":"rgcdn_6883725012425-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp3-f3e500838d","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652114","name":"webapp5-63868193d5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652114,"deletedTimestamp":"2018-11-05T11:09:02.7907603","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6883725012425","webSpace":"rgcdn_6883725012425-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-63868193d5","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652116","name":"webapp6-65870206ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652116,"deletedTimestamp":"2018-11-05T11:09:07.9429267","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6883725012425","webSpace":"rgcdn_6883725012425-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-65870206ef","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652118","name":"webapp2-f151810811","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652118,"deletedTimestamp":"2018-11-05T11:09:19.2044573","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_6883725012425","webSpace":"rgcdn_6883725012425-EastUSwebspace","stamp":"waws-prod-blu-097","deletedSiteName":"webapp2-f151810811","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652613","name":"mytestscalewebapp3a029972","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652613,"deletedTimestamp":"2018-11-05T11:38:55.6228092","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor99753","webSpace":"rgmonitor99753-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"mytestscalewebapp3a029972","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652814","name":"wnrsat279840063956f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652814,"deletedTimestamp":"2018-11-05T11:52:55.3413087","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsapc4b87374d052f","webSpace":"rgrsapc4b87374d052f-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsat279840063956f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19652819","name":"wnrsatdf4207237155b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19652819,"deletedTimestamp":"2018-11-05T11:53:14.8810281","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsate6189065e3e39","webSpace":"rgrsate6189065e3e39-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"wnrsatdf4207237155b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654598","name":"IAmAFuncitonNameThatIsLonger706","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654598,"deletedTimestamp":"2018-11-05T13:15:08.7273371","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1887","webSpace":"javacsmrg1887-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"IAmAFuncitonNameThatIsLonger706","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654616","name":"java-webapp-2214","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654616,"deletedTimestamp":"2018-11-05T13:15:21.3866770","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8502","webSpace":"javacsmrg8502-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2214","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654618","name":"java-webapp-2214","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654618,"deletedTimestamp":"2018-11-05T13:15:21.4179232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8502","webSpace":"javacsmrg8502-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2214","slot":"java-slot-4496","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654619","name":"java-webapp-2214","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654619,"deletedTimestamp":"2018-11-05T13:15:21.4491527","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8502","webSpace":"javacsmrg8502-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2214","slot":"java-slot-8850","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654620","name":"java-webapp-2214","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654620,"deletedTimestamp":"2018-11-05T13:15:21.4804247","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8502","webSpace":"javacsmrg8502-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-2214","slot":"java-slot-4204","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654692","name":"java-webapp-1129","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654692,"deletedTimestamp":"2018-11-05T13:17:14.4295098","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9740","webSpace":"javacsmrg9740-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"java-webapp-1129","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654709","name":"java-webapp-1342","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654709,"deletedTimestamp":"2018-11-05T13:17:52.2698521","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5144","webSpace":"javacsmrg5144-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"java-webapp-1342","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654710","name":"java-webapp-1342","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654710,"deletedTimestamp":"2018-11-05T13:17:52.3479394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5144","webSpace":"javacsmrg5144-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"java-webapp-1342","slot":"java-slot-1256","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654711","name":"java-webapp-1342","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654711,"deletedTimestamp":"2018-11-05T13:17:52.5510928","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5144","webSpace":"javacsmrg5144-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"java-webapp-1342","slot":"java-slot-4262","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654712","name":"java-webapp-1342","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654712,"deletedTimestamp":"2018-11-05T13:17:52.6606911","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5144","webSpace":"javacsmrg5144-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"java-webapp-1342","slot":"java-slot-85","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654742","name":"java-webapp-5752","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654742,"deletedTimestamp":"2018-11-05T13:19:50.5182570","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1063","webSpace":"javacsmrg1063-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"java-webapp-5752","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654817","name":"java-webapp-4263","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654817,"deletedTimestamp":"2018-11-05T13:21:41.7140898","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8225","webSpace":"javacsmrg8225-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-4263","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654818","name":"java-webapp-1088","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654818,"deletedTimestamp":"2018-11-05T13:21:42.3903363","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2205","webSpace":"javacsmrg2205-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-1088","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654857","name":"java-webapp-4576","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654857,"deletedTimestamp":"2018-11-05T13:24:00.1199185","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg714","webSpace":"javacsmrg714-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-4576","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654860","name":"java-webapp-3726","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654860,"deletedTimestamp":"2018-11-05T13:24:07.5721852","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg283","webSpace":"javacsmrg283-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-3726","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654960","name":"java-webapp-399","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654960,"deletedTimestamp":"2018-11-05T13:30:19.1401903","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2260","webSpace":"javacsmrg2260-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"java-webapp-399","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19654961","name":"java-webapp-9681","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19654961,"deletedTimestamp":"2018-11-05T13:30:20.4907681","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg457","webSpace":"javacsmrg457-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"java-webapp-9681","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19655173","name":"rgweb733","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19655173,"deletedTimestamp":"2018-11-05T13:42:25.1940494","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg9166","webSpace":"csmrg9166-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"rgweb733","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19656373","name":"java-webapp-6532","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19656373,"deletedTimestamp":"2018-11-05T14:33:58.5369053","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9740","webSpace":"javacsmrg9740-WestUSwebspace","stamp":"waws-prod-bay-073","deletedSiteName":"java-webapp-6532","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19656378","name":"java-webapp-7699","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19656378,"deletedTimestamp":"2018-11-05T14:34:01.3527795","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2955","webSpace":"javacsmrg2955-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7699","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672788","name":"webyse3yfvn2qr6lx2c4qijl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672788,"deletedTimestamp":"2018-11-06T06:07:51.8471950","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgj5jj6dtc7ornqjg6c7mb3v2id6rud3gk5ip5w6sxis6okbbhprgdezqnvbrn3huew","webSpace":"clitest.rgj5jj6dtc7ornqjg6c7mb3v2id6rud3gk5ip5w6sxis6okbbhprgdezqnvbrn3huew-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"webyse3yfvn2qr6lx2c4qijl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672789","name":"web-del-testzrluijqt6c4l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672789,"deletedTimestamp":"2018-11-06T06:07:54.5810240","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvp3dta5nvy267t46trqdv3zq3cg63yxhgil73rpbcgfkspryicb3fwuj2sizbmu2q","webSpace":"clitest.rgvp3dta5nvy267t46trqdv3zq3cg63yxhgil73rpbcgfkspryicb3fwuj2sizbmu2q-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"web-del-testzrluijqt6c4l","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672790","name":"functionapplinuxconsumptionpwkyynfgbd6op","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672790,"deletedTimestamp":"2018-11-06T06:08:05.1346713","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxwp44ulxis33tiynpld3oi36ubbqsjjzc3bol2ukle2sy42lsd","webSpace":"azurecli-functionapp-linuxwp44ulxis33tiynpld3oi36ubbqsjjzc3bol2ukle2sy42lsd-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionpwkyynfgbd6op","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672791","name":"functionapp-linuxxouqbgu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672791,"deletedTimestamp":"2018-11-06T06:08:15.2343200","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcnpx2z7cq7o3ebgsjlapjlrnfunrvrklif57qbe3axe76jrivl3hhkyszy2dnmw2b","webSpace":"clitest.rgcnpx2z7cq7o3ebgsjlapjlrnfunrvrklif57qbe3axe76jrivl3hhkyszy2dnmw2b-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxxouqbgu","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672796","name":"functionappconsumptionfywpl4scalh3rq7moq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672796,"deletedTimestamp":"2018-11-06T06:08:35.7492938","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2enp66ilrarczjqghfsfzu5b5k6v56xfp5uvy7nsj7p3vc47icc","webSpace":"azurecli-functionapp-c-e2enp66ilrarczjqghfsfzu5b5k6v56xfp5uvy7nsj7p3vc47icc-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionappconsumptionfywpl4scalh3rq7moq","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672799","name":"webapp-authentication-testwnfctpptzltlvv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672799,"deletedTimestamp":"2018-11-06T06:08:40.4936302","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationneetba45skjnklrvyxivfjn562muvdvrarg2gcwmoudfp","webSpace":"cli_test_webapp_authenticationneetba45skjnklrvyxivfjn562muvdvrarg2gcwmoudfp-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-authentication-testwnfctpptzltlvv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672803","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672803,"deletedTimestamp":"2018-11-06T06:08:49.1983042","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjumbgt7f5643jzrtd6buxgwgum72t5ygdotkpeogwehyfktaqbobez6tqoti2yzhk","webSpace":"clitest.rgjumbgt7f5643jzrtd6buxgwgum72t5ygdotkpeogwehyfktaqbobez6tqoti2yzhk-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672805","name":"web-errorqqnrxpjroob4zdp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672805,"deletedTimestamp":"2018-11-06T06:08:50.3768824","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfsvoe5lerk2ahctgcp2i42xxcymsybbctmxeercxbu7vd6ejqqqshvca4kfj4lqe6","webSpace":"clitest.rgfsvoe5lerk2ahctgcp2i42xxcymsybbctmxeercxbu7vd6ejqqqshvca4kfj4lqe6-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-errorqqnrxpjroob4zdp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672806","name":"slot-traffic-webcwegnpwx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672806,"deletedTimestamp":"2018-11-06T06:08:53.1173395","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg37d5lb7mbqawv4yuq47gcdps7os3vsbi2wyefgs6wn22ka46ebzbq543bqjdukxwk","webSpace":"clitest.rg37d5lb7mbqawv4yuq47gcdps7os3vsbi2wyefgs6wn22ka46ebzbq543bqjdukxwk-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-traffic-webcwegnpwx","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672807","name":"slot-traffic-web74kfmj4l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672807,"deletedTimestamp":"2018-11-06T06:08:56.0681854","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkwn3g4b76bpnpqh5lk67ja5k7a6nj2x34wz7vgelki6svrt6xom6ehojjk62fhflo","webSpace":"clitest.rgkwn3g4b76bpnpqh5lk67ja5k7a6nj2x34wz7vgelki6svrt6xom6ehojjk62fhflo-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-web74kfmj4l","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672808","name":"slot-traffic-web74kfmj4l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672808,"deletedTimestamp":"2018-11-06T06:08:56.0994355","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkwn3g4b76bpnpqh5lk67ja5k7a6nj2x34wz7vgelki6svrt6xom6ehojjk62fhflo","webSpace":"clitest.rgkwn3g4b76bpnpqh5lk67ja5k7a6nj2x34wz7vgelki6svrt6xom6ehojjk62fhflo-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-web74kfmj4l","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672810","name":"web-msigvfr6mtqhkp42","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672810,"deletedTimestamp":"2018-11-06T06:09:00.9849461","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrv4x5zirces5fecgnus6tpxclqtgu3zwe3d6tcyzrjonpi6i2nfejs6mpzrrl46bu","webSpace":"clitest.rgrv4x5zirces5fecgnus6tpxclqtgu3zwe3d6tcyzrjonpi6i2nfejs6mpzrrl46bu-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"web-msigvfr6mtqhkp42","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672811","name":"webapp-e2ey3rehc7y4znddy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672811,"deletedTimestamp":"2018-11-06T06:09:04.6211334","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbfgykvr5dwckcu2pvnylm7se5qwc544pld7ougno2lfi2docmkmansyle7bqday5n","webSpace":"clitest.rgbfgykvr5dwckcu2pvnylm7se5qwc544pld7ougno2lfi2docmkmansyle7bqday5n-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-e2ey3rehc7y4znddy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672815","name":"webapp-config-testrqarjzi54o7hrpasscntaj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672815,"deletedTimestamp":"2018-11-06T06:09:09.6928102","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_confighf2j2d3huln4gtd25bsloxwrrnn4pcuvltyqgt5eqo2vocyxhcdzr","webSpace":"cli_test_webapp_confighf2j2d3huln4gtd25bsloxwrrnn4pcuvltyqgt5eqo2vocyxhcdzr-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-config-testrqarjzi54o7hrpasscntaj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672816","name":"delete-me-webwbfaealqyj4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672816,"deletedTimestamp":"2018-11-06T06:09:13.8604262","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwmcnu2tgwdc3tg32hlt2z7sknlcmsehvdxz4cknm6vnth7gk2j43ldej53ajnthgt","webSpace":"clitest.rgwmcnu2tgwdc3tg32hlt2z7sknlcmsehvdxz4cknm6vnth7gk2j43ldej53ajnthgt-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"delete-me-webwbfaealqyj4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672819","name":"webappacrtestyohrxsp4xni","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672819,"deletedTimestamp":"2018-11-06T06:09:19.7450386","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgholuefbiqigq4s6xtdggfewxsudfcxarz3m3xegsqr7ktcxy7roqb6nl5xhpx3nwe","webSpace":"clitest.rgholuefbiqigq4s6xtdggfewxsudfcxarz3m3xegsqr7ktcxy7roqb6nl5xhpx3nwe-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestyohrxsp4xni","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672821","name":"web-ssl-testrmhqmncd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672821,"deletedTimestamp":"2018-11-06T06:09:21.8170099","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg536u2j64hhsp6xz45xfuygwlirj7gf5dqht4ongiwcoftb2ko4hex4hjunnz7ht7q","webSpace":"clitest.rg536u2j64hhsp6xz45xfuygwlirj7gf5dqht4ongiwcoftb2ko4hex4hjunnz7ht7q-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-ssl-testrmhqmncd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672822","name":"webapp-quickpccw7xush2rq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672822,"deletedTimestamp":"2018-11-06T06:09:31.4333256","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmc3qzdg62vxkpbt3jic4iixkyv3ndkv3ee25xudlctaoq44z7e6c5tiaimjcss5zs","webSpace":"clitest.rgmc3qzdg62vxkpbt3jic4iixkyv3ndkv3ee25xudlctaoq44z7e6c5tiaimjcss5zs-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-quickpccw7xush2rq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672823","name":"webapp-linux-multijcuoyf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672823,"deletedTimestamp":"2018-11-06T06:09:38.5868006","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfjvfedl6xe4eebybvim2d7fn3hqgeynhz747pyyr4nhfwkyc6qvuntwwltpsevk7p","webSpace":"clitest.rgfjvfedl6xe4eebybvim2d7fn3hqgeynhz747pyyr4nhfwkyc6qvuntwwltpsevk7p-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multijcuoyf","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672825","name":"webapp-quickqsuv3a4tpxye","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672825,"deletedTimestamp":"2018-11-06T06:09:42.9963910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu6yljxtc3vucbempq7uudzttqgeatix6zcl6melh7dndbuz4ifiuvqgl3ljz5orid","webSpace":"clitest.rgu6yljxtc3vucbempq7uudzttqgeatix6zcl6melh7dndbuz4ifiuvqgl3ljz5orid-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-quickqsuv3a4tpxye","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672828","name":"webapp-linuxue7lxhn4hjfb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672828,"deletedTimestamp":"2018-11-06T06:10:01.6892460","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2li4olyrtibeimegu7s4otqqg4fshhdausz2usbjd566kiuwom6v7uqw2dlb2rybv","webSpace":"clitest.rg2li4olyrtibeimegu7s4otqqg4fshhdausz2usbjd566kiuwom6v7uqw2dlb2rybv-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxue7lxhn4hjfb","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672829","name":"func-e2edzokunm6upfneixf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672829,"deletedTimestamp":"2018-11-06T06:10:06.4012862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzbff3txscz4flc5ysg6lr7rkbpytrdfpzbgcsl52p2plkqdrufyua67dot4uwkhh3","webSpace":"clitest.rgzbff3txscz4flc5ysg6lr7rkbpytrdfpzbgcsl52p2plkqdrufyua67dot4uwkhh3-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2edzokunm6upfneixf","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672830","name":"slot-traffic-webghjedavb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672830,"deletedTimestamp":"2018-11-06T06:10:19.3096016","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkuqbeejhymcfbsno3xk2srpo5d4bn375u3nmuzh7d3ytkvf6b5qpulehrhf2m77xg","webSpace":"clitest.rgkuqbeejhymcfbsno3xk2srpo5d4bn375u3nmuzh7d3ytkvf6b5qpulehrhf2m77xg-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webghjedavb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672831","name":"slot-traffic-webghjedavb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672831,"deletedTimestamp":"2018-11-06T06:10:19.3408527","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkuqbeejhymcfbsno3xk2srpo5d4bn375u3nmuzh7d3ytkvf6b5qpulehrhf2m77xg","webSpace":"clitest.rgkuqbeejhymcfbsno3xk2srpo5d4bn375u3nmuzh7d3ytkvf6b5qpulehrhf2m77xg-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webghjedavb","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672832","name":"webapp-win-logg7dxwvsjux","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672832,"deletedTimestamp":"2018-11-06T06:10:19.5004830","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghqr7a4lghkbtexip6ayawki2lr2uf46yyy5cyucpvaws5je74h4lhgq7emnv3eczr","webSpace":"clitest.rghqr7a4lghkbtexip6ayawki2lr2uf46yyy5cyucpvaws5je74h4lhgq7emnv3eczr-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-win-logg7dxwvsjux","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672833","name":"webapp-update-testmw6ibuzkxao7bouy65yz6v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672833,"deletedTimestamp":"2018-11-06T06:10:22.1691073","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatemrbdbjm42rujjgh33bqapagvqiljrwbj7oxjryqvbuus6eabgxeod","webSpace":"cli_test_webapp_updatemrbdbjm42rujjgh33bqapagvqiljrwbj7oxjryqvbuus6eabgxeod-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testmw6ibuzkxao7bouy65yz6v","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672834","name":"webapp-update-testmw6ibuzkxao7bouy65yz6v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672834,"deletedTimestamp":"2018-11-06T06:10:22.2160072","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatemrbdbjm42rujjgh33bqapagvqiljrwbj7oxjryqvbuus6eabgxeod","webSpace":"cli_test_webapp_updatemrbdbjm42rujjgh33bqapagvqiljrwbj7oxjryqvbuus6eabgxeod-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testmw6ibuzkxao7bouy65yz6v","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672835","name":"web-git-test2dzz674mkrh7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672835,"deletedTimestamp":"2018-11-06T06:10:24.1596095","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrko6zmu2cuc3sp2vyksmjjouvkkztbiqb3uukend5chbzoq2sllw6xpn2g4jlclkj","webSpace":"clitest.rgrko6zmu2cuc3sp2vyksmjjouvkkztbiqb3uukend5chbzoq2sllw6xpn2g4jlclkj-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"web-git-test2dzz674mkrh7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672838","name":"webapp-zipDeploy-test4ezq3xbgnraj5bbqwlr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672838,"deletedTimestamp":"2018-11-06T06:10:35.7478458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploytfubxlbrpx7o7m5earrs3smcyoacwe2cp52hjjlqfdv7tmfpbv","webSpace":"cli_test_webapp_zipDeploytfubxlbrpx7o7m5earrs3smcyoacwe2cp52hjjlqfdv7tmfpbv-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-zipDeploy-test4ezq3xbgnraj5bbqwlr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672840","name":"func-e2ee32wt3ojm36ojuz7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672840,"deletedTimestamp":"2018-11-06T06:10:41.8966732","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzbff3txscz4flc5ysg6lr7rkbpytrdfpzbgcsl52p2plkqdrufyua67dot4uwkhh3","webSpace":"clitest.rgzbff3txscz4flc5ysg6lr7rkbpytrdfpzbgcsl52p2plkqdrufyua67dot4uwkhh3-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2ee32wt3ojm36ojuz7","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672842","name":"slot-swap-webgopbwzmm25c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672842,"deletedTimestamp":"2018-11-06T06:11:11.7500730","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7vwalxcl7drtpj34vfssj4x622jef62sdux4drr5m3qznyolyyngqrx566yfgyh2s","webSpace":"clitest.rg7vwalxcl7drtpj34vfssj4x622jef62sdux4drr5m3qznyolyyngqrx566yfgyh2s-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-webgopbwzmm25c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672843","name":"slot-swap-webgopbwzmm25c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672843,"deletedTimestamp":"2018-11-06T06:11:11.8281723","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7vwalxcl7drtpj34vfssj4x622jef62sdux4drr5m3qznyolyyngqrx566yfgyh2s","webSpace":"clitest.rg7vwalxcl7drtpj34vfssj4x622jef62sdux4drr5m3qznyolyyngqrx566yfgyh2s-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-webgopbwzmm25c","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672845","name":"webapp-quick-cdilzy2xjfm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672845,"deletedTimestamp":"2018-11-06T06:11:16.5955424","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnqhefmnvaa67o3gfde45s3awl4azkigt4h6ksttga4tolvv6eq6cppriog4up23re","webSpace":"clitest.rgnqhefmnvaa67o3gfde45s3awl4azkigt4h6ksttga4tolvv6eq6cppriog4up23re-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-quick-cdilzy2xjfm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672858","name":"webapp-linux-logemfqm2rm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672858,"deletedTimestamp":"2018-11-06T06:12:25.3987443","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6cs4bmd72p7a2hk3w26llanpavhd4aef7q5ae4wa5hfppjt7dhdhwhia34h2mqlpv","webSpace":"clitest.rg6cs4bmd72p7a2hk3w26llanpavhd4aef7q5ae4wa5hfppjt7dhdhwhia34h2mqlpv-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logemfqm2rm","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672860","name":"webapp-quick-linuxrn7tga","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672860,"deletedTimestamp":"2018-11-06T06:12:44.7378522","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgq5u3qqwh6va2ze2aerro7czi5rmhf6dfzaxpwtopbob3z56t2sggxyt7gv7cmxg4b","webSpace":"clitest.rgq5u3qqwh6va2ze2aerro7czi5rmhf6dfzaxpwtopbob3z56t2sggxyt7gv7cmxg4b-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxrn7tga","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672861","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672861,"deletedTimestamp":"2018-11-06T06:12:58.0756488","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4uvlg7jeuyrl5rgcbkb4pka5skfmmetj53kz2s3noukd3jx2n2ajuoz4mtxopj56l","webSpace":"clitest.rg4uvlg7jeuyrl5rgcbkb4pka5skfmmetj53kz2s3noukd3jx2n2ajuoz4mtxopj56l-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672865","name":"slot-test-webyf4w77pxv6o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672865,"deletedTimestamp":"2018-11-06T06:13:35.0237746","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg74sngienz3yr6apgjy2a4tz5pv2imhxc6rviyphydirex442eaos4q2s2aijqh4iw","webSpace":"clitest.rg74sngienz3yr6apgjy2a4tz5pv2imhxc6rviyphydirex442eaos4q2s2aijqh4iw-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webyf4w77pxv6o","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672866","name":"slot-test-webyf4w77pxv6o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672866,"deletedTimestamp":"2018-11-06T06:13:36.9108918","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg74sngienz3yr6apgjy2a4tz5pv2imhxc6rviyphydirex442eaos4q2s2aijqh4iw","webSpace":"clitest.rg74sngienz3yr6apgjy2a4tz5pv2imhxc6rviyphydirex442eaos4q2s2aijqh4iw-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webyf4w77pxv6o","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672873","name":"slot-test-webyf4w77pxv6o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672873,"deletedTimestamp":"2018-11-06T06:14:16.2808094","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg74sngienz3yr6apgjy2a4tz5pv2imhxc6rviyphydirex442eaos4q2s2aijqh4iw","webSpace":"clitest.rg74sngienz3yr6apgjy2a4tz5pv2imhxc6rviyphydirex442eaos4q2s2aijqh4iw-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webyf4w77pxv6o","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672888","name":"undelete-webta23ofq67blj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672888,"deletedTimestamp":"2018-11-06T06:15:10.9798019","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgomhcyr2u336scqncnugyfivmtgrlf7hp3yv5da4h2sf5cecutpiue7mih5n4sfriz","webSpace":"clitest.rgomhcyr2u336scqncnugyfivmtgrlf7hp3yv5da4h2sf5cecutpiue7mih5n4sfriz-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-webta23ofq67blj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19672947","name":"cliunwlopabquxulcma","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19672947,"deletedTimestamp":"2018-11-06T06:18:30.5142441","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7a7wy7fboy","webSpace":"clitest.rg7a7wy7fboy-CentralUSwebspace","stamp":"waws-prod-dm1-065","deletedSiteName":"cliunwlopabquxulcma","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19673325","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19673325,"deletedTimestamp":"2018-11-06T06:48:57.9280405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createndk5zpjv7zmm5ulzb5rhmqlikjbsgn4zgb3v5rt27humcmy2dok","webSpace":"cli_test_resource_createndk5zpjv7zmm5ulzb5rhmqlikjbsgn4zgb3v5rt27humcmy2dok-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677693","name":"webapp1-2678165547","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677693,"deletedTimestamp":"2018-11-06T10:38:00.6219207","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_80d964429f2b","webSpace":"rg1nemv_80d964429f2b-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-2678165547","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677705","name":"webapp1-95366589d6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677705,"deletedTimestamp":"2018-11-06T10:38:34.1984209","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ed287951233f","webSpace":"rg1nemv_ed287951233f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-95366589d6","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677706","name":"webapp3-5473013593","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677706,"deletedTimestamp":"2018-11-06T10:38:35.9687169","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_80d964429f2b","webSpace":"rg1nemv_80d964429f2b-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp3-5473013593","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677726","name":"webapp2-80e70675cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677726,"deletedTimestamp":"2018-11-06T10:39:09.4701380","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_94f147844156","webSpace":"rgnemv_94f147844156-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-80e70675cc","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677727","name":"webapp1-5f383555f7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677727,"deletedTimestamp":"2018-11-06T10:39:10.9942943","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_94f147844156","webSpace":"rgnemv_94f147844156-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-5f383555f7","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677728","name":"webapp3-97b4142512","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677728,"deletedTimestamp":"2018-11-06T10:39:11.3463380","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ed287951233f","webSpace":"rg1nemv_ed287951233f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp3-97b4142512","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677736","name":"webapp2-6fc9037984","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677736,"deletedTimestamp":"2018-11-06T10:39:20.6883208","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3be12985d406","webSpace":"rgnemv_3be12985d406-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp2-6fc9037984","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677738","name":"webapp1-c9173490cf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677738,"deletedTimestamp":"2018-11-06T10:39:22.3538502","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3be12985d406","webSpace":"rgnemv_3be12985d406-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-c9173490cf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677769","name":"webapp1-92b3462484","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677769,"deletedTimestamp":"2018-11-06T10:40:02.1737749","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_79d9565206e4","webSpace":"rg1nemv_79d9565206e4-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-92b3462484","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677771","name":"webapp1-ff7382770d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677771,"deletedTimestamp":"2018-11-06T10:40:11.7249605","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_13557569a3e2","webSpace":"rg1nemv_13557569a3e2-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-ff7382770d","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677775","name":"webapp1-6cc66747c0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677775,"deletedTimestamp":"2018-11-06T10:40:15.8215759","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_3c3784797906","webSpace":"rg1nemv_3c3784797906-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp1-6cc66747c0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677781","name":"webapp2-b400703933","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677781,"deletedTimestamp":"2018-11-06T10:40:21.4423407","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_80d964429f2b","webSpace":"rg1nemv_80d964429f2b-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp2-b400703933","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677801","name":"webapp2-3201282049","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677801,"deletedTimestamp":"2018-11-06T10:41:01.2929560","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ed287951233f","webSpace":"rg1nemv_ed287951233f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-3201282049","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677827","name":"webapp1-0a87653144","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677827,"deletedTimestamp":"2018-11-06T10:41:42.6036402","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cfa09060c987","webSpace":"rg1nemv_cfa09060c987-WestUSwebspace","stamp":"waws-prod-bay-013","deletedSiteName":"webapp1-0a87653144","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677831","name":"webapp1-1fc26808e2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677831,"deletedTimestamp":"2018-11-06T10:41:52.9500312","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_5791873963a9","webSpace":"rg1nemv_5791873963a9-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-1fc26808e2","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677834","name":"webapp2-b941579503","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677834,"deletedTimestamp":"2018-11-06T10:41:58.0417493","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cfa09060c987","webSpace":"rg1nemv_cfa09060c987-WestUSwebspace","stamp":"waws-prod-bay-013","deletedSiteName":"webapp2-b941579503","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677836","name":"webapp3-aba32371e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677836,"deletedTimestamp":"2018-11-06T10:42:05.4445102","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cfa09060c987","webSpace":"rg1nemv_cfa09060c987-WestUSwebspace","stamp":"waws-prod-bay-013","deletedSiteName":"webapp3-aba32371e5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677843","name":"webapp2-3dc314224e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677843,"deletedTimestamp":"2018-11-06T10:42:23.1755568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_9f6106222f69","webSpace":"rgnemv_9f6106222f69-WestUSwebspace","stamp":"waws-prod-bay-051","deletedSiteName":"webapp2-3dc314224e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19677844","name":"webapp1-c249183402","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19677844,"deletedTimestamp":"2018-11-06T10:42:25.6619727","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_9f6106222f69","webSpace":"rgnemv_9f6106222f69-WestUSwebspace","stamp":"waws-prod-bay-051","deletedSiteName":"webapp1-c249183402","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678190","name":"webapp1-6977684769","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678190,"deletedTimestamp":"2018-11-06T10:54:37.3050112","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c6d956140870","webSpace":"rg1nemv_c6d956140870-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-6977684769","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678191","name":"webapp1-6977684769","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678191,"deletedTimestamp":"2018-11-06T10:54:37.3363247","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c6d956140870","webSpace":"rg1nemv_c6d956140870-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-6977684769","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678193","name":"webapp2-6017417329","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678193,"deletedTimestamp":"2018-11-06T10:54:44.7135428","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c6d956140870","webSpace":"rg1nemv_c6d956140870-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-6017417329","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678194","name":"webapp2-6017417329","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678194,"deletedTimestamp":"2018-11-06T10:54:44.7447940","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c6d956140870","webSpace":"rg1nemv_c6d956140870-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-6017417329","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678197","name":"webapp3-3d36375032","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678197,"deletedTimestamp":"2018-11-06T10:54:55.6287561","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c6d956140870","webSpace":"rg1nemv_c6d956140870-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-3d36375032","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678198","name":"webapp3-3d36375032","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678198,"deletedTimestamp":"2018-11-06T10:54:55.6756676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c6d956140870","webSpace":"rg1nemv_c6d956140870-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-3d36375032","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678486","name":"webapp5-c5a01025d6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678486,"deletedTimestamp":"2018-11-06T11:08:21.7526693","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_df1154910757b","webSpace":"rgcdn_df1154910757b-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-c5a01025d6","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678493","name":"webapp4-758923059c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678493,"deletedTimestamp":"2018-11-06T11:08:29.7170890","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_df1154910757b","webSpace":"rgcdn_df1154910757b-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-758923059c","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678501","name":"webapp3-3d88329656","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678501,"deletedTimestamp":"2018-11-06T11:08:36.6597591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_df1154910757b","webSpace":"rgcdn_df1154910757b-WestEuropewebspace","stamp":"waws-prod-am2-225","deletedSiteName":"webapp3-3d88329656","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678504","name":"webapp6-c7c93138a0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678504,"deletedTimestamp":"2018-11-06T11:08:39.1923862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_df1154910757b","webSpace":"rgcdn_df1154910757b-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-013","deletedSiteName":"webapp6-c7c93138a0","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678507","name":"webapp2-2ef2209860","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678507,"deletedTimestamp":"2018-11-06T11:08:45.0126063","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_df1154910757b","webSpace":"rgcdn_df1154910757b-EastUSwebspace","stamp":"waws-prod-blu-111","deletedSiteName":"webapp2-2ef2209860","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19678509","name":"webapp1-b282429632","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19678509,"deletedTimestamp":"2018-11-06T11:08:48.3852289","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_df1154910757b","webSpace":"rgcdn_df1154910757b-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-b282429632","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19679145","name":"mytestscalewebappb0009147","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19679145,"deletedTimestamp":"2018-11-06T11:30:43.2494719","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor33049","webSpace":"rgmonitor33049-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"mytestscalewebappb0009147","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19679400","name":"wnrsat50a81274d79b6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19679400,"deletedTimestamp":"2018-11-06T11:45:10.9703410","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat896159264d9b0","webSpace":"rgrsat896159264d9b0-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"wnrsat50a81274d79b6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19679440","name":"wnrsat46b78957103a3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19679440,"deletedTimestamp":"2018-11-06T11:47:48.7674462","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsape8007514e5479","webSpace":"rgrsape8007514e5479-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsat46b78957103a3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681456","name":"IAmAFuncitonNameThatIsLonger8766","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681456,"deletedTimestamp":"2018-11-06T13:08:31.8572396","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4350","webSpace":"javacsmrg4350-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"IAmAFuncitonNameThatIsLonger8766","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681487","name":"java-webapp-6706","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681487,"deletedTimestamp":"2018-11-06T13:09:56.8008945","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1668","webSpace":"javacsmrg1668-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6706","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681488","name":"java-webapp-6706","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681488,"deletedTimestamp":"2018-11-06T13:09:56.8478154","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1668","webSpace":"javacsmrg1668-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6706","slot":"java-slot-7842","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681489","name":"java-webapp-6706","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681489,"deletedTimestamp":"2018-11-06T13:09:56.8946221","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1668","webSpace":"javacsmrg1668-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6706","slot":"java-slot-9573","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681490","name":"java-webapp-6706","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681490,"deletedTimestamp":"2018-11-06T13:09:56.9259175","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1668","webSpace":"javacsmrg1668-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-6706","slot":"java-slot-9684","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681493","name":"java-webapp-9292","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681493,"deletedTimestamp":"2018-11-06T13:10:14.7392598","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4169","webSpace":"javacsmrg4169-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-9292","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681500","name":"java-webapp-5044","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681500,"deletedTimestamp":"2018-11-06T13:10:37.5996110","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg864","webSpace":"javacsmrg864-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"java-webapp-5044","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681511","name":"java-webapp-7268","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681511,"deletedTimestamp":"2018-11-06T13:11:07.4216462","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9125","webSpace":"javacsmrg9125-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-7268","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681516","name":"java-webapp-1656","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681516,"deletedTimestamp":"2018-11-06T13:11:21.5538007","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7373","webSpace":"javacsmrg7373-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"java-webapp-1656","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681517","name":"java-webapp-1656","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681517,"deletedTimestamp":"2018-11-06T13:11:21.5850193","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7373","webSpace":"javacsmrg7373-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"java-webapp-1656","slot":"java-slot-5958","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681518","name":"java-webapp-1656","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681518,"deletedTimestamp":"2018-11-06T13:11:21.6162849","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7373","webSpace":"javacsmrg7373-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"java-webapp-1656","slot":"java-slot-7544","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681519","name":"java-webapp-1656","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681519,"deletedTimestamp":"2018-11-06T13:11:21.6475138","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7373","webSpace":"javacsmrg7373-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"java-webapp-1656","slot":"java-slot-8167","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681524","name":"java-webapp-6549","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681524,"deletedTimestamp":"2018-11-06T13:11:44.2441866","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2341","webSpace":"javacsmrg2341-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"java-webapp-6549","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681544","name":"java-webapp-8079","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681544,"deletedTimestamp":"2018-11-06T13:13:03.0929261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9332","webSpace":"javacsmrg9332-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-8079","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681778","name":"java-webapp-9254","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681778,"deletedTimestamp":"2018-11-06T13:19:02.3639055","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3503","webSpace":"javacsmrg3503-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-9254","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681783","name":"java-webapp-2189","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681783,"deletedTimestamp":"2018-11-06T13:19:15.0340622","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5757","webSpace":"javacsmrg5757-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-2189","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681802","name":"java-webapp-4241","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681802,"deletedTimestamp":"2018-11-06T13:20:21.8823742","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1085","webSpace":"javacsmrg1085-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-4241","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681836","name":"java-webapp-6356","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681836,"deletedTimestamp":"2018-11-06T13:22:15.9949976","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8484","webSpace":"javacsmrg8484-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-6356","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19681839","name":"java-webapp-8294","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19681839,"deletedTimestamp":"2018-11-06T13:22:22.0326214","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1547","webSpace":"javacsmrg1547-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-8294","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19682110","name":"rgweb333","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19682110,"deletedTimestamp":"2018-11-06T13:35:11.3375486","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg1897","webSpace":"csmrg1897-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"rgweb333","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19683458","name":"java-webapp-4212","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19683458,"deletedTimestamp":"2018-11-06T14:28:26.7329537","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6345","webSpace":"javacsmrg6345-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-4212","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19683462","name":"java-webapp-5947","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19683462,"deletedTimestamp":"2018-11-06T14:28:32.3031664","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2341","webSpace":"javacsmrg2341-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"java-webapp-5947","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19683516","name":"java-webapp-4959","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19683516,"deletedTimestamp":"2018-11-06T14:29:45.6561870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9332","webSpace":"javacsmrg9332-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-4959","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19683674","name":"java-webapp-8431","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19683674,"deletedTimestamp":"2018-11-06T14:37:01.8832139","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1085","webSpace":"javacsmrg1085-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-8431","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700005","name":"webnhjfmpyzu4pu53hmp44lx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700005,"deletedTimestamp":"2018-11-07T06:07:42.5956587","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrzdbtivll633ev4sjjprx4bspnlbki77crmpm5gluefsxy3clsoxkgrgumxhyilnf","webSpace":"clitest.rgrzdbtivll633ev4sjjprx4bspnlbki77crmpm5gluefsxy3clsoxkgrgumxhyilnf-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webnhjfmpyzu4pu53hmp44lx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700007","name":"web-del-testcwtgeblgmkvn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700007,"deletedTimestamp":"2018-11-07T06:07:47.2875611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsx2667eq77hoxy6dyryihmgj73l3mvdx5mkoodxuhea4ykgysbft43o5yosa6jlf3","webSpace":"clitest.rgsx2667eq77hoxy6dyryihmgj73l3mvdx5mkoodxuhea4ykgysbft43o5yosa6jlf3-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-del-testcwtgeblgmkvn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700011","name":"functionapplinuxconsumptionlu56wq4w4u2de","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700011,"deletedTimestamp":"2018-11-07T06:07:52.4881058","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux34ut54kmz2ivpuqyh55idip7en7rl5uuouyc5k3qwjqg5s6ev","webSpace":"azurecli-functionapp-linux34ut54kmz2ivpuqyh55idip7en7rl5uuouyc5k3qwjqg5s6ev-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionlu56wq4w4u2de","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700013","name":"functionapp-linuxz4ut52x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700013,"deletedTimestamp":"2018-11-07T06:08:06.0291910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggfe5y57eqhvcutgiavyqd4aqaeog7guwrm5izlwsqfdcrhdxn62mmuo7g6vnxdgzi","webSpace":"clitest.rggfe5y57eqhvcutgiavyqd4aqaeog7guwrm5izlwsqfdcrhdxn62mmuo7g6vnxdgzi-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxz4ut52x","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700019","name":"functionappconsumptionuyntbayosbzz6kn2mt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700019,"deletedTimestamp":"2018-11-07T06:08:29.1586641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2epgtcex2qfinm7dyx6mkkwxgzkxbhkpwkc5shmrzoxeyxrdk5p","webSpace":"azurecli-functionapp-c-e2epgtcex2qfinm7dyx6mkkwxgzkxbhkpwkc5shmrzoxeyxrdk5p-WestUSwebspace","stamp":"waws-prod-bay-069","deletedSiteName":"functionappconsumptionuyntbayosbzz6kn2mt","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700021","name":"webapp-authentication-testyq4jmhhddbgjul","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700021,"deletedTimestamp":"2018-11-07T06:08:30.2583763","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationwrzonyz6hovv2lek3hhmljbsk5npfc4pophjmnkvi55ds","webSpace":"cli_test_webapp_authenticationwrzonyz6hovv2lek3hhmljbsk5npfc4pophjmnkvi55ds-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-authentication-testyq4jmhhddbgjul","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700022","name":"web-error6gp6kg7xoptfcfs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700022,"deletedTimestamp":"2018-11-07T06:08:35.1686774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghstxpbhjvh3h5nci4hl5cgwtexs3nyxidatvj7nk76z5mr4hpahkfbx7oeljscmut","webSpace":"clitest.rghstxpbhjvh3h5nci4hl5cgwtexs3nyxidatvj7nk76z5mr4hpahkfbx7oeljscmut-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-error6gp6kg7xoptfcfs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700023","name":"slot-traffic-webu6iqslda","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700023,"deletedTimestamp":"2018-11-07T06:08:37.6498907","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgazqfdhlztivluigdo7k5lvazjun7gopazow33tq43zcflkpn2urqdnie367hlvh7f","webSpace":"clitest.rgazqfdhlztivluigdo7k5lvazjun7gopazow33tq43zcflkpn2urqdnie367hlvh7f-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webu6iqslda","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700024","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700024,"deletedTimestamp":"2018-11-07T06:08:37.8467830","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rge23flidymnidk64vkvctk7zgrxjyd4cvaoo4heirytbdtkyb26wcq2ps2delrqjih","webSpace":"clitest.rge23flidymnidk64vkvctk7zgrxjyd4cvaoo4heirytbdtkyb26wcq2ps2delrqjih-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700027","name":"slot-traffic-webbbv33t6y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700027,"deletedTimestamp":"2018-11-07T06:08:48.6200097","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwpv4i47oanfhuejhv5wkeoao4skj7nu6oitsrarwjhqytxk2tfzotiflpm34ltdsu","webSpace":"clitest.rgwpv4i47oanfhuejhv5wkeoao4skj7nu6oitsrarwjhqytxk2tfzotiflpm34ltdsu-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-traffic-webbbv33t6y","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700028","name":"slot-traffic-webbbv33t6y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700028,"deletedTimestamp":"2018-11-07T06:08:48.6512612","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwpv4i47oanfhuejhv5wkeoao4skj7nu6oitsrarwjhqytxk2tfzotiflpm34ltdsu","webSpace":"clitest.rgwpv4i47oanfhuejhv5wkeoao4skj7nu6oitsrarwjhqytxk2tfzotiflpm34ltdsu-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-traffic-webbbv33t6y","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700030","name":"web-msiogprnfzqtsvyk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700030,"deletedTimestamp":"2018-11-07T06:08:54.2498284","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7ofnk4keei5jphumt5nlckrxikgmqfsbpcew42xds7jur5wntjba2ybor6u7lxocn","webSpace":"clitest.rg7ofnk4keei5jphumt5nlckrxikgmqfsbpcew42xds7jur5wntjba2ybor6u7lxocn-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-msiogprnfzqtsvyk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700031","name":"webapp-e2eciru6y75fy32aw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700031,"deletedTimestamp":"2018-11-07T06:08:55.3727247","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaudocjlmkkrts4lsjassxy7kqxxehxcgw4eyioy5iciinjmbscr6mcekqkmdejlbo","webSpace":"clitest.rgaudocjlmkkrts4lsjassxy7kqxxehxcgw4eyioy5iciinjmbscr6mcekqkmdejlbo-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-e2eciru6y75fy32aw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700032","name":"webapp-config-test7s3oqtwylxo6tdqf4afian","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700032,"deletedTimestamp":"2018-11-07T06:09:00.7956476","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config7d7224y2bh4sqsdnhxftgbuecsuag3dx7sxu5s2blqnrmj56gkgs4","webSpace":"cli_test_webapp_config7d7224y2bh4sqsdnhxftgbuecsuag3dx7sxu5s2blqnrmj56gkgs4-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-test7s3oqtwylxo6tdqf4afian","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700034","name":"web-ssl-testbkh4x56h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700034,"deletedTimestamp":"2018-11-07T06:09:01.5628965","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgln7lgttflyknudqjxn2rvd5ozzclhbi7wxgxi5swyxmlyn6uxq7kzzn3arkczpe6t","webSpace":"clitest.rgln7lgttflyknudqjxn2rvd5ozzclhbi7wxgxi5swyxmlyn6uxq7kzzn3arkczpe6t-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-ssl-testbkh4x56h","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700036","name":"delete-me-webwncxdkkl3lt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700036,"deletedTimestamp":"2018-11-07T06:09:06.5304657","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg43b62pgzceqllady5rm7mr43t6ytpim4acb7bekes3pqhcntgdislxbjwynasvzf6","webSpace":"clitest.rg43b62pgzceqllady5rm7mr43t6ytpim4acb7bekes3pqhcntgdislxbjwynasvzf6-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"delete-me-webwncxdkkl3lt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700037","name":"func-e2eolpv3ts6sbkfjk36","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700037,"deletedTimestamp":"2018-11-07T06:09:07.8391572","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdua4ajhz457du2wgrgbmdwyvgucdw4pavqzyq7zjoypf3tqujsgjkmg3x2v3saj5l","webSpace":"clitest.rgdua4ajhz457du2wgrgbmdwyvgucdw4pavqzyq7zjoypf3tqujsgjkmg3x2v3saj5l-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"func-e2eolpv3ts6sbkfjk36","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700041","name":"webappacrtestq7xfwzowfr6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700041,"deletedTimestamp":"2018-11-07T06:09:12.0574376","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggredej4nd642duyv3qjn6d2lshbfhxff2exzd55eyqzhhcqo2h2mks2qbodlahbmx","webSpace":"clitest.rggredej4nd642duyv3qjn6d2lshbfhxff2exzd55eyqzhhcqo2h2mks2qbodlahbmx-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestq7xfwzowfr6","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700043","name":"webapp-quickfrtucbr77ppv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700043,"deletedTimestamp":"2018-11-07T06:09:20.3867664","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw3j4cizzsqsf5qgui6376ctg6s7k7zxwoogbsngmnidiv3aw4m5lg2cj3e4l5pdgj","webSpace":"clitest.rgw3j4cizzsqsf5qgui6376ctg6s7k7zxwoogbsngmnidiv3aw4m5lg2cj3e4l5pdgj-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-quickfrtucbr77ppv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700046","name":"webapp-quickiohcx7vr6d2o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700046,"deletedTimestamp":"2018-11-07T06:09:29.3264060","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzfyeisvkas25im2fup4mksfrr24d56ycae2szcxrlnvuhjd4k5ehvmbhcjk6ppvdi","webSpace":"clitest.rgzfyeisvkas25im2fup4mksfrr24d56ycae2szcxrlnvuhjd4k5ehvmbhcjk6ppvdi-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quickiohcx7vr6d2o","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700048","name":"webapp-linux-multil4jb5h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700048,"deletedTimestamp":"2018-11-07T06:09:39.7167348","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc7m77pb633pysfqijme5furmdmnke4q425pa6dhd2j5vlcabbsqvcptectofyyijg","webSpace":"clitest.rgc7m77pb633pysfqijme5furmdmnke4q425pa6dhd2j5vlcabbsqvcptectofyyijg-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multil4jb5h","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700050","name":"func-e2ezrgoqsh7wvqqy22x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700050,"deletedTimestamp":"2018-11-07T06:09:43.6953804","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdua4ajhz457du2wgrgbmdwyvgucdw4pavqzyq7zjoypf3tqujsgjkmg3x2v3saj5l","webSpace":"clitest.rgdua4ajhz457du2wgrgbmdwyvgucdw4pavqzyq7zjoypf3tqujsgjkmg3x2v3saj5l-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"func-e2ezrgoqsh7wvqqy22x","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700051","name":"webapp-linuxcrdmdxvmulbs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700051,"deletedTimestamp":"2018-11-07T06:09:50.0000425","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgo3z2na3atmhasnzilj7i3dltarb7azyuncme7y4e6bf4s45r54myhdkn5tcjm2jqa","webSpace":"clitest.rgo3z2na3atmhasnzilj7i3dltarb7azyuncme7y4e6bf4s45r54myhdkn5tcjm2jqa-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxcrdmdxvmulbs","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700054","name":"webapp-hyperv-e2ey6h6qhb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700054,"deletedTimestamp":"2018-11-07T06:10:04.1565662","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqfjkykpusl3yxttzcsidttrmbzqyodte6um54syicl3q2rbtvvd5pfljckoj2sntz","webSpace":"clitest.rgqfjkykpusl3yxttzcsidttrmbzqyodte6um54syicl3q2rbtvvd5pfljckoj2sntz-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2ey6h6qhb","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700055","name":"slot-traffic-webwfzak22d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700055,"deletedTimestamp":"2018-11-07T06:10:06.9045827","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmxvljaro67oiixf3kjvrma4z3sliszjp7wu47wsalm5rxlr7622swhavaw2bsbmbn","webSpace":"clitest.rgmxvljaro67oiixf3kjvrma4z3sliszjp7wu47wsalm5rxlr7622swhavaw2bsbmbn-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webwfzak22d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700056","name":"slot-traffic-webwfzak22d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700056,"deletedTimestamp":"2018-11-07T06:10:06.9358418","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmxvljaro67oiixf3kjvrma4z3sliszjp7wu47wsalm5rxlr7622swhavaw2bsbmbn","webSpace":"clitest.rgmxvljaro67oiixf3kjvrma4z3sliszjp7wu47wsalm5rxlr7622swhavaw2bsbmbn-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webwfzak22d","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700057","name":"webapp-win-log7wxjr4t2pa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700057,"deletedTimestamp":"2018-11-07T06:10:07.7633661","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgawz434supajurqe2c23db7x3xtguvllyqqgamag73dk2qvmgpwwg3bjw7dk7gfkag","webSpace":"clitest.rgawz434supajurqe2c23db7x3xtguvllyqqgamag73dk2qvmgpwwg3bjw7dk7gfkag-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-log7wxjr4t2pa","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700058","name":"web-git-test24i6r6wqjdcm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700058,"deletedTimestamp":"2018-11-07T06:10:08.3499499","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc4xtwx6z26y4utt6oyjtbewnrk3vew7qak5wikzdox5wngybdevo4y5ess2abvijz","webSpace":"clitest.rgc4xtwx6z26y4utt6oyjtbewnrk3vew7qak5wikzdox5wngybdevo4y5ess2abvijz-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-git-test24i6r6wqjdcm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700061","name":"webapp-update-test2uxvg6ansv273zykaide72","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700061,"deletedTimestamp":"2018-11-07T06:10:18.8961779","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update3djtmc53k22n47phrbnsyped5tims7moams42bttef34dgzn352yv","webSpace":"cli_test_webapp_update3djtmc53k22n47phrbnsyped5tims7moams42bttef34dgzn352yv-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-update-test2uxvg6ansv273zykaide72","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700062","name":"webapp-update-test2uxvg6ansv273zykaide72","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700062,"deletedTimestamp":"2018-11-07T06:10:18.9274680","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update3djtmc53k22n47phrbnsyped5tims7moams42bttef34dgzn352yv","webSpace":"cli_test_webapp_update3djtmc53k22n47phrbnsyped5tims7moams42bttef34dgzn352yv-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-update-test2uxvg6ansv273zykaide72","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700064","name":"webapp-zipDeploy-test4r5r3kpocidmlq4fmxj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700064,"deletedTimestamp":"2018-11-07T06:10:27.5677736","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployst2fooqdqqj7lfoemqndwd37rzjzhsj5lxlqfl7t6ibtboi2ps","webSpace":"cli_test_webapp_zipDeployst2fooqdqqj7lfoemqndwd37rzjzhsj5lxlqfl7t6ibtboi2ps-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-zipDeploy-test4r5r3kpocidmlq4fmxj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700068","name":"slot-swap-webtxvuac5sqea","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700068,"deletedTimestamp":"2018-11-07T06:10:59.5141091","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgoyl2djqvzabeflamqj6tswnn7geebf6r6eox2m4di63cq7acxmvy6xcvbwu7mr733","webSpace":"clitest.rgoyl2djqvzabeflamqj6tswnn7geebf6r6eox2m4di63cq7acxmvy6xcvbwu7mr733-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webtxvuac5sqea","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700069","name":"slot-swap-webtxvuac5sqea","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700069,"deletedTimestamp":"2018-11-07T06:10:59.5609879","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgoyl2djqvzabeflamqj6tswnn7geebf6r6eox2m4di63cq7acxmvy6xcvbwu7mr733","webSpace":"clitest.rgoyl2djqvzabeflamqj6tswnn7geebf6r6eox2m4di63cq7acxmvy6xcvbwu7mr733-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webtxvuac5sqea","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700071","name":"webapp-quick-cdrht4we3nk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700071,"deletedTimestamp":"2018-11-07T06:11:04.1254867","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt2x4q7y5k2resegupzwqsymx6zj2u4n42vog2r3vertxjn2p6f4nxhbs2vkozzlpu","webSpace":"clitest.rgt2x4q7y5k2resegupzwqsymx6zj2u4n42vog2r3vertxjn2p6f4nxhbs2vkozzlpu-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-quick-cdrht4we3nk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700084","name":"webapp-linux-loguy2tjoya","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700084,"deletedTimestamp":"2018-11-07T06:12:07.9891547","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc2pogvhjyhf4ohwjl25y3lxytl3jvprbv7uory37f7qwikhjcblooe6pywypihvtm","webSpace":"clitest.rgc2pogvhjyhf4ohwjl25y3lxytl3jvprbv7uory37f7qwikhjcblooe6pywypihvtm-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-loguy2tjoya","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700088","name":"webapp-quick-linux6ldtls","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700088,"deletedTimestamp":"2018-11-07T06:12:49.4986219","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg657lxrmyxfhs4oaphnvfw65vnjgppevgvzhnpairw6jyfym6w4lbgs2s7rx76drkw","webSpace":"clitest.rg657lxrmyxfhs4oaphnvfw65vnjgppevgvzhnpairw6jyfym6w4lbgs2s7rx76drkw-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux6ldtls","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700103","name":"slot-test-web5hdqnhfuydo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700103,"deletedTimestamp":"2018-11-07T06:13:50.7948030","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg22ycoawhcxvcyzt5hx6s6lvj22juqm7qhplw6ksdprm7xr5xdnau5mlszwytfxbtx","webSpace":"clitest.rg22ycoawhcxvcyzt5hx6s6lvj22juqm7qhplw6ksdprm7xr5xdnau5mlszwytfxbtx-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-web5hdqnhfuydo","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700104","name":"slot-test-web5hdqnhfuydo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700104,"deletedTimestamp":"2018-11-07T06:13:52.8571935","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg22ycoawhcxvcyzt5hx6s6lvj22juqm7qhplw6ksdprm7xr5xdnau5mlszwytfxbtx","webSpace":"clitest.rg22ycoawhcxvcyzt5hx6s6lvj22juqm7qhplw6ksdprm7xr5xdnau5mlszwytfxbtx-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-web5hdqnhfuydo","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700107","name":"slot-test-web5hdqnhfuydo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700107,"deletedTimestamp":"2018-11-07T06:14:31.3911930","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg22ycoawhcxvcyzt5hx6s6lvj22juqm7qhplw6ksdprm7xr5xdnau5mlszwytfxbtx","webSpace":"clitest.rg22ycoawhcxvcyzt5hx6s6lvj22juqm7qhplw6ksdprm7xr5xdnau5mlszwytfxbtx-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-test-web5hdqnhfuydo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700111","name":"undelete-webxy65hn5o7v4i","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700111,"deletedTimestamp":"2018-11-07T06:14:54.7314246","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgytsjoglgm46upjgrmkung765jex65l2hro74ifv4udpvl5l5tzyprmvsxzq6qmdf6","webSpace":"clitest.rgytsjoglgm46upjgrmkung765jex65l2hro74ifv4udpvl5l5tzyprmvsxzq6qmdf6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-webxy65hn5o7v4i","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700135","name":"climb44x7nnkcmrq3zi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700135,"deletedTimestamp":"2018-11-07T06:17:26.8058479","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiiyc6a3vme","webSpace":"clitest.rgiiyc6a3vme-CentralUSwebspace","stamp":"waws-prod-dm1-097","deletedSiteName":"climb44x7nnkcmrq3zi","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19700518","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19700518,"deletedTimestamp":"2018-11-07T06:47:49.2882079","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createqodz772e6l7hb6gf24ifnlwfbi3wekc3jhuasldsducsmdty4ty","webSpace":"cli_test_resource_createqodz772e6l7hb6gf24ifnlwfbi3wekc3jhuasldsducsmdty4ty-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704782","name":"webapp1-d3542760e6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704782,"deletedTimestamp":"2018-11-07T10:37:44.1379218","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a64691240e58","webSpace":"rg1nemv_a64691240e58-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-d3542760e6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704788","name":"webapp1-8ad3669579","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704788,"deletedTimestamp":"2018-11-07T10:38:02.2088248","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a2a677719b90","webSpace":"rg1nemv_a2a677719b90-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-8ad3669579","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704791","name":"webapp3-88b0162820","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704791,"deletedTimestamp":"2018-11-07T10:38:24.5892143","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a64691240e58","webSpace":"rg1nemv_a64691240e58-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp3-88b0162820","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704792","name":"webapp3-6b589105a9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704792,"deletedTimestamp":"2018-11-07T10:38:37.6175839","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a2a677719b90","webSpace":"rg1nemv_a2a677719b90-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-6b589105a9","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704797","name":"webapp2-74c834589c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704797,"deletedTimestamp":"2018-11-07T10:38:57.8474421","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_94304751e419","webSpace":"rgnemv_94304751e419-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp2-74c834589c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704798","name":"webapp1-5a25159300","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704798,"deletedTimestamp":"2018-11-07T10:38:59.6150862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_94304751e419","webSpace":"rgnemv_94304751e419-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp1-5a25159300","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704811","name":"webapp1-01b8076571","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704811,"deletedTimestamp":"2018-11-07T10:39:59.1376684","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_127366955e68","webSpace":"rg1nemv_127366955e68-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-01b8076571","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704813","name":"webapp1-7f5351084f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704813,"deletedTimestamp":"2018-11-07T10:40:02.1987484","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2a771046dc14","webSpace":"rg1nemv_2a771046dc14-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-7f5351084f","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704814","name":"webapp1-24e0897846","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704814,"deletedTimestamp":"2018-11-07T10:40:02.7853064","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_9d79269265b8","webSpace":"rgnemv_9d79269265b8-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-24e0897846","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704815","name":"webapp2-2cf6551824","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704815,"deletedTimestamp":"2018-11-07T10:40:03.6451882","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a64691240e58","webSpace":"rg1nemv_a64691240e58-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp2-2cf6551824","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704816","name":"webapp2-085734496e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704816,"deletedTimestamp":"2018-11-07T10:40:05.6619132","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_9d79269265b8","webSpace":"rgnemv_9d79269265b8-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-085734496e","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704825","name":"webapp1-32d36583f6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704825,"deletedTimestamp":"2018-11-07T10:40:16.4857184","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_53e616457176","webSpace":"rg1nemv_53e616457176-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-32d36583f6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704828","name":"webapp2-b9e5432346","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704828,"deletedTimestamp":"2018-11-07T10:40:25.0566957","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_a2a677719b90","webSpace":"rg1nemv_a2a677719b90-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-b9e5432346","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704839","name":"webapp1-d9a684373d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704839,"deletedTimestamp":"2018-11-07T10:41:02.7771194","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d5a48537cf7c","webSpace":"rg1nemv_d5a48537cf7c-WestUSwebspace","stamp":"waws-prod-bay-071","deletedSiteName":"webapp1-d9a684373d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704859","name":"webapp3-586935625b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704859,"deletedTimestamp":"2018-11-07T10:41:43.3912454","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d5a48537cf7c","webSpace":"rg1nemv_d5a48537cf7c-WestUSwebspace","stamp":"waws-prod-bay-071","deletedSiteName":"webapp3-586935625b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704860","name":"webapp3-05549486b8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704860,"deletedTimestamp":"2018-11-07T10:41:43.4660379","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_11246773e1d5","webSpace":"rg1nemv_11246773e1d5-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp3-05549486b8","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704861","name":"webapp1-e8984087b9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704861,"deletedTimestamp":"2018-11-07T10:41:44.8238826","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_11246773e1d5","webSpace":"rg1nemv_11246773e1d5-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp1-e8984087b9","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704863","name":"webapp2-3b1391134c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704863,"deletedTimestamp":"2018-11-07T10:41:50.1436087","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_11246773e1d5","webSpace":"rg1nemv_11246773e1d5-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp2-3b1391134c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704868","name":"webapp1-2ec54859e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704868,"deletedTimestamp":"2018-11-07T10:41:57.9148302","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6df27000c4f9","webSpace":"rgnemv_6df27000c4f9-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"webapp1-2ec54859e9","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704872","name":"webapp1-7b62213616","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704872,"deletedTimestamp":"2018-11-07T10:42:02.5705080","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_bfe48667cbf1","webSpace":"rg1nemv_bfe48667cbf1-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-7b62213616","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704873","name":"webapp2-46547058c0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704873,"deletedTimestamp":"2018-11-07T10:42:06.7527641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6df27000c4f9","webSpace":"rgnemv_6df27000c4f9-WestUSwebspace","stamp":"waws-prod-bay-077","deletedSiteName":"webapp2-46547058c0","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19704903","name":"webapp2-496954419d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19704903,"deletedTimestamp":"2018-11-07T10:43:26.3831528","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d5a48537cf7c","webSpace":"rg1nemv_d5a48537cf7c-WestUSwebspace","stamp":"waws-prod-bay-071","deletedSiteName":"webapp2-496954419d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705115","name":"webapp2-7f31355836","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705115,"deletedTimestamp":"2018-11-07T10:54:09.8425451","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_290645350da2","webSpace":"rg1nemv_290645350da2-WestEuropewebspace","stamp":"waws-prod-am2-221","deletedSiteName":"webapp2-7f31355836","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705116","name":"webapp2-7f31355836","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705116,"deletedTimestamp":"2018-11-07T10:54:09.8738034","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_290645350da2","webSpace":"rg1nemv_290645350da2-WestEuropewebspace","stamp":"waws-prod-am2-221","deletedSiteName":"webapp2-7f31355836","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705124","name":"webapp3-0cc999994d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705124,"deletedTimestamp":"2018-11-07T10:54:19.7394580","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_290645350da2","webSpace":"rg1nemv_290645350da2-EastAsiawebspace","stamp":"waws-prod-hk1-011","deletedSiteName":"webapp3-0cc999994d","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705125","name":"webapp3-0cc999994d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705125,"deletedTimestamp":"2018-11-07T10:54:19.7863340","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_290645350da2","webSpace":"rg1nemv_290645350da2-EastAsiawebspace","stamp":"waws-prod-hk1-011","deletedSiteName":"webapp3-0cc999994d","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705128","name":"webapp1-da223311a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705128,"deletedTimestamp":"2018-11-07T10:54:27.5266880","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_290645350da2","webSpace":"rg1nemv_290645350da2-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-da223311a4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705129","name":"webapp1-da223311a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705129,"deletedTimestamp":"2018-11-07T10:54:27.5735826","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_290645350da2","webSpace":"rg1nemv_290645350da2-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-da223311a4","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705363","name":"webapp3-89362242e1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705363,"deletedTimestamp":"2018-11-07T11:07:43.6019487","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_82a91588e55f9","webSpace":"rgcdn_82a91588e55f9-WestEuropewebspace","stamp":"waws-prod-am2-207","deletedSiteName":"webapp3-89362242e1","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705364","name":"webapp4-6921781376","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705364,"deletedTimestamp":"2018-11-07T11:07:45.6497923","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_82a91588e55f9","webSpace":"rgcdn_82a91588e55f9-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-6921781376","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705366","name":"webapp6-9d874958fd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705366,"deletedTimestamp":"2018-11-07T11:07:50.5704696","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_82a91588e55f9","webSpace":"rgcdn_82a91588e55f9-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-9d874958fd","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705368","name":"webapp5-e4735905a8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705368,"deletedTimestamp":"2018-11-07T11:07:52.6252868","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_82a91588e55f9","webSpace":"rgcdn_82a91588e55f9-SoutheastAsiawebspace","stamp":"waws-prod-sg1-031","deletedSiteName":"webapp5-e4735905a8","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705371","name":"webapp1-3f528445cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705371,"deletedTimestamp":"2018-11-07T11:07:58.7658631","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_82a91588e55f9","webSpace":"rgcdn_82a91588e55f9-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-3f528445cc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705373","name":"webapp2-448244088e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705373,"deletedTimestamp":"2018-11-07T11:08:03.3784636","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgcdn_82a91588e55f9","webSpace":"rgcdn_82a91588e55f9-EastUSwebspace","stamp":"waws-prod-blu-095","deletedSiteName":"webapp2-448244088e","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705742","name":"mytestscalewebapp44d02030","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705742,"deletedTimestamp":"2018-11-07T11:26:32.9478497","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgmonitor38601","webSpace":"rgmonitor38601-SouthCentralUSwebspace","stamp":"waws-prod-sn1-153","deletedSiteName":"mytestscalewebapp44d02030","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705935","name":"wnrsat4b8319041e4f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705935,"deletedTimestamp":"2018-11-07T11:38:25.3264766","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsate8385540b189a","webSpace":"rgrsate8385540b189a-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"wnrsat4b8319041e4f2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705972","name":"yg-web","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705972,"deletedTimestamp":"2018-11-07T11:40:17.3053780","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"yg","webSpace":"yg-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"yg-web","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705973","name":"yg-web","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705973,"deletedTimestamp":"2018-11-07T11:40:17.3366368","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"yg","webSpace":"yg-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"yg-web","slot":"yg-slot","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19705979","name":"wnrsatb4e94113d83ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19705979,"deletedTimestamp":"2018-11-07T11:40:43.0935159","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsap0e919822206e0","webSpace":"rgrsap0e919822206e0-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"wnrsatb4e94113d83ad","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707438","name":"java-webapp-4807","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707438,"deletedTimestamp":"2018-11-07T13:01:15.9379723","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg270","webSpace":"javacsmrg270-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-4807","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707439","name":"java-webapp-4807","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707439,"deletedTimestamp":"2018-11-07T13:01:15.9691983","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg270","webSpace":"javacsmrg270-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-4807","slot":"java-slot-9770","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707440","name":"java-webapp-4807","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707440,"deletedTimestamp":"2018-11-07T13:01:16.0004494","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg270","webSpace":"javacsmrg270-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-4807","slot":"java-slot-6968","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707441","name":"java-webapp-4807","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707441,"deletedTimestamp":"2018-11-07T13:01:16.0317050","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg270","webSpace":"javacsmrg270-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-4807","slot":"java-slot-436","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707466","name":"IAmAFuncitonNameThatIsLonger9769","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707466,"deletedTimestamp":"2018-11-07T13:02:48.8261007","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7018","webSpace":"javacsmrg7018-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"IAmAFuncitonNameThatIsLonger9769","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707523","name":"java-webapp-3942","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707523,"deletedTimestamp":"2018-11-07T13:04:56.2987766","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2987","webSpace":"javacsmrg2987-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"java-webapp-3942","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707572","name":"java-webapp-4844","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707572,"deletedTimestamp":"2018-11-07T13:07:45.7049771","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2263","webSpace":"javacsmrg2263-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-4844","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707573","name":"java-webapp-4844","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707573,"deletedTimestamp":"2018-11-07T13:07:45.7831024","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2263","webSpace":"javacsmrg2263-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-4844","slot":"java-slot-6216","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707574","name":"java-webapp-4844","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707574,"deletedTimestamp":"2018-11-07T13:07:45.8456041","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2263","webSpace":"javacsmrg2263-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-4844","slot":"java-slot-8922","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707575","name":"java-webapp-4844","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707575,"deletedTimestamp":"2018-11-07T13:07:45.9237694","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2263","webSpace":"javacsmrg2263-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-4844","slot":"java-slot-764","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707593","name":"java-webapp-1900","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707593,"deletedTimestamp":"2018-11-07T13:08:22.9069491","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7656","webSpace":"javacsmrg7656-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-1900","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707600","name":"java-webapp-9293","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707600,"deletedTimestamp":"2018-11-07T13:08:42.2398833","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9803","webSpace":"javacsmrg9803-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-9293","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707604","name":"java-webapp-2234","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707604,"deletedTimestamp":"2018-11-07T13:09:04.2945695","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3114","webSpace":"javacsmrg3114-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-2234","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707608","name":"java-webapp-5214","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707608,"deletedTimestamp":"2018-11-07T13:09:10.6485283","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3133","webSpace":"javacsmrg3133-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-5214","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707609","name":"java-webapp-8485","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707609,"deletedTimestamp":"2018-11-07T13:09:13.1444932","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8620","webSpace":"javacsmrg8620-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-8485","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707640","name":"java-webapp-6262","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707640,"deletedTimestamp":"2018-11-07T13:11:22.5623063","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9823","webSpace":"javacsmrg9823-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-6262","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707647","name":"java-webapp-3975","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707647,"deletedTimestamp":"2018-11-07T13:11:35.5655690","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3913","webSpace":"javacsmrg3913-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-3975","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707649","name":"java-webapp-1078","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707649,"deletedTimestamp":"2018-11-07T13:11:39.1191863","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3226","webSpace":"javacsmrg3226-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-1078","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19707915","name":"rgweb3271","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19707915,"deletedTimestamp":"2018-11-07T13:26:47.3390278","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"csmrg6864","webSpace":"csmrg6864-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"rgweb3271","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19709225","name":"java-webapp-1197","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19709225,"deletedTimestamp":"2018-11-07T14:20:34.4050106","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2987","webSpace":"javacsmrg2987-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"java-webapp-1197","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19709226","name":"java-webapp-7952","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19709226,"deletedTimestamp":"2018-11-07T14:20:35.0552452","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9425","webSpace":"javacsmrg9425-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-7952","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19709416","name":"java-webapp-8118","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19709416,"deletedTimestamp":"2018-11-07T14:27:55.7215048","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9823","webSpace":"javacsmrg9823-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-8118","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714296","name":"webapp1-d3f23575b3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714296,"deletedTimestamp":"2018-11-07T17:34:59.7640057","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3f1370741efd","webSpace":"rgnemv_3f1370741efd-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-d3f23575b3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714297","name":"webapp1-fb23613627","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714297,"deletedTimestamp":"2018-11-07T17:35:00.6824407","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_52d16021bf50","webSpace":"rg1nemv_52d16021bf50-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-fb23613627","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714299","name":"webapp2-590721086f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714299,"deletedTimestamp":"2018-11-07T17:35:07.3449049","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3f1370741efd","webSpace":"rgnemv_3f1370741efd-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-590721086f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714311","name":"webapp3-8b3018443c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714311,"deletedTimestamp":"2018-11-07T17:35:39.8581870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_52d16021bf50","webSpace":"rg1nemv_52d16021bf50-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-8b3018443c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714312","name":"webapp2-5da1822846","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714312,"deletedTimestamp":"2018-11-07T17:35:41.0347284","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_52d16021bf50","webSpace":"rg1nemv_52d16021bf50-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-5da1822846","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714343","name":"webapp2-f1497702c8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714343,"deletedTimestamp":"2018-11-07T17:36:34.0568357","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_886026894d46","webSpace":"rgnemv_886026894d46-EastUS2webspace","stamp":"waws-prod-bn1-037","deletedSiteName":"webapp2-f1497702c8","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714345","name":"webapp1-d1837583cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714345,"deletedTimestamp":"2018-11-07T17:36:36.3511274","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_dcb4732175bd","webSpace":"rg1nemv_dcb4732175bd-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-d1837583cc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714348","name":"webapp1-3568196542","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714348,"deletedTimestamp":"2018-11-07T17:36:42.7578128","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_886026894d46","webSpace":"rgnemv_886026894d46-EastUS2webspace","stamp":"waws-prod-bn1-037","deletedSiteName":"webapp1-3568196542","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714355","name":"webapp1-436680918b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714355,"deletedTimestamp":"2018-11-07T17:37:04.7407278","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4a837318d39d","webSpace":"rg1nemv_4a837318d39d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-436680918b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714361","name":"webapp3-1c5438586b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714361,"deletedTimestamp":"2018-11-07T17:37:12.3282864","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_dcb4732175bd","webSpace":"rg1nemv_dcb4732175bd-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp3-1c5438586b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714364","name":"webapp2-42f67062ef","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714364,"deletedTimestamp":"2018-11-07T17:37:16.4449261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_dcb4732175bd","webSpace":"rg1nemv_dcb4732175bd-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp2-42f67062ef","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714377","name":"webapp1-7ba0514996","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714377,"deletedTimestamp":"2018-11-07T17:37:42.2997193","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_967973644a49","webSpace":"rgnemv_967973644a49-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-7ba0514996","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714379","name":"webapp2-c4e5593548","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714379,"deletedTimestamp":"2018-11-07T17:37:45.5635034","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4a837318d39d","webSpace":"rg1nemv_4a837318d39d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-c4e5593548","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714382","name":"webapp3-68a066759b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714382,"deletedTimestamp":"2018-11-07T17:37:47.1663056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4a837318d39d","webSpace":"rg1nemv_4a837318d39d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-68a066759b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714387","name":"webapp2-0c31521553","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714387,"deletedTimestamp":"2018-11-07T17:37:51.3655196","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_967973644a49","webSpace":"rgnemv_967973644a49-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-0c31521553","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714482","name":"webapp6-f4552748cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714482,"deletedTimestamp":"2018-11-07T17:41:44.2400720","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5311828303e8a33975","webSpace":"rg5311828303e8a33975-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-f4552748cd","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714484","name":"webapp1-76361403ed","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714484,"deletedTimestamp":"2018-11-07T17:41:46.5626973","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5311828303e8a33975","webSpace":"rg5311828303e8a33975-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-76361403ed","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714490","name":"webapp5-911351119d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714490,"deletedTimestamp":"2018-11-07T17:41:56.3342762","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5311828303e8a33975","webSpace":"rg5311828303e8a33975-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-911351119d","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714494","name":"webapp2-2661127727","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714494,"deletedTimestamp":"2018-11-07T17:42:01.7931004","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5311828303e8a33975","webSpace":"rg5311828303e8a33975-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-2661127727","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714495","name":"webapp4-0284618664","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714495,"deletedTimestamp":"2018-11-07T17:42:04.6369886","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5311828303e8a33975","webSpace":"rg5311828303e8a33975-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-0284618664","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714496","name":"webapp3-c2d100430c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714496,"deletedTimestamp":"2018-11-07T17:42:08.9974658","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5311828303e8a33975","webSpace":"rg5311828303e8a33975-WestEuropewebspace","stamp":"waws-prod-am2-161","deletedSiteName":"webapp3-c2d100430c","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714572","name":"webapp2-7bb474845c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714572,"deletedTimestamp":"2018-11-07T17:45:13.4497358","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg14173890ac74743","webSpace":"rg14173890ac74743-WestEuropewebspace","stamp":"waws-prod-am2-161","deletedSiteName":"webapp2-7bb474845c","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714573","name":"webapp2-7bb474845c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714573,"deletedTimestamp":"2018-11-07T17:45:13.6059900","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg14173890ac74743","webSpace":"rg14173890ac74743-WestEuropewebspace","stamp":"waws-prod-am2-161","deletedSiteName":"webapp2-7bb474845c","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714574","name":"webapp1-43c2057340","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714574,"deletedTimestamp":"2018-11-07T17:45:18.0071024","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg14173890ac74743","webSpace":"rg14173890ac74743-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp1-43c2057340","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714575","name":"webapp1-43c2057340","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714575,"deletedTimestamp":"2018-11-07T17:45:18.1189309","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg14173890ac74743","webSpace":"rg14173890ac74743-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp1-43c2057340","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714576","name":"webapp3-ebb4646976","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714576,"deletedTimestamp":"2018-11-07T17:45:21.9573293","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg14173890ac74743","webSpace":"rg14173890ac74743-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-ebb4646976","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714577","name":"webapp3-ebb4646976","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714577,"deletedTimestamp":"2018-11-07T17:45:22.1917119","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg14173890ac74743","webSpace":"rg14173890ac74743-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-ebb4646976","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714656","name":"webapp4-060906964e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714656,"deletedTimestamp":"2018-11-07T17:49:08.4832600","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8f842784ed09","webSpace":"rgnemv_8f842784ed09-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp4-060906964e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714658","name":"webapp2-df7083282e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714658,"deletedTimestamp":"2018-11-07T17:49:19.7078235","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8f842784ed09","webSpace":"rgnemv_8f842784ed09-WestEuropewebspace","stamp":"waws-prod-am2-175","deletedSiteName":"webapp2-df7083282e","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714664","name":"webapp1-cf70420612","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714664,"deletedTimestamp":"2018-11-07T17:49:25.9799269","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8f842784ed09","webSpace":"rgnemv_8f842784ed09-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-cf70420612","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714665","name":"webapp3-f5f964208e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714665,"deletedTimestamp":"2018-11-07T17:49:30.6904203","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8f842784ed09","webSpace":"rgnemv_8f842784ed09-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-f5f964208e","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714667","name":"webapp5-6495173642","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714667,"deletedTimestamp":"2018-11-07T17:49:35.9838718","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8f842784ed09","webSpace":"rgnemv_8f842784ed09-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp5-6495173642","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714758","name":"webapp4-00f67429fe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714758,"deletedTimestamp":"2018-11-07T17:54:21.8565349","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1893020412bb","webSpace":"rgnemv_1893020412bb-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp4-00f67429fe","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714763","name":"webapp5-89040397ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714763,"deletedTimestamp":"2018-11-07T17:54:27.0841505","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1893020412bb","webSpace":"rgnemv_1893020412bb-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp5-89040397ad","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714769","name":"webapp3-7b201926cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714769,"deletedTimestamp":"2018-11-07T17:54:33.0187392","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1893020412bb","webSpace":"rgnemv_1893020412bb-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-7b201926cd","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714775","name":"webapp1-0732595081","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714775,"deletedTimestamp":"2018-11-07T17:54:37.8241994","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1893020412bb","webSpace":"rgnemv_1893020412bb-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-0732595081","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714778","name":"webapp2-1869165428","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714778,"deletedTimestamp":"2018-11-07T17:54:43.2382583","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1893020412bb","webSpace":"rgnemv_1893020412bb-WestEuropewebspace","stamp":"waws-prod-am2-203","deletedSiteName":"webapp2-1869165428","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714786","name":"webapp1-a8a965262f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714786,"deletedTimestamp":"2018-11-07T17:54:58.9346676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge1a36032cbee798","webSpace":"rge1a36032cbee798-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp1-a8a965262f","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714787","name":"webapp1-a8a965262f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714787,"deletedTimestamp":"2018-11-07T17:54:58.9658870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge1a36032cbee798","webSpace":"rge1a36032cbee798-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp1-a8a965262f","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714794","name":"webapp2-a7a475748a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714794,"deletedTimestamp":"2018-11-07T17:55:06.6637756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge1a36032cbee798","webSpace":"rge1a36032cbee798-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-a7a475748a","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714795","name":"webapp2-a7a475748a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714795,"deletedTimestamp":"2018-11-07T17:55:06.7106514","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge1a36032cbee798","webSpace":"rge1a36032cbee798-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp2-a7a475748a","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714799","name":"webapp3-55168411b3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714799,"deletedTimestamp":"2018-11-07T17:55:17.8778161","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge1a36032cbee798","webSpace":"rge1a36032cbee798-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-55168411b3","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714800","name":"webapp3-55168411b3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714800,"deletedTimestamp":"2018-11-07T17:55:17.9246619","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge1a36032cbee798","webSpace":"rge1a36032cbee798-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-55168411b3","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714907","name":"webapp1-8986544037","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714907,"deletedTimestamp":"2018-11-07T17:59:02.3189091","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34f64338d7b6fb110c","webSpace":"rg34f64338d7b6fb110c-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp1-8986544037","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714908","name":"webapp5-11e017884f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714908,"deletedTimestamp":"2018-11-07T17:59:04.3792084","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34f64338d7b6fb110c","webSpace":"rg34f64338d7b6fb110c-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-11e017884f","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714912","name":"webapp4-e5345612c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714912,"deletedTimestamp":"2018-11-07T17:59:12.0342701","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34f64338d7b6fb110c","webSpace":"rg34f64338d7b6fb110c-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-e5345612c1","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714913","name":"webapp6-7f445130e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714913,"deletedTimestamp":"2018-11-07T17:59:14.8931623","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34f64338d7b6fb110c","webSpace":"rg34f64338d7b6fb110c-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-7f445130e9","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714916","name":"webapp3-b8b8726462","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714916,"deletedTimestamp":"2018-11-07T17:59:19.4055821","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34f64338d7b6fb110c","webSpace":"rg34f64338d7b6fb110c-WestEuropewebspace","stamp":"waws-prod-am2-229","deletedSiteName":"webapp3-b8b8726462","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19714920","name":"webapp2-f91981617f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19714920,"deletedTimestamp":"2018-11-07T17:59:27.9203992","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg34f64338d7b6fb110c","webSpace":"rg34f64338d7b6fb110c-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp2-f91981617f","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19715017","name":"wnrsateb238227abb3d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19715017,"deletedTimestamp":"2018-11-07T18:02:22.6555085","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat9b967997ebbc0","webSpace":"rgrsat9b967997ebbc0-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsateb238227abb3d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19715240","name":"mytestscalewebapp0030975212","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19715240,"deletedTimestamp":"2018-11-07T18:09:33.2462449","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup3d878957a8e","webSpace":"myresourcegroup3d878957a8e-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"mytestscalewebapp0030975212","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716383","name":"java-webapp-16404f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716383,"deletedTimestamp":"2018-11-07T19:08:13.1286287","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg784525365","webSpace":"javacsmrg784525365-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-16404f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716402","name":"java-webapp-307814","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716402,"deletedTimestamp":"2018-11-07T19:08:59.3251654","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf95398765","webSpace":"javacsmrgf95398765-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-307814","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716404","name":"java-webapp-79995d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716404,"deletedTimestamp":"2018-11-07T19:09:19.9948385","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg063904935","webSpace":"javacsmrg063904935-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-79995d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716416","name":"java-func-abc403567","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716416,"deletedTimestamp":"2018-11-07T19:10:00.9547678","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgfaa28119e","webSpace":"javacsmrgfaa28119e-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"java-func-abc403567","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716418","name":"java-func-681106243","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716418,"deletedTimestamp":"2018-11-07T19:10:02.4506167","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgfaa28119e","webSpace":"javacsmrgfaa28119e-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"java-func-681106243","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716420","name":"java-func-98466100c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716420,"deletedTimestamp":"2018-11-07T19:10:04.0345718","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge5f909216","webSpace":"javacsmrge5f909216-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-func-98466100c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716479","name":"java-webapp-345542","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716479,"deletedTimestamp":"2018-11-07T19:14:39.1550568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge4343423f","webSpace":"javacsmrge4343423f-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-345542","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716481","name":"java-webapp-56256e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716481,"deletedTimestamp":"2018-11-07T19:14:41.5228068","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge4343423f","webSpace":"javacsmrge4343423f-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-56256e","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716628","name":"java-webapp-655600","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716628,"deletedTimestamp":"2018-11-07T19:23:09.4552188","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc00892307","webSpace":"javacsmrgc00892307-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-655600","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716631","name":"java-webapp-591206","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716631,"deletedTimestamp":"2018-11-07T19:23:12.1353754","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc00892307","webSpace":"javacsmrgc00892307-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-591206","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19716689","name":"rsd0e24813","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19716689,"deletedTimestamp":"2018-11-07T19:26:29.9098525","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd0e24813","webSpace":"rgd0e24813-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"rsd0e24813","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718812","name":"webc5n25jr3v6h7a3svz7dg4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718812,"deletedTimestamp":"2018-11-07T21:34:04.8691741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7njukttipihtajb5i452dtmje75lfrlqh7wylzydy3ywohg4imvib4c5zto5qjekm","webSpace":"clitest.rg7njukttipihtajb5i452dtmje75lfrlqh7wylzydy3ywohg4imvib4c5zto5qjekm-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webc5n25jr3v6h7a3svz7dg4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718816","name":"web-del-testwjuummdlhqss","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718816,"deletedTimestamp":"2018-11-07T21:34:09.1055294","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu3e2tkyegre4nx73oaqgicyhd2p3ntnjcxrpy4ufy6mkwv6btndywx4mq75272tsb","webSpace":"clitest.rgu3e2tkyegre4nx73oaqgicyhd2p3ntnjcxrpy4ufy6mkwv6btndywx4mq75272tsb-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-del-testwjuummdlhqss","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718817","name":"functionapplinuxconsumptionn4vd6rtj6dvfa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718817,"deletedTimestamp":"2018-11-07T21:34:16.8754164","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxupgrq2mewsqxnmzq5k6im7vs5y7diozognywenkm42tt6xe53","webSpace":"azurecli-functionapp-linuxupgrq2mewsqxnmzq5k6im7vs5y7diozognywenkm42tt6xe53-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionn4vd6rtj6dvfa","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718822","name":"functionapp-linux6feefkm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718822,"deletedTimestamp":"2018-11-07T21:34:30.2854631","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6rmkldhllsogihs3uxclm2advtv5ccczhgc7p5asvrz37nwsk6yzdln3bprcq7soo","webSpace":"clitest.rg6rmkldhllsogihs3uxclm2advtv5ccczhgc7p5asvrz37nwsk6yzdln3bprcq7soo-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linux6feefkm","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718829","name":"functionappconsumptionlllrvkslkzjjvpnzvu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718829,"deletedTimestamp":"2018-11-07T21:34:50.4955338","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ewod7lsl3zbzgwvhup6v2vauwcwoqrptsicwbp6qmuzt2zsfsz","webSpace":"azurecli-functionapp-c-e2ewod7lsl3zbzgwvhup6v2vauwcwoqrptsicwbp6qmuzt2zsfsz-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"functionappconsumptionlllrvkslkzjjvpnzvu","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718831","name":"web-errorh3xuxdatzqlrv7r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718831,"deletedTimestamp":"2018-11-07T21:34:55.3534851","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguwmet5llyyzxjqpioine63nhltpb3ccr7x73xb5bxx24rz66seybtsgsv7zv2kyyn","webSpace":"clitest.rguwmet5llyyzxjqpioine63nhltpb3ccr7x73xb5bxx24rz66seybtsgsv7zv2kyyn-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-errorh3xuxdatzqlrv7r","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718833","name":"slot-traffic-web5wuxdan2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718833,"deletedTimestamp":"2018-11-07T21:35:01.5774887","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwgprgbrjuw6mwqh5t2yaa2esnpyy4l2asb5dyho3fytkvxrs2juakypmvnm6hto2n","webSpace":"clitest.rgwgprgbrjuw6mwqh5t2yaa2esnpyy4l2asb5dyho3fytkvxrs2juakypmvnm6hto2n-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-web5wuxdan2","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718835","name":"webapp-authentication-test4gozt7c7xbr5yf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718835,"deletedTimestamp":"2018-11-07T21:35:03.0453394","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationyhg3woigu2t3avdtbjh6hefdrcimaxaduucumn5yvybiy","webSpace":"cli_test_webapp_authenticationyhg3woigu2t3avdtbjh6hefdrcimaxaduucumn5yvybiy-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-authentication-test4gozt7c7xbr5yf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718840","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718840,"deletedTimestamp":"2018-11-07T21:35:07.9194838","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnf4fmepnbptzgwzerhr2e4wqk4qz7jghl4n3kgqngug2bvc2tfc5lakmi55mppipl","webSpace":"clitest.rgnf4fmepnbptzgwzerhr2e4wqk4qz7jghl4n3kgqngug2bvc2tfc5lakmi55mppipl-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718844","name":"slot-traffic-webs47ls735","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718844,"deletedTimestamp":"2018-11-07T21:35:12.1716645","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghbwat4h26rirf5rllxr6xuqygi3kkddxmbqr6oldm6bon3j5pht742fenaos5vyqk","webSpace":"clitest.rghbwat4h26rirf5rllxr6xuqygi3kkddxmbqr6oldm6bon3j5pht742fenaos5vyqk-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webs47ls735","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718845","name":"slot-traffic-webs47ls735","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718845,"deletedTimestamp":"2018-11-07T21:35:12.2654849","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghbwat4h26rirf5rllxr6xuqygi3kkddxmbqr6oldm6bon3j5pht742fenaos5vyqk","webSpace":"clitest.rghbwat4h26rirf5rllxr6xuqygi3kkddxmbqr6oldm6bon3j5pht742fenaos5vyqk-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webs47ls735","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718848","name":"webapp-e2e5onwrcazwylv2g","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718848,"deletedTimestamp":"2018-11-07T21:35:15.2837300","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc52oihliwhrzdjm45vhp3lsxj4s2bb4js34ah3jsx3xjgnahu4i5hktycmffmcvww","webSpace":"clitest.rgc52oihliwhrzdjm45vhp3lsxj4s2bb4js34ah3jsx3xjgnahu4i5hktycmffmcvww-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-e2e5onwrcazwylv2g","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718854","name":"webapp-config-testszqm7ki7zpcdoztrmbbggs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718854,"deletedTimestamp":"2018-11-07T21:35:24.1718121","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configusal7u4555y3l3gmbufgckc7oyypudmt7gawj64oc2rfvhmaasz2n","webSpace":"cli_test_webapp_configusal7u4555y3l3gmbufgckc7oyypudmt7gawj64oc2rfvhmaasz2n-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-testszqm7ki7zpcdoztrmbbggs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718858","name":"webappacrtesti2ewpbxeslm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718858,"deletedTimestamp":"2018-11-07T21:35:31.5367972","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfdbgmcjnb2z2tjsb4awrnyzc5uf7ru2fpc5gfap32od3sqrnb4two4uvoiz5752uf","webSpace":"clitest.rgfdbgmcjnb2z2tjsb4awrnyzc5uf7ru2fpc5gfap32od3sqrnb4two4uvoiz5752uf-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtesti2ewpbxeslm","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718861","name":"web-ssl-testxwz3uqgx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718861,"deletedTimestamp":"2018-11-07T21:35:36.3063380","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgilw4vbekj64ya54nnpinuyuswwgyusqnh5wquhw4jhxa75mycesmyuivolyk2beez","webSpace":"clitest.rgilw4vbekj64ya54nnpinuyuswwgyusqnh5wquhw4jhxa75mycesmyuivolyk2beez-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-ssl-testxwz3uqgx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718864","name":"delete-me-web574agmydhgm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718864,"deletedTimestamp":"2018-11-07T21:35:43.6657478","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3iuxdtshvl7er5sptg2cfzdau4g3lh36amaki66vdo5wr3ydwihwkkifsfhjznuy4","webSpace":"clitest.rg3iuxdtshvl7er5sptg2cfzdau4g3lh36amaki66vdo5wr3ydwihwkkifsfhjznuy4-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"delete-me-web574agmydhgm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718866","name":"webapp-quickdz2fnvwfzka4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718866,"deletedTimestamp":"2018-11-07T21:35:49.1954687","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg42tjk2fzzisrhzlsbi27s5vjlei2qagiv364ohw7a4i2ssxktrldzeu676xtk2g6q","webSpace":"clitest.rg42tjk2fzzisrhzlsbi27s5vjlei2qagiv364ohw7a4i2ssxktrldzeu676xtk2g6q-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quickdz2fnvwfzka4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718871","name":"web-msixcmapryofi5d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718871,"deletedTimestamp":"2018-11-07T21:35:55.8077316","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdmse6y5irx4v5khucwf6am2tc4fbnxj6ffozv46yjo6jhzh6qh3f3lagwblagt2jz","webSpace":"clitest.rgdmse6y5irx4v5khucwf6am2tc4fbnxj6ffozv46yjo6jhzh6qh3f3lagwblagt2jz-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-msixcmapryofi5d3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718872","name":"func-e2esy32rwacgbpf6odh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718872,"deletedTimestamp":"2018-11-07T21:35:56.8278015","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkwe7pthery4rhn52lixvphqggt5mgqpjpxrvtsyk4cqdejvvk2rgo4owmd6wyc4tf","webSpace":"clitest.rgkwe7pthery4rhn52lixvphqggt5mgqpjpxrvtsyk4cqdejvvk2rgo4owmd6wyc4tf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2esy32rwacgbpf6odh","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718874","name":"webapp-linux-multivv6l47","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718874,"deletedTimestamp":"2018-11-07T21:36:01.4427003","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgberfl6bkh425jyshehzugovuh5ol47kxla3fiyi53ky4nmstzyk5jiayqog6zvlo6","webSpace":"clitest.rgberfl6bkh425jyshehzugovuh5ol47kxla3fiyi53ky4nmstzyk5jiayqog6zvlo6-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multivv6l47","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718882","name":"webapp-linuxgs62qodkcmhh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718882,"deletedTimestamp":"2018-11-07T21:36:15.9897568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgocygsdjz2yxlyvgxjs2zmx7twfweqg4ryf5cmu36lazgviiuuoudqlmtsk6lf7pxk","webSpace":"clitest.rgocygsdjz2yxlyvgxjs2zmx7twfweqg4ryf5cmu36lazgviiuuoudqlmtsk6lf7pxk-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxgs62qodkcmhh","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718886","name":"webapp-win-logv2bt5xdl3e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718886,"deletedTimestamp":"2018-11-07T21:36:27.9715821","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgb4r7va324q6du2w3bmn3sx2nyc4c7flzdkuuinedcktxdj73hxghsdzyeqctrjvmq","webSpace":"clitest.rgb4r7va324q6du2w3bmn3sx2nyc4c7flzdkuuinedcktxdj73hxghsdzyeqctrjvmq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-logv2bt5xdl3e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718887","name":"web-git-test2gfxcjvxld66","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718887,"deletedTimestamp":"2018-11-07T21:36:31.5331523","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3yuhc7j4cpjqyqpdwkelbivoyzfrin3l4fjczkorhjqzr7xiht437weyvqejc2pgx","webSpace":"clitest.rg3yuhc7j4cpjqyqpdwkelbivoyzfrin3l4fjczkorhjqzr7xiht437weyvqejc2pgx-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-git-test2gfxcjvxld66","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718888","name":"func-e2emr6uibur4wtbmykr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718888,"deletedTimestamp":"2018-11-07T21:36:34.2085820","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkwe7pthery4rhn52lixvphqggt5mgqpjpxrvtsyk4cqdejvvk2rgo4owmd6wyc4tf","webSpace":"clitest.rgkwe7pthery4rhn52lixvphqggt5mgqpjpxrvtsyk4cqdejvvk2rgo4owmd6wyc4tf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2emr6uibur4wtbmykr","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718890","name":"webapp-hyperv-e2e7cwukif","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718890,"deletedTimestamp":"2018-11-07T21:36:38.1383737","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv5f7o5q2kuhhtiqshehtu7iwun2gfm6irvwldgrd33lrmbze4uoqdsefkblfk4gt2","webSpace":"clitest.rgv5f7o5q2kuhhtiqshehtu7iwun2gfm6irvwldgrd33lrmbze4uoqdsefkblfk4gt2-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2e7cwukif","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718894","name":"webapp-quickfa52glub22es","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718894,"deletedTimestamp":"2018-11-07T21:36:44.3105027","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdrw2vg2ecmksupcb76fjjganaaykjdioraw6uhafdjwy7ykw57x63wch73axqgnjm","webSpace":"clitest.rgdrw2vg2ecmksupcb76fjjganaaykjdioraw6uhafdjwy7ykw57x63wch73axqgnjm-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickfa52glub22es","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718898","name":"slot-traffic-webweo5scks","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718898,"deletedTimestamp":"2018-11-07T21:36:47.2735482","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgorrvpckonynqn4qxmrsim7sjfba7naasm4vr6wxvrr5wtm3ntbmdkxz6yrealuqam","webSpace":"clitest.rgorrvpckonynqn4qxmrsim7sjfba7naasm4vr6wxvrr5wtm3ntbmdkxz6yrealuqam-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webweo5scks","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718899","name":"slot-traffic-webweo5scks","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718899,"deletedTimestamp":"2018-11-07T21:36:47.3361191","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgorrvpckonynqn4qxmrsim7sjfba7naasm4vr6wxvrr5wtm3ntbmdkxz6yrealuqam","webSpace":"clitest.rgorrvpckonynqn4qxmrsim7sjfba7naasm4vr6wxvrr5wtm3ntbmdkxz6yrealuqam-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webweo5scks","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718905","name":"webapp-update-testc6jrrduexw5wyqlhxl6q7k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718905,"deletedTimestamp":"2018-11-07T21:36:54.1071786","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateslnxhbhlb2bnlkokz3l5pnrt2lvwms4jx3z7gzatvfxro6wry6tp6","webSpace":"cli_test_webapp_updateslnxhbhlb2bnlkokz3l5pnrt2lvwms4jx3z7gzatvfxro6wry6tp6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testc6jrrduexw5wyqlhxl6q7k","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718906","name":"webapp-update-testc6jrrduexw5wyqlhxl6q7k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718906,"deletedTimestamp":"2018-11-07T21:36:54.1540397","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateslnxhbhlb2bnlkokz3l5pnrt2lvwms4jx3z7gzatvfxro6wry6tp6","webSpace":"cli_test_webapp_updateslnxhbhlb2bnlkokz3l5pnrt2lvwms4jx3z7gzatvfxro6wry6tp6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testc6jrrduexw5wyqlhxl6q7k","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718907","name":"webapp-zipDeploy-test5l2ryzqrex3icfgbm3m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718907,"deletedTimestamp":"2018-11-07T21:36:56.7448722","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploy4zdmaxcv4mjsfrpx6fnntl42ziysxifac237npmz7e4uozvizd","webSpace":"cli_test_webapp_zipDeploy4zdmaxcv4mjsfrpx6fnntl42ziysxifac237npmz7e4uozvizd-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-zipDeploy-test5l2ryzqrex3icfgbm3m","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718925","name":"slot-swap-web3baqkqf2dph","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718925,"deletedTimestamp":"2018-11-07T21:37:40.1086727","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgab4s322wt42o5gviue2kjmx7zqmkd5mtkjpdxzjs3lzawivxkaqyi7mrrtoatupku","webSpace":"clitest.rgab4s322wt42o5gviue2kjmx7zqmkd5mtkjpdxzjs3lzawivxkaqyi7mrrtoatupku-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-web3baqkqf2dph","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718926","name":"slot-swap-web3baqkqf2dph","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718926,"deletedTimestamp":"2018-11-07T21:37:40.1711971","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgab4s322wt42o5gviue2kjmx7zqmkd5mtkjpdxzjs3lzawivxkaqyi7mrrtoatupku","webSpace":"clitest.rgab4s322wt42o5gviue2kjmx7zqmkd5mtkjpdxzjs3lzawivxkaqyi7mrrtoatupku-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-web3baqkqf2dph","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718929","name":"webapp-quick-cdrvwwgtd2n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718929,"deletedTimestamp":"2018-11-07T21:37:45.3029332","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfs2tru2bnvatnsxbj5nqkntsvgtthna6umq75x5a3ajiu6ywiz6gm4ptz5354wec4","webSpace":"clitest.rgfs2tru2bnvatnsxbj5nqkntsvgtthna6umq75x5a3ajiu6ywiz6gm4ptz5354wec4-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick-cdrvwwgtd2n","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718943","name":"webapp-linux-logtslrgjqn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718943,"deletedTimestamp":"2018-11-07T21:38:35.2561098","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjrvjgbt62ispdgj624r357gfpy67vt534v7eewaxqbjt44gojah7azwnxroogk5gk","webSpace":"clitest.rgjrvjgbt62ispdgj624r357gfpy67vt534v7eewaxqbjt44gojah7azwnxroogk5gk-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logtslrgjqn","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718953","name":"webapp-quick-linuxxzoxj5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718953,"deletedTimestamp":"2018-11-07T21:39:08.3458111","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghrqxfhkeb6ri43im3n3lo4zicokymuacedezdsv2bvup3stylx24eukco2t73hmp7","webSpace":"clitest.rghrqxfhkeb6ri43im3n3lo4zicokymuacedezdsv2bvup3stylx24eukco2t73hmp7-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxxzoxj5","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718982","name":"slot-test-web4my3n5fhhcx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718982,"deletedTimestamp":"2018-11-07T21:40:46.3981199","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaha6yoj3gpkh5nknx5squyzsc2jcy2ahnqffv422y7e3uotaereu5kntpccusb5sk","webSpace":"clitest.rgaha6yoj3gpkh5nknx5squyzsc2jcy2ahnqffv422y7e3uotaereu5kntpccusb5sk-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-web4my3n5fhhcx","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718985","name":"slot-test-web4my3n5fhhcx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718985,"deletedTimestamp":"2018-11-07T21:40:48.3580457","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaha6yoj3gpkh5nknx5squyzsc2jcy2ahnqffv422y7e3uotaereu5kntpccusb5sk","webSpace":"clitest.rgaha6yoj3gpkh5nknx5squyzsc2jcy2ahnqffv422y7e3uotaereu5kntpccusb5sk-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-web4my3n5fhhcx","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19718993","name":"slot-test-web4my3n5fhhcx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19718993,"deletedTimestamp":"2018-11-07T21:41:27.9893299","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaha6yoj3gpkh5nknx5squyzsc2jcy2ahnqffv422y7e3uotaereu5kntpccusb5sk","webSpace":"clitest.rgaha6yoj3gpkh5nknx5squyzsc2jcy2ahnqffv422y7e3uotaereu5kntpccusb5sk-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-web4my3n5fhhcx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19719008","name":"undelete-webx7v5c5ptgicu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19719008,"deletedTimestamp":"2018-11-07T21:42:14.3152328","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxws24dtahyi6fysy7gnod525cpnv76cirp7mxabvkwpktnjboovwnkarlredzdz7g","webSpace":"clitest.rgxws24dtahyi6fysy7gnod525cpnv76cirp7mxabvkwpktnjboovwnkarlredzdz7g-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-webx7v5c5ptgicu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19719016","name":"cliv4dg6gmgmdvsd4ou","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19719016,"deletedTimestamp":"2018-11-07T21:43:33.1723352","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggeherokjqb","webSpace":"clitest.rggeherokjqb-CentralUSwebspace","stamp":"waws-prod-dm1-091","deletedSiteName":"cliv4dg6gmgmdvsd4ou","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19719684","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19719684,"deletedTimestamp":"2018-11-07T22:14:32.5848597","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createxssbfzkkbkzpocsorj2rdob7aiadzadae67snoywjqcusz7ebuh","webSpace":"cli_test_resource_createxssbfzkkbkzpocsorj2rdob7aiadzadae67snoywjqcusz7ebuh-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726873","name":"webyhuoesuvn6frlrokca3p6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726873,"deletedTimestamp":"2018-11-08T06:08:06.9238559","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqu4aacbkq36v6ntfcc27msliqqx2tn4hslrmxtgzamxbyfxmk2fvjnxobm42gf3a2","webSpace":"clitest.rgqu4aacbkq36v6ntfcc27msliqqx2tn4hslrmxtgzamxbyfxmk2fvjnxobm42gf3a2-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webyhuoesuvn6frlrokca3p6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726874","name":"web-del-testp2k4ns65dtf5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726874,"deletedTimestamp":"2018-11-08T06:08:09.3793775","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgheazjzk2lrx2cr7dmzw2ngbceuteighpizp3qkqo4bnrm6xjs22q2k6yg6pu3ntb7","webSpace":"clitest.rgheazjzk2lrx2cr7dmzw2ngbceuteighpizp3qkqo4bnrm6xjs22q2k6yg6pu3ntb7-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-testp2k4ns65dtf5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726876","name":"functionapplinuxconsumptiongrtk73hawbjac","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726876,"deletedTimestamp":"2018-11-08T06:08:22.1680207","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxwmhbmsjrjhxio6pyrbykgc2lpzplauf3jl2dciavzqj2edh63","webSpace":"azurecli-functionapp-linuxwmhbmsjrjhxio6pyrbykgc2lpzplauf3jl2dciavzqj2edh63-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptiongrtk73hawbjac","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726879","name":"functionapp-linuxifeqb2p","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726879,"deletedTimestamp":"2018-11-08T06:08:31.6796308","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2e3m4xuy7zizfvaaut4fbdhititznknvapsypsxz2sko4y77yn4likd5sgk34ccyo","webSpace":"clitest.rg2e3m4xuy7zizfvaaut4fbdhititznknvapsypsxz2sko4y77yn4likd5sgk34ccyo-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxifeqb2p","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726885","name":"webapp-authentication-testvhsodxvexzsspj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726885,"deletedTimestamp":"2018-11-08T06:08:54.4302153","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationggmttpye2tcob6e4lsxv37genhoy2gqqmbsgypm3mv4zz","webSpace":"cli_test_webapp_authenticationggmttpye2tcob6e4lsxv37genhoy2gqqmbsgypm3mv4zz-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-authentication-testvhsodxvexzsspj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726886","name":"web-error2ogcvgfycln2m4i","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726886,"deletedTimestamp":"2018-11-08T06:08:58.3351664","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgidbnxadcy7rb37kabdivknj5qngdtq7crgui4r6xwt54bhn2ckgakdyskmhhx2c6b","webSpace":"clitest.rgidbnxadcy7rb37kabdivknj5qngdtq7crgui4r6xwt54bhn2ckgakdyskmhhx2c6b-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-error2ogcvgfycln2m4i","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726887","name":"functionappconsumption6za2vasnrta3bjt7mp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726887,"deletedTimestamp":"2018-11-08T06:08:59.2336082","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2e6oyh5vz7v5i4zw6m26m7bygox3ecqbpquyodiy43ozqgfh5jb","webSpace":"azurecli-functionapp-c-e2e6oyh5vz7v5i4zw6m26m7bygox3ecqbpquyodiy43ozqgfh5jb-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"functionappconsumption6za2vasnrta3bjt7mp","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726889","name":"slot-traffic-webkuhtlp7k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726889,"deletedTimestamp":"2018-11-08T06:09:01.2449204","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdyv3v2infp3d2h2p5byahlby2nqslwkyifjls2ypn7roh7rgik3z5ptg4w22c2mzk","webSpace":"clitest.rgdyv3v2infp3d2h2p5byahlby2nqslwkyifjls2ypn7roh7rgik3z5ptg4w22c2mzk-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webkuhtlp7k","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726895","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726895,"deletedTimestamp":"2018-11-08T06:09:11.6067880","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmxbc3zl5krqmvcw5wxozybwp52vuifikuszgubb36g43z3tix3664fhqsz34qvnpa","webSpace":"clitest.rgmxbc3zl5krqmvcw5wxozybwp52vuifikuszgubb36g43z3tix3664fhqsz34qvnpa-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726897","name":"slot-traffic-webla73cyhz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726897,"deletedTimestamp":"2018-11-08T06:09:13.0908042","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkmcbxc3a5qerm6oke6dk5hr5mjln32tzi3mk3xbrdtnx3bn33ecl4cx77nu4q7ka2","webSpace":"clitest.rgkmcbxc3a5qerm6oke6dk5hr5mjln32tzi3mk3xbrdtnx3bn33ecl4cx77nu4q7ka2-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webla73cyhz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726898","name":"slot-traffic-webla73cyhz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726898,"deletedTimestamp":"2018-11-08T06:09:13.1533075","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkmcbxc3a5qerm6oke6dk5hr5mjln32tzi3mk3xbrdtnx3bn33ecl4cx77nu4q7ka2","webSpace":"clitest.rgkmcbxc3a5qerm6oke6dk5hr5mjln32tzi3mk3xbrdtnx3bn33ecl4cx77nu4q7ka2-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webla73cyhz","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726899","name":"webapp-e2erqm57jsp3lduvs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726899,"deletedTimestamp":"2018-11-08T06:09:15.1557173","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4xiczqjk22xlxqtcehb7vjgoc62rmcgw7smiuvzxwwe66aq3mweujmhv7i6nhx7fp","webSpace":"clitest.rg4xiczqjk22xlxqtcehb7vjgoc62rmcgw7smiuvzxwwe66aq3mweujmhv7i6nhx7fp-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-e2erqm57jsp3lduvs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726901","name":"web-msii6x4yq6b5rec2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726901,"deletedTimestamp":"2018-11-08T06:09:22.5887393","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk6hhjrdttmanlnzz7mbllhqgpqwvrtdv5canibxfxyndvk7fcf3drbc6zhfavcvuv","webSpace":"clitest.rgk6hhjrdttmanlnzz7mbllhqgpqwvrtdv5canibxfxyndvk7fcf3drbc6zhfavcvuv-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-msii6x4yq6b5rec2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726904","name":"webapp-config-testod66cdirk7fgd334fp7zat","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726904,"deletedTimestamp":"2018-11-08T06:09:26.1569143","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configlsdij5azjqaup6whjicqxgdhqvsdtrpo64py4vof2ijvxg27qq4qj","webSpace":"cli_test_webapp_configlsdij5azjqaup6whjicqxgdhqvsdtrpo64py4vof2ijvxg27qq4qj-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-config-testod66cdirk7fgd334fp7zat","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726905","name":"func-e2et3zepzjf7crh4wgq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726905,"deletedTimestamp":"2018-11-08T06:09:26.1600502","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsb6o2alz7c6shi2gkaidx6g3mboam6uawirwekrk6h2ep3x2gsiicrfhmk62rjff4","webSpace":"clitest.rgsb6o2alz7c6shi2gkaidx6g3mboam6uawirwekrk6h2ep3x2gsiicrfhmk62rjff4-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2et3zepzjf7crh4wgq","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726906","name":"web-ssl-testqfh7enwv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726906,"deletedTimestamp":"2018-11-08T06:09:29.7675501","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzhflxfvua56g6gjyyro6iwsc5mfpxwcm5oojq2nllj4fhqf3vqb6krl2emgar23mf","webSpace":"clitest.rgzhflxfvua56g6gjyyro6iwsc5mfpxwcm5oojq2nllj4fhqf3vqb6krl2emgar23mf-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-ssl-testqfh7enwv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726907","name":"delete-me-webdessy25l6dk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726907,"deletedTimestamp":"2018-11-08T06:09:30.7766695","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqbbt3bbluykfsaz6r7tbkm3msswd3cxdpp7wkznb6gnjnzylk4ld7vwtqwprifv5i","webSpace":"clitest.rgqbbt3bbluykfsaz6r7tbkm3msswd3cxdpp7wkznb6gnjnzylk4ld7vwtqwprifv5i-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"delete-me-webdessy25l6dk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726909","name":"webappacrtestlzjkwh2uqgk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726909,"deletedTimestamp":"2018-11-08T06:09:42.9113681","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgagjbsw3emd7gteek7e6icmy5nvtccgihxkhtxppebx2vlpnalqrlqv35ni5vq3rs2","webSpace":"clitest.rgagjbsw3emd7gteek7e6icmy5nvtccgihxkhtxppebx2vlpnalqrlqv35ni5vq3rs2-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestlzjkwh2uqgk","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726914","name":"webapp-quick7c4j6lbdrwhf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726914,"deletedTimestamp":"2018-11-08T06:09:51.7237120","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2otb4sus5mtreosja6362cz533iw773qoqpuqfpw5tnsaxodctoqbfz4pxfuvndbc","webSpace":"clitest.rg2otb4sus5mtreosja6362cz533iw773qoqpuqfpw5tnsaxodctoqbfz4pxfuvndbc-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quick7c4j6lbdrwhf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726922","name":"func-e2ekzm3hvhhorfm6mr2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726922,"deletedTimestamp":"2018-11-08T06:10:04.8979173","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsb6o2alz7c6shi2gkaidx6g3mboam6uawirwekrk6h2ep3x2gsiicrfhmk62rjff4","webSpace":"clitest.rgsb6o2alz7c6shi2gkaidx6g3mboam6uawirwekrk6h2ep3x2gsiicrfhmk62rjff4-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2ekzm3hvhhorfm6mr2","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726923","name":"webapp-linux-multil52m6s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726923,"deletedTimestamp":"2018-11-08T06:10:07.0624605","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnzvh4s35xeco2mbilq46lpcwxwhyycxv4dyeyooeegiq4gw2ohy5gtfbvklljlbup","webSpace":"clitest.rgnzvh4s35xeco2mbilq46lpcwxwhyycxv4dyeyooeegiq4gw2ohy5gtfbvklljlbup-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multil52m6s","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726926","name":"webapp-quickebflc22qcks2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726926,"deletedTimestamp":"2018-11-08T06:10:15.8678387","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbfolv7dynp36kr7kz3ttiwv6jqjh3ddd2nsccjvx6a6nut3ssgkd7qobmbuiqpx6p","webSpace":"clitest.rgbfolv7dynp36kr7kz3ttiwv6jqjh3ddd2nsccjvx6a6nut3ssgkd7qobmbuiqpx6p-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickebflc22qcks2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726927","name":"webapp-linuxkxyxf4e57orw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726927,"deletedTimestamp":"2018-11-08T06:10:20.8133057","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt7osccmk7me6fmqu4jcvfaeqpwt3kn5uns6xewpb5albkk33c3lnrty3cpksodiwq","webSpace":"clitest.rgt7osccmk7me6fmqu4jcvfaeqpwt3kn5uns6xewpb5albkk33c3lnrty3cpksodiwq-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxkxyxf4e57orw","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726928","name":"webapp-hyperv-e2eq5nebwg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726928,"deletedTimestamp":"2018-11-08T06:10:24.8219061","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdkwyumvfsbrn4hi3xqppkjybu3v25sj7yklxcopscrtpu7eynmg42gw3aqua246li","webSpace":"clitest.rgdkwyumvfsbrn4hi3xqppkjybu3v25sj7yklxcopscrtpu7eynmg42gw3aqua246li-WestUSwebspace","stamp":"waws-prod-bay-099","deletedSiteName":"webapp-hyperv-e2eq5nebwg","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726929","name":"webapp-win-log7mf55y2bgn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726929,"deletedTimestamp":"2018-11-08T06:10:29.8204456","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghzvidwhpbp3kwtseyjt53fsrah4qln4gnyxex753v6cmx42bfy6ccqpsz4gxthoq2","webSpace":"clitest.rghzvidwhpbp3kwtseyjt53fsrah4qln4gnyxex753v6cmx42bfy6ccqpsz4gxthoq2-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-log7mf55y2bgn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726930","name":"web-git-test2klkor65ycyu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726930,"deletedTimestamp":"2018-11-08T06:10:30.4090935","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsn4qc7krqqxv5lpiu3i2y35tlhnkuat5rk6l3el473ao3fqihtxj4s3lcrx5254cr","webSpace":"clitest.rgsn4qc7krqqxv5lpiu3i2y35tlhnkuat5rk6l3el473ao3fqihtxj4s3lcrx5254cr-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-git-test2klkor65ycyu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726932","name":"webapp-update-testruk7ik4yyortlmnrrmu2oe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726932,"deletedTimestamp":"2018-11-08T06:10:34.0953854","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatee75ulxw5nmxxiwgaaobiry723dpcqjaoiozysd23yq62pkhseg3er","webSpace":"cli_test_webapp_updatee75ulxw5nmxxiwgaaobiry723dpcqjaoiozysd23yq62pkhseg3er-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testruk7ik4yyortlmnrrmu2oe","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726933","name":"webapp-update-testruk7ik4yyortlmnrrmu2oe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726933,"deletedTimestamp":"2018-11-08T06:10:34.1424171","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatee75ulxw5nmxxiwgaaobiry723dpcqjaoiozysd23yq62pkhseg3er","webSpace":"cli_test_webapp_updatee75ulxw5nmxxiwgaaobiry723dpcqjaoiozysd23yq62pkhseg3er-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-update-testruk7ik4yyortlmnrrmu2oe","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726937","name":"webapp-zipDeploy-testhrn4oszzp4f2tadrqjl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726937,"deletedTimestamp":"2018-11-08T06:10:42.8000768","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployqeiufzl4rr74mvwv3gcrpkk6336r32pb3pdfjnedkjhs7yi2a2","webSpace":"cli_test_webapp_zipDeployqeiufzl4rr74mvwv3gcrpkk6336r32pb3pdfjnedkjhs7yi2a2-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-zipDeploy-testhrn4oszzp4f2tadrqjl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726941","name":"slot-traffic-webae3xusv3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726941,"deletedTimestamp":"2018-11-08T06:11:09.6955387","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg727xnp6nolimot5wztn44ksopzqxemmijkzsjr24ewq3hoylcothi3mbcngcxazdm","webSpace":"clitest.rg727xnp6nolimot5wztn44ksopzqxemmijkzsjr24ewq3hoylcothi3mbcngcxazdm-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webae3xusv3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726942","name":"slot-traffic-webae3xusv3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726942,"deletedTimestamp":"2018-11-08T06:11:09.7424115","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg727xnp6nolimot5wztn44ksopzqxemmijkzsjr24ewq3hoylcothi3mbcngcxazdm","webSpace":"clitest.rg727xnp6nolimot5wztn44ksopzqxemmijkzsjr24ewq3hoylcothi3mbcngcxazdm-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webae3xusv3","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726945","name":"slot-swap-webspkx5um2gex","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726945,"deletedTimestamp":"2018-11-08T06:11:44.9310513","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg53echulavqvyohomvbg37a7bqwqjhlm4jlt7e3zobxgskvqfsxw5zs6aurkay4gpi","webSpace":"clitest.rg53echulavqvyohomvbg37a7bqwqjhlm4jlt7e3zobxgskvqfsxw5zs6aurkay4gpi-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-swap-webspkx5um2gex","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726946","name":"slot-swap-webspkx5um2gex","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726946,"deletedTimestamp":"2018-11-08T06:11:44.9935922","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg53echulavqvyohomvbg37a7bqwqjhlm4jlt7e3zobxgskvqfsxw5zs6aurkay4gpi","webSpace":"clitest.rg53echulavqvyohomvbg37a7bqwqjhlm4jlt7e3zobxgskvqfsxw5zs6aurkay4gpi-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-swap-webspkx5um2gex","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726950","name":"webapp-quick-cd2i3bb2iv2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726950,"deletedTimestamp":"2018-11-08T06:12:06.2692733","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7jq5t77ginks53ae6emgtigo5gwaaxplpodgjk3lfkly3khs75rlpz2nahqgw7laq","webSpace":"clitest.rg7jq5t77ginks53ae6emgtigo5gwaaxplpodgjk3lfkly3khs75rlpz2nahqgw7laq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quick-cd2i3bb2iv2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726960","name":"webapp-quick-linuxvpzsj6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726960,"deletedTimestamp":"2018-11-08T06:12:46.6768181","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf3jbnrdjvxt6zyoozaoeq6fp6ycohuxsgli52nav6lbm6vzl2wpfzcb5octkuml2z","webSpace":"clitest.rgf3jbnrdjvxt6zyoozaoeq6fp6ycohuxsgli52nav6lbm6vzl2wpfzcb5octkuml2z-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxvpzsj6","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726962","name":"webapp-linux-log63nwakzg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726962,"deletedTimestamp":"2018-11-08T06:13:02.5996008","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgre2piktifdzhunjut5xwkeirf2ei2vxro2rxorl27sopc5x76octuvqkpfdfu547b","webSpace":"clitest.rgre2piktifdzhunjut5xwkeirf2ei2vxro2rxorl27sopc5x76octuvqkpfdfu547b-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-log63nwakzg","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726964","name":"slot-test-webew4l2ec2sfv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726964,"deletedTimestamp":"2018-11-08T06:13:18.4872434","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwa2audqefpyjathkr4gkbfdjyy4x3lsutyn35r6nunm7muzgpq4balubphmosiv2m","webSpace":"clitest.rgwa2audqefpyjathkr4gkbfdjyy4x3lsutyn35r6nunm7muzgpq4balubphmosiv2m-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webew4l2ec2sfv","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726965","name":"slot-test-webew4l2ec2sfv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726965,"deletedTimestamp":"2018-11-08T06:13:20.1700148","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwa2audqefpyjathkr4gkbfdjyy4x3lsutyn35r6nunm7muzgpq4balubphmosiv2m","webSpace":"clitest.rgwa2audqefpyjathkr4gkbfdjyy4x3lsutyn35r6nunm7muzgpq4balubphmosiv2m-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webew4l2ec2sfv","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726973","name":"slot-test-webew4l2ec2sfv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726973,"deletedTimestamp":"2018-11-08T06:13:55.4510704","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwa2audqefpyjathkr4gkbfdjyy4x3lsutyn35r6nunm7muzgpq4balubphmosiv2m","webSpace":"clitest.rgwa2audqefpyjathkr4gkbfdjyy4x3lsutyn35r6nunm7muzgpq4balubphmosiv2m-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webew4l2ec2sfv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19726986","name":"undelete-webdv7q3prh7352","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19726986,"deletedTimestamp":"2018-11-08T06:15:23.2927221","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmgruqthwu3rzrt5ziyjyvwdls67p5qha3kc3jg2m475tiutvgphal4djvmn2srif3","webSpace":"clitest.rgmgruqthwu3rzrt5ziyjyvwdls67p5qha3kc3jg2m475tiutvgphal4djvmn2srif3-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"undelete-webdv7q3prh7352","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19727037","name":"cliwswbuqnyka2rzdf3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19727037,"deletedTimestamp":"2018-11-08T06:17:32.1009655","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3yrlpjvmwj","webSpace":"clitest.rg3yrlpjvmwj-CentralUSwebspace","stamp":"waws-prod-dm1-079","deletedSiteName":"cliwswbuqnyka2rzdf3","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19727508","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19727508,"deletedTimestamp":"2018-11-08T06:48:51.9627284","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createk2pzmwpuy44v3qmpxa5klplccxtjfjh7svlacijomhb2nxdfzgr","webSpace":"cli_test_resource_createk2pzmwpuy44v3qmpxa5klplccxtjfjh7svlacijomhb2nxdfzgr-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19733891","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19733891,"deletedTimestamp":"2018-11-08T11:40:01.9533096","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfs3s2gwfq3qhsitf4amyxat2eqkyslglsdmpa5vxluwuo6pveegjyd2a2b3aunszv","webSpace":"clitest.rgfs3s2gwfq3qhsitf4amyxat2eqkyslglsdmpa5vxluwuo6pveegjyd2a2b3aunszv-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19738992","name":"webapp1-bc84768774","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19738992,"deletedTimestamp":"2018-11-08T15:12:01.1352530","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1703126727ce","webSpace":"rgnemv_1703126727ce-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-bc84768774","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19738993","name":"webapp2-21b10659a2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19738993,"deletedTimestamp":"2018-11-08T15:12:03.0259518","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1703126727ce","webSpace":"rgnemv_1703126727ce-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-21b10659a2","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739040","name":"webapp2-f52007581d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739040,"deletedTimestamp":"2018-11-08T15:13:15.8917626","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_a93216454a1d","webSpace":"rgnemv_a93216454a1d-EastUS2webspace","stamp":"waws-prod-bn1-013","deletedSiteName":"webapp2-f52007581d","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739042","name":"webapp1-13229226f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739042,"deletedTimestamp":"2018-11-08T15:13:20.7921141","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_a93216454a1d","webSpace":"rgnemv_a93216454a1d-EastUS2webspace","stamp":"waws-prod-bn1-013","deletedSiteName":"webapp1-13229226f5","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739048","name":"webapp1-b61145151d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739048,"deletedTimestamp":"2018-11-08T15:13:26.7617351","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_31545106580f","webSpace":"rg1nemv_31545106580f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-b61145151d","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739061","name":"webapp1-1fa3111082","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739061,"deletedTimestamp":"2018-11-08T15:13:50.0640792","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4ca295893b9a","webSpace":"rgnemv_4ca295893b9a-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-1fa3111082","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739063","name":"webapp2-7a606857ab","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739063,"deletedTimestamp":"2018-11-08T15:13:52.7017808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4ca295893b9a","webSpace":"rgnemv_4ca295893b9a-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-7a606857ab","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739069","name":"webapp2-4643633105","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739069,"deletedTimestamp":"2018-11-08T15:14:05.0582589","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_31545106580f","webSpace":"rg1nemv_31545106580f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-4643633105","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739072","name":"webapp3-d8e31169db","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739072,"deletedTimestamp":"2018-11-08T15:14:07.3334753","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_31545106580f","webSpace":"rg1nemv_31545106580f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp3-d8e31169db","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739104","name":"webapp1-60142957bf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739104,"deletedTimestamp":"2018-11-08T15:14:50.0674874","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cf821576768b","webSpace":"rg1nemv_cf821576768b-WestUSwebspace","stamp":"waws-prod-bay-045","deletedSiteName":"webapp1-60142957bf","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739105","name":"webapp1-4cc8517483","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739105,"deletedTimestamp":"2018-11-08T15:14:50.1304039","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_18c64695d0dd","webSpace":"rgnemv_18c64695d0dd-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-4cc8517483","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739108","name":"webapp2-2926393835","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739108,"deletedTimestamp":"2018-11-08T15:14:52.3501298","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_18c64695d0dd","webSpace":"rgnemv_18c64695d0dd-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-2926393835","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739109","name":"webapp1-b7b5175008","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739109,"deletedTimestamp":"2018-11-08T15:14:53.1536597","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d7c847214305","webSpace":"rg1nemv_d7c847214305-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-b7b5175008","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739120","name":"webapp3-032871159c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739120,"deletedTimestamp":"2018-11-08T15:15:30.4236897","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cf821576768b","webSpace":"rg1nemv_cf821576768b-WestUSwebspace","stamp":"waws-prod-bay-045","deletedSiteName":"webapp3-032871159c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739121","name":"webapp2-4805735082","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739121,"deletedTimestamp":"2018-11-08T15:15:31.7060621","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d7c847214305","webSpace":"rg1nemv_d7c847214305-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-4805735082","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739122","name":"webapp2-93567124a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739122,"deletedTimestamp":"2018-11-08T15:15:32.5495818","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cf821576768b","webSpace":"rg1nemv_cf821576768b-WestUSwebspace","stamp":"waws-prod-bay-045","deletedSiteName":"webapp2-93567124a5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739125","name":"webapp3-6c8418130d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739125,"deletedTimestamp":"2018-11-08T15:15:35.5898366","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_d7c847214305","webSpace":"rg1nemv_d7c847214305-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp3-6c8418130d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739149","name":"webapp2-9030780370","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739149,"deletedTimestamp":"2018-11-08T15:16:48.7517841","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_b4940010d100","webSpace":"rgnemv_b4940010d100-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-9030780370","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739150","name":"webapp1-a4e76898fe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739150,"deletedTimestamp":"2018-11-08T15:16:51.1893751","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_b4940010d100","webSpace":"rgnemv_b4940010d100-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-a4e76898fe","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739178","name":"webapp2-f4e7888106","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739178,"deletedTimestamp":"2018-11-08T15:17:51.9859863","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga6214783b8b172df4f","webSpace":"rga6214783b8b172df4f-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-f4e7888106","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739181","name":"webapp1-6b7574265f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739181,"deletedTimestamp":"2018-11-08T15:17:55.3777615","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga6214783b8b172df4f","webSpace":"rga6214783b8b172df4f-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-6b7574265f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739182","name":"webapp1-6eb58813ed","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739182,"deletedTimestamp":"2018-11-08T15:17:57.4058998","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4c574892ebf1","webSpace":"rgnemv_4c574892ebf1-EastUS2webspace","stamp":"waws-prod-bn1-039","deletedSiteName":"webapp1-6eb58813ed","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739183","name":"webapp2-d472378508","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739183,"deletedTimestamp":"2018-11-08T15:17:58.9961397","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4c574892ebf1","webSpace":"rgnemv_4c574892ebf1-EastUS2webspace","stamp":"waws-prod-bn1-039","deletedSiteName":"webapp2-d472378508","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739187","name":"webapp6-4ae293535a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739187,"deletedTimestamp":"2018-11-08T15:18:01.6224696","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga6214783b8b172df4f","webSpace":"rga6214783b8b172df4f-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-4ae293535a","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739189","name":"webapp5-7d193652f4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739189,"deletedTimestamp":"2018-11-08T15:18:04.6865538","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga6214783b8b172df4f","webSpace":"rga6214783b8b172df4f-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-7d193652f4","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739193","name":"webapp4-1ac57774b5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739193,"deletedTimestamp":"2018-11-08T15:18:08.7287096","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga6214783b8b172df4f","webSpace":"rga6214783b8b172df4f-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-1ac57774b5","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739194","name":"webapp3-612523057f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739194,"deletedTimestamp":"2018-11-08T15:18:11.2154352","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga6214783b8b172df4f","webSpace":"rga6214783b8b172df4f-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp3-612523057f","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739568","name":"webapp2-32146743dc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739568,"deletedTimestamp":"2018-11-08T15:26:57.2258711","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5d260702c730061","webSpace":"rg5d260702c730061-WestEuropewebspace","stamp":"waws-prod-am2-221","deletedSiteName":"webapp2-32146743dc","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739569","name":"webapp2-32146743dc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739569,"deletedTimestamp":"2018-11-08T15:26:57.2727224","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5d260702c730061","webSpace":"rg5d260702c730061-WestEuropewebspace","stamp":"waws-prod-am2-221","deletedSiteName":"webapp2-32146743dc","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739573","name":"webapp3-aba2453584","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739573,"deletedTimestamp":"2018-11-08T15:27:02.2176530","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5d260702c730061","webSpace":"rg5d260702c730061-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-aba2453584","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739574","name":"webapp3-aba2453584","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739574,"deletedTimestamp":"2018-11-08T15:27:02.3582880","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5d260702c730061","webSpace":"rg5d260702c730061-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-aba2453584","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739602","name":"webapp1-41f2065845","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739602,"deletedTimestamp":"2018-11-08T15:27:32.8586610","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5d260702c730061","webSpace":"rg5d260702c730061-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-41f2065845","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739603","name":"webapp1-41f2065845","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739603,"deletedTimestamp":"2018-11-08T15:27:32.9992673","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg5d260702c730061","webSpace":"rg5d260702c730061-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-41f2065845","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739889","name":"webapp3-16677614ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739889,"deletedTimestamp":"2018-11-08T15:35:59.9554451","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd9d669695658eb2407","webSpace":"rgd9d669695658eb2407-WestEuropewebspace","stamp":"waws-prod-am2-221","deletedSiteName":"webapp3-16677614ff","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739890","name":"webapp1-37683491b5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739890,"deletedTimestamp":"2018-11-08T15:36:02.2129388","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd9d669695658eb2407","webSpace":"rgd9d669695658eb2407-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-37683491b5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739892","name":"webapp6-ee399921e8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739892,"deletedTimestamp":"2018-11-08T15:36:07.4832580","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd9d669695658eb2407","webSpace":"rgd9d669695658eb2407-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-ee399921e8","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739894","name":"webapp4-28f86431a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739894,"deletedTimestamp":"2018-11-08T15:36:10.5190067","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd9d669695658eb2407","webSpace":"rgd9d669695658eb2407-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-28f86431a4","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739899","name":"webapp2-a5a33989bb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739899,"deletedTimestamp":"2018-11-08T15:36:19.1730047","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd9d669695658eb2407","webSpace":"rgd9d669695658eb2407-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-a5a33989bb","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739903","name":"webapp5-4a5724668b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739903,"deletedTimestamp":"2018-11-08T15:36:25.0436972","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd9d669695658eb2407","webSpace":"rgd9d669695658eb2407-SoutheastAsiawebspace","stamp":"waws-prod-sg1-027","deletedSiteName":"webapp5-4a5724668b","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739910","name":"webapp1-f794968766","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739910,"deletedTimestamp":"2018-11-08T15:36:50.7565326","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgbbf949569dfaddf","webSpace":"rgbbf949569dfaddf-EastUSwebspace","stamp":"waws-prod-blu-079","deletedSiteName":"webapp1-f794968766","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739911","name":"webapp1-f794968766","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739911,"deletedTimestamp":"2018-11-08T15:36:50.8190580","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgbbf949569dfaddf","webSpace":"rgbbf949569dfaddf-EastUSwebspace","stamp":"waws-prod-blu-079","deletedSiteName":"webapp1-f794968766","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739912","name":"webapp2-27f3893093","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739912,"deletedTimestamp":"2018-11-08T15:36:57.8150065","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgbbf949569dfaddf","webSpace":"rgbbf949569dfaddf-WestEuropewebspace","stamp":"waws-prod-am2-201","deletedSiteName":"webapp2-27f3893093","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739913","name":"webapp2-27f3893093","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739913,"deletedTimestamp":"2018-11-08T15:36:57.8774889","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgbbf949569dfaddf","webSpace":"rgbbf949569dfaddf-WestEuropewebspace","stamp":"waws-prod-am2-201","deletedSiteName":"webapp2-27f3893093","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739917","name":"webapp3-cb38117941","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739917,"deletedTimestamp":"2018-11-08T15:37:06.2685261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgbbf949569dfaddf","webSpace":"rgbbf949569dfaddf-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-cb38117941","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739918","name":"webapp3-cb38117941","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739918,"deletedTimestamp":"2018-11-08T15:37:06.4872976","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgbbf949569dfaddf","webSpace":"rgbbf949569dfaddf-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-cb38117941","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19739937","name":"wnrsat0fa18650a6529","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19739937,"deletedTimestamp":"2018-11-08T15:37:54.8816558","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsatfb1737587a74b","webSpace":"rgrsatfb1737587a74b-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"wnrsat0fa18650a6529","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19740171","name":"mytestscalewebappaf54416317","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19740171,"deletedTimestamp":"2018-11-08T15:45:40.4184092","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup6df672835b0","webSpace":"myresourcegroup6df672835b0-SouthCentralUSwebspace","stamp":"waws-prod-sn1-159","deletedSiteName":"mytestscalewebappaf54416317","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741751","name":"java-webapp-114251","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741751,"deletedTimestamp":"2018-11-08T16:46:59.7753826","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg41a140191","webSpace":"javacsmrg41a140191-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-114251","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741764","name":"java-webapp-71832d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741764,"deletedTimestamp":"2018-11-08T16:47:48.1016240","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb73828980","webSpace":"javacsmrgb73828980-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-71832d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741767","name":"java-func-9cb42363c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741767,"deletedTimestamp":"2018-11-08T16:48:09.1713405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbb484213c","webSpace":"javacsmrgbb484213c-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-func-9cb42363c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741768","name":"java-func-dbe036111","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741768,"deletedTimestamp":"2018-11-08T16:48:11.2351758","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg79f03927c","webSpace":"javacsmrg79f03927c-WestUSwebspace","stamp":"waws-prod-bay-055","deletedSiteName":"java-func-dbe036111","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741769","name":"java-webapp-02659c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741769,"deletedTimestamp":"2018-11-08T16:48:12.1770592","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbc704818f","webSpace":"javacsmrgbc704818f-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-02659c","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741771","name":"java-webapp-333319","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741771,"deletedTimestamp":"2018-11-08T16:48:14.8566568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbc704818f","webSpace":"javacsmrgbc704818f-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-333319","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741772","name":"java-func-a5c979076","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741772,"deletedTimestamp":"2018-11-08T16:48:18.6542799","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg79f03927c","webSpace":"javacsmrg79f03927c-WestUSwebspace","stamp":"waws-prod-bay-055","deletedSiteName":"java-func-a5c979076","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741780","name":"java-webapp-995525","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741780,"deletedTimestamp":"2018-11-08T16:48:37.7511633","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg397241592","webSpace":"javacsmrg397241592-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-995525","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741951","name":"java-webapp-369222","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741951,"deletedTimestamp":"2018-11-08T16:56:58.0844512","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4f9790802","webSpace":"javacsmrg4f9790802-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-369222","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19741952","name":"java-webapp-53683c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19741952,"deletedTimestamp":"2018-11-08T16:56:59.4075053","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4f9790802","webSpace":"javacsmrg4f9790802-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-53683c","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19742085","name":"rsbe241467","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19742085,"deletedTimestamp":"2018-11-08T17:03:46.6786568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgbe241467","webSpace":"rgbe241467-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"rsbe241467","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748207","name":"web-del-testyh7k5o7ktiat","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748207,"deletedTimestamp":"2018-11-08T21:53:01.4627229","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfdxszidlgc7yn7jixqvzzcpuchk4pdwtl6ypip4eblheemgxpzzmke2x4nvjptjg5","webSpace":"clitest.rgfdxszidlgc7yn7jixqvzzcpuchk4pdwtl6ypip4eblheemgxpzzmke2x4nvjptjg5-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-testyh7k5o7ktiat","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748210","name":"functionapplinuxconsumptionci6i6hsso5seu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748210,"deletedTimestamp":"2018-11-08T21:53:10.0664062","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxoaacne736tvxgpvohzo62vbcbefv64ffhkwg4zgxo72sucbrn","webSpace":"azurecli-functionapp-linuxoaacne736tvxgpvohzo62vbcbefv64ffhkwg4zgxo72sucbrn-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionci6i6hsso5seu","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748215","name":"webdl37kybqbecgm24q7l2n7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748215,"deletedTimestamp":"2018-11-08T21:53:12.5268345","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgz4yr5pqvvuf646coh24z7gqzwf4m727roh6mud2me4xqrr3xp3r55eulgsgat4qvy","webSpace":"clitest.rgz4yr5pqvvuf646coh24z7gqzwf4m727roh6mud2me4xqrr3xp3r55eulgsgat4qvy-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webdl37kybqbecgm24q7l2n7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748224","name":"functionapp-linuxxji4qzr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748224,"deletedTimestamp":"2018-11-08T21:53:33.1071592","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwd3xt2iwup4xwk6yhfzw7aieqh4b5olsdsi3gujhg2uomh6rcxdfmmhubarekkhio","webSpace":"clitest.rgwd3xt2iwup4xwk6yhfzw7aieqh4b5olsdsi3gujhg2uomh6rcxdfmmhubarekkhio-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxxji4qzr","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748233","name":"web-errorllxc5dynvnw6npf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748233,"deletedTimestamp":"2018-11-08T21:53:44.9604910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgquyih52amgjwdfvbtkts5f5hoxlvnpxkzo57iw6pzxdwlumy6et64u26r5haxhtcj","webSpace":"clitest.rgquyih52amgjwdfvbtkts5f5hoxlvnpxkzo57iw6pzxdwlumy6et64u26r5haxhtcj-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-errorllxc5dynvnw6npf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748239","name":"functionappconsumptionahvhuvoeyjok4vnioc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748239,"deletedTimestamp":"2018-11-08T21:53:52.2653699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2eeddifga6on2mpiz66k22t6434a7k3ggzhptrkv5ufbn2ao2qc","webSpace":"azurecli-functionapp-c-e2eeddifga6on2mpiz66k22t6434a7k3ggzhptrkv5ufbn2ao2qc-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"functionappconsumptionahvhuvoeyjok4vnioc","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748241","name":"webapp-authentication-testb4iwcr7leb5cq6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748241,"deletedTimestamp":"2018-11-08T21:53:56.6053803","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationdg6u3tmy6iqekt6dvhobvcbpenntrxu4zki22ms7m5xgf","webSpace":"cli_test_webapp_authenticationdg6u3tmy6iqekt6dvhobvcbpenntrxu4zki22ms7m5xgf-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-authentication-testb4iwcr7leb5cq6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748244","name":"slot-traffic-webp7twbrth","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748244,"deletedTimestamp":"2018-11-08T21:54:06.5945410","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbngelxspibhb3jqpdxfktgo5f5ysmkd2hcbzofrfrm7rgz5lh2m7qzonvf7oexjtt","webSpace":"clitest.rgbngelxspibhb3jqpdxfktgo5f5ysmkd2hcbzofrfrm7rgz5lh2m7qzonvf7oexjtt-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"slot-traffic-webp7twbrth","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748246","name":"func-e2ew56sf37widy7muwu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748246,"deletedTimestamp":"2018-11-08T21:54:08.8237396","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnqg365s5nqp7cgpbuwbwzs7ob2ykec4ejewwgh7cernduf5df244mfmstznm6ziwu","webSpace":"clitest.rgnqg365s5nqp7cgpbuwbwzs7ob2ykec4ejewwgh7cernduf5df244mfmstznm6ziwu-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2ew56sf37widy7muwu","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748248","name":"slot-traffic-webtgwqrnmd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748248,"deletedTimestamp":"2018-11-08T21:54:10.4153142","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaeiae4jylvgjkybxa6mqk5447rtwcrz72t3u3p3ds7bw36gcgweuubunnr727j2vi","webSpace":"clitest.rgaeiae4jylvgjkybxa6mqk5447rtwcrz72t3u3p3ds7bw36gcgweuubunnr727j2vi-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"slot-traffic-webtgwqrnmd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748249","name":"slot-traffic-webtgwqrnmd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748249,"deletedTimestamp":"2018-11-08T21:54:10.4622008","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaeiae4jylvgjkybxa6mqk5447rtwcrz72t3u3p3ds7bw36gcgweuubunnr727j2vi","webSpace":"clitest.rgaeiae4jylvgjkybxa6mqk5447rtwcrz72t3u3p3ds7bw36gcgweuubunnr727j2vi-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"slot-traffic-webtgwqrnmd","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748258","name":"webappacrtestqmlhwjezuxx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748258,"deletedTimestamp":"2018-11-08T21:54:33.5672839","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgepfr7in6wgdkwd2sqzddgkkdzjvjcnbtn5vhwzdvllzcontoe2qgfverdvqubavq5","webSpace":"clitest.rgepfr7in6wgdkwd2sqzddgkkdzjvjcnbtn5vhwzdvllzcontoe2qgfverdvqubavq5-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestqmlhwjezuxx","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748261","name":"func-e2exog6vrqlagxbjqbb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748261,"deletedTimestamp":"2018-11-08T21:54:47.6835476","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnqg365s5nqp7cgpbuwbwzs7ob2ykec4ejewwgh7cernduf5df244mfmstznm6ziwu","webSpace":"clitest.rgnqg365s5nqp7cgpbuwbwzs7ob2ykec4ejewwgh7cernduf5df244mfmstznm6ziwu-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2exog6vrqlagxbjqbb","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748264","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748264,"deletedTimestamp":"2018-11-08T21:54:55.3393262","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2gg5fpvwke3jqaryslj5rykyl633bfydvij4javswttzn5wcykzxunyhe5mrfpkdt","webSpace":"clitest.rg2gg5fpvwke3jqaryslj5rykyl633bfydvij4javswttzn5wcykzxunyhe5mrfpkdt-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748268","name":"webapp-config-testtm5kkgv2b6lh7xgeobfmn5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748268,"deletedTimestamp":"2018-11-08T21:55:01.0836040","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configwd4covtdvuerdso6ksayobzkexswkietkv24c54chei7r54zanomn","webSpace":"cli_test_webapp_configwd4covtdvuerdso6ksayobzkexswkietkv24c54chei7r54zanomn-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-config-testtm5kkgv2b6lh7xgeobfmn5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748269","name":"webapp-e2e26tkvce5donfqw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748269,"deletedTimestamp":"2018-11-08T21:55:03.0486176","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg63eo3prwfwh57uias76lqhjfqtghs6xfb7q55mna2gxc7ypxxvdmvhv3ax2gsthpw","webSpace":"clitest.rg63eo3prwfwh57uias76lqhjfqtghs6xfb7q55mna2gxc7ypxxvdmvhv3ax2gsthpw-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-e2e26tkvce5donfqw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748270","name":"web-msigf5tmbvx5jtws","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748270,"deletedTimestamp":"2018-11-08T21:55:04.3811146","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdscuxhux7fpu5aexi7hi7kvhp2dwbaovqfhfz56hpml4hwsybphctb25gu2tc6xde","webSpace":"clitest.rgdscuxhux7fpu5aexi7hi7kvhp2dwbaovqfhfz56hpml4hwsybphctb25gu2tc6xde-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-msigf5tmbvx5jtws","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748274","name":"webapp-linuxbrkxrlj56tts","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748274,"deletedTimestamp":"2018-11-08T21:55:15.4484335","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2gwjlczmx6hzb42dm2z3nupidahii3lz7orebv7nuom4wvo7inmcggrdx36ywc7uh","webSpace":"clitest.rg2gwjlczmx6hzb42dm2z3nupidahii3lz7orebv7nuom4wvo7inmcggrdx36ywc7uh-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxbrkxrlj56tts","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748275","name":"webapp-quick64r37uid62zi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748275,"deletedTimestamp":"2018-11-08T21:55:24.3559337","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtkdo5vedkms4zcrpyvrcpzlxojbfvap4dodoi5dw6imw3xmrkupkjnnyk7pakit5g","webSpace":"clitest.rgtkdo5vedkms4zcrpyvrcpzlxojbfvap4dodoi5dw6imw3xmrkupkjnnyk7pakit5g-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-quick64r37uid62zi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748276","name":"webapp-win-logykimck4mej","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748276,"deletedTimestamp":"2018-11-08T21:55:24.5430505","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqabofzw2ensjp4taahgkmsibei6gmwl2ki3arbyw6jsuqlgvylkvvg3jr4wftt6p4","webSpace":"clitest.rgqabofzw2ensjp4taahgkmsibei6gmwl2ki3arbyw6jsuqlgvylkvvg3jr4wftt6p4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-logykimck4mej","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748277","name":"web-ssl-testma7yq4dw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748277,"deletedTimestamp":"2018-11-08T21:55:24.6880157","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggvfqkbgfpvhjpcv436m2za5uguntow3cisbnnj2dxksgp7jgjjsha5ykdnrkwm45q","webSpace":"clitest.rggvfqkbgfpvhjpcv436m2za5uguntow3cisbnnj2dxksgp7jgjjsha5ykdnrkwm45q-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-ssl-testma7yq4dw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748279","name":"webapp-quickuer4rnckt2ud","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748279,"deletedTimestamp":"2018-11-08T21:55:39.1411636","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgggirn5zphs4oi6ceyvne2j4sc3pvicaj5r6akk7zxewlpusqvgknpxw6x5w27yuok","webSpace":"clitest.rgggirn5zphs4oi6ceyvne2j4sc3pvicaj5r6akk7zxewlpusqvgknpxw6x5w27yuok-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-quickuer4rnckt2ud","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748282","name":"delete-me-web4wur24hmq3h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748282,"deletedTimestamp":"2018-11-08T21:55:42.9919810","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr4q36nvgwmgalcdxy4eyjiosgga5u3haxhsa6c2akfdaeco6ow2koy6dimhpegf57","webSpace":"clitest.rgr4q36nvgwmgalcdxy4eyjiosgga5u3haxhsa6c2akfdaeco6ow2koy6dimhpegf57-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"delete-me-web4wur24hmq3h","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748283","name":"webapp-linux-multi42lvv3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748283,"deletedTimestamp":"2018-11-08T21:55:49.5123020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgeg5krnnt26e5hc4jeotnaxhxrbn24e7qoahevx4vmyn4j4ze3jber26dg4f4eqvhr","webSpace":"clitest.rgeg5krnnt26e5hc4jeotnaxhxrbn24e7qoahevx4vmyn4j4ze3jber26dg4f4eqvhr-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multi42lvv3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748290","name":"web-git-test236znqt264n2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748290,"deletedTimestamp":"2018-11-08T21:56:12.5977941","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk2o3ihidsnvpiui4j4z4fgyebrldssdexsftudfgmo2lw33teqq6m4x3uiaqgmhqq","webSpace":"clitest.rgk2o3ihidsnvpiui4j4z4fgyebrldssdexsftudfgmo2lw33teqq6m4x3uiaqgmhqq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test236znqt264n2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748295","name":"slot-traffic-webt6gvo6t5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748295,"deletedTimestamp":"2018-11-08T21:56:32.2491553","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpn5cimfnu7vxurdamasoffitxsiacpjw6giggy52s6avpx736itm5zn3m73m5faul","webSpace":"clitest.rgpn5cimfnu7vxurdamasoffitxsiacpjw6giggy52s6avpx736itm5zn3m73m5faul-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webt6gvo6t5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748296","name":"slot-traffic-webt6gvo6t5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748296,"deletedTimestamp":"2018-11-08T21:56:32.2960361","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpn5cimfnu7vxurdamasoffitxsiacpjw6giggy52s6avpx736itm5zn3m73m5faul","webSpace":"clitest.rgpn5cimfnu7vxurdamasoffitxsiacpjw6giggy52s6avpx736itm5zn3m73m5faul-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webt6gvo6t5","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748301","name":"webapp-hyperv-e2ee42bpdx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748301,"deletedTimestamp":"2018-11-08T21:56:51.3734766","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpapj4tr5nwf2rptn6oc3c4lnkonnjtsw4emqm5ae55ktmsopi564lo76xluzcuqzk","webSpace":"clitest.rgpapj4tr5nwf2rptn6oc3c4lnkonnjtsw4emqm5ae55ktmsopi564lo76xluzcuqzk-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2ee42bpdx","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748302","name":"webapp-update-testiphky252xbr5lobiqsbxtm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748302,"deletedTimestamp":"2018-11-08T21:56:56.9788839","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatelh5fsj7qwl6j7aiqel5b7wj4ujf5ruhzck7tzyaw7ub3o7d333do6","webSpace":"cli_test_webapp_updatelh5fsj7qwl6j7aiqel5b7wj4ujf5ruhzck7tzyaw7ub3o7d333do6-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testiphky252xbr5lobiqsbxtm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748303","name":"webapp-update-testiphky252xbr5lobiqsbxtm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748303,"deletedTimestamp":"2018-11-08T21:56:57.0257215","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatelh5fsj7qwl6j7aiqel5b7wj4ujf5ruhzck7tzyaw7ub3o7d333do6","webSpace":"cli_test_webapp_updatelh5fsj7qwl6j7aiqel5b7wj4ujf5ruhzck7tzyaw7ub3o7d333do6-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testiphky252xbr5lobiqsbxtm","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748305","name":"webapp-zipDeploy-testiprec7e7melv44hdb2e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748305,"deletedTimestamp":"2018-11-08T21:57:07.2270073","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployyjj55qjb5zvs6xdkh7mbt2hbqwb436vwgbxtq7ubnbvcjp6efe","webSpace":"cli_test_webapp_zipDeployyjj55qjb5zvs6xdkh7mbt2hbqwb436vwgbxtq7ubnbvcjp6efe-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-zipDeploy-testiprec7e7melv44hdb2e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748306","name":"webapp-quick-cdpafhf72un","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748306,"deletedTimestamp":"2018-11-08T21:57:17.0777752","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7st6r3vowdcwlkqmn3m7g4xxikt2au2sqgw3orgmld56fhrf4pdtmzjnhiqv6z5yx","webSpace":"clitest.rg7st6r3vowdcwlkqmn3m7g4xxikt2au2sqgw3orgmld56fhrf4pdtmzjnhiqv6z5yx-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-quick-cdpafhf72un","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748309","name":"slot-swap-webacx4xs7xwro","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748309,"deletedTimestamp":"2018-11-08T21:57:21.6487458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk7dnpypjbzpzv5pygjbjjmtbcyaqp7xbqrf6hnghevtrea76lx6hppbdaazfjodvy","webSpace":"clitest.rgk7dnpypjbzpzv5pygjbjjmtbcyaqp7xbqrf6hnghevtrea76lx6hppbdaazfjodvy-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"slot-swap-webacx4xs7xwro","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748310","name":"slot-swap-webacx4xs7xwro","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748310,"deletedTimestamp":"2018-11-08T21:57:21.6956233","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk7dnpypjbzpzv5pygjbjjmtbcyaqp7xbqrf6hnghevtrea76lx6hppbdaazfjodvy","webSpace":"clitest.rgk7dnpypjbzpzv5pygjbjjmtbcyaqp7xbqrf6hnghevtrea76lx6hppbdaazfjodvy-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"slot-swap-webacx4xs7xwro","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748321","name":"webapp-linux-logg5f6q7pb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748321,"deletedTimestamp":"2018-11-08T21:58:14.2005895","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgid5f2em5pxgdudwebdk6zftk3lr22t35iolstasbwhnn6cfaopj6jdlpkxu5ezq25","webSpace":"clitest.rgid5f2em5pxgdudwebdk6zftk3lr22t35iolstasbwhnn6cfaopj6jdlpkxu5ezq25-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logg5f6q7pb","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748329","name":"webapp-quick-linuxa4rpdr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748329,"deletedTimestamp":"2018-11-08T21:58:47.4101391","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmyxvgewb2ktka27mck4yw3bvjycdlevf5jfmzg7e275jrrlcs2d6ibxfw5zrgs5oy","webSpace":"clitest.rgmyxvgewb2ktka27mck4yw3bvjycdlevf5jfmzg7e275jrrlcs2d6ibxfw5zrgs5oy-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxa4rpdr","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748338","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748338,"deletedTimestamp":"2018-11-08T21:59:03.4725559","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu23k6gvn4vv5bom6mfqh2d2am6sdtobhde6hi3c3wnvrwkryeuczjg4zi5hpv5rrk","webSpace":"clitest.rgu23k6gvn4vv5bom6mfqh2d2am6sdtobhde6hi3c3wnvrwkryeuczjg4zi5hpv5rrk-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748357","name":"slot-test-webc36y7d2zrru","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748357,"deletedTimestamp":"2018-11-08T22:00:19.5490518","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7bmokftwvi3bhltlyuzsnlgrsvhsdevgodjtiaiqhcynf6yena6hpz7bdwha2uw3m","webSpace":"clitest.rg7bmokftwvi3bhltlyuzsnlgrsvhsdevgodjtiaiqhcynf6yena6hpz7bdwha2uw3m-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webc36y7d2zrru","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748360","name":"slot-test-webc36y7d2zrru","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748360,"deletedTimestamp":"2018-11-08T22:00:21.2451039","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7bmokftwvi3bhltlyuzsnlgrsvhsdevgodjtiaiqhcynf6yena6hpz7bdwha2uw3m","webSpace":"clitest.rg7bmokftwvi3bhltlyuzsnlgrsvhsdevgodjtiaiqhcynf6yena6hpz7bdwha2uw3m-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webc36y7d2zrru","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748385","name":"slot-test-webc36y7d2zrru","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748385,"deletedTimestamp":"2018-11-08T22:00:58.7829303","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7bmokftwvi3bhltlyuzsnlgrsvhsdevgodjtiaiqhcynf6yena6hpz7bdwha2uw3m","webSpace":"clitest.rg7bmokftwvi3bhltlyuzsnlgrsvhsdevgodjtiaiqhcynf6yena6hpz7bdwha2uw3m-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-test-webc36y7d2zrru","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748405","name":"undelete-webksac6fan5bzn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748405,"deletedTimestamp":"2018-11-08T22:01:37.7026405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgga3ce6wef6a6udmu3wss73xdcxooxewav76zv7e2npt3h5p7ryolu7cvlopoevtu6","webSpace":"clitest.rgga3ce6wef6a6udmu3wss73xdcxooxewav76zv7e2npt3h5p7ryolu7cvlopoevtu6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-webksac6fan5bzn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19748561","name":"clih342wadp7vsjjitm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19748561,"deletedTimestamp":"2018-11-08T22:09:10.9487472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgelo5zbn5s3","webSpace":"clitest.rgelo5zbn5s3-CentralUSwebspace","stamp":"waws-prod-dm1-025","deletedSiteName":"clih342wadp7vsjjitm","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19749360","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19749360,"deletedTimestamp":"2018-11-08T22:48:38.6161645","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createis4jsznmqsb5iez5mbnidwmhbp2gb6jbebuw6kzlddye7v4423u","webSpace":"cli_test_resource_createis4jsznmqsb5iez5mbnidwmhbp2gb6jbebuw6kzlddye7v4423u-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750754","name":"webh5vfbt3xlitldudqwdhiw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750754,"deletedTimestamp":"2018-11-09T00:18:49.7601254","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu7zanajkpxrp3pgxoc3ttr4l6472cq56m7c6yxaaiqcn4oojufcdec2b5ew7rzmyt","webSpace":"clitest.rgu7zanajkpxrp3pgxoc3ttr4l6472cq56m7c6yxaaiqcn4oojufcdec2b5ew7rzmyt-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webh5vfbt3xlitldudqwdhiw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750755","name":"web-del-testhw7tozqpbelz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750755,"deletedTimestamp":"2018-11-09T00:18:50.4554056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglebcoz6yahbvbuv45kyo6omr3lxphqxw66ylfeqcktrglsmmzgayyq765c2gac4u2","webSpace":"clitest.rglebcoz6yahbvbuv45kyo6omr3lxphqxw66ylfeqcktrglsmmzgayyq765c2gac4u2-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-del-testhw7tozqpbelz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750759","name":"functionapplinuxconsumptionenwzbcibluhfz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750759,"deletedTimestamp":"2018-11-09T00:19:06.1245167","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux66dkmwdhvfb3v2ty5zddyzk3hidmzwqs22yulcynzecbmxwnb","webSpace":"azurecli-functionapp-linux66dkmwdhvfb3v2ty5zddyzk3hidmzwqs22yulcynzecbmxwnb-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionenwzbcibluhfz","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750764","name":"functionapp-linuxlvidw3d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750764,"deletedTimestamp":"2018-11-09T00:19:22.3712107","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghwhtidv4f4yinh262hpaigqkdnvmrvl4ki2iw7bomzycu4fkuuysamu6vdtuhk75m","webSpace":"clitest.rghwhtidv4f4yinh262hpaigqkdnvmrvl4ki2iw7bomzycu4fkuuysamu6vdtuhk75m-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxlvidw3d","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750765","name":"slot-traffic-web7gezndxd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750765,"deletedTimestamp":"2018-11-09T00:19:27.8452235","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghvjo45zr7wyq7dhsormmj7memtysvfmq7g5q25jkvazlyjcyhy6y2c35tpsex3cgm","webSpace":"clitest.rghvjo45zr7wyq7dhsormmj7memtysvfmq7g5q25jkvazlyjcyhy6y2c35tpsex3cgm-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-web7gezndxd","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750767","name":"web-errori7p223m7iu3f2eg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750767,"deletedTimestamp":"2018-11-09T00:19:32.7679548","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr7htj2jwp2m67gdqkxufwdhijarounqsujdkqcqbw42j6aumsdy6va5fxvkpube7d","webSpace":"clitest.rgr7htj2jwp2m67gdqkxufwdhijarounqsujdkqcqbw42j6aumsdy6va5fxvkpube7d-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-errori7p223m7iu3f2eg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750772","name":"webapp-authentication-testvwbpzyt72zzvq2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750772,"deletedTimestamp":"2018-11-09T00:19:44.2774433","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationaagenydl26fxrvndruxwjpteah4tbfttnth7z6nr7palq","webSpace":"cli_test_webapp_authenticationaagenydl26fxrvndruxwjpteah4tbfttnth7z6nr7palq-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-authentication-testvwbpzyt72zzvq2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750774","name":"functionappconsumptionizricw6f6z4dcd6jup","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750774,"deletedTimestamp":"2018-11-09T00:19:53.0400820","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2edtxqc2i3kvywbfmvlbz2ujqokwg6qkf7dnvd2afjcenqjtncx","webSpace":"azurecli-functionapp-c-e2edtxqc2i3kvywbfmvlbz2ujqokwg6qkf7dnvd2afjcenqjtncx-WestUSwebspace","stamp":"waws-prod-bay-061","deletedSiteName":"functionappconsumptionizricw6f6z4dcd6jup","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750777","name":"slot-traffic-web2mt4d2sa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750777,"deletedTimestamp":"2018-11-09T00:19:56.4444563","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsfmutwlsdpc7xcbpehsqtxkbpkag7dkafoqic7eb4y7khtobxi7pzihsi4gepqv6y","webSpace":"clitest.rgsfmutwlsdpc7xcbpehsqtxkbpkag7dkafoqic7eb4y7khtobxi7pzihsi4gepqv6y-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-web2mt4d2sa","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750778","name":"slot-traffic-web2mt4d2sa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750778,"deletedTimestamp":"2018-11-09T00:19:56.5069736","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsfmutwlsdpc7xcbpehsqtxkbpkag7dkafoqic7eb4y7khtobxi7pzihsi4gepqv6y","webSpace":"clitest.rgsfmutwlsdpc7xcbpehsqtxkbpkag7dkafoqic7eb4y7khtobxi7pzihsi4gepqv6y-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-web2mt4d2sa","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750798","name":"func-e2eaksdv7uvmaovectg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750798,"deletedTimestamp":"2018-11-09T00:20:18.2830814","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn6g6bze4wrjxawqqrtief7ns4j266t3pom6b42hl63wim2w7jyx2jn347uj2jg3lf","webSpace":"clitest.rgn6g6bze4wrjxawqqrtief7ns4j266t3pom6b42hl63wim2w7jyx2jn347uj2jg3lf-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2eaksdv7uvmaovectg","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750800","name":"webappacrtest5plmcftoeo7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750800,"deletedTimestamp":"2018-11-09T00:20:20.1957455","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3udxkmxcyofl3qq2ggrxi33njtp7fbn74hve4uebpfnseshrx7s73iievmzklqsqm","webSpace":"clitest.rg3udxkmxcyofl3qq2ggrxi33njtp7fbn74hve4uebpfnseshrx7s73iievmzklqsqm-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtest5plmcftoeo7","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750807","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750807,"deletedTimestamp":"2018-11-09T00:20:37.5447558","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgj7jc63usec45swfraux5hqswwapbpbugx25aqda3lm2khysjgghq7qd5bmd3dwnmk","webSpace":"clitest.rgj7jc63usec45swfraux5hqswwapbpbugx25aqda3lm2khysjgghq7qd5bmd3dwnmk-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750808","name":"webapp-e2e6x7fl4v42vgqzz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750808,"deletedTimestamp":"2018-11-09T00:20:42.1908508","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3bg3nc6h77mgopdysr63j2krs4ujitqyco3xf7jdr2omw5daswojw3codi4vwnrhh","webSpace":"clitest.rg3bg3nc6h77mgopdysr63j2krs4ujitqyco3xf7jdr2omw5daswojw3codi4vwnrhh-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-e2e6x7fl4v42vgqzz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750810","name":"web-msicxtx6fb5sm7c6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750810,"deletedTimestamp":"2018-11-09T00:20:47.4982690","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvcaccrj27bphoznkjhqlpn2smkc6j2sddrspgcaqvnmx5hjdrme63sb6hi4mbwqmm","webSpace":"clitest.rgvcaccrj27bphoznkjhqlpn2smkc6j2sddrspgcaqvnmx5hjdrme63sb6hi4mbwqmm-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"web-msicxtx6fb5sm7c6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750811","name":"webapp-config-testipthqrm6kj3jbr4evjhhir","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750811,"deletedTimestamp":"2018-11-09T00:20:48.9542811","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configctp7k7i33rc45dxcczrfs7yjyji5etl57kfvpegkvhyghefjckgub","webSpace":"cli_test_webapp_configctp7k7i33rc45dxcczrfs7yjyji5etl57kfvpegkvhyghefjckgub-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-config-testipthqrm6kj3jbr4evjhhir","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750813","name":"func-e2epom5lliwlb6jtcoi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750813,"deletedTimestamp":"2018-11-09T00:20:55.8833039","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn6g6bze4wrjxawqqrtief7ns4j266t3pom6b42hl63wim2w7jyx2jn347uj2jg3lf","webSpace":"clitest.rgn6g6bze4wrjxawqqrtief7ns4j266t3pom6b42hl63wim2w7jyx2jn347uj2jg3lf-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2epom5lliwlb6jtcoi","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750816","name":"webapp-linuxjjavk73odzyg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750816,"deletedTimestamp":"2018-11-09T00:21:02.8839761","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiua44ass7azo6ygask7bt5ya2hu2mj36tlzudfyaxb2ftmtaxtljmo5cnsihnznjl","webSpace":"clitest.rgiua44ass7azo6ygask7bt5ya2hu2mj36tlzudfyaxb2ftmtaxtljmo5cnsihnznjl-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxjjavk73odzyg","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750818","name":"webapp-quickhsgvi24hrfmq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750818,"deletedTimestamp":"2018-11-09T00:21:12.2552989","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg775ev4tx35ejqlrd6efvytpu7pjev5vhsnbehzrjvxik44mhpt2qrpmipjwslbx4i","webSpace":"clitest.rg775ev4tx35ejqlrd6efvytpu7pjev5vhsnbehzrjvxik44mhpt2qrpmipjwslbx4i-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quickhsgvi24hrfmq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750819","name":"webapp-win-logjg4fkm5phs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750819,"deletedTimestamp":"2018-11-09T00:21:12.9438220","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfmxhdgwm6wgvgxu6croxnslnmmfv5rgwzvffjqsjehqtvxazpksm4hykuanpzzvmb","webSpace":"clitest.rgfmxhdgwm6wgvgxu6croxnslnmmfv5rgwzvffjqsjehqtvxazpksm4hykuanpzzvmb-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-win-logjg4fkm5phs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750820","name":"web-ssl-teston5os252","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750820,"deletedTimestamp":"2018-11-09T00:21:14.4741518","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqfq5od6smmuj2li3rla7hvbr22q6dj34zzn77unwoqftiaoyarnuj6rz3vi7lebz5","webSpace":"clitest.rgqfq5od6smmuj2li3rla7hvbr22q6dj34zzn77unwoqftiaoyarnuj6rz3vi7lebz5-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-ssl-teston5os252","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750825","name":"webapp-quick35nv3k77w4fw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750825,"deletedTimestamp":"2018-11-09T00:21:34.0592672","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnvx2voxfdfefyl7mvhxjtcf2soxziqcmyfinwqbahho7dpymue6bznvnkjkdpr2oy","webSpace":"clitest.rgnvx2voxfdfefyl7mvhxjtcf2soxziqcmyfinwqbahho7dpymue6bznvnkjkdpr2oy-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick35nv3k77w4fw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750826","name":"webapp-linux-multi6e4tud","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750826,"deletedTimestamp":"2018-11-09T00:21:35.8920569","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfjefl6q6kpj4eetid3bmutrywvnhbzazhi2izpdtrlasm5phmenis52pqxqxlquii","webSpace":"clitest.rgfjefl6q6kpj4eetid3bmutrywvnhbzazhi2izpdtrlasm5phmenis52pqxqxlquii-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multi6e4tud","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750827","name":"delete-me-webitszkfs7swq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750827,"deletedTimestamp":"2018-11-09T00:21:36.3544858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglcusgmoau463zxs5ofkg3t5swzkxbadtc7stp6db6sdm4vy644bchpr6nazmdezcj","webSpace":"clitest.rglcusgmoau463zxs5ofkg3t5swzkxbadtc7stp6db6sdm4vy644bchpr6nazmdezcj-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"delete-me-webitszkfs7swq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750832","name":"web-git-test2tczcfagypux","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750832,"deletedTimestamp":"2018-11-09T00:21:49.2897668","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7m4ggs6fakqryjpddegyhij6wmy7yrzpfxad5glc7qonclup6f7qjuyiemggawpax","webSpace":"clitest.rg7m4ggs6fakqryjpddegyhij6wmy7yrzpfxad5glc7qonclup6f7qjuyiemggawpax-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-git-test2tczcfagypux","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750854","name":"slot-traffic-webbmbm7gnd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750854,"deletedTimestamp":"2018-11-09T00:22:23.9973877","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgih2hxjdhb227t23k4pv4ncgisamtrv5uvenlk2qgln6bvp2fy63y55aorxnz44ggs","webSpace":"clitest.rgih2hxjdhb227t23k4pv4ncgisamtrv5uvenlk2qgln6bvp2fy63y55aorxnz44ggs-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webbmbm7gnd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750855","name":"slot-traffic-webbmbm7gnd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750855,"deletedTimestamp":"2018-11-09T00:22:24.0443428","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgih2hxjdhb227t23k4pv4ncgisamtrv5uvenlk2qgln6bvp2fy63y55aorxnz44ggs","webSpace":"clitest.rgih2hxjdhb227t23k4pv4ncgisamtrv5uvenlk2qgln6bvp2fy63y55aorxnz44ggs-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webbmbm7gnd","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750864","name":"webapp-hyperv-e2e42o644t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750864,"deletedTimestamp":"2018-11-09T00:22:37.1643037","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtsawni7mhubzz44g4da3totukjlwtgdh73gcxfzjrpew563ctgsnass3ogga3xkz2","webSpace":"clitest.rgtsawni7mhubzz44g4da3totukjlwtgdh73gcxfzjrpew563ctgsnass3ogga3xkz2-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2e42o644t","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750865","name":"webapp-update-test2rytii2zhtcixoivms36c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750865,"deletedTimestamp":"2018-11-09T00:22:42.8164487","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateb66a6n4vsycufrjrcnxlqbu4lybkv67vhzkmvzrdj3nv2lvj7i5ru","webSpace":"cli_test_webapp_updateb66a6n4vsycufrjrcnxlqbu4lybkv67vhzkmvzrdj3nv2lvj7i5ru-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-update-test2rytii2zhtcixoivms36c7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750866","name":"webapp-update-test2rytii2zhtcixoivms36c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750866,"deletedTimestamp":"2018-11-09T00:22:42.8633835","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateb66a6n4vsycufrjrcnxlqbu4lybkv67vhzkmvzrdj3nv2lvj7i5ru","webSpace":"cli_test_webapp_updateb66a6n4vsycufrjrcnxlqbu4lybkv67vhzkmvzrdj3nv2lvj7i5ru-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"webapp-update-test2rytii2zhtcixoivms36c7","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750870","name":"webapp-zipDeploy-testbyrlozxv6nnh4tft3da","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750870,"deletedTimestamp":"2018-11-09T00:22:50.2713836","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploylf6hukbjpejfjbk3syrpqkogviabe5a34id6hd5wqmunidb44b","webSpace":"cli_test_webapp_zipDeploylf6hukbjpejfjbk3syrpqkogviabe5a34id6hd5wqmunidb44b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-zipDeploy-testbyrlozxv6nnh4tft3da","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750888","name":"slot-swap-web5lux7qun4hr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750888,"deletedTimestamp":"2018-11-09T00:23:17.4235367","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg65hmk7iuh33spkzwudffjgjr4plibekmjtwqcz5yq6sgp3jhbjbdtheoixhb3kapn","webSpace":"clitest.rg65hmk7iuh33spkzwudffjgjr4plibekmjtwqcz5yq6sgp3jhbjbdtheoixhb3kapn-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-swap-web5lux7qun4hr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750889","name":"slot-swap-web5lux7qun4hr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750889,"deletedTimestamp":"2018-11-09T00:23:17.4548135","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg65hmk7iuh33spkzwudffjgjr4plibekmjtwqcz5yq6sgp3jhbjbdtheoixhb3kapn","webSpace":"clitest.rg65hmk7iuh33spkzwudffjgjr4plibekmjtwqcz5yq6sgp3jhbjbdtheoixhb3kapn-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-swap-web5lux7qun4hr","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750897","name":"webapp-quick-cdvqb3ktezk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750897,"deletedTimestamp":"2018-11-09T00:23:26.9846110","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg36m2hwfqgfremd2w5khzcgrxuoavli2lq5kxwztwsxlmbvzdufsl7bh5wmqdjq6jc","webSpace":"clitest.rg36m2hwfqgfremd2w5khzcgrxuoavli2lq5kxwztwsxlmbvzdufsl7bh5wmqdjq6jc-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick-cdvqb3ktezk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750908","name":"webapp-linux-logbuwt4npl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750908,"deletedTimestamp":"2018-11-09T00:23:54.1847848","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6czncg4hpleojjzalnygfgnc23gn6bbizyqk3di4bo3e7g43rv63pqozilgjav3c6","webSpace":"clitest.rg6czncg4hpleojjzalnygfgnc23gn6bbizyqk3di4bo3e7g43rv63pqozilgjav3c6-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-logbuwt4npl","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750912","name":"webapp-quick-linuxaapx3b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750912,"deletedTimestamp":"2018-11-09T00:24:14.6580169","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcr74fiw3hq443dsswci35r7g5bpcl4qcutbwqjhbabpxsjuvpcyz5oxrgkqj57bgx","webSpace":"clitest.rgcr74fiw3hq443dsswci35r7g5bpcl4qcutbwqjhbabpxsjuvpcyz5oxrgkqj57bgx-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxaapx3b","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750946","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750946,"deletedTimestamp":"2018-11-09T00:25:33.5727478","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdv53hlph4xc6olhu2kpcjkc57u4qjyab2lcxru75335vapegaqabqas3zrte7ok2f","webSpace":"clitest.rgdv53hlph4xc6olhu2kpcjkc57u4qjyab2lcxru75335vapegaqabqas3zrte7ok2f-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750950","name":"slot-test-webwplyr5dvs4l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750950,"deletedTimestamp":"2018-11-09T00:25:44.2371471","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvo3mtwspiuw4ktamfktdpnxeaqhj3rqvgrmkpimdjkigkqisxe2dfzyn7ta4rsvzt","webSpace":"clitest.rgvo3mtwspiuw4ktamfktdpnxeaqhj3rqvgrmkpimdjkigkqisxe2dfzyn7ta4rsvzt-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webwplyr5dvs4l","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750952","name":"slot-test-webwplyr5dvs4l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750952,"deletedTimestamp":"2018-11-09T00:25:45.9123282","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvo3mtwspiuw4ktamfktdpnxeaqhj3rqvgrmkpimdjkigkqisxe2dfzyn7ta4rsvzt","webSpace":"clitest.rgvo3mtwspiuw4ktamfktdpnxeaqhj3rqvgrmkpimdjkigkqisxe2dfzyn7ta4rsvzt-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webwplyr5dvs4l","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750964","name":"slot-test-webwplyr5dvs4l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750964,"deletedTimestamp":"2018-11-09T00:26:25.2424188","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvo3mtwspiuw4ktamfktdpnxeaqhj3rqvgrmkpimdjkigkqisxe2dfzyn7ta4rsvzt","webSpace":"clitest.rgvo3mtwspiuw4ktamfktdpnxeaqhj3rqvgrmkpimdjkigkqisxe2dfzyn7ta4rsvzt-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webwplyr5dvs4l","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19750976","name":"undelete-webkyh7sedohrxk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19750976,"deletedTimestamp":"2018-11-09T00:27:24.0735294","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqtlmn5n3zqwh7lkcy5bqdhgd3bmql5j6um6ymv67eo725gp7kwjpfn7cgfdxh33ep","webSpace":"clitest.rgqtlmn5n3zqwh7lkcy5bqdhgd3bmql5j6um6ymv67eo725gp7kwjpfn7cgfdxh33ep-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-webkyh7sedohrxk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19751147","name":"cliug7xpumyhcgys7rt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19751147,"deletedTimestamp":"2018-11-09T00:34:43.5068079","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdfebrvugzo","webSpace":"clitest.rgdfebrvugzo-CentralUSwebspace","stamp":"waws-prod-dm1-119","deletedSiteName":"cliug7xpumyhcgys7rt","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19751670","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19751670,"deletedTimestamp":"2018-11-09T01:13:01.9326050","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createvfe7mp3qg5mx72ybfsdfvwioh6nt6csye2dncm4hmxknaxkfkcl","webSpace":"cli_test_resource_createvfe7mp3qg5mx72ybfsdfvwioh6nt6csye2dncm4hmxknaxkfkcl-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756195","name":"websyb5ysdyvjmhafvih7wso","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756195,"deletedTimestamp":"2018-11-09T06:08:17.8770364","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgidgbn7vpokuxcrvtjnodtdufaehocxlkrihrnakpyuikzlhfntbpuhf35nltcnfpj","webSpace":"clitest.rgidgbn7vpokuxcrvtjnodtdufaehocxlkrihrnakpyuikzlhfntbpuhf35nltcnfpj-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"websyb5ysdyvjmhafvih7wso","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756202","name":"functionapplinuxconsumptioncx3vtoe3d6p57","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756202,"deletedTimestamp":"2018-11-09T06:08:27.3513504","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux6izlrkjw7hnmzkjg2jmkmm7fzzihy6ss3suvnt7opwxd4yzyl","webSpace":"azurecli-functionapp-linux6izlrkjw7hnmzkjg2jmkmm7fzzihy6ss3suvnt7opwxd4yzyl-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptioncx3vtoe3d6p57","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756209","name":"functionapp-linuxmpsa5fe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756209,"deletedTimestamp":"2018-11-09T06:08:40.1838852","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3hetvklgbaaqvdid446u77jh2zcxgp4quqim37rp74div7vg4rn6a2qcj7w3qcpxo","webSpace":"clitest.rg3hetvklgbaaqvdid446u77jh2zcxgp4quqim37rp74div7vg4rn6a2qcj7w3qcpxo-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxmpsa5fe","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756216","name":"web-del-test2qmmo6xsurin","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756216,"deletedTimestamp":"2018-11-09T06:08:58.2758371","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7cz6refzs4x5ultfqby3bsys4f4rudi42rxqqxrhmejsex5ahmqa45g37igjm5c2l","webSpace":"clitest.rg7cz6refzs4x5ultfqby3bsys4f4rudi42rxqqxrhmejsex5ahmqa45g37igjm5c2l-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-test2qmmo6xsurin","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756217","name":"webapp-authentication-testrzzl3sgiz4wcoe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756217,"deletedTimestamp":"2018-11-09T06:09:03.4492986","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationbjudrlmdmuybx25s5vfrs5utfwhjnc6xko5hfuh2xiqpq","webSpace":"cli_test_webapp_authenticationbjudrlmdmuybx25s5vfrs5utfwhjnc6xko5hfuh2xiqpq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-authentication-testrzzl3sgiz4wcoe","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756219","name":"web-errorjcov5cdmpr2mzb5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756219,"deletedTimestamp":"2018-11-09T06:09:10.0645257","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyfko6ru76p6i55kat244jnn6yvrsiey4dq6it5kndngj3u36qmkx2ebkzdxqtujyd","webSpace":"clitest.rgyfko6ru76p6i55kat244jnn6yvrsiey4dq6it5kndngj3u36qmkx2ebkzdxqtujyd-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-errorjcov5cdmpr2mzb5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756227","name":"slot-traffic-webjcbwhwcq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756227,"deletedTimestamp":"2018-11-09T06:09:14.9601893","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwhs2cksluommpp3y4ebaddhezcgltqy5redvy3s2piz52ge4jyzrzbavvxkuuetbo","webSpace":"clitest.rgwhs2cksluommpp3y4ebaddhezcgltqy5redvy3s2piz52ge4jyzrzbavvxkuuetbo-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webjcbwhwcq","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756230","name":"webapp-e2ehdwpuhkxctlfs7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756230,"deletedTimestamp":"2018-11-09T06:09:24.6657415","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3a5xbon37szn6yjbq2tsbjpviqttstuskfidogleradwo3mkg6eqvogdyiqpgzfdl","webSpace":"clitest.rg3a5xbon37szn6yjbq2tsbjpviqttstuskfidogleradwo3mkg6eqvogdyiqpgzfdl-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-e2ehdwpuhkxctlfs7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756235","name":"web-msitno7eij6kyl6e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756235,"deletedTimestamp":"2018-11-09T06:09:33.5873762","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3thufpg3qknfpyikgzhpyfmvmm2j63btkcneazjc2vrabowl2psuegw7vnchpfvvu","webSpace":"clitest.rg3thufpg3qknfpyikgzhpyfmvmm2j63btkcneazjc2vrabowl2psuegw7vnchpfvvu-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web-msitno7eij6kyl6e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756236","name":"slot-traffic-webxbhjptv2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756236,"deletedTimestamp":"2018-11-09T06:09:33.8954345","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwqmebiyufv57jnwjvej32griylseqcml4za3b6y6skbrltogkzguhcr3nbtnl6woz","webSpace":"clitest.rgwqmebiyufv57jnwjvej32griylseqcml4za3b6y6skbrltogkzguhcr3nbtnl6woz-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webxbhjptv2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756237","name":"slot-traffic-webxbhjptv2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756237,"deletedTimestamp":"2018-11-09T06:09:33.9891611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwqmebiyufv57jnwjvej32griylseqcml4za3b6y6skbrltogkzguhcr3nbtnl6woz","webSpace":"clitest.rgwqmebiyufv57jnwjvej32griylseqcml4za3b6y6skbrltogkzguhcr3nbtnl6woz-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webxbhjptv2","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756238","name":"webapp-config-testi4tjhxryywk4hbs6rdxuc5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756238,"deletedTimestamp":"2018-11-09T06:09:36.2592699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configanzhqqsni7ltj5ocdpimyvwq4gjymsclmeiymabmnburliheb3qvf","webSpace":"cli_test_webapp_configanzhqqsni7ltj5ocdpimyvwq4gjymsclmeiymabmnburliheb3qvf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-config-testi4tjhxryywk4hbs6rdxuc5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756239","name":"func-e2embhrqjo75q4ad3ku","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756239,"deletedTimestamp":"2018-11-09T06:09:38.7035724","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghdgjprdy3uimdo53p6wub6rmiphg7ewixkejtnamxuwfwr76fotwuahh7b462pbyp","webSpace":"clitest.rghdgjprdy3uimdo53p6wub6rmiphg7ewixkejtnamxuwfwr76fotwuahh7b462pbyp-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"func-e2embhrqjo75q4ad3ku","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756240","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756240,"deletedTimestamp":"2018-11-09T06:09:39.5785906","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgojxe2lazki275sxlgjlj6kbpe65ecrcwajwfwwvozpewapfuxqs3a6nj2yvg7ny7i","webSpace":"clitest.rgojxe2lazki275sxlgjlj6kbpe65ecrcwajwfwwvozpewapfuxqs3a6nj2yvg7ny7i-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756241","name":"webappacrtest7fwud3glajv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756241,"deletedTimestamp":"2018-11-09T06:09:41.5928870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxab6tmqt4dpw2itr4euj2fza4iarjmxt4vakvjtuxzrjfoire52hdu5s3kuz2xrnw","webSpace":"clitest.rgxab6tmqt4dpw2itr4euj2fza4iarjmxt4vakvjtuxzrjfoire52hdu5s3kuz2xrnw-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtest7fwud3glajv","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756244","name":"web-ssl-testf3rlan75","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756244,"deletedTimestamp":"2018-11-09T06:09:51.8876692","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgudgtkkrijxr34gbkt6wls7hq66okrx7aowhptqiqg5uwoufxbmul4s2rcmhuqt2sg","webSpace":"clitest.rgudgtkkrijxr34gbkt6wls7hq66okrx7aowhptqiqg5uwoufxbmul4s2rcmhuqt2sg-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-ssl-testf3rlan75","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756245","name":"delete-me-webzkwxqp45p6n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756245,"deletedTimestamp":"2018-11-09T06:09:52.5848642","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcavf634nktdwlcni7esk2dndt2r7c7szom3onngb5igalbhjkmu4l3s36rfbrk4kb","webSpace":"clitest.rgcavf634nktdwlcni7esk2dndt2r7c7szom3onngb5igalbhjkmu4l3s36rfbrk4kb-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"delete-me-webzkwxqp45p6n","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756250","name":"webapp-quickbmrzbxg5vhej","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756250,"deletedTimestamp":"2018-11-09T06:10:05.0813918","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzmidj6wgbavipkdnn2insam42ivgy7rigy7smlo5hrpfzrdq3btdlozqcdgtnvm5h","webSpace":"clitest.rgzmidj6wgbavipkdnn2insam42ivgy7rigy7smlo5hrpfzrdq3btdlozqcdgtnvm5h-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quickbmrzbxg5vhej","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756256","name":"webapp-quickjhdksavojvdg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756256,"deletedTimestamp":"2018-11-09T06:10:13.0485532","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgj5ic7ekz366cwqhhzretswe63i2ovbykjhiuqdtqz4dv3vqt5pyfyjrneuvetnu44","webSpace":"clitest.rgj5ic7ekz366cwqhhzretswe63i2ovbykjhiuqdtqz4dv3vqt5pyfyjrneuvetnu44-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quickjhdksavojvdg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756257","name":"func-e2emccg3pqgt4ubaxik","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756257,"deletedTimestamp":"2018-11-09T06:10:16.7759186","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghdgjprdy3uimdo53p6wub6rmiphg7ewixkejtnamxuwfwr76fotwuahh7b462pbyp","webSpace":"clitest.rghdgjprdy3uimdo53p6wub6rmiphg7ewixkejtnamxuwfwr76fotwuahh7b462pbyp-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"func-e2emccg3pqgt4ubaxik","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756258","name":"webapp-win-lognmvito5dgr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756258,"deletedTimestamp":"2018-11-09T06:10:17.7991219","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkvxzk53szbhhj5hpsuautfcpip5liprtqmd6rfgpdgif3wii3uudlq6gsjjigvkfl","webSpace":"clitest.rgkvxzk53szbhhj5hpsuautfcpip5liprtqmd6rfgpdgif3wii3uudlq6gsjjigvkfl-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-lognmvito5dgr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756260","name":"webapp-linuxuwqtj2tlkqzj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756260,"deletedTimestamp":"2018-11-09T06:10:26.4421171","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgifzifijw26gkyh7dm6sgb3met5t4nm6tnl35wsih53qwzjbkxahvs43tex66wwndq","webSpace":"clitest.rgifzifijw26gkyh7dm6sgb3met5t4nm6tnl35wsih53qwzjbkxahvs43tex66wwndq-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxuwqtj2tlkqzj","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756263","name":"functionappconsumptionbg7f25aftdqv3slof5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756263,"deletedTimestamp":"2018-11-09T06:10:39.7276673","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2e634eztjnm666xzswtvrrjx7cnji3lpgtrssgxz4gmy355qglo","webSpace":"azurecli-functionapp-c-e2e634eztjnm666xzswtvrrjx7cnji3lpgtrssgxz4gmy355qglo-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"functionappconsumptionbg7f25aftdqv3slof5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756266","name":"web-git-test2pazqjf5d5gb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756266,"deletedTimestamp":"2018-11-09T06:10:43.9370453","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvnigekoovupbjirdgtgtobkjnpojd7x5hrppdbktdxukr2chfknhgufwbn3sgcry7","webSpace":"clitest.rgvnigekoovupbjirdgtgtobkjnpojd7x5hrppdbktdxukr2chfknhgufwbn3sgcry7-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-git-test2pazqjf5d5gb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756268","name":"webapp-linux-multibid7v4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756268,"deletedTimestamp":"2018-11-09T06:10:46.3139608","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4fmnetmx7r4b2iydzakue6vo3relea62quiolytmiwmdcdipvcw3xqgyedezhl3cu","webSpace":"clitest.rg4fmnetmx7r4b2iydzakue6vo3relea62quiolytmiwmdcdipvcw3xqgyedezhl3cu-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multibid7v4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756271","name":"slot-traffic-webxcymv655","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756271,"deletedTimestamp":"2018-11-09T06:10:55.9733574","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgttmemukfr2qk2v6ws52v3ir6one2pwpll3gpsvriezkhgvcwf3ilbgqk3c7ruwq5r","webSpace":"clitest.rgttmemukfr2qk2v6ws52v3ir6one2pwpll3gpsvriezkhgvcwf3ilbgqk3c7ruwq5r-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webxcymv655","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756272","name":"slot-traffic-webxcymv655","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756272,"deletedTimestamp":"2018-11-09T06:10:56.0202164","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgttmemukfr2qk2v6ws52v3ir6one2pwpll3gpsvriezkhgvcwf3ilbgqk3c7ruwq5r","webSpace":"clitest.rgttmemukfr2qk2v6ws52v3ir6one2pwpll3gpsvriezkhgvcwf3ilbgqk3c7ruwq5r-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webxcymv655","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756276","name":"webapp-hyperv-e2eqjkfpud","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756276,"deletedTimestamp":"2018-11-09T06:11:13.1692072","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgco2xbvkggzqrfo5oqrc6ysyjop5jb36hdrycymnzrnscdvguml2gekmutomimgh2t","webSpace":"clitest.rgco2xbvkggzqrfo5oqrc6ysyjop5jb36hdrycymnzrnscdvguml2gekmutomimgh2t-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2eqjkfpud","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756277","name":"webapp-update-testi5icpvtnuoldunyvm3q76i","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756277,"deletedTimestamp":"2018-11-09T06:11:17.1289704","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateafbnam7puwgn5eca5bvtiktdrbteuu6iqasdbdvlqqho3cmuygzra","webSpace":"cli_test_webapp_updateafbnam7puwgn5eca5bvtiktdrbteuu6iqasdbdvlqqho3cmuygzra-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testi5icpvtnuoldunyvm3q76i","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756278","name":"webapp-update-testi5icpvtnuoldunyvm3q76i","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756278,"deletedTimestamp":"2018-11-09T06:11:17.2071223","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateafbnam7puwgn5eca5bvtiktdrbteuu6iqasdbdvlqqho3cmuygzra","webSpace":"cli_test_webapp_updateafbnam7puwgn5eca5bvtiktdrbteuu6iqasdbdvlqqho3cmuygzra-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testi5icpvtnuoldunyvm3q76i","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756279","name":"webapp-quick-cd3fhyrt54y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756279,"deletedTimestamp":"2018-11-09T06:11:26.5761678","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrfu7gjb2gjxjxgqmyi2dtj33onwye4ciw2srx56c5a3yip43cfcl2vyloli6qiwjj","webSpace":"clitest.rgrfu7gjb2gjxjxgqmyi2dtj33onwye4ciw2srx56c5a3yip43cfcl2vyloli6qiwjj-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quick-cd3fhyrt54y","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756281","name":"webapp-zipDeploy-testlfqn66cemvxa3yzw3tv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756281,"deletedTimestamp":"2018-11-09T06:11:34.3079762","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployowbgfptothvpnkfpt5io6376oud3skwykffg7khoa2lfwdixg6","webSpace":"cli_test_webapp_zipDeployowbgfptothvpnkfpt5io6376oud3skwykffg7khoa2lfwdixg6-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-zipDeploy-testlfqn66cemvxa3yzw3tv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756286","name":"slot-swap-webcafixk2pvkl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756286,"deletedTimestamp":"2018-11-09T06:12:22.0030502","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgb3o37zjfevjgqgh45cd6pyfm2tmjb6qowxp5ryvrrftnf7kvnxz32qh3nnhehiv2g","webSpace":"clitest.rgb3o37zjfevjgqgh45cd6pyfm2tmjb6qowxp5ryvrrftnf7kvnxz32qh3nnhehiv2g-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-webcafixk2pvkl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756287","name":"slot-swap-webcafixk2pvkl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756287,"deletedTimestamp":"2018-11-09T06:12:22.0809301","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgb3o37zjfevjgqgh45cd6pyfm2tmjb6qowxp5ryvrrftnf7kvnxz32qh3nnhehiv2g","webSpace":"clitest.rgb3o37zjfevjgqgh45cd6pyfm2tmjb6qowxp5ryvrrftnf7kvnxz32qh3nnhehiv2g-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-webcafixk2pvkl","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756295","name":"webapp-linux-logeilkmtfw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756295,"deletedTimestamp":"2018-11-09T06:13:27.3831351","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcmkx46q4txaqs42hsjhb2w74srmhf4j7bv2lkmru4m2y3xm2ohqsjpgckuryrbsrn","webSpace":"clitest.rgcmkx46q4txaqs42hsjhb2w74srmhf4j7bv2lkmru4m2y3xm2ohqsjpgckuryrbsrn-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logeilkmtfw","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756296","name":"webapp-quick-linux5tvpkr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756296,"deletedTimestamp":"2018-11-09T06:13:28.8050469","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzfnnnimcwqv32vkmomt3scpgsqx7xxwbocguvy4s3c2fjstx3o3pafal7kkleu7sx","webSpace":"clitest.rgzfnnnimcwqv32vkmomt3scpgsqx7xxwbocguvy4s3c2fjstx3o3pafal7kkleu7sx-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux5tvpkr","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756303","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756303,"deletedTimestamp":"2018-11-09T06:13:44.7699338","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg57p5ezf7srar2s7c6qy7s3xvfkyidh4st4v3btb7ffxy6p56xp66goqbqpxege5th","webSpace":"clitest.rg57p5ezf7srar2s7c6qy7s3xvfkyidh4st4v3btb7ffxy6p56xp66goqbqpxege5th-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756308","name":"slot-test-webglqqeykpf2v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756308,"deletedTimestamp":"2018-11-09T06:14:11.3845932","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggisob5nyvjnuhzauwth6nrb6y7l7aylweg2pzflg7ytipbk6qeppmlzoakt67dhmv","webSpace":"clitest.rggisob5nyvjnuhzauwth6nrb6y7l7aylweg2pzflg7ytipbk6qeppmlzoakt67dhmv-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-test-webglqqeykpf2v","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756309","name":"slot-test-webglqqeykpf2v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756309,"deletedTimestamp":"2018-11-09T06:14:13.1961908","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggisob5nyvjnuhzauwth6nrb6y7l7aylweg2pzflg7ytipbk6qeppmlzoakt67dhmv","webSpace":"clitest.rggisob5nyvjnuhzauwth6nrb6y7l7aylweg2pzflg7ytipbk6qeppmlzoakt67dhmv-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-test-webglqqeykpf2v","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756315","name":"slot-test-webglqqeykpf2v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756315,"deletedTimestamp":"2018-11-09T06:14:51.2869019","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggisob5nyvjnuhzauwth6nrb6y7l7aylweg2pzflg7ytipbk6qeppmlzoakt67dhmv","webSpace":"clitest.rggisob5nyvjnuhzauwth6nrb6y7l7aylweg2pzflg7ytipbk6qeppmlzoakt67dhmv-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-test-webglqqeykpf2v","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756325","name":"undelete-webrc4e7kxyco3s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756325,"deletedTimestamp":"2018-11-09T06:15:48.2886588","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7rhopiuaq4xjpj74blzjz2qdujcwt64viodxft2bafwfcmcb36hionzkpm5esact4","webSpace":"clitest.rg7rhopiuaq4xjpj74blzjz2qdujcwt64viodxft2bafwfcmcb36hionzkpm5esact4-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"undelete-webrc4e7kxyco3s","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756368","name":"clij3isst2q76t6ugj2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756368,"deletedTimestamp":"2018-11-09T06:20:19.5881395","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7r3bkphpjh","webSpace":"clitest.rg7r3bkphpjh-CentralUSwebspace","stamp":"waws-prod-dm1-119","deletedSiteName":"clij3isst2q76t6ugj2","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19756691","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19756691,"deletedTimestamp":"2018-11-09T06:51:19.5752149","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createvgf466xzjctbfnushjxlrhlddbukdpj4ujprdjtvefcwuy7u64y","webSpace":"cli_test_resource_createvgf466xzjctbfnushjxlrhlddbukdpj4ujprdjtvefcwuy7u64y-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765805","name":"JAVAwebapp-7d7207648e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765805,"deletedTimestamp":"2018-11-09T11:40:10.1647332","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg347073746","webSpace":"javacsmrg347073746-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-7d7207648e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765806","name":"java-webapp-153566","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765806,"deletedTimestamp":"2018-11-09T11:40:10.3222171","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg18232805a","webSpace":"javacsmrg18232805a-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-153566","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765807","name":"java-webapp-162167","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765807,"deletedTimestamp":"2018-11-09T11:40:11.9093091","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7d4891300","webSpace":"javacsmrg7d4891300-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-162167","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765808","name":"java-webapp-58407c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765808,"deletedTimestamp":"2018-11-09T11:40:12.1633734","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg48d964223","webSpace":"javacsmrg48d964223-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-58407c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765809","name":"java-webapp-58407c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765809,"deletedTimestamp":"2018-11-09T11:40:12.2102771","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg48d964223","webSpace":"javacsmrg48d964223-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-58407c","slot":"java-slot-7aa696739","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765810","name":"java-webapp-58407c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765810,"deletedTimestamp":"2018-11-09T11:40:12.3196087","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg48d964223","webSpace":"javacsmrg48d964223-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-58407c","slot":"java-slot-0f4964851","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765811","name":"JAVAwebapp-0e97361675","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765811,"deletedTimestamp":"2018-11-09T11:40:14.0411912","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6b4943645","webSpace":"javacsmrg6b4943645-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"JAVAwebapp-0e97361675","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765813","name":"java-webapp-93553d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765813,"deletedTimestamp":"2018-11-09T11:40:15.7901469","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg483275892","webSpace":"javacsmrg483275892-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-93553d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765814","name":"java-webapp-93553d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765814,"deletedTimestamp":"2018-11-09T11:40:15.8370139","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg483275892","webSpace":"javacsmrg483275892-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-93553d","slot":"java-slot-19313413e","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765815","name":"java-webapp-93553d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765815,"deletedTimestamp":"2018-11-09T11:40:15.9307648","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg483275892","webSpace":"javacsmrg483275892-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-93553d","slot":"java-slot-de4973182","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765816","name":"java-webapp-709044","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765816,"deletedTimestamp":"2018-11-09T11:40:15.9977527","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc37653988","webSpace":"javacsmrgc37653988-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-709044","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19765817","name":"java-webapp-04450d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19765817,"deletedTimestamp":"2018-11-09T11:40:17.5347956","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd5f811124","webSpace":"javacsmrgd5f811124-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-04450d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771023","name":"webapp1-b113401996","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771023,"deletedTimestamp":"2018-11-09T15:08:24.4818858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8f7977888a2a","webSpace":"rg1nemv_8f7977888a2a-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-b113401996","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771040","name":"webapp2-509912199d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771040,"deletedTimestamp":"2018-11-09T15:08:56.5012380","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6d4967075115","webSpace":"rgnemv_6d4967075115-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-509912199d","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771042","name":"webapp1-6e28369155","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771042,"deletedTimestamp":"2018-11-09T15:09:00.8290434","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6d4967075115","webSpace":"rgnemv_6d4967075115-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-6e28369155","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771044","name":"webapp2-299810256e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771044,"deletedTimestamp":"2018-11-09T15:09:02.2189483","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8f7977888a2a","webSpace":"rg1nemv_8f7977888a2a-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-299810256e","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771045","name":"webapp3-9fd5828860","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771045,"deletedTimestamp":"2018-11-09T15:09:03.6780010","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8f7977888a2a","webSpace":"rg1nemv_8f7977888a2a-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-9fd5828860","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771059","name":"webapp1-2975241995","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771059,"deletedTimestamp":"2018-11-09T15:09:57.1877644","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_faa1959720ab","webSpace":"rg1nemv_faa1959720ab-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-2975241995","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771070","name":"webapp2-44f43385e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771070,"deletedTimestamp":"2018-11-09T15:10:17.3224430","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2ff786670448","webSpace":"rgnemv_2ff786670448-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp2-44f43385e4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771074","name":"webapp1-1c20802880","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771074,"deletedTimestamp":"2018-11-09T15:10:25.9076899","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2ff786670448","webSpace":"rgnemv_2ff786670448-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-1c20802880","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771077","name":"webapp2-7ee2526349","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771077,"deletedTimestamp":"2018-11-09T15:10:36.4877792","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_faa1959720ab","webSpace":"rg1nemv_faa1959720ab-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-7ee2526349","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771079","name":"webapp3-cf7471819c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771079,"deletedTimestamp":"2018-11-09T15:10:38.1568393","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_faa1959720ab","webSpace":"rg1nemv_faa1959720ab-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp3-cf7471819c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771082","name":"webapp1-91d067401d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771082,"deletedTimestamp":"2018-11-09T15:10:43.9589247","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e8388550af7f","webSpace":"rg1nemv_e8388550af7f-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp1-91d067401d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771089","name":"webapp2-755417911d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771089,"deletedTimestamp":"2018-11-09T15:10:53.2123874","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d5f944611aa0","webSpace":"rgnemv_d5f944611aa0-EastUS2webspace","stamp":"waws-prod-bn1-039","deletedSiteName":"webapp2-755417911d","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771094","name":"webapp1-dc491054f8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771094,"deletedTimestamp":"2018-11-09T15:10:56.7251668","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d5f944611aa0","webSpace":"rgnemv_d5f944611aa0-EastUS2webspace","stamp":"waws-prod-bn1-039","deletedSiteName":"webapp1-dc491054f8","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771111","name":"webapp2-40c003984e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771111,"deletedTimestamp":"2018-11-09T15:11:22.4481193","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e8388550af7f","webSpace":"rg1nemv_e8388550af7f-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp2-40c003984e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771113","name":"webapp3-32c5093737","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771113,"deletedTimestamp":"2018-11-09T15:11:24.8083264","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_e8388550af7f","webSpace":"rg1nemv_e8388550af7f-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp3-32c5093737","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771152","name":"webapp2-6f239301af","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771152,"deletedTimestamp":"2018-11-09T15:13:34.7954693","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8f34407518f7d9c65","webSpace":"rga8f34407518f7d9c65-EastUSwebspace","stamp":"waws-prod-blu-101","deletedSiteName":"webapp2-6f239301af","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771154","name":"webapp6-60a278499b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771154,"deletedTimestamp":"2018-11-09T15:13:36.7725881","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8f34407518f7d9c65","webSpace":"rga8f34407518f7d9c65-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-60a278499b","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771159","name":"webapp3-02785591c0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771159,"deletedTimestamp":"2018-11-09T15:13:44.7378334","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8f34407518f7d9c65","webSpace":"rga8f34407518f7d9c65-WestEuropewebspace","stamp":"waws-prod-am2-225","deletedSiteName":"webapp3-02785591c0","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771162","name":"webapp1-7ef24728ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771162,"deletedTimestamp":"2018-11-09T15:13:51.2106250","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8f34407518f7d9c65","webSpace":"rga8f34407518f7d9c65-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-7ef24728ba","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771164","name":"webapp4-0651940766","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771164,"deletedTimestamp":"2018-11-09T15:13:53.9572521","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8f34407518f7d9c65","webSpace":"rga8f34407518f7d9c65-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-0651940766","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771165","name":"webapp5-9954743557","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771165,"deletedTimestamp":"2018-11-09T15:14:01.1388627","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rga8f34407518f7d9c65","webSpace":"rga8f34407518f7d9c65-SoutheastAsiawebspace","stamp":"waws-prod-sg1-027","deletedSiteName":"webapp5-9954743557","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771276","name":"webapp1-38541416d6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771276,"deletedTimestamp":"2018-11-09T15:19:47.3800081","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg79a91262efc18d0","webSpace":"rg79a91262efc18d0-EastUSwebspace","stamp":"waws-prod-blu-101","deletedSiteName":"webapp1-38541416d6","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771277","name":"webapp1-38541416d6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771277,"deletedTimestamp":"2018-11-09T15:19:47.4268835","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg79a91262efc18d0","webSpace":"rg79a91262efc18d0-EastUSwebspace","stamp":"waws-prod-blu-101","deletedSiteName":"webapp1-38541416d6","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771278","name":"webapp3-27a32508e1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771278,"deletedTimestamp":"2018-11-09T15:19:51.2948606","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg79a91262efc18d0","webSpace":"rg79a91262efc18d0-EastAsiawebspace","stamp":"waws-prod-hk1-013","deletedSiteName":"webapp3-27a32508e1","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771279","name":"webapp3-27a32508e1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771279,"deletedTimestamp":"2018-11-09T15:19:51.3261367","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg79a91262efc18d0","webSpace":"rg79a91262efc18d0-EastAsiawebspace","stamp":"waws-prod-hk1-013","deletedSiteName":"webapp3-27a32508e1","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771281","name":"webapp2-0eb83987a2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771281,"deletedTimestamp":"2018-11-09T15:19:56.5704335","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg79a91262efc18d0","webSpace":"rg79a91262efc18d0-WestEuropewebspace","stamp":"waws-prod-am2-225","deletedSiteName":"webapp2-0eb83987a2","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771282","name":"webapp2-0eb83987a2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771282,"deletedTimestamp":"2018-11-09T15:19:56.8673249","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg79a91262efc18d0","webSpace":"rg79a91262efc18d0-WestEuropewebspace","stamp":"waws-prod-am2-225","deletedSiteName":"webapp2-0eb83987a2","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771316","name":"webapp3-06e2773291","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771316,"deletedTimestamp":"2018-11-09T15:21:13.3947458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_63b0741528ad","webSpace":"rgnemv_63b0741528ad-EastAsiawebspace","stamp":"waws-prod-hk1-001","deletedSiteName":"webapp3-06e2773291","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771318","name":"webapp4-6356221745","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771318,"deletedTimestamp":"2018-11-09T15:21:21.2314709","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_63b0741528ad","webSpace":"rgnemv_63b0741528ad-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp4-6356221745","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771319","name":"webapp2-a17547539c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771319,"deletedTimestamp":"2018-11-09T15:21:31.1021677","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_63b0741528ad","webSpace":"rgnemv_63b0741528ad-WestEuropewebspace","stamp":"waws-prod-am2-131","deletedSiteName":"webapp2-a17547539c","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771321","name":"webapp1-3193250674","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771321,"deletedTimestamp":"2018-11-09T15:21:37.8561168","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_63b0741528ad","webSpace":"rgnemv_63b0741528ad-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-3193250674","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771326","name":"webapp5-d790163893","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771326,"deletedTimestamp":"2018-11-09T15:21:49.0665243","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_63b0741528ad","webSpace":"rgnemv_63b0741528ad-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp5-d790163893","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771392","name":"webapp1-2c744765b8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771392,"deletedTimestamp":"2018-11-09T15:25:09.0467408","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_90a27888d471","webSpace":"rgnemv_90a27888d471-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-2c744765b8","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771398","name":"webapp2-1bc016737a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771398,"deletedTimestamp":"2018-11-09T15:25:18.7319736","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_90a27888d471","webSpace":"rgnemv_90a27888d471-WestEuropewebspace","stamp":"waws-prod-am2-215","deletedSiteName":"webapp2-1bc016737a","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771412","name":"webapp3-cff587481c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771412,"deletedTimestamp":"2018-11-09T15:25:27.2982316","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_90a27888d471","webSpace":"rgnemv_90a27888d471-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-cff587481c","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771416","name":"webapp4-baf404810f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771416,"deletedTimestamp":"2018-11-09T15:25:36.2609388","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_90a27888d471","webSpace":"rgnemv_90a27888d471-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp4-baf404810f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771420","name":"webapp5-2f914822cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771420,"deletedTimestamp":"2018-11-09T15:25:42.1330465","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_90a27888d471","webSpace":"rgnemv_90a27888d471-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp5-2f914822cd","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771489","name":"webapp1-b5f6357309","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771489,"deletedTimestamp":"2018-11-09T15:29:30.5011764","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6da22602527ffdd","webSpace":"rg6da22602527ffdd-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-b5f6357309","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771490","name":"webapp1-b5f6357309","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771490,"deletedTimestamp":"2018-11-09T15:29:30.5471222","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6da22602527ffdd","webSpace":"rg6da22602527ffdd-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp1-b5f6357309","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771491","name":"webapp2-53b31311ab","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771491,"deletedTimestamp":"2018-11-09T15:29:37.8396379","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6da22602527ffdd","webSpace":"rg6da22602527ffdd-WestEuropewebspace","stamp":"waws-prod-am2-131","deletedSiteName":"webapp2-53b31311ab","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771492","name":"webapp2-53b31311ab","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771492,"deletedTimestamp":"2018-11-09T15:29:37.8866194","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6da22602527ffdd","webSpace":"rg6da22602527ffdd-WestEuropewebspace","stamp":"waws-prod-am2-131","deletedSiteName":"webapp2-53b31311ab","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771499","name":"webapp3-a5e43973fe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771499,"deletedTimestamp":"2018-11-09T15:29:45.3507350","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6da22602527ffdd","webSpace":"rg6da22602527ffdd-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-a5e43973fe","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771500","name":"webapp3-a5e43973fe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771500,"deletedTimestamp":"2018-11-09T15:29:45.3819858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6da22602527ffdd","webSpace":"rg6da22602527ffdd-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-a5e43973fe","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771578","name":"webapp3-f0748154f3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771578,"deletedTimestamp":"2018-11-09T15:32:41.4578457","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaa9086680ceaf00464","webSpace":"rgaa9086680ceaf00464-WestEuropewebspace","stamp":"waws-prod-am2-115","deletedSiteName":"webapp3-f0748154f3","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771586","name":"webapp6-b0495329fe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771586,"deletedTimestamp":"2018-11-09T15:32:51.0878832","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaa9086680ceaf00464","webSpace":"rgaa9086680ceaf00464-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-011","deletedSiteName":"webapp6-b0495329fe","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771597","name":"webapp5-5fb2217020","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771597,"deletedTimestamp":"2018-11-09T15:32:57.5480632","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaa9086680ceaf00464","webSpace":"rgaa9086680ceaf00464-SoutheastAsiawebspace","stamp":"waws-prod-sg1-029","deletedSiteName":"webapp5-5fb2217020","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771602","name":"webapp1-8be527876c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771602,"deletedTimestamp":"2018-11-09T15:32:59.7616134","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaa9086680ceaf00464","webSpace":"rgaa9086680ceaf00464-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp1-8be527876c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771612","name":"webapp2-e734024016","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771612,"deletedTimestamp":"2018-11-09T15:33:05.5431936","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaa9086680ceaf00464","webSpace":"rgaa9086680ceaf00464-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-e734024016","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771619","name":"webapp4-7be609211f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771619,"deletedTimestamp":"2018-11-09T15:33:08.7410531","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaa9086680ceaf00464","webSpace":"rgaa9086680ceaf00464-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-7be609211f","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771668","name":"wnrsat2bc18941cbb1f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771668,"deletedTimestamp":"2018-11-09T15:34:59.4129882","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat7e528093c56a5","webSpace":"rgrsat7e528093c56a5-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsat2bc18941cbb1f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19771852","name":"mytestscalewebappe7a442741d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19771852,"deletedTimestamp":"2018-11-09T15:41:10.5068714","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup60e87932ab4","webSpace":"myresourcegroup60e87932ab4-SouthCentralUSwebspace","stamp":"waws-prod-sn1-155","deletedSiteName":"mytestscalewebappe7a442741d","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773520","name":"java-webapp-72549a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773520,"deletedTimestamp":"2018-11-09T16:42:07.3539315","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg40762756f","webSpace":"javacsmrg40762756f-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-72549a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773539","name":"java-webapp-07024b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773539,"deletedTimestamp":"2018-11-09T16:42:51.4530740","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6e756174e","webSpace":"javacsmrg6e756174e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-07024b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773541","name":"java-webapp-57465e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773541,"deletedTimestamp":"2018-11-09T16:42:57.4518638","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg982770851","webSpace":"javacsmrg982770851-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"java-webapp-57465e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773552","name":"java-webapp-211229","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773552,"deletedTimestamp":"2018-11-09T16:43:34.9119460","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf6619148a","webSpace":"javacsmrgf6619148a-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-211229","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773555","name":"java-webapp-81646d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773555,"deletedTimestamp":"2018-11-09T16:43:38.1147760","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf6619148a","webSpace":"javacsmrgf6619148a-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-81646d","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773559","name":"java-func-88a578973","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773559,"deletedTimestamp":"2018-11-09T16:43:42.2097264","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg135805505","webSpace":"javacsmrg135805505-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-func-88a578973","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773564","name":"java-func-aa848510a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773564,"deletedTimestamp":"2018-11-09T16:43:44.2704910","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgda3293357","webSpace":"javacsmrgda3293357-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-func-aa848510a","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773567","name":"java-func-2e9876210","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773567,"deletedTimestamp":"2018-11-09T16:43:46.5016749","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgda3293357","webSpace":"javacsmrgda3293357-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-func-2e9876210","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773771","name":"java-webapp-642028","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773771,"deletedTimestamp":"2018-11-09T16:51:59.5436879","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg65e733310","webSpace":"javacsmrg65e733310-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-642028","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773778","name":"java-webapp-71107a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773778,"deletedTimestamp":"2018-11-09T16:52:08.8598651","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg65e733310","webSpace":"javacsmrg65e733310-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-71107a","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773873","name":"webmdslxnlrmlpfkvfud2olf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773873,"deletedTimestamp":"2018-11-09T16:58:28.9827466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv66de5mzxgdtlwodb5ej3g7m4oxii4akbqpyfydkoslilonsubo2jlqhqxwxk4szm","webSpace":"clitest.rgv66de5mzxgdtlwodb5ej3g7m4oxii4akbqpyfydkoslilonsubo2jlqhqxwxk4szm-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webmdslxnlrmlpfkvfud2olf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773875","name":"web-del-testtuehjl4ls4xy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773875,"deletedTimestamp":"2018-11-09T16:58:30.2292640","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr52utut7ff2i2g5jcz5km6gvqkmuppwh6z65ot42xd4dgd74j5353su627xk2pi5a","webSpace":"clitest.rgr52utut7ff2i2g5jcz5km6gvqkmuppwh6z65ot42xd4dgd74j5353su627xk2pi5a-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-del-testtuehjl4ls4xy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773878","name":"functionapplinuxconsumptionxp2twtk323jtz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773878,"deletedTimestamp":"2018-11-09T16:58:34.7689237","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxg35mouboxnfntspqjak42la6nilxwphw6kvccjx2v5iscf2pa","webSpace":"azurecli-functionapp-linuxg35mouboxnfntspqjak42la6nilxwphw6kvccjx2v5iscf2pa-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionxp2twtk323jtz","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773883","name":"functionapp-linuxn6rttu2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773883,"deletedTimestamp":"2018-11-09T16:58:50.0026677","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnj7evkay75kt6rraoifxar5w5ogphkd2vnpeia7gegeiikhbqreccj6y2kfyqmiwz","webSpace":"clitest.rgnj7evkay75kt6rraoifxar5w5ogphkd2vnpeia7gegeiikhbqreccj6y2kfyqmiwz-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxn6rttu2","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773887","name":"functionappconsumptionmqphth36uwqc6c4xoj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773887,"deletedTimestamp":"2018-11-09T16:59:08.9595189","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ecma6mi2bp4ol6o6k6etsl4tr4goq65jkfeplshzznnzuzkcnr","webSpace":"azurecli-functionapp-c-e2ecma6mi2bp4ol6o6k6etsl4tr4goq65jkfeplshzznnzuzkcnr-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"functionappconsumptionmqphth36uwqc6c4xoj","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773888","name":"web-errorie4ne6k6n4ockdj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773888,"deletedTimestamp":"2018-11-09T16:59:09.8568172","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv2pru4wd6d2ihzhwg7c7j6nmfhhtkcbf3nttffrzjfeaalpv5r57ojyjgtw2cdezb","webSpace":"clitest.rgv2pru4wd6d2ihzhwg7c7j6nmfhhtkcbf3nttffrzjfeaalpv5r57ojyjgtw2cdezb-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-errorie4ne6k6n4ockdj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773890","name":"slot-traffic-webl3t2ljqw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773890,"deletedTimestamp":"2018-11-09T16:59:16.6238429","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgndxeilwq4f4dbnbtyt3b7vjw5o3ajtb2sdudacgcapom5kxwdxck2cqjkeujkdxhm","webSpace":"clitest.rgndxeilwq4f4dbnbtyt3b7vjw5o3ajtb2sdudacgcapom5kxwdxck2cqjkeujkdxhm-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webl3t2ljqw","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773895","name":"webapp-authentication-testzkdcm35raajh7k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773895,"deletedTimestamp":"2018-11-09T16:59:25.4685977","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationpa4fpmdilxhr336s3gnidwpd3gvtxatztodz5mefe3ymd","webSpace":"cli_test_webapp_authenticationpa4fpmdilxhr336s3gnidwpd3gvtxatztodz5mefe3ymd-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-authentication-testzkdcm35raajh7k","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773898","name":"slot-traffic-web7l323h4h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773898,"deletedTimestamp":"2018-11-09T16:59:34.0441429","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgen4wfhf2nrlsud5323yoo7g2lb7miybavmts6rjqoy6n2w2aw7lgd2aytxibh2jzc","webSpace":"clitest.rgen4wfhf2nrlsud5323yoo7g2lb7miybavmts6rjqoy6n2w2aw7lgd2aytxibh2jzc-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"slot-traffic-web7l323h4h","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773899","name":"slot-traffic-web7l323h4h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773899,"deletedTimestamp":"2018-11-09T16:59:34.2472772","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgen4wfhf2nrlsud5323yoo7g2lb7miybavmts6rjqoy6n2w2aw7lgd2aytxibh2jzc","webSpace":"clitest.rgen4wfhf2nrlsud5323yoo7g2lb7miybavmts6rjqoy6n2w2aw7lgd2aytxibh2jzc-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"slot-traffic-web7l323h4h","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773908","name":"rs20d61956","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773908,"deletedTimestamp":"2018-11-09T16:59:51.0132735","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg20d61956","webSpace":"rg20d61956-SouthCentralUSwebspace","stamp":"waws-prod-sn1-159","deletedSiteName":"rs20d61956","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773913","name":"webappacrtestanaqsaiedsp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773913,"deletedTimestamp":"2018-11-09T17:00:02.4989390","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxea27xodybb3oicsusbim3psio5szeqrd4kbsoz4minjxfitesjtjqsktwhq4r7fk","webSpace":"clitest.rgxea27xodybb3oicsusbim3psio5szeqrd4kbsoz4minjxfitesjtjqsktwhq4r7fk-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestanaqsaiedsp","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773920","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773920,"deletedTimestamp":"2018-11-09T17:00:12.2085412","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5wfl76hwyitkfys3lw2aksfxgd2n3e7nhwyy7jrbdu3kef337chedl5aiwpx2off6","webSpace":"clitest.rg5wfl76hwyitkfys3lw2aksfxgd2n3e7nhwyy7jrbdu3kef337chedl5aiwpx2off6-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773923","name":"web-msinerf32abje7v6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773923,"deletedTimestamp":"2018-11-09T17:00:21.2361290","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmarpo2ts4vuzjylyafi344jjupjhpbiyplfllqxe2yrx2npehgoyzhuudwskjjyrz","webSpace":"clitest.rgmarpo2ts4vuzjylyafi344jjupjhpbiyplfllqxe2yrx2npehgoyzhuudwskjjyrz-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-msinerf32abje7v6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773924","name":"webapp-e2e4oldwpwk7ref2y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773924,"deletedTimestamp":"2018-11-09T17:00:22.0688485","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxv5pivg6vlowad25sk5zlqcuekqi5iro4sw2k65mkubsoa6736bjurgvf7e6dqupo","webSpace":"clitest.rgxv5pivg6vlowad25sk5zlqcuekqi5iro4sw2k65mkubsoa6736bjurgvf7e6dqupo-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-e2e4oldwpwk7ref2y","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773927","name":"webapp-config-testjswfzokq5f6vefqp6vq2ye","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773927,"deletedTimestamp":"2018-11-09T17:00:28.8944238","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config2qzawc67y75fqeao3n3pelchs5waot7ye2jq57xqtt6eshihfvrxl","webSpace":"cli_test_webapp_config2qzawc67y75fqeao3n3pelchs5waot7ye2jq57xqtt6eshihfvrxl-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-testjswfzokq5f6vefqp6vq2ye","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773929","name":"webapp-linuxn2qpovju2qrd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773929,"deletedTimestamp":"2018-11-09T17:00:35.3107439","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiaif7jfwv3seedekft4qvr2zp2nadzgidwpknqotoozowlherc4a6lamqvehgfucs","webSpace":"clitest.rgiaif7jfwv3seedekft4qvr2zp2nadzgidwpknqotoozowlherc4a6lamqvehgfucs-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxn2qpovju2qrd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773931","name":"webapp-quickchq3hecnml5j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773931,"deletedTimestamp":"2018-11-09T17:00:46.7134871","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs3imph4ay7otzoo2kds55iihby5ibzqr6krxiztos3ciyiup5p4dcto65yntfujnr","webSpace":"clitest.rgs3imph4ay7otzoo2kds55iihby5ibzqr6krxiztos3ciyiup5p4dcto65yntfujnr-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quickchq3hecnml5j","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773932","name":"webapp-win-logcvzm3bqn3j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773932,"deletedTimestamp":"2018-11-09T17:00:51.3273376","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7xaxvow32eccmed7cgbcfrvvz2umyinqgazvsx55mmgahapzbr2mloup57mcxow5e","webSpace":"clitest.rg7xaxvow32eccmed7cgbcfrvvz2umyinqgazvsx55mmgahapzbr2mloup57mcxow5e-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-logcvzm3bqn3j","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773938","name":"web-ssl-test53vngj3p","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773938,"deletedTimestamp":"2018-11-09T17:01:09.2068071","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc5ywz6yony66a6vhvmgnsu76jiqmcpiqd6ljiuyfwlmhe5xozdoce72zrjffnai3q","webSpace":"clitest.rgc5ywz6yony66a6vhvmgnsu76jiqmcpiqd6ljiuyfwlmhe5xozdoce72zrjffnai3q-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-ssl-test53vngj3p","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773941","name":"webapp-quickknyvh4rz2ojy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773941,"deletedTimestamp":"2018-11-09T17:01:10.4830003","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxud4yoxftsu4rur3t4ftvzjk7zlo6eubj3xomyqy4prjqo7tmj5xhchnq6oxliwtm","webSpace":"clitest.rgxud4yoxftsu4rur3t4ftvzjk7zlo6eubj3xomyqy4prjqo7tmj5xhchnq6oxliwtm-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickknyvh4rz2ojy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773942","name":"delete-me-webyjyiji4gwzg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773942,"deletedTimestamp":"2018-11-09T17:01:15.4910750","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwtnyhnzoir67o6vct6ngtryry5tzyi3yz6njaly47r4qrku4vl2tb2s5giqixisuk","webSpace":"clitest.rgwtnyhnzoir67o6vct6ngtryry5tzyi3yz6njaly47r4qrku4vl2tb2s5giqixisuk-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"delete-me-webyjyiji4gwzg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773945","name":"webapp-linux-multitly353","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773945,"deletedTimestamp":"2018-11-09T17:01:28.4593406","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpe2xcmgg23o76t6hwlr4yi26bwzko5vax37tuevc4qts67vwgru2qpx6otdapl6kp","webSpace":"clitest.rgpe2xcmgg23o76t6hwlr4yi26bwzko5vax37tuevc4qts67vwgru2qpx6otdapl6kp-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multitly353","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773948","name":"web-git-test2hmgoijxa4ph","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773948,"deletedTimestamp":"2018-11-09T17:01:32.6929337","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3cmswlzh6rt2lesjywhzpj6mftmjsbebos4mr3wpwc6zs4piffqagbnhn77umrbyp","webSpace":"clitest.rg3cmswlzh6rt2lesjywhzpj6mftmjsbebos4mr3wpwc6zs4piffqagbnhn77umrbyp-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-git-test2hmgoijxa4ph","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773950","name":"func-e2ec45yqurtvvqvcp7b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773950,"deletedTimestamp":"2018-11-09T17:01:40.0572635","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu3nkxlvhkvhhziqwhdf6zbry5mlnp6lc6p4lnnvdblzfvbqanpybl3af3g7fwiz64","webSpace":"clitest.rgu3nkxlvhkvhhziqwhdf6zbry5mlnp6lc6p4lnnvdblzfvbqanpybl3af3g7fwiz64-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2ec45yqurtvvqvcp7b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773954","name":"slot-traffic-weblgw3hify","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773954,"deletedTimestamp":"2018-11-09T17:02:00.8530888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaq3h4tkmt7u5ishq6cmk4qm5tnxwc7u4hlyirggmdajzpjukj3ofrtrtngkg3mokk","webSpace":"clitest.rgaq3h4tkmt7u5ishq6cmk4qm5tnxwc7u4hlyirggmdajzpjukj3ofrtrtngkg3mokk-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"slot-traffic-weblgw3hify","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773955","name":"slot-traffic-weblgw3hify","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773955,"deletedTimestamp":"2018-11-09T17:02:00.8999177","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaq3h4tkmt7u5ishq6cmk4qm5tnxwc7u4hlyirggmdajzpjukj3ofrtrtngkg3mokk","webSpace":"clitest.rgaq3h4tkmt7u5ishq6cmk4qm5tnxwc7u4hlyirggmdajzpjukj3ofrtrtngkg3mokk-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"slot-traffic-weblgw3hify","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773966","name":"func-e2ezyaa62larbdkutox","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773966,"deletedTimestamp":"2018-11-09T17:02:17.4454098","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgu3nkxlvhkvhhziqwhdf6zbry5mlnp6lc6p4lnnvdblzfvbqanpybl3af3g7fwiz64","webSpace":"clitest.rgu3nkxlvhkvhhziqwhdf6zbry5mlnp6lc6p4lnnvdblzfvbqanpybl3af3g7fwiz64-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2ezyaa62larbdkutox","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773968","name":"webapp-update-testzpyy7wmlblcw7dfqw4nvcj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773968,"deletedTimestamp":"2018-11-09T17:02:28.6850860","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatet5w2cdhx7ewuhg3vohhudlx4nh7yrf5ya7rqbqbsardnqew4biils","webSpace":"cli_test_webapp_updatet5w2cdhx7ewuhg3vohhudlx4nh7yrf5ya7rqbqbsardnqew4biils-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testzpyy7wmlblcw7dfqw4nvcj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773969","name":"webapp-update-testzpyy7wmlblcw7dfqw4nvcj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773969,"deletedTimestamp":"2018-11-09T17:02:28.7475771","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatet5w2cdhx7ewuhg3vohhudlx4nh7yrf5ya7rqbqbsardnqew4biils","webSpace":"cli_test_webapp_updatet5w2cdhx7ewuhg3vohhudlx4nh7yrf5ya7rqbqbsardnqew4biils-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testzpyy7wmlblcw7dfqw4nvcj","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773970","name":"webapp-hyperv-e2ecv5rikb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773970,"deletedTimestamp":"2018-11-09T17:02:30.5959586","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi363tkwb7votdvc6p745wx7tl62tn6jpivsitnidpn4qjr6tn64lcr3sjeey34viu","webSpace":"clitest.rgi363tkwb7votdvc6p745wx7tl62tn6jpivsitnidpn4qjr6tn64lcr3sjeey34viu-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2ecv5rikb","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773976","name":"webapp-quick-cdrhyatjdou","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773976,"deletedTimestamp":"2018-11-09T17:02:41.6894752","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga3bslqew73xpah6dkie2kqdeuszezfo5ptqawa4yedu6pbtsfdrlxvns3cozwi7b6","webSpace":"clitest.rga3bslqew73xpah6dkie2kqdeuszezfo5ptqawa4yedu6pbtsfdrlxvns3cozwi7b6-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-quick-cdrhyatjdou","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773982","name":"slot-swap-web5gai3lgozaq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773982,"deletedTimestamp":"2018-11-09T17:02:47.9984905","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzhxccwmcjhaent5tpenkf5tsjf4q4xqgxmxi4qmaxwtxzfehkxajyu2ganipii4va","webSpace":"clitest.rgzhxccwmcjhaent5tpenkf5tsjf4q4xqgxmxi4qmaxwtxzfehkxajyu2ganipii4va-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-web5gai3lgozaq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773983","name":"slot-swap-web5gai3lgozaq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773983,"deletedTimestamp":"2018-11-09T17:02:48.0609608","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzhxccwmcjhaent5tpenkf5tsjf4q4xqgxmxi4qmaxwtxzfehkxajyu2ganipii4va","webSpace":"clitest.rgzhxccwmcjhaent5tpenkf5tsjf4q4xqgxmxi4qmaxwtxzfehkxajyu2ganipii4va-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-web5gai3lgozaq","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773987","name":"webapp-zipDeploy-testoiy3boxppr5j7j2anhn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773987,"deletedTimestamp":"2018-11-09T17:02:59.9378644","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploypdtllyn5lx4d3ltihmrozy5uuczmrn25y6vfapk4dhode4v35u","webSpace":"cli_test_webapp_zipDeploypdtllyn5lx4d3ltihmrozy5uuczmrn25y6vfapk4dhode4v35u-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-zipDeploy-testoiy3boxppr5j7j2anhn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19773988","name":"webapp-linux-logehrr5nsp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19773988,"deletedTimestamp":"2018-11-09T17:03:00.3863856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc6u4yz4d5awsern3ue2nhijpwb6bya2rc3jfnpbkfk3kp3xltesxb2gsw5a4pl73e","webSpace":"clitest.rgc6u4yz4d5awsern3ue2nhijpwb6bya2rc3jfnpbkfk3kp3xltesxb2gsw5a4pl73e-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logehrr5nsp","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19774015","name":"webapp-quick-linuxvh77r5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19774015,"deletedTimestamp":"2018-11-09T17:04:04.8972173","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjdxauq7mrnxjzuu2p3vyp7vud2tl36mcbptzebf2pspqd3mrpl53euvsro2ywakmk","webSpace":"clitest.rgjdxauq7mrnxjzuu2p3vyp7vud2tl36mcbptzebf2pspqd3mrpl53euvsro2ywakmk-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxvh77r5","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19774026","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19774026,"deletedTimestamp":"2018-11-09T17:04:26.0726591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgte4yuykdyo3qqneu7fnnzfxyvewlw6eopaxsujpkyxtmzxrng2ko5nbswewsrmdcv","webSpace":"clitest.rgte4yuykdyo3qqneu7fnnzfxyvewlw6eopaxsujpkyxtmzxrng2ko5nbswewsrmdcv-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19774045","name":"slot-test-webpqmlar7sarv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19774045,"deletedTimestamp":"2018-11-09T17:05:19.0914614","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmjyytu3ppfssla5it5dvulmx5bgqrat3mjwauu622c65l3c2adveyljda7udr3okp","webSpace":"clitest.rgmjyytu3ppfssla5it5dvulmx5bgqrat3mjwauu622c65l3c2adveyljda7udr3okp-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webpqmlar7sarv","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19774046","name":"slot-test-webpqmlar7sarv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19774046,"deletedTimestamp":"2018-11-09T17:05:20.5505124","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmjyytu3ppfssla5it5dvulmx5bgqrat3mjwauu622c65l3c2adveyljda7udr3okp","webSpace":"clitest.rgmjyytu3ppfssla5it5dvulmx5bgqrat3mjwauu622c65l3c2adveyljda7udr3okp-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webpqmlar7sarv","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19774069","name":"slot-test-webpqmlar7sarv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19774069,"deletedTimestamp":"2018-11-09T17:05:58.5191883","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmjyytu3ppfssla5it5dvulmx5bgqrat3mjwauu622c65l3c2adveyljda7udr3okp","webSpace":"clitest.rgmjyytu3ppfssla5it5dvulmx5bgqrat3mjwauu622c65l3c2adveyljda7udr3okp-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-webpqmlar7sarv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19774107","name":"undelete-webrrjdqkzxf2oe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19774107,"deletedTimestamp":"2018-11-09T17:07:09.5064607","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvfbqhf7zldgkzfnox4z7vbukvp43aaxp5ebrhbrh33liedu5t5kso2wxfq4f7y6vf","webSpace":"clitest.rgvfbqhf7zldgkzfnox4z7vbukvp43aaxp5ebrhbrh33liedu5t5kso2wxfq4f7y6vf-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"undelete-webrrjdqkzxf2oe","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19774256","name":"cliiiduj6w27fn284te","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19774256,"deletedTimestamp":"2018-11-09T17:12:54.5420034","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkvvdmlijg6","webSpace":"clitest.rgkvvdmlijg6-CentralUSwebspace","stamp":"waws-prod-dm1-037","deletedSiteName":"cliiiduj6w27fn284te","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19775094","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19775094,"deletedTimestamp":"2018-11-09T17:50:58.1889242","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createnbe3tj3pmgj2hnviz2ezca6k2g2ki4otkc6rwlx3n3s427jviid","webSpace":"cli_test_resource_createnbe3tj3pmgj2hnviz2ezca6k2g2ki4otkc6rwlx3n3s427jviid-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778209","name":"web-del-testwr6onkaibohu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778209,"deletedTimestamp":"2018-11-09T20:32:01.4715321","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgh6x5xcvai2rjjjs6d7vsmrer2r2qudutotoxf6ddj4o3loti4jyvk62tbvm253bgg","webSpace":"clitest.rgh6x5xcvai2rjjjs6d7vsmrer2r2qudutotoxf6ddj4o3loti4jyvk62tbvm253bgg-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"web-del-testwr6onkaibohu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778210","name":"web26i6zu37rnj4wiebe6kej","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778210,"deletedTimestamp":"2018-11-09T20:32:01.8839539","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqpplh35avantgw2fqqxnqvno6s3twryolpumt733vdmctjtyu7vycmjysee33lp6w","webSpace":"clitest.rgqpplh35avantgw2fqqxnqvno6s3twryolpumt733vdmctjtyu7vycmjysee33lp6w-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"web26i6zu37rnj4wiebe6kej","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778213","name":"functionapplinuxconsumptionwmgusqufenl76","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778213,"deletedTimestamp":"2018-11-09T20:32:08.4621008","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxddrrcvyprfyr25w3ovv365xcoib6np4tmabr44bhkqlqqwdgi","webSpace":"azurecli-functionapp-linuxddrrcvyprfyr25w3ovv365xcoib6np4tmabr44bhkqlqqwdgi-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionwmgusqufenl76","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778229","name":"functionapp-linux27er2fa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778229,"deletedTimestamp":"2018-11-09T20:32:35.5693797","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgq55nr7uuznphidombzes5ffrccxpzfmlbp5hwaqk3tog76vxrl6ulwbcz255wfudc","webSpace":"clitest.rgq55nr7uuznphidombzes5ffrccxpzfmlbp5hwaqk3tog76vxrl6ulwbcz255wfudc-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linux27er2fa","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778231","name":"functionappconsumptionw6t35mq6iyzdz5udt6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778231,"deletedTimestamp":"2018-11-09T20:32:39.9248835","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2es2gfxttuic4c47vngofi5mdcuv6qjecu6lf7wgiqguxarblsk","webSpace":"azurecli-functionapp-c-e2es2gfxttuic4c47vngofi5mdcuv6qjecu6lf7wgiqguxarblsk-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"functionappconsumptionw6t35mq6iyzdz5udt6","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778235","name":"web-error2sdyfcqkrqn3e4v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778235,"deletedTimestamp":"2018-11-09T20:32:46.4832782","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2zb5wpewylk72vrqyvfw267pnn2n4wwowisbkcvyyjs3uji2p5525ahqecmuk2r2b","webSpace":"clitest.rg2zb5wpewylk72vrqyvfw267pnn2n4wwowisbkcvyyjs3uji2p5525ahqecmuk2r2b-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"web-error2sdyfcqkrqn3e4v","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778237","name":"webapp-authentication-testdlpkq6yw4zxdki","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778237,"deletedTimestamp":"2018-11-09T20:32:55.5304882","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationh7565fg3up7uuu7g4xe2k5bq5i4nv5ny3smll5hyijwc6","webSpace":"cli_test_webapp_authenticationh7565fg3up7uuu7g4xe2k5bq5i4nv5ny3smll5hyijwc6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-authentication-testdlpkq6yw4zxdki","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778239","name":"slot-traffic-webeajgnsgs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778239,"deletedTimestamp":"2018-11-09T20:32:56.9486467","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzduugajfax4brelx7cxjsajsr34j24nhjx7q5ihf6e2p7hglwml3qsetviw7mkymq","webSpace":"clitest.rgzduugajfax4brelx7cxjsajsr34j24nhjx7q5ihf6e2p7hglwml3qsetviw7mkymq-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"slot-traffic-webeajgnsgs","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778250","name":"slot-traffic-webcrpwfevr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778250,"deletedTimestamp":"2018-11-09T20:33:11.6804285","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgecyjjmmkp2qleak2zogrgbzrh6pr75tdruswcs6xbal547f6a5xnjsdsb6hn4vkr3","webSpace":"clitest.rgecyjjmmkp2qleak2zogrgbzrh6pr75tdruswcs6xbal547f6a5xnjsdsb6hn4vkr3-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-traffic-webcrpwfevr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778251","name":"slot-traffic-webcrpwfevr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778251,"deletedTimestamp":"2018-11-09T20:33:11.7273840","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgecyjjmmkp2qleak2zogrgbzrh6pr75tdruswcs6xbal547f6a5xnjsdsb6hn4vkr3","webSpace":"clitest.rgecyjjmmkp2qleak2zogrgbzrh6pr75tdruswcs6xbal547f6a5xnjsdsb6hn4vkr3-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-traffic-webcrpwfevr","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778256","name":"func-e2ehg4q45gyxfv2s3pi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778256,"deletedTimestamp":"2018-11-09T20:33:20.3264180","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdvqechsc2iipdvsddi5v6b4nyzjucycjzpp2rhs4o3t6gbzpef5xv6qsvalfdfuzx","webSpace":"clitest.rgdvqechsc2iipdvsddi5v6b4nyzjucycjzpp2rhs4o3t6gbzpef5xv6qsvalfdfuzx-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"func-e2ehg4q45gyxfv2s3pi","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778258","name":"webappacrtestky3rdwtrzpk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778258,"deletedTimestamp":"2018-11-09T20:33:21.5006840","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgre6ex2iajybej4jl2pvgo5egon77c6lzdiewghghiv6ggl2giylrj4gt4rievsizx","webSpace":"clitest.rgre6ex2iajybej4jl2pvgo5egon77c6lzdiewghghiv6ggl2giylrj4gt4rievsizx-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestky3rdwtrzpk","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778267","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778267,"deletedTimestamp":"2018-11-09T20:33:50.5425020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk4uk656dr3qalyirsqclczu3sbprosqb4wa3ynbqrqwcapqbad4loyzq7wxhzv3pj","webSpace":"clitest.rgk4uk656dr3qalyirsqclczu3sbprosqb4wa3ynbqrqwcapqbad4loyzq7wxhzv3pj-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778268","name":"webapp-e2epnyolnlplhnhot","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778268,"deletedTimestamp":"2018-11-09T20:33:51.7735812","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgke6v6r55dj6csxnicrya5lm4ncr227bi7xdna6xholf6geqecpkxpmshnrvigkcqj","webSpace":"clitest.rgke6v6r55dj6csxnicrya5lm4ncr227bi7xdna6xholf6geqecpkxpmshnrvigkcqj-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp-e2epnyolnlplhnhot","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778269","name":"func-e2eisv7yr4id3xfb47u","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778269,"deletedTimestamp":"2018-11-09T20:33:57.2337983","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdvqechsc2iipdvsddi5v6b4nyzjucycjzpp2rhs4o3t6gbzpef5xv6qsvalfdfuzx","webSpace":"clitest.rgdvqechsc2iipdvsddi5v6b4nyzjucycjzpp2rhs4o3t6gbzpef5xv6qsvalfdfuzx-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"func-e2eisv7yr4id3xfb47u","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778271","name":"web-msibxxxkr532nvcw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778271,"deletedTimestamp":"2018-11-09T20:33:58.4440891","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzjuia33o2jnovpaaddeqes3kpqegijebadjs6kyyzs24xfl5pganhgus3umzaxl5u","webSpace":"clitest.rgzjuia33o2jnovpaaddeqes3kpqegijebadjs6kyyzs24xfl5pganhgus3umzaxl5u-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"web-msibxxxkr532nvcw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778273","name":"webapp-linuxiicxikpyjgql","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778273,"deletedTimestamp":"2018-11-09T20:34:02.9117931","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5txpwsqwqtjjeortm7wyto36xr4pi26etel6wbnsnpsici2osejixqjaprwmba3uz","webSpace":"clitest.rg5txpwsqwqtjjeortm7wyto36xr4pi26etel6wbnsnpsici2osejixqjaprwmba3uz-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxiicxikpyjgql","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778275","name":"webapp-config-testd2bnumzubpgb4oheusgq5d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778275,"deletedTimestamp":"2018-11-09T20:34:05.3887073","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configv2gtqufrv24bnrgnimdgvfeip6ku7osjj7cxfdxjvll6qium4xatx","webSpace":"cli_test_webapp_configv2gtqufrv24bnrgnimdgvfeip6ku7osjj7cxfdxjvll6qium4xatx-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webapp-config-testd2bnumzubpgb4oheusgq5d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778276","name":"webapp-quickdo647y6zdamg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778276,"deletedTimestamp":"2018-11-09T20:34:08.8861992","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3ndjf3fdtlvxvfj6byeuerp25sfoh6qlp2a4aq4a3umj2dkvffl2e2uo6pbjeqlfy","webSpace":"clitest.rg3ndjf3fdtlvxvfj6byeuerp25sfoh6qlp2a4aq4a3umj2dkvffl2e2uo6pbjeqlfy-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-quickdo647y6zdamg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778277","name":"webapp-win-logez63nlkirv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778277,"deletedTimestamp":"2018-11-09T20:34:19.7382829","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5umuvm2bil4fcnyfvee4cc6nzbtxz73wfw3xy2scjo2gd4qpu2tbbz2kbkxm7tjo4","webSpace":"clitest.rg5umuvm2bil4fcnyfvee4cc6nzbtxz73wfw3xy2scjo2gd4qpu2tbbz2kbkxm7tjo4-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-win-logez63nlkirv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778279","name":"web-ssl-testpsxjfy33","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778279,"deletedTimestamp":"2018-11-09T20:34:23.9350341","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtgfl545fsm2va4gbbwlx44zmuc56czy65ri6u3lmrkpeiyvoth6grlpdwyv5vy4kz","webSpace":"clitest.rgtgfl545fsm2va4gbbwlx44zmuc56czy65ri6u3lmrkpeiyvoth6grlpdwyv5vy4kz-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"web-ssl-testpsxjfy33","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778282","name":"delete-me-webkkdtvnhukco","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778282,"deletedTimestamp":"2018-11-09T20:34:36.9639140","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkt4jrbw5xn7ziqtzampefw3cq62qduf2cjfbjhxuodlqe3r5o3lhmws4w2aibn23e","webSpace":"clitest.rgkt4jrbw5xn7ziqtzampefw3cq62qduf2cjfbjhxuodlqe3r5o3lhmws4w2aibn23e-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"delete-me-webkkdtvnhukco","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778283","name":"webapp-quicki2w26kgfh6gi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778283,"deletedTimestamp":"2018-11-09T20:34:41.8201159","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvk2l4nn2uyfi5occzzchyaezoanvxg2mjxuw5275i7oxlgwamguoiea5enk4mwprv","webSpace":"clitest.rgvk2l4nn2uyfi5occzzchyaezoanvxg2mjxuw5275i7oxlgwamguoiea5enk4mwprv-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quicki2w26kgfh6gi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778292","name":"webapp-linux-multi42t3pn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778292,"deletedTimestamp":"2018-11-09T20:35:01.1988324","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyiwcr7zvc6alcbab46axm4slp2kt44va66l7rsm3ycof7rhkgql74wq5gzy42oce4","webSpace":"clitest.rgyiwcr7zvc6alcbab46axm4slp2kt44va66l7rsm3ycof7rhkgql74wq5gzy42oce4-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multi42t3pn","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778293","name":"web-git-test2xl22qqdyy5k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778293,"deletedTimestamp":"2018-11-09T20:35:03.3809143","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgckdbzj6i6rzzlo2dbb7g2i4owhwxf6j7t4binhhb3wwvsklwuvnnlvum6siode34u","webSpace":"clitest.rgckdbzj6i6rzzlo2dbb7g2i4owhwxf6j7t4binhhb3wwvsklwuvnnlvum6siode34u-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"web-git-test2xl22qqdyy5k","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778301","name":"slot-traffic-webmqjjow2a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778301,"deletedTimestamp":"2018-11-09T20:35:19.7095638","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgav24cw4wviox7u6hyrwr7xk6i76umzkb5nsmp6mxbimegqj56evz6hfgp745fed2x","webSpace":"clitest.rgav24cw4wviox7u6hyrwr7xk6i76umzkb5nsmp6mxbimegqj56evz6hfgp745fed2x-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webmqjjow2a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778302","name":"slot-traffic-webmqjjow2a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778302,"deletedTimestamp":"2018-11-09T20:35:19.7564374","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgav24cw4wviox7u6hyrwr7xk6i76umzkb5nsmp6mxbimegqj56evz6hfgp745fed2x","webSpace":"clitest.rgav24cw4wviox7u6hyrwr7xk6i76umzkb5nsmp6mxbimegqj56evz6hfgp745fed2x-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webmqjjow2a","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778311","name":"webapp-quick-cdkpghd4y4s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778311,"deletedTimestamp":"2018-11-09T20:35:53.3295776","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdsqvtgrga6kdtgghdnkfsq5ebk36q6wtji557adcnv4nsrvnmnndorsw7jl6e4ags","webSpace":"clitest.rgdsqvtgrga6kdtgghdnkfsq5ebk36q6wtji557adcnv4nsrvnmnndorsw7jl6e4ags-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-quick-cdkpghd4y4s","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778312","name":"webapp-update-test3zqpeubc32qwaykax2qq67","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778312,"deletedTimestamp":"2018-11-09T20:35:54.9231683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update5euokschbb3naqftxdycpj5uwowfl7fhjccfvo3rf7xc77wgdm62h","webSpace":"cli_test_webapp_update5euokschbb3naqftxdycpj5uwowfl7fhjccfvo3rf7xc77wgdm62h-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-update-test3zqpeubc32qwaykax2qq67","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778313","name":"webapp-update-test3zqpeubc32qwaykax2qq67","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778313,"deletedTimestamp":"2018-11-09T20:35:55.0013153","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update5euokschbb3naqftxdycpj5uwowfl7fhjccfvo3rf7xc77wgdm62h","webSpace":"cli_test_webapp_update5euokschbb3naqftxdycpj5uwowfl7fhjccfvo3rf7xc77wgdm62h-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-update-test3zqpeubc32qwaykax2qq67","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778314","name":"webapp-hyperv-e2e2uvulzh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778314,"deletedTimestamp":"2018-11-09T20:35:57.6512819","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgszmyfjvbaiswsjmsi66op6ebza42p77ehuwg4gtdhh6gcc4jxj5odevjrcj3uqbhh","webSpace":"clitest.rgszmyfjvbaiswsjmsi66op6ebza42p77ehuwg4gtdhh6gcc4jxj5odevjrcj3uqbhh-WestUSwebspace","stamp":"waws-prod-bay-099","deletedSiteName":"webapp-hyperv-e2e2uvulzh","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778319","name":"webapp-zipDeploy-testchad7t6mmo2kgggyz7e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778319,"deletedTimestamp":"2018-11-09T20:36:19.1924126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployresr2gexyz3y6m3xzdf4tgl5sjlt3g5gqfoypkcdwej2c66aqp","webSpace":"cli_test_webapp_zipDeployresr2gexyz3y6m3xzdf4tgl5sjlt3g5gqfoypkcdwej2c66aqp-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp-zipDeploy-testchad7t6mmo2kgggyz7e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778324","name":"webapp-linux-logco2bhbwf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778324,"deletedTimestamp":"2018-11-09T20:36:33.7572587","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgovvrgv4bcxdcajxqqgywj4awdyuwx3ajtfwq2oqnl2nyawgxibbvylj3jrxver73w","webSpace":"clitest.rgovvrgv4bcxdcajxqqgywj4awdyuwx3ajtfwq2oqnl2nyawgxibbvylj3jrxver73w-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logco2bhbwf","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778325","name":"slot-swap-weba7ruedczh52","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778325,"deletedTimestamp":"2018-11-09T20:36:34.1352464","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgebkydq52rifouqvzil7r6u7vohoitddublkqikscxdtiidrgbpc4fxgxwzyzfvoiy","webSpace":"clitest.rgebkydq52rifouqvzil7r6u7vohoitddublkqikscxdtiidrgbpc4fxgxwzyzfvoiy-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-swap-weba7ruedczh52","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778326","name":"slot-swap-weba7ruedczh52","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778326,"deletedTimestamp":"2018-11-09T20:36:34.1849361","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgebkydq52rifouqvzil7r6u7vohoitddublkqikscxdtiidrgbpc4fxgxwzyzfvoiy","webSpace":"clitest.rgebkydq52rifouqvzil7r6u7vohoitddublkqikscxdtiidrgbpc4fxgxwzyzfvoiy-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-swap-weba7ruedczh52","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778353","name":"webapp-quick-linux72y7ii","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778353,"deletedTimestamp":"2018-11-09T20:37:47.1247519","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnzkamcbze2ehffd3z546unamwai7xs6idxjwy3zfscb4t4v5o25vywlwpxoatt7s7","webSpace":"clitest.rgnzkamcbze2ehffd3z546unamwai7xs6idxjwy3zfscb4t4v5o25vywlwpxoatt7s7-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux72y7ii","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778356","name":"slot-test-webbwpxdwjod72","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778356,"deletedTimestamp":"2018-11-09T20:38:21.9600856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgubym77f474bl3s4k5iwudbhv6jthrp5ugjvtfqy33raxzbel5dqkfbhf3qvcb5wvq","webSpace":"clitest.rgubym77f474bl3s4k5iwudbhv6jthrp5ugjvtfqy33raxzbel5dqkfbhf3qvcb5wvq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-webbwpxdwjod72","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778357","name":"slot-test-webbwpxdwjod72","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778357,"deletedTimestamp":"2018-11-09T20:38:23.5581095","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgubym77f474bl3s4k5iwudbhv6jthrp5ugjvtfqy33raxzbel5dqkfbhf3qvcb5wvq","webSpace":"clitest.rgubym77f474bl3s4k5iwudbhv6jthrp5ugjvtfqy33raxzbel5dqkfbhf3qvcb5wvq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-webbwpxdwjod72","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778359","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778359,"deletedTimestamp":"2018-11-09T20:38:34.4029163","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg6o3et323ow2s325sylp6rsepsqstbonpazmr7yggktpmbc6jtfxwrbgshemhl6oyu","webSpace":"clitest.rg6o3et323ow2s325sylp6rsepsqstbonpazmr7yggktpmbc6jtfxwrbgshemhl6oyu-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778368","name":"slot-test-webbwpxdwjod72","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778368,"deletedTimestamp":"2018-11-09T20:39:00.2807186","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgubym77f474bl3s4k5iwudbhv6jthrp5ugjvtfqy33raxzbel5dqkfbhf3qvcb5wvq","webSpace":"clitest.rgubym77f474bl3s4k5iwudbhv6jthrp5ugjvtfqy33raxzbel5dqkfbhf3qvcb5wvq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-test-webbwpxdwjod72","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778383","name":"undelete-webrxdz3jghfw7s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778383,"deletedTimestamp":"2018-11-09T20:40:19.5035168","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyiv5t2ddjes6mgenrzylfmshumbqmjvsknmtzucr373i76bjos6otbsrjfu6awkbu","webSpace":"clitest.rgyiv5t2ddjes6mgenrzylfmshumbqmjvsknmtzucr373i76bjos6otbsrjfu6awkbu-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"undelete-webrxdz3jghfw7s","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778454","name":"clicwkql426tup4i8fw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778454,"deletedTimestamp":"2018-11-09T20:45:28.8018211","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggvpc4ck2eh","webSpace":"clitest.rggvpc4ck2eh-CentralUSwebspace","stamp":"waws-prod-dm1-045","deletedSiteName":"clicwkql426tup4i8fw","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19778966","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19778966,"deletedTimestamp":"2018-11-09T21:23:35.3665568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createqpcuzpio6q3qnw4khntjmt2qlqt52ytqdwrj4v5r5pphcqk6xpx","webSpace":"cli_test_resource_createqpcuzpio6q3qnw4khntjmt2qlqt52ytqdwrj4v5r5pphcqk6xpx-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782920","name":"webdp5gyycrvgyanz63dqj7o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782920,"deletedTimestamp":"2018-11-09T23:45:06.0573315","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiqzhecx74khmyo2lmcgbetwailsjp7oyh6y2mrbsvystphd6muyqvocwkwvlklysc","webSpace":"clitest.rgiqzhecx74khmyo2lmcgbetwailsjp7oyh6y2mrbsvystphd6muyqvocwkwvlklysc-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webdp5gyycrvgyanz63dqj7o","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782921","name":"web-del-testpdgrp2lqeyjh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782921,"deletedTimestamp":"2018-11-09T23:45:07.1134013","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvebbhhxr7sywahbmslwlbe4erfi2rkmpnhu27iiudwcvsldx6yvtqwkmdfwc5qxgz","webSpace":"clitest.rgvebbhhxr7sywahbmslwlbe4erfi2rkmpnhu27iiudwcvsldx6yvtqwkmdfwc5qxgz-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-testpdgrp2lqeyjh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782922","name":"functionapplinuxconsumptionzdettcewpmo45","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782922,"deletedTimestamp":"2018-11-09T23:45:13.8937185","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxt63hbaltz6z5hdq2tpg7lztv7lya66tbsrb6uofir6f4yzjxl","webSpace":"azurecli-functionapp-linuxt63hbaltz6z5hdq2tpg7lztv7lya66tbsrb6uofir6f4yzjxl-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionzdettcewpmo45","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782926","name":"web-error7cugj64oyjsolxt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782926,"deletedTimestamp":"2018-11-09T23:45:47.0377704","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjqrdbnpehwtriu2r4of2jigektenhaoshsxhlkhh5xjyzb5umj7bbthx4khpxm6ow","webSpace":"clitest.rgjqrdbnpehwtriu2r4of2jigektenhaoshsxhlkhh5xjyzb5umj7bbthx4khpxm6ow-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-error7cugj64oyjsolxt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782927","name":"functionappconsumptioniuusd7imnrhip6h53x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782927,"deletedTimestamp":"2018-11-09T23:45:48.8802328","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2evhmggjyivm4jloight3atldjsd7jom2dxrt2yihkl7qk7o3bu","webSpace":"azurecli-functionapp-c-e2evhmggjyivm4jloight3atldjsd7jom2dxrt2yihkl7qk7o3bu-WestUSwebspace","stamp":"waws-prod-bay-059","deletedSiteName":"functionappconsumptioniuusd7imnrhip6h53x","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782930","name":"webapp-authentication-test4i4ue2bgcmzczf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782930,"deletedTimestamp":"2018-11-09T23:45:59.4268220","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authentication7btcrv6ctvurlxzvozjeuk2xoljyljo3pwg4lnv4u5udf","webSpace":"cli_test_webapp_authentication7btcrv6ctvurlxzvozjeuk2xoljyljo3pwg4lnv4u5udf-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-authentication-test4i4ue2bgcmzczf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782931","name":"functionapp-linuxhpupl53","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782931,"deletedTimestamp":"2018-11-09T23:46:02.8238695","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzz2sz3e3kln3p4ly2qhc63ljmextidfvwxmf4rojnewwtw5i7345qwfsug4u4uhhu","webSpace":"clitest.rgzz2sz3e3kln3p4ly2qhc63ljmextidfvwxmf4rojnewwtw5i7345qwfsug4u4uhhu-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxhpupl53","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782934","name":"slot-traffic-webcovkxjnp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782934,"deletedTimestamp":"2018-11-09T23:46:07.1230739","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgz7aabmknqkm4muc46ziliiscd5dws6ye2ezmgjemfvg6mxw2sf4jfzzzl4424r5fs","webSpace":"clitest.rgz7aabmknqkm4muc46ziliiscd5dws6ye2ezmgjemfvg6mxw2sf4jfzzzl4424r5fs-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webcovkxjnp","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782936","name":"slot-traffic-webtpu5xpvt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782936,"deletedTimestamp":"2018-11-09T23:46:12.9009457","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgx7623vn4jqop2fig6egifijo7w4rw5jelmwpmwvygzdppuy35htbd35gswkcbzajq","webSpace":"clitest.rgx7623vn4jqop2fig6egifijo7w4rw5jelmwpmwvygzdppuy35htbd35gswkcbzajq-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webtpu5xpvt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782937","name":"slot-traffic-webtpu5xpvt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782937,"deletedTimestamp":"2018-11-09T23:46:12.9478391","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgx7623vn4jqop2fig6egifijo7w4rw5jelmwpmwvygzdppuy35htbd35gswkcbzajq","webSpace":"clitest.rgx7623vn4jqop2fig6egifijo7w4rw5jelmwpmwvygzdppuy35htbd35gswkcbzajq-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webtpu5xpvt","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782947","name":"webappacrtestzwr6fgobrp6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782947,"deletedTimestamp":"2018-11-09T23:46:34.5396787","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc47dzvxmbbgqncio7kfu24ypcla4lihejnjyjqvye7yakc3em7offhus3o65aclac","webSpace":"clitest.rgc47dzvxmbbgqncio7kfu24ypcla4lihejnjyjqvye7yakc3em7offhus3o65aclac-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestzwr6fgobrp6","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782951","name":"webapp-e2eiadtxot5is6ouf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782951,"deletedTimestamp":"2018-11-09T23:46:54.3567251","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg25ir5dkez7ybzdibvgo4es6fiollasnfpw5jrwes4unncyiqpvtfike7pvnfze5vn","webSpace":"clitest.rg25ir5dkez7ybzdibvgo4es6fiollasnfpw5jrwes4unncyiqpvtfike7pvnfze5vn-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-e2eiadtxot5is6ouf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782952","name":"web-msiufbawhqw2b5ta","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782952,"deletedTimestamp":"2018-11-09T23:46:55.0329741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgomoqmyuuubfptbb7l3hubnmd6clkyhxya36xronjkcwf3ucw3rhika225hjcadji2","webSpace":"clitest.rgomoqmyuuubfptbb7l3hubnmd6clkyhxya36xronjkcwf3ucw3rhika225hjcadji2-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web-msiufbawhqw2b5ta","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782956","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782956,"deletedTimestamp":"2018-11-09T23:46:59.3046728","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rge6nqhs5fdiizjzcjtihbyu3omavdocn7e3uu4s2dnoimycovv2yfx37mqhquiqk5c","webSpace":"clitest.rge6nqhs5fdiizjzcjtihbyu3omavdocn7e3uu4s2dnoimycovv2yfx37mqhquiqk5c-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782961","name":"webapp-config-testuchqkz2ebdy2pgnjbkfzvo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782961,"deletedTimestamp":"2018-11-09T23:47:09.9788378","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configsdyauoqucwguca32deczzm4rfkux7qx4nzjllsvus2tasrh3mtuh3","webSpace":"cli_test_webapp_configsdyauoqucwguca32deczzm4rfkux7qx4nzjllsvus2tasrh3mtuh3-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-config-testuchqkz2ebdy2pgnjbkfzvo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782962","name":"webapp-linux6jhokgwcnw6i","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782962,"deletedTimestamp":"2018-11-09T23:47:13.0865194","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqlgyuwcsu7brf5yckiy6zrfu6tsk33ysohqkov4nurkykcwcq2jvhglasfwb2ase4","webSpace":"clitest.rgqlgyuwcsu7brf5yckiy6zrfu6tsk33ysohqkov4nurkykcwcq2jvhglasfwb2ase4-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linux6jhokgwcnw6i","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782970","name":"webapp-quickfpnwa3xgzyka","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782970,"deletedTimestamp":"2018-11-09T23:47:27.1611402","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpj437pzdcgjdi5sgv4iyhawc6x2t6v5dz5uqvubzagfvwex4ul7ugfcphrfs6xq5c","webSpace":"clitest.rgpj437pzdcgjdi5sgv4iyhawc6x2t6v5dz5uqvubzagfvwex4ul7ugfcphrfs6xq5c-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quickfpnwa3xgzyka","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782972","name":"web-ssl-testt6imm2o7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782972,"deletedTimestamp":"2018-11-09T23:47:30.8726129","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfbrtw5m4n5nxwmkgpxyg3c5a5wrt5qum6hkm6nxelq6aw4e3tyktnx6ox7m33px4y","webSpace":"clitest.rgfbrtw5m4n5nxwmkgpxyg3c5a5wrt5qum6hkm6nxelq6aw4e3tyktnx6ox7m33px4y-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-ssl-testt6imm2o7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782974","name":"webapp-win-logg5r6civmc6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782974,"deletedTimestamp":"2018-11-09T23:47:33.0143720","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggqt3eogvb7oesfw5ivkxzswnsao4l4uitvxtovomb3voclw5nwwh2yoz5lxl6w4kd","webSpace":"clitest.rggqt3eogvb7oesfw5ivkxzswnsao4l4uitvxtovomb3voclw5nwwh2yoz5lxl6w4kd-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-win-logg5r6civmc6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782980","name":"webapp-quickiw45kvcd6l66","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782980,"deletedTimestamp":"2018-11-09T23:47:50.3552808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglwmuykdg2dz5t326smipzlo6xk3etrrvq6vysut6nwqz7hs2vcwpvkmowdxdgiujm","webSpace":"clitest.rglwmuykdg2dz5t326smipzlo6xk3etrrvq6vysut6nwqz7hs2vcwpvkmowdxdgiujm-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-quickiw45kvcd6l66","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782982","name":"webapp-linux-multiu5sgja","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782982,"deletedTimestamp":"2018-11-09T23:47:55.4820405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsve5g5dg4yfl4ewiik6bmzdh2wfajj6br6v2xyrxiaqson3ugqykljttuphwcpjyi","webSpace":"clitest.rgsve5g5dg4yfl4ewiik6bmzdh2wfajj6br6v2xyrxiaqson3ugqykljttuphwcpjyi-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multiu5sgja","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782983","name":"delete-me-webqekbn7aoszi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782983,"deletedTimestamp":"2018-11-09T23:47:58.7516651","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkks43nkea5vrfylik2e64eld43gdm6tlblpawjcfy6kks7c6cah73fjhxok2gnrs4","webSpace":"clitest.rgkks43nkea5vrfylik2e64eld43gdm6tlblpawjcfy6kks7c6cah73fjhxok2gnrs4-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"delete-me-webqekbn7aoszi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782986","name":"web-git-test2vpqjpffhq3w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782986,"deletedTimestamp":"2018-11-09T23:48:11.5427858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg63jnifuw3hr56v27qzyh2d3hkg6rsmprwt5svtpplvow2shije3yzd5gtg6ji3ftc","webSpace":"clitest.rg63jnifuw3hr56v27qzyh2d3hkg6rsmprwt5svtpplvow2shije3yzd5gtg6ji3ftc-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-git-test2vpqjpffhq3w","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782991","name":"func-e2egw2nupmosrtnm3f5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782991,"deletedTimestamp":"2018-11-09T23:48:45.1899368","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsrd3pmfjnwuatgv5o3lqg2tgprxfs6dztu22vjvrlqws76h2wncbantlmhr5hhqd7","webSpace":"clitest.rgsrd3pmfjnwuatgv5o3lqg2tgprxfs6dztu22vjvrlqws76h2wncbantlmhr5hhqd7-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2egw2nupmosrtnm3f5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782993","name":"slot-traffic-webmbwjb5vm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782993,"deletedTimestamp":"2018-11-09T23:48:55.2191772","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghj6ag6hobna4rjzgnddy4i6drni3uji46ecij76iruinjdgchc77gbdcmha5oepcm","webSpace":"clitest.rghj6ag6hobna4rjzgnddy4i6drni3uji46ecij76iruinjdgchc77gbdcmha5oepcm-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webmbwjb5vm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782994","name":"slot-traffic-webmbwjb5vm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782994,"deletedTimestamp":"2018-11-09T23:48:55.3443743","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghj6ag6hobna4rjzgnddy4i6drni3uji46ecij76iruinjdgchc77gbdcmha5oepcm","webSpace":"clitest.rghj6ag6hobna4rjzgnddy4i6drni3uji46ecij76iruinjdgchc77gbdcmha5oepcm-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webmbwjb5vm","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782996","name":"webapp-hyperv-e2eigfap4f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782996,"deletedTimestamp":"2018-11-09T23:49:02.3974979","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3gyuzos2jmmcoxtp6vtian5bthnqzxaxqxnmrjj3jv2jd4avid3hw7ubcg3foaxgk","webSpace":"clitest.rg3gyuzos2jmmcoxtp6vtian5bthnqzxaxqxnmrjj3jv2jd4avid3hw7ubcg3foaxgk-WestUSwebspace","stamp":"waws-prod-bay-099","deletedSiteName":"webapp-hyperv-e2eigfap4f","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782998","name":"webapp-update-test6lufg3bvsbyvjx42awkkct","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782998,"deletedTimestamp":"2018-11-09T23:49:10.1501899","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatenuwv3j2lo6hq2deziodg5s6mwccwxhocrxfnfunxiwfkm7wzuh7xz","webSpace":"cli_test_webapp_updatenuwv3j2lo6hq2deziodg5s6mwccwxhocrxfnfunxiwfkm7wzuh7xz-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-test6lufg3bvsbyvjx42awkkct","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19782999","name":"webapp-update-test6lufg3bvsbyvjx42awkkct","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19782999,"deletedTimestamp":"2018-11-09T23:49:10.6575185","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatenuwv3j2lo6hq2deziodg5s6mwccwxhocrxfnfunxiwfkm7wzuh7xz","webSpace":"cli_test_webapp_updatenuwv3j2lo6hq2deziodg5s6mwccwxhocrxfnfunxiwfkm7wzuh7xz-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-test6lufg3bvsbyvjx42awkkct","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783004","name":"webapp-zipDeploy-test3kiwb32fknwfms2okkz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783004,"deletedTimestamp":"2018-11-09T23:49:20.0859011","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployeykt5miz7ronkxs4yy4f2lnsghdtnh4txixycsgbnoirivmnz7","webSpace":"cli_test_webapp_zipDeployeykt5miz7ronkxs4yy4f2lnsghdtnh4txixycsgbnoirivmnz7-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-zipDeploy-test3kiwb32fknwfms2okkz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783005","name":"func-e2eei42ztuwwavzvs4d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783005,"deletedTimestamp":"2018-11-09T23:49:20.8592176","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsrd3pmfjnwuatgv5o3lqg2tgprxfs6dztu22vjvrlqws76h2wncbantlmhr5hhqd7","webSpace":"clitest.rgsrd3pmfjnwuatgv5o3lqg2tgprxfs6dztu22vjvrlqws76h2wncbantlmhr5hhqd7-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2eei42ztuwwavzvs4d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783008","name":"webapp-quick-cdofu5oluk3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783008,"deletedTimestamp":"2018-11-09T23:49:25.1096560","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rge6pfciokxyvkkatnnjf4l67g6eyzzgtokanepixcfhahu23hm7qrodzxuvv47zq6a","webSpace":"clitest.rge6pfciokxyvkkatnnjf4l67g6eyzzgtokanepixcfhahu23hm7qrodzxuvv47zq6a-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick-cdofu5oluk3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783009","name":"slot-swap-webudpjqbhaj4m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783009,"deletedTimestamp":"2018-11-09T23:49:29.6868194","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgunbmnj7ei5723oh4ltlpml2w4jrk7x52sy7jkinffimjoanidqrm7auqwglpan5le","webSpace":"clitest.rgunbmnj7ei5723oh4ltlpml2w4jrk7x52sy7jkinffimjoanidqrm7auqwglpan5le-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webudpjqbhaj4m","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783010","name":"slot-swap-webudpjqbhaj4m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783010,"deletedTimestamp":"2018-11-09T23:49:29.7309140","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgunbmnj7ei5723oh4ltlpml2w4jrk7x52sy7jkinffimjoanidqrm7auqwglpan5le","webSpace":"clitest.rgunbmnj7ei5723oh4ltlpml2w4jrk7x52sy7jkinffimjoanidqrm7auqwglpan5le-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webudpjqbhaj4m","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783014","name":"webapp-linux-log4g5pf6st","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783014,"deletedTimestamp":"2018-11-09T23:49:49.6379135","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiebdbdi7pb5nblgb65r5hxbmq7haaj4x3t5lhhdnbbwafrybxmedb6rhssoutapvd","webSpace":"clitest.rgiebdbdi7pb5nblgb65r5hxbmq7haaj4x3t5lhhdnbbwafrybxmedb6rhssoutapvd-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-log4g5pf6st","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783023","name":"webapp-quick-linuxahrzms","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783023,"deletedTimestamp":"2018-11-09T23:50:55.0537843","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmvyjescyj7m2tbl5gxi2qlntz6vrfzpgz2xhv7l53b6qxhnk2ussuixntfqqxyy3l","webSpace":"clitest.rgmvyjescyj7m2tbl5gxi2qlntz6vrfzpgz2xhv7l53b6qxhnk2ussuixntfqqxyy3l-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxahrzms","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783026","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783026,"deletedTimestamp":"2018-11-09T23:51:04.8280012","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3i4kz7mkgqtx6ywk6kp4za35whqnjoehr3pff57crufmspvhwlyjhfekbkqphdqh4","webSpace":"clitest.rg3i4kz7mkgqtx6ywk6kp4za35whqnjoehr3pff57crufmspvhwlyjhfekbkqphdqh4-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783040","name":"slot-test-web2tj5lg7fjgr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783040,"deletedTimestamp":"2018-11-09T23:51:45.7046472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt72fnkadh2ktgokgzzap4fla5zse3wdyt4kxc4voalq4psjnhmrt6lgywgcezmp4p","webSpace":"clitest.rgt72fnkadh2ktgokgzzap4fla5zse3wdyt4kxc4voalq4psjnhmrt6lgywgcezmp4p-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-web2tj5lg7fjgr","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783044","name":"slot-test-web2tj5lg7fjgr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783044,"deletedTimestamp":"2018-11-09T23:51:47.5881199","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt72fnkadh2ktgokgzzap4fla5zse3wdyt4kxc4voalq4psjnhmrt6lgywgcezmp4p","webSpace":"clitest.rgt72fnkadh2ktgokgzzap4fla5zse3wdyt4kxc4voalq4psjnhmrt6lgywgcezmp4p-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-web2tj5lg7fjgr","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783056","name":"slot-test-web2tj5lg7fjgr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783056,"deletedTimestamp":"2018-11-09T23:52:25.2178798","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt72fnkadh2ktgokgzzap4fla5zse3wdyt4kxc4voalq4psjnhmrt6lgywgcezmp4p","webSpace":"clitest.rgt72fnkadh2ktgokgzzap4fla5zse3wdyt4kxc4voalq4psjnhmrt6lgywgcezmp4p-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-test-web2tj5lg7fjgr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783062","name":"undelete-webkzhprobcbqv2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783062,"deletedTimestamp":"2018-11-09T23:53:49.3106021","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglhvb3ov65nhn3wsxxdpk5caal3jktazqungs5fpycxmbpdcib5uhzefoufgtl7fi4","webSpace":"clitest.rglhvb3ov65nhn3wsxxdpk5caal3jktazqungs5fpycxmbpdcib5uhzefoufgtl7fi4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-webkzhprobcbqv2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783133","name":"clijd544x4zo2empvp0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783133,"deletedTimestamp":"2018-11-09T23:59:10.6349372","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga2zg7hg5tf","webSpace":"clitest.rga2zg7hg5tf-CentralUSwebspace","stamp":"waws-prod-dm1-087","deletedSiteName":"clijd544x4zo2empvp0","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19783680","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19783680,"deletedTimestamp":"2018-11-10T00:40:48.3317641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createtmy67fnkur2h3plaqwoyxgmvkbirl772ang6b4pumiujd5o2ytv","webSpace":"cli_test_resource_createtmy67fnkur2h3plaqwoyxgmvkbirl772ang6b4pumiujd5o2ytv-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786368","name":"webvhqmjcscxzhmewhguxr7p","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786368,"deletedTimestamp":"2018-11-10T06:07:49.4254562","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmox7z3ntaxi4y4tnkf64ks5oph4oa5dacufx2qqwbvtityb2zf6d5afvgjm27ctsi","webSpace":"clitest.rgmox7z3ntaxi4y4tnkf64ks5oph4oa5dacufx2qqwbvtityb2zf6d5afvgjm27ctsi-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webvhqmjcscxzhmewhguxr7p","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786370","name":"web-del-testk5jcmvtpszvf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786370,"deletedTimestamp":"2018-11-10T06:07:57.9530804","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmvisudwb7i5o54p3hykelfhffm3cykbdmgno2t4vcfmz4j733t6lm2fbhnm7eceoy","webSpace":"clitest.rgmvisudwb7i5o54p3hykelfhffm3cykbdmgno2t4vcfmz4j733t6lm2fbhnm7eceoy-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-del-testk5jcmvtpszvf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786371","name":"functionapplinuxconsumption4nch6ouhg2xwd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786371,"deletedTimestamp":"2018-11-10T06:08:01.8531015","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxzvz3ggf4tvz6v2bshqtswroef3rsy7q2x4a22yiigd32mzcmn","webSpace":"azurecli-functionapp-linuxzvz3ggf4tvz6v2bshqtswroef3rsy7q2x4a22yiigd32mzcmn-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumption4nch6ouhg2xwd","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786372","name":"functionapp-linuxoozmp2k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786372,"deletedTimestamp":"2018-11-10T06:08:20.9839407","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfdtvnyqb2tyafteaahjqjqza2g4hbde2fkh4tpct4kprerbaluwj3ado6wj6urt47","webSpace":"clitest.rgfdtvnyqb2tyafteaahjqjqza2g4hbde2fkh4tpct4kprerbaluwj3ado6wj6urt47-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxoozmp2k","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786375","name":"webapp-authentication-testr75uhadc6q3awk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786375,"deletedTimestamp":"2018-11-10T06:08:44.9079731","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authentication4hdmibnlo2yiecpllbdidtx3n3jvqjtzcplpupetosilc","webSpace":"cli_test_webapp_authentication4hdmibnlo2yiecpllbdidtx3n3jvqjtzcplpupetosilc-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-authentication-testr75uhadc6q3awk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786378","name":"slot-traffic-webv4drof4j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786378,"deletedTimestamp":"2018-11-10T06:08:49.6693913","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4rxykbdumxq5xbubbxpygwpmqqaaupmfxwpvxevs66ia24yrzwhps2wkyolam7jyr","webSpace":"clitest.rg4rxykbdumxq5xbubbxpygwpmqqaaupmfxwpvxevs66ia24yrzwhps2wkyolam7jyr-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"slot-traffic-webv4drof4j","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786379","name":"web-errornh53rsgqh4og4ej","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786379,"deletedTimestamp":"2018-11-10T06:08:51.0175494","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiujalu7zxchpq4sh7fsuphz45lughnf6k3vg2q2b72vq2o2sqzqfj6tezf75dldhq","webSpace":"clitest.rgiujalu7zxchpq4sh7fsuphz45lughnf6k3vg2q2b72vq2o2sqzqfj6tezf75dldhq-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"web-errornh53rsgqh4og4ej","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786381","name":"functionappconsumption2icz6eg3hs2og5jh3u","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786381,"deletedTimestamp":"2018-11-10T06:08:54.3790971","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2em7fefkcad5fugcmteoc5wfwd4q6o44bldo2bbksocxtaankx7","webSpace":"azurecli-functionapp-c-e2em7fefkcad5fugcmteoc5wfwd4q6o44bldo2bbksocxtaankx7-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"functionappconsumption2icz6eg3hs2og5jh3u","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786382","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786382,"deletedTimestamp":"2018-11-10T06:08:55.0839449","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpenpzirexbulf3srd3yz22iobju3ulelipne73wei2xua4afo4civn4anqbwneqxt","webSpace":"clitest.rgpenpzirexbulf3srd3yz22iobju3ulelipne73wei2xua4afo4civn4anqbwneqxt-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786383","name":"slot-traffic-webhviw7qrh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786383,"deletedTimestamp":"2018-11-10T06:08:55.3310837","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguqe6puwgjyc5he7fomzmhhe3pct2alap7wze4m3efnyi3zhj2mtgtw7424rlr7e7i","webSpace":"clitest.rguqe6puwgjyc5he7fomzmhhe3pct2alap7wze4m3efnyi3zhj2mtgtw7424rlr7e7i-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webhviw7qrh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786384","name":"slot-traffic-webhviw7qrh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786384,"deletedTimestamp":"2018-11-10T06:08:55.4099250","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguqe6puwgjyc5he7fomzmhhe3pct2alap7wze4m3efnyi3zhj2mtgtw7424rlr7e7i","webSpace":"clitest.rguqe6puwgjyc5he7fomzmhhe3pct2alap7wze4m3efnyi3zhj2mtgtw7424rlr7e7i-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webhviw7qrh","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786386","name":"webapp-e2ejhyb2giji3qb3e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786386,"deletedTimestamp":"2018-11-10T06:08:57.5952595","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3qijfcmvobjbpvsafdviwxgopkkajg4vutqf57xh67pbqocquror4z6p3g5u6ujvj","webSpace":"clitest.rg3qijfcmvobjbpvsafdviwxgopkkajg4vutqf57xh67pbqocquror4z6p3g5u6ujvj-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-e2ejhyb2giji3qb3e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786387","name":"web-msil2nzgpv6r33h5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786387,"deletedTimestamp":"2018-11-10T06:09:03.9092569","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgucw7byryarkknogcvlzgfqpmabx7yyozotuqmmkffcacjkdrxarpky54ktiseefgv","webSpace":"clitest.rgucw7byryarkknogcvlzgfqpmabx7yyozotuqmmkffcacjkdrxarpky54ktiseefgv-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-msil2nzgpv6r33h5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786389","name":"webappacrtestpthlvcglbvf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786389,"deletedTimestamp":"2018-11-10T06:09:12.0354035","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxiwlr35i72uwksz7sdqkay5hus6bwxc44pdzfcuc7unhfbovcka5d5r4pltva5p7c","webSpace":"clitest.rgxiwlr35i72uwksz7sdqkay5hus6bwxc44pdzfcuc7unhfbovcka5d5r4pltva5p7c-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestpthlvcglbvf","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786390","name":"webapp-config-test2vqqyjn3e7kcfekg4fyq7i","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786390,"deletedTimestamp":"2018-11-10T06:09:19.8588181","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configayomlh5m2iwyi42cvkg52bfxzajpfgbdmyphf52z6exgd55fnmzol","webSpace":"cli_test_webapp_configayomlh5m2iwyi42cvkg52bfxzajpfgbdmyphf52z6exgd55fnmzol-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-config-test2vqqyjn3e7kcfekg4fyq7i","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786391","name":"web-ssl-testgoc6nklq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786391,"deletedTimestamp":"2018-11-10T06:09:19.9960471","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgomyuhys6xori6rponko25oppdn565yknsqbywolip3xtub3smelqtt2hl7ynehg4e","webSpace":"clitest.rgomyuhys6xori6rponko25oppdn565yknsqbywolip3xtub3smelqtt2hl7ynehg4e-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"web-ssl-testgoc6nklq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786393","name":"delete-me-webb5zibdlsmvk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786393,"deletedTimestamp":"2018-11-10T06:09:20.4910284","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgniceg62qxloixlbry3p5rljs4jjbqekmpymdhc4cwby3544sysuz2kopnm4k7kclh","webSpace":"clitest.rgniceg62qxloixlbry3p5rljs4jjbqekmpymdhc4cwby3544sysuz2kopnm4k7kclh-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"delete-me-webb5zibdlsmvk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786394","name":"webapp-quick7t7bitjs6vmb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786394,"deletedTimestamp":"2018-11-10T06:09:32.6588748","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgigaejrjyqumvkfq2zj4sknt2twn3ugiswq6yogh6nipeykd5rygqhp2cff76qlitt","webSpace":"clitest.rgigaejrjyqumvkfq2zj4sknt2twn3ugiswq6yogh6nipeykd5rygqhp2cff76qlitt-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick7t7bitjs6vmb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786398","name":"webapp-linux-multi42l6zk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786398,"deletedTimestamp":"2018-11-10T06:09:48.3422997","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfas4x7pdynvxgsw6ivofa2xrh4ywt66dfa3c6abt3fipcl7zg44aq622p32p4a6pb","webSpace":"clitest.rgfas4x7pdynvxgsw6ivofa2xrh4ywt66dfa3c6abt3fipcl7zg44aq622p32p4a6pb-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multi42l6zk","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786399","name":"webapp-quickiwupawbjjbnw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786399,"deletedTimestamp":"2018-11-10T06:09:50.8482060","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv742mxkrz2zvaxfxlxtf5yfnkbpqr3levzw6d2znzdcr2x6x2lduklwmldxuykklj","webSpace":"clitest.rgv742mxkrz2zvaxfxlxtf5yfnkbpqr3levzw6d2znzdcr2x6x2lduklwmldxuykklj-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-quickiwupawbjjbnw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786400","name":"webapp-linux5dttxndixhsl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786400,"deletedTimestamp":"2018-11-10T06:10:07.3797873","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggokc44ijbvs4zid62otlcr3ijr7ivufy7nnhiij4n2cq5ci2ax7gmubwvmicjwmbo","webSpace":"clitest.rggokc44ijbvs4zid62otlcr3ijr7ivufy7nnhiij4n2cq5ci2ax7gmubwvmicjwmbo-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linux5dttxndixhsl","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786401","name":"web-git-test2xahyciuwuze","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786401,"deletedTimestamp":"2018-11-10T06:10:08.3771952","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgeamc7v6fpdaulgnrp2qp22c4idw25sc4262pddh2ntavlpqrxhzjg34w5ujcaoa3q","webSpace":"clitest.rgeamc7v6fpdaulgnrp2qp22c4idw25sc4262pddh2ntavlpqrxhzjg34w5ujcaoa3q-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"web-git-test2xahyciuwuze","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786403","name":"webapp-hyperv-e2eod4xy3b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786403,"deletedTimestamp":"2018-11-10T06:10:20.1953024","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgomzmcthbrkk4n2ei2tysueykkzqngv4652yblbfqduuqh3oqznrgq7454mpgbve2l","webSpace":"clitest.rgomzmcthbrkk4n2ei2tysueykkzqngv4652yblbfqduuqh3oqznrgq7454mpgbve2l-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2eod4xy3b","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786404","name":"webapp-win-log3ce7xiictp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786404,"deletedTimestamp":"2018-11-10T06:10:22.1492945","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqbi7knraxbmnlyixh5ld32cfehftgomdz4wzrffvivdvc7idihrxriwbibnvqnvlb","webSpace":"clitest.rgqbi7knraxbmnlyixh5ld32cfehftgomdz4wzrffvivdvc7idihrxriwbibnvqnvlb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-log3ce7xiictp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786405","name":"webapp-update-testjyiadep366nupi5ntunkxs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786405,"deletedTimestamp":"2018-11-10T06:10:27.9646640","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatexbsuajvqnira42x6mvik3q5dzcwtgloawrkao2p7iep2ls5zlddbp","webSpace":"cli_test_webapp_updatexbsuajvqnira42x6mvik3q5dzcwtgloawrkao2p7iep2ls5zlddbp-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-update-testjyiadep366nupi5ntunkxs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786406","name":"webapp-update-testjyiadep366nupi5ntunkxs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786406,"deletedTimestamp":"2018-11-10T06:10:28.0269261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatexbsuajvqnira42x6mvik3q5dzcwtgloawrkao2p7iep2ls5zlddbp","webSpace":"cli_test_webapp_updatexbsuajvqnira42x6mvik3q5dzcwtgloawrkao2p7iep2ls5zlddbp-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-update-testjyiadep366nupi5ntunkxs","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786407","name":"slot-traffic-webgehnrozt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786407,"deletedTimestamp":"2018-11-10T06:10:30.8259313","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzpc6orxcbeqmcy57e6wnklhq3bslcv75lkwu5g3qlxzty56yzsptu6uc5lxl73w4s","webSpace":"clitest.rgzpc6orxcbeqmcy57e6wnklhq3bslcv75lkwu5g3qlxzty56yzsptu6uc5lxl73w4s-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webgehnrozt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786408","name":"slot-traffic-webgehnrozt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786408,"deletedTimestamp":"2018-11-10T06:10:30.8883887","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzpc6orxcbeqmcy57e6wnklhq3bslcv75lkwu5g3qlxzty56yzsptu6uc5lxl73w4s","webSpace":"clitest.rgzpc6orxcbeqmcy57e6wnklhq3bslcv75lkwu5g3qlxzty56yzsptu6uc5lxl73w4s-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webgehnrozt","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786409","name":"webapp-zipDeploy-testigjfq3x6hxdujjee5fu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786409,"deletedTimestamp":"2018-11-10T06:11:00.0737904","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploy4waxwmdsmaodn55agzvewrt6zjbrlqy6a4e2e6w4kgogwwq5yu","webSpace":"cli_test_webapp_zipDeploy4waxwmdsmaodn55agzvewrt6zjbrlqy6a4e2e6w4kgogwwq5yu-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-zipDeploy-testigjfq3x6hxdujjee5fu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786410","name":"func-e2er6dtmjtisprhhtri","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786410,"deletedTimestamp":"2018-11-10T06:11:11.3560415","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgo2k6be3wjwjv7ooyqit4lf7vssvcthdkuzwlywr3ifwhsoderehvmwqe3qs6dwnvk","webSpace":"clitest.rgo2k6be3wjwjv7ooyqit4lf7vssvcthdkuzwlywr3ifwhsoderehvmwqe3qs6dwnvk-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"func-e2er6dtmjtisprhhtri","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786411","name":"slot-swap-webaruzxwtzcjo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786411,"deletedTimestamp":"2018-11-10T06:11:11.9674081","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgohmzgvna3hmlsrdn3am7ms6fasfsuwlbisfivmh5l5pz5hq7rmwmxxjekake726lg","webSpace":"clitest.rgohmzgvna3hmlsrdn3am7ms6fasfsuwlbisfivmh5l5pz5hq7rmwmxxjekake726lg-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webaruzxwtzcjo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786412","name":"slot-swap-webaruzxwtzcjo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786412,"deletedTimestamp":"2018-11-10T06:11:12.0298756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgohmzgvna3hmlsrdn3am7ms6fasfsuwlbisfivmh5l5pz5hq7rmwmxxjekake726lg","webSpace":"clitest.rgohmzgvna3hmlsrdn3am7ms6fasfsuwlbisfivmh5l5pz5hq7rmwmxxjekake726lg-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"slot-swap-webaruzxwtzcjo","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786415","name":"webapp-quick-cdc25xyosxr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786415,"deletedTimestamp":"2018-11-10T06:11:36.4569608","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgz24fgfagmsjznxd7ti3shqp4xuhvqh5q2o4wwgdoqhkak7xibxtd7zw5oizbcwncy","webSpace":"clitest.rgz24fgfagmsjznxd7ti3shqp4xuhvqh5q2o4wwgdoqhkak7xibxtd7zw5oizbcwncy-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-quick-cdc25xyosxr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786419","name":"func-e2eiwieft7uk26ec27l","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786419,"deletedTimestamp":"2018-11-10T06:12:03.6681199","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgo2k6be3wjwjv7ooyqit4lf7vssvcthdkuzwlywr3ifwhsoderehvmwqe3qs6dwnvk","webSpace":"clitest.rgo2k6be3wjwjv7ooyqit4lf7vssvcthdkuzwlywr3ifwhsoderehvmwqe3qs6dwnvk-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"func-e2eiwieft7uk26ec27l","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786422","name":"webapp-quick-linuxfrhddg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786422,"deletedTimestamp":"2018-11-10T06:12:26.1380527","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzhhc3s6r47ilxx3iiryq4i4hbmmqbyu6dnu34y7md4gnni7eedfpkxqmbueivxz76","webSpace":"clitest.rgzhhc3s6r47ilxx3iiryq4i4hbmmqbyu6dnu34y7md4gnni7eedfpkxqmbueivxz76-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxfrhddg","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786425","name":"webapp-linux-logcqspqn5y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786425,"deletedTimestamp":"2018-11-10T06:12:36.9775342","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgh2mt334wedyiiw3vxqaebmxox7iom6gcxl73znefbhq4nsvfi4gdlsux5bvmv56nm","webSpace":"clitest.rgh2mt334wedyiiw3vxqaebmxox7iom6gcxl73znefbhq4nsvfi4gdlsux5bvmv56nm-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-logcqspqn5y","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786433","name":"slot-test-web5sfaerugdcl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786433,"deletedTimestamp":"2018-11-10T06:13:46.8679142","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkck7jhakczlutip4obcjoloyd4oe3xygocuc3j7mmqbyvq7wup4yvzkkklbni7aog","webSpace":"clitest.rgkck7jhakczlutip4obcjoloyd4oe3xygocuc3j7mmqbyvq7wup4yvzkkklbni7aog-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-web5sfaerugdcl","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786434","name":"slot-test-web5sfaerugdcl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786434,"deletedTimestamp":"2018-11-10T06:13:48.6441342","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkck7jhakczlutip4obcjoloyd4oe3xygocuc3j7mmqbyvq7wup4yvzkkklbni7aog","webSpace":"clitest.rgkck7jhakczlutip4obcjoloyd4oe3xygocuc3j7mmqbyvq7wup4yvzkkklbni7aog-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-web5sfaerugdcl","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786435","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786435,"deletedTimestamp":"2018-11-10T06:13:50.4606625","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjusla4teji5ratuzv2ru5jswbgeauj7uzztmkqvl2kbdomn77wv3auy43dsjtvyux","webSpace":"clitest.rgjusla4teji5ratuzv2ru5jswbgeauj7uzztmkqvl2kbdomn77wv3auy43dsjtvyux-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786439","name":"slot-test-web5sfaerugdcl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786439,"deletedTimestamp":"2018-11-10T06:14:24.9241313","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkck7jhakczlutip4obcjoloyd4oe3xygocuc3j7mmqbyvq7wup4yvzkkklbni7aog","webSpace":"clitest.rgkck7jhakczlutip4obcjoloyd4oe3xygocuc3j7mmqbyvq7wup4yvzkkklbni7aog-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-web5sfaerugdcl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786441","name":"undelete-web5jnvevyvqt7h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786441,"deletedTimestamp":"2018-11-10T06:15:14.1180062","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxsnrvp35mix7szltj37owuc4cgvticrkworf44szfqgy4sidqceiope3nwceui2ze","webSpace":"clitest.rgxsnrvp35mix7szltj37owuc4cgvticrkworf44szfqgy4sidqceiope3nwceui2ze-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"undelete-web5jnvevyvqt7h","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786447","name":"clifv6lavhtlo3f92ly","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786447,"deletedTimestamp":"2018-11-10T06:18:23.6386863","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg26heibsagc","webSpace":"clitest.rg26heibsagc-CentralUSwebspace","stamp":"waws-prod-dm1-073","deletedSiteName":"clifv6lavhtlo3f92ly","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19786562","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19786562,"deletedTimestamp":"2018-11-10T06:48:45.4013562","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createumdpltwqdj5kibtv2mged2qj32c3atwv6wykrcnwi3vme2c6fm2","webSpace":"cli_test_resource_createumdpltwqdj5kibtv2mged2qj32c3atwv6wykrcnwi3vme2c6fm2-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788007","name":"java-webapp-770792","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788007,"deletedTimestamp":"2018-11-10T11:40:10.8376352","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7a6629231","webSpace":"javacsmrg7a6629231-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-770792","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788008","name":"java-webapp-680252","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788008,"deletedTimestamp":"2018-11-10T11:40:12.3724289","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg629006503","webSpace":"javacsmrg629006503-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-680252","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788009","name":"JAVAwebapp-76f107255f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788009,"deletedTimestamp":"2018-11-10T11:40:13.0758624","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf2d991528","webSpace":"javacsmrgf2d991528-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-76f107255f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788010","name":"java-webapp-580067","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788010,"deletedTimestamp":"2018-11-10T11:40:13.1178308","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg29a369314","webSpace":"javacsmrg29a369314-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-580067","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788011","name":"java-webapp-402181","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788011,"deletedTimestamp":"2018-11-10T11:40:13.7099917","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg902717024","webSpace":"javacsmrg902717024-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-402181","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788012","name":"JAVAwebapp-8e68158316","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788012,"deletedTimestamp":"2018-11-10T11:40:14.5935596","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf2c42141d","webSpace":"javacsmrgf2c42141d-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"JAVAwebapp-8e68158316","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788013","name":"java-webapp-61268f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788013,"deletedTimestamp":"2018-11-10T11:40:16.5469879","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5bc160328","webSpace":"javacsmrg5bc160328-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-61268f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788014","name":"java-webapp-61268f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788014,"deletedTimestamp":"2018-11-10T11:40:16.5938306","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5bc160328","webSpace":"javacsmrg5bc160328-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-61268f","slot":"java-slot-2d7570977","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788015","name":"java-webapp-61268f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788015,"deletedTimestamp":"2018-11-10T11:40:16.6563090","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5bc160328","webSpace":"javacsmrg5bc160328-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-61268f","slot":"java-slot-54d988916","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788016","name":"java-webapp-607649","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788016,"deletedTimestamp":"2018-11-10T11:40:17.4173928","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge18662655","webSpace":"javacsmrge18662655-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-607649","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788017","name":"java-webapp-607649","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788017,"deletedTimestamp":"2018-11-10T11:40:17.4643118","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge18662655","webSpace":"javacsmrge18662655-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-607649","slot":"java-slot-738269218","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19788018","name":"java-webapp-607649","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19788018,"deletedTimestamp":"2018-11-10T11:40:17.5111676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge18662655","webSpace":"javacsmrge18662655-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-607649","slot":"java-slot-6fe560847","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795590","name":"java-webapp-101423","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795590,"deletedTimestamp":"2018-11-11T11:40:24.5622658","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg734105968","webSpace":"javacsmrg734105968-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-101423","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795591","name":"JAVAwebapp-3b0374094e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795591,"deletedTimestamp":"2018-11-11T11:40:25.1557175","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6dc973991","webSpace":"javacsmrg6dc973991-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"JAVAwebapp-3b0374094e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795592","name":"java-webapp-560917","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795592,"deletedTimestamp":"2018-11-11T11:40:25.7144851","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg43163671e","webSpace":"javacsmrg43163671e-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-560917","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795593","name":"java-webapp-560917","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795593,"deletedTimestamp":"2018-11-11T11:40:25.7925698","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg43163671e","webSpace":"javacsmrg43163671e-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-560917","slot":"java-slot-18d21742f","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795594","name":"java-webapp-560917","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795594,"deletedTimestamp":"2018-11-11T11:40:25.8550737","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg43163671e","webSpace":"javacsmrg43163671e-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"java-webapp-560917","slot":"java-slot-8e7053369","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795595","name":"java-webapp-242000","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795595,"deletedTimestamp":"2018-11-11T11:40:27.1458834","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8a5544772","webSpace":"javacsmrg8a5544772-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-242000","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795596","name":"JAVAwebapp-a8c259970a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795596,"deletedTimestamp":"2018-11-11T11:40:28.9830556","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd0586284f","webSpace":"javacsmrgd0586284f-WestUSwebspace","stamp":"waws-prod-bay-091","deletedSiteName":"JAVAwebapp-a8c259970a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795597","name":"java-webapp-684331","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795597,"deletedTimestamp":"2018-11-11T11:40:30.3439780","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge14356770","webSpace":"javacsmrge14356770-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-684331","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795598","name":"java-webapp-99062d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795598,"deletedTimestamp":"2018-11-11T11:40:31.9225431","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgcbc594997","webSpace":"javacsmrgcbc594997-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-webapp-99062d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795599","name":"java-webapp-31816c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795599,"deletedTimestamp":"2018-11-11T11:40:51.6281515","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc29114125","webSpace":"javacsmrgc29114125-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-31816c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795600","name":"java-webapp-31816c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795600,"deletedTimestamp":"2018-11-11T11:40:51.7062625","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc29114125","webSpace":"javacsmrgc29114125-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-31816c","slot":"java-slot-747587764","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19795601","name":"java-webapp-31816c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19795601,"deletedTimestamp":"2018-11-11T11:40:51.7688155","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc29114125","webSpace":"javacsmrgc29114125-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-31816c","slot":"java-slot-02a977517","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817485","name":"webapp1-0ed53346a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817485,"deletedTimestamp":"2018-11-12T15:13:23.2276148","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4a0702604527","webSpace":"rgnemv_4a0702604527-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-0ed53346a5","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817487","name":"webapp2-8e8993513a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817487,"deletedTimestamp":"2018-11-12T15:13:26.9406526","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_4a0702604527","webSpace":"rgnemv_4a0702604527-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-8e8993513a","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817492","name":"webapp1-c7f5753615","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817492,"deletedTimestamp":"2018-11-12T15:13:34.4692084","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b11442444291","webSpace":"rg1nemv_b11442444291-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-c7f5753615","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817511","name":"webapp2-dbb5333449","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817511,"deletedTimestamp":"2018-11-12T15:14:12.1459482","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b11442444291","webSpace":"rg1nemv_b11442444291-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-dbb5333449","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817512","name":"webapp1-86f06838ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817512,"deletedTimestamp":"2018-11-12T15:14:13.1765458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_abb52687f3e3","webSpace":"rg1nemv_abb52687f3e3-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-86f06838ff","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817514","name":"webapp3-17928774e3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817514,"deletedTimestamp":"2018-11-12T15:14:13.8916856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b11442444291","webSpace":"rg1nemv_b11442444291-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-17928774e3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817529","name":"webapp2-c6a2830161","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817529,"deletedTimestamp":"2018-11-12T15:14:50.7410261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_abb52687f3e3","webSpace":"rg1nemv_abb52687f3e3-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp2-c6a2830161","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817532","name":"webapp3-3031146562","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817532,"deletedTimestamp":"2018-11-12T15:14:53.9308600","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_abb52687f3e3","webSpace":"rg1nemv_abb52687f3e3-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp3-3031146562","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817539","name":"webapp1-9d952862a6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817539,"deletedTimestamp":"2018-11-12T15:15:15.0917190","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_abb21556a953","webSpace":"rgnemv_abb21556a953-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp1-9d952862a6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817544","name":"webapp2-0f224045c9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817544,"deletedTimestamp":"2018-11-12T15:15:29.0707193","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_abb21556a953","webSpace":"rgnemv_abb21556a953-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp2-0f224045c9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817548","name":"webapp1-0c202079ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817548,"deletedTimestamp":"2018-11-12T15:15:49.2107893","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_271257646055","webSpace":"rg1nemv_271257646055-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp1-0c202079ad","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817558","name":"webapp1-9a35679911","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817558,"deletedTimestamp":"2018-11-12T15:16:11.9404494","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_16555949c72a","webSpace":"rgnemv_16555949c72a-EastUS2webspace","stamp":"waws-prod-bn1-039","deletedSiteName":"webapp1-9a35679911","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817560","name":"webapp2-3ed72296d0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817560,"deletedTimestamp":"2018-11-12T15:16:22.1092630","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_16555949c72a","webSpace":"rgnemv_16555949c72a-EastUS2webspace","stamp":"waws-prod-bn1-039","deletedSiteName":"webapp2-3ed72296d0","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817564","name":"webapp3-60a53315c0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817564,"deletedTimestamp":"2018-11-12T15:16:27.2300676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_271257646055","webSpace":"rg1nemv_271257646055-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp3-60a53315c0","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817569","name":"webapp2-178977114b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817569,"deletedTimestamp":"2018-11-12T15:16:30.1485164","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_271257646055","webSpace":"rg1nemv_271257646055-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp2-178977114b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817662","name":"webapp5-a8c56135d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817662,"deletedTimestamp":"2018-11-12T15:20:16.9464243","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12d6588887a2aac10a","webSpace":"rg12d6588887a2aac10a-SoutheastAsiawebspace","stamp":"waws-prod-sg1-029","deletedSiteName":"webapp5-a8c56135d3","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817665","name":"webapp4-c1c42665d0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817665,"deletedTimestamp":"2018-11-12T15:20:22.6312870","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12d6588887a2aac10a","webSpace":"rg12d6588887a2aac10a-NorthEuropewebspace","stamp":"waws-prod-db3-109","deletedSiteName":"webapp4-c1c42665d0","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817668","name":"webapp2-c939869053","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817668,"deletedTimestamp":"2018-11-12T15:20:25.4775992","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12d6588887a2aac10a","webSpace":"rg12d6588887a2aac10a-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-c939869053","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817671","name":"webapp6-362365768a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817671,"deletedTimestamp":"2018-11-12T15:20:31.1631533","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12d6588887a2aac10a","webSpace":"rg12d6588887a2aac10a-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-011","deletedSiteName":"webapp6-362365768a","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817674","name":"webapp3-a5741757d2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817674,"deletedTimestamp":"2018-11-12T15:20:34.4407259","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12d6588887a2aac10a","webSpace":"rg12d6588887a2aac10a-WestEuropewebspace","stamp":"waws-prod-am2-163","deletedSiteName":"webapp3-a5741757d2","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817675","name":"webapp1-2c4212537d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817675,"deletedTimestamp":"2018-11-12T15:20:38.9375294","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12d6588887a2aac10a","webSpace":"rg12d6588887a2aac10a-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-2c4212537d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817811","name":"webapp4-1d64926396","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817811,"deletedTimestamp":"2018-11-12T15:25:42.3642217","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_31b45290c384","webSpace":"rgnemv_31b45290c384-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp4-1d64926396","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817818","name":"webapp1-6e99877870","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817818,"deletedTimestamp":"2018-11-12T15:25:50.4789751","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_31b45290c384","webSpace":"rgnemv_31b45290c384-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-6e99877870","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817822","name":"webapp5-c9f016142a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817822,"deletedTimestamp":"2018-11-12T15:25:59.0354623","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_31b45290c384","webSpace":"rgnemv_31b45290c384-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp5-c9f016142a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817823","name":"webapp3-adb8085453","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817823,"deletedTimestamp":"2018-11-12T15:26:03.5233329","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_31b45290c384","webSpace":"rgnemv_31b45290c384-EastAsiawebspace","stamp":"waws-prod-hk1-019","deletedSiteName":"webapp3-adb8085453","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817824","name":"webapp2-f9792396a3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817824,"deletedTimestamp":"2018-11-12T15:26:08.1908352","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_31b45290c384","webSpace":"rgnemv_31b45290c384-WestEuropewebspace","stamp":"waws-prod-am2-185","deletedSiteName":"webapp2-f9792396a3","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817827","name":"webapp1-a3835443cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817827,"deletedTimestamp":"2018-11-12T15:26:17.1019061","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg30574400b5f9940","webSpace":"rg30574400b5f9940-EastUSwebspace","stamp":"waws-prod-blu-073","deletedSiteName":"webapp1-a3835443cc","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817828","name":"webapp1-a3835443cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817828,"deletedTimestamp":"2018-11-12T15:26:17.1486049","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg30574400b5f9940","webSpace":"rg30574400b5f9940-EastUSwebspace","stamp":"waws-prod-blu-073","deletedSiteName":"webapp1-a3835443cc","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817830","name":"webapp3-c7a493597d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817830,"deletedTimestamp":"2018-11-12T15:26:20.7263610","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg30574400b5f9940","webSpace":"rg30574400b5f9940-EastAsiawebspace","stamp":"waws-prod-hk1-003","deletedSiteName":"webapp3-c7a493597d","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817831","name":"webapp3-c7a493597d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817831,"deletedTimestamp":"2018-11-12T15:26:20.7732653","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg30574400b5f9940","webSpace":"rg30574400b5f9940-EastAsiawebspace","stamp":"waws-prod-hk1-003","deletedSiteName":"webapp3-c7a493597d","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817833","name":"webapp2-aae7230158","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817833,"deletedTimestamp":"2018-11-12T15:26:29.1091820","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg30574400b5f9940","webSpace":"rg30574400b5f9940-WestEuropewebspace","stamp":"waws-prod-am2-223","deletedSiteName":"webapp2-aae7230158","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19817834","name":"webapp2-aae7230158","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19817834,"deletedTimestamp":"2018-11-12T15:26:29.2341580","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg30574400b5f9940","webSpace":"rg30574400b5f9940-WestEuropewebspace","stamp":"waws-prod-am2-223","deletedSiteName":"webapp2-aae7230158","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818134","name":"webapp3-aa21294576","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818134,"deletedTimestamp":"2018-11-12T15:37:19.8408316","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg0c9476846678766","webSpace":"rg0c9476846678766-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-aa21294576","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818135","name":"webapp3-aa21294576","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818135,"deletedTimestamp":"2018-11-12T15:37:19.8877292","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg0c9476846678766","webSpace":"rg0c9476846678766-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-aa21294576","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818137","name":"webapp1-17a3531143","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818137,"deletedTimestamp":"2018-11-12T15:37:22.9518504","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg0c9476846678766","webSpace":"rg0c9476846678766-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp1-17a3531143","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818138","name":"webapp1-17a3531143","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818138,"deletedTimestamp":"2018-11-12T15:37:23.0143636","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg0c9476846678766","webSpace":"rg0c9476846678766-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp1-17a3531143","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818140","name":"webapp2-d438687088","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818140,"deletedTimestamp":"2018-11-12T15:37:30.5206022","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg0c9476846678766","webSpace":"rg0c9476846678766-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-d438687088","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818141","name":"webapp2-d438687088","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818141,"deletedTimestamp":"2018-11-12T15:37:30.5644520","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg0c9476846678766","webSpace":"rg0c9476846678766-WestEuropewebspace","stamp":"waws-prod-am2-209","deletedSiteName":"webapp2-d438687088","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818170","name":"webapp6-7409923826","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818170,"deletedTimestamp":"2018-11-12T15:38:32.0273174","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2aa29994a2ec741c31","webSpace":"rg2aa29994a2ec741c31-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-011","deletedSiteName":"webapp6-7409923826","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818173","name":"webapp2-7bd2582656","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818173,"deletedTimestamp":"2018-11-12T15:38:37.8116579","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2aa29994a2ec741c31","webSpace":"rg2aa29994a2ec741c31-EastUSwebspace","stamp":"waws-prod-blu-073","deletedSiteName":"webapp2-7bd2582656","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818176","name":"webapp5-fce91508d9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818176,"deletedTimestamp":"2018-11-12T15:38:40.8277564","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2aa29994a2ec741c31","webSpace":"rg2aa29994a2ec741c31-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-fce91508d9","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818185","name":"webapp1-b763922822","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818185,"deletedTimestamp":"2018-11-12T15:38:57.8104286","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2aa29994a2ec741c31","webSpace":"rg2aa29994a2ec741c31-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-b763922822","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818187","name":"webapp4-81536770d1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818187,"deletedTimestamp":"2018-11-12T15:39:01.9135363","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2aa29994a2ec741c31","webSpace":"rg2aa29994a2ec741c31-NorthEuropewebspace","stamp":"waws-prod-db3-111","deletedSiteName":"webapp4-81536770d1","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818189","name":"webapp3-ca012846dd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818189,"deletedTimestamp":"2018-11-12T15:39:04.9789801","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2aa29994a2ec741c31","webSpace":"rg2aa29994a2ec741c31-WestEuropewebspace","stamp":"waws-prod-am2-161","deletedSiteName":"webapp3-ca012846dd","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818300","name":"wnrsata0e74754dcf18","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818300,"deletedTimestamp":"2018-11-12T15:42:15.7737130","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat9ff98545ba912","webSpace":"rgrsat9ff98545ba912-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsata0e74754dcf18","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19818483","name":"mytestscalewebappebf785057d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19818483,"deletedTimestamp":"2018-11-12T15:48:05.2326065","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupa8059125503","webSpace":"myresourcegroupa8059125503-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"mytestscalewebappebf785057d","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820047","name":"java-webapp-222070","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820047,"deletedTimestamp":"2018-11-12T16:47:06.7462808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg50d045960","webSpace":"javacsmrg50d045960-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-222070","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820064","name":"java-webapp-147405","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820064,"deletedTimestamp":"2018-11-12T16:47:50.2241232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg855233451","webSpace":"javacsmrg855233451-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-147405","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820069","name":"java-webapp-679154","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820069,"deletedTimestamp":"2018-11-12T16:48:05.5790856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgaaf015788","webSpace":"javacsmrgaaf015788-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-679154","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820129","name":"java-func-afb816403","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820129,"deletedTimestamp":"2018-11-12T16:49:25.3426025","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3c3478801","webSpace":"javacsmrg3c3478801-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"java-func-afb816403","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820130","name":"java-func-5e944778b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820130,"deletedTimestamp":"2018-11-12T16:49:26.0297763","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbab245794","webSpace":"javacsmrgbab245794-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-func-5e944778b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820131","name":"java-func-025309509","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820131,"deletedTimestamp":"2018-11-12T16:49:26.8963703","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3c3478801","webSpace":"javacsmrg3c3478801-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"java-func-025309509","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820276","name":"java-webapp-59693f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820276,"deletedTimestamp":"2018-11-12T16:54:09.9953335","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc2655677d","webSpace":"javacsmrgc2655677d-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-59693f","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820277","name":"java-webapp-27811a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820277,"deletedTimestamp":"2018-11-12T16:54:11.8531889","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc2655677d","webSpace":"javacsmrgc2655677d-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-27811a","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820448","name":"rs72623318","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820448,"deletedTimestamp":"2018-11-12T17:01:40.0948538","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg72623318","webSpace":"rg72623318-SouthCentralUSwebspace","stamp":"waws-prod-sn1-139","deletedSiteName":"rs72623318","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820456","name":"java-webapp-293061","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820456,"deletedTimestamp":"2018-11-12T17:01:58.8825230","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg10375840b","webSpace":"javacsmrg10375840b-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-293061","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19820460","name":"java-webapp-963393","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19820460,"deletedTimestamp":"2018-11-12T17:02:00.7959520","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg10375840b","webSpace":"javacsmrg10375840b-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-963393","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821131","name":"webudu5km3yr5r5o5flgxssw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821131,"deletedTimestamp":"2018-11-12T17:25:25.4016430","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg76slohgql257onaggljm7rdckgbttnbmgfsf5tvdse3obpq7hfwmlwjc64az2ksi5","webSpace":"clitest.rg76slohgql257onaggljm7rdckgbttnbmgfsf5tvdse3obpq7hfwmlwjc64az2ksi5-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webudu5km3yr5r5o5flgxssw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821133","name":"web-del-test3zgiy5uavx6t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821133,"deletedTimestamp":"2018-11-12T17:25:31.4782410","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrdkew2cbex4wg2ialuflwd7vwj27xiroltdlm4udhgvlydkse3o2nwckoci7kycjw","webSpace":"clitest.rgrdkew2cbex4wg2ialuflwd7vwj27xiroltdlm4udhgvlydkse3o2nwckoci7kycjw-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-del-test3zgiy5uavx6t","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821134","name":"functionapplinuxconsumptionct2sttjed6hmf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821134,"deletedTimestamp":"2018-11-12T17:25:34.2809484","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxetwfer34dpcl3oz7nnl5caf5miik7vk56li3dyl4kbymh5z3k","webSpace":"azurecli-functionapp-linuxetwfer34dpcl3oz7nnl5caf5miik7vk56li3dyl4kbymh5z3k-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionct2sttjed6hmf","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821146","name":"functionapp-linuxupglnhb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821146,"deletedTimestamp":"2018-11-12T17:25:52.6851799","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgieulgxue7ofxokvl4ty7mareij4s7zjfrly5gqi6f53fisbazczc5sbjkehmvqauh","webSpace":"clitest.rgieulgxue7ofxokvl4ty7mareij4s7zjfrly5gqi6f53fisbazczc5sbjkehmvqauh-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxupglnhb","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821157","name":"web-error4fclkmkl42npqc7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821157,"deletedTimestamp":"2018-11-12T17:26:12.7471311","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgohrbikcz7mrgut53jt67coupxei4vujmtdv3lz47tnw3o3y6mohf2raunvisasj6d","webSpace":"clitest.rgohrbikcz7mrgut53jt67coupxei4vujmtdv3lz47tnw3o3y6mohf2raunvisasj6d-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-error4fclkmkl42npqc7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821159","name":"slot-traffic-webkfzirloa","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821159,"deletedTimestamp":"2018-11-12T17:26:14.6015579","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpujl4snk524ojkndbw2k6ggnqjobbbev5r4fxixzufbwz7azkixlrgrldpj73qlfc","webSpace":"clitest.rgpujl4snk524ojkndbw2k6ggnqjobbbev5r4fxixzufbwz7azkixlrgrldpj73qlfc-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webkfzirloa","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821160","name":"webapp-authentication-testc4wkue6vq3jfqs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821160,"deletedTimestamp":"2018-11-12T17:26:19.9294377","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationts4e3scz5hzwrjrdomnyqkrnwn6wooptjt5ozhdcwygsd","webSpace":"cli_test_webapp_authenticationts4e3scz5hzwrjrdomnyqkrnwn6wooptjt5ozhdcwygsd-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-authentication-testc4wkue6vq3jfqs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821161","name":"slot-traffic-webllpttdry","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821161,"deletedTimestamp":"2018-11-12T17:26:30.9209973","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4iqlzzvv66h2q66ajkwvxo5sd4sy4fc3atnz3hqoz72wgwrmyvuqcgj7fu2wmy4ec","webSpace":"clitest.rg4iqlzzvv66h2q66ajkwvxo5sd4sy4fc3atnz3hqoz72wgwrmyvuqcgj7fu2wmy4ec-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webllpttdry","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821162","name":"slot-traffic-webllpttdry","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821162,"deletedTimestamp":"2018-11-12T17:26:30.9678755","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4iqlzzvv66h2q66ajkwvxo5sd4sy4fc3atnz3hqoz72wgwrmyvuqcgj7fu2wmy4ec","webSpace":"clitest.rg4iqlzzvv66h2q66ajkwvxo5sd4sy4fc3atnz3hqoz72wgwrmyvuqcgj7fu2wmy4ec-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webllpttdry","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821165","name":"functionappconsumptioni6egwnocjvzkdzrkad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821165,"deletedTimestamp":"2018-11-12T17:26:35.7419189","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ecg6wdneiv4sizhnskoiffkskp3b4n2b3di7oqdu7jobakoykc","webSpace":"azurecli-functionapp-c-e2ecg6wdneiv4sizhnskoiffkskp3b4n2b3di7oqdu7jobakoykc-WestUSwebspace","stamp":"waws-prod-bay-011","deletedSiteName":"functionappconsumptioni6egwnocjvzkdzrkad","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821168","name":"webapp-e2ehzdweffbmr7kqf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821168,"deletedTimestamp":"2018-11-12T17:26:42.7289135","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghnbk3hzel6zgwp56kxnmewl7eowyeat7dfxh4ef5zttsexbfbk2sh6v77pscjyd4m","webSpace":"clitest.rghnbk3hzel6zgwp56kxnmewl7eowyeat7dfxh4ef5zttsexbfbk2sh6v77pscjyd4m-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-e2ehzdweffbmr7kqf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821170","name":"func-e2en7w4mcumtq4xpjqg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821170,"deletedTimestamp":"2018-11-12T17:26:47.3474966","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfdomll7evjaqbr24gmt3q6fcyglb5zfn74d7to4b7dlyajfdtn2xo26g44s2r5jle","webSpace":"clitest.rgfdomll7evjaqbr24gmt3q6fcyglb5zfn74d7to4b7dlyajfdtn2xo26g44s2r5jle-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2en7w4mcumtq4xpjqg","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821171","name":"webappacrtesteoxgy5go75q","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821171,"deletedTimestamp":"2018-11-12T17:26:49.1055837","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs4cgl7supsheuvsnkbyxkzrgr7bkjifzc7owljess6mlqe4iwi4doir26b7ho2gub","webSpace":"clitest.rgs4cgl7supsheuvsnkbyxkzrgr7bkjifzc7owljess6mlqe4iwi4doir26b7ho2gub-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtesteoxgy5go75q","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821172","name":"webapp-config-testtzudvuk32mv3wpfdb6etkl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821172,"deletedTimestamp":"2018-11-12T17:26:50.0046494","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configysx674qlyepunf5clqrq7l2vvukxdqpjx43rixya2ubepxkrew5jw","webSpace":"cli_test_webapp_configysx674qlyepunf5clqrq7l2vvukxdqpjx43rixya2ubepxkrew5jw-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-testtzudvuk32mv3wpfdb6etkl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821175","name":"web-msisyl53f2fbxysr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821175,"deletedTimestamp":"2018-11-12T17:27:16.8086992","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxg4abo4oeczxr7tsbwii6azyrtygw2nggwbe5k62oceybjnnmxjuxld63okxvg2fj","webSpace":"clitest.rgxg4abo4oeczxr7tsbwii6azyrtygw2nggwbe5k62oceybjnnmxjuxld63okxvg2fj-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-msisyl53f2fbxysr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821177","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821177,"deletedTimestamp":"2018-11-12T17:27:22.1268975","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf4jgyz3n2ftcljtc7gcz3k6hy6qrrijvt665onis45mo3hdu4ai2wezzpujkc6ddk","webSpace":"clitest.rgf4jgyz3n2ftcljtc7gcz3k6hy6qrrijvt665onis45mo3hdu4ai2wezzpujkc6ddk-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821178","name":"func-e2em3gyvoso3b7fwny2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821178,"deletedTimestamp":"2018-11-12T17:27:22.3106746","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfdomll7evjaqbr24gmt3q6fcyglb5zfn74d7to4b7dlyajfdtn2xo26g44s2r5jle","webSpace":"clitest.rgfdomll7evjaqbr24gmt3q6fcyglb5zfn74d7to4b7dlyajfdtn2xo26g44s2r5jle-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2em3gyvoso3b7fwny2","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821182","name":"web-ssl-testpsitxttv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821182,"deletedTimestamp":"2018-11-12T17:27:23.4286047","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg5ynpngn6cjxkmrt2p3rjrrievhmzhjjuunsaid6zfuljeaxuu3v62u4wpd5upkfyf","webSpace":"clitest.rg5ynpngn6cjxkmrt2p3rjrrievhmzhjjuunsaid6zfuljeaxuu3v62u4wpd5upkfyf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-testpsitxttv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821186","name":"webapp-linuxvy3gn2inkt4x","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821186,"deletedTimestamp":"2018-11-12T17:27:25.7858842","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgailqobtdwjyzdqd4oizm6kssvts2xcoq7lywrx4vbiyb7fuq6uyekedgciax4rhpf","webSpace":"clitest.rgailqobtdwjyzdqd4oizm6kssvts2xcoq7lywrx4vbiyb7fuq6uyekedgciax4rhpf-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxvy3gn2inkt4x","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821191","name":"webapp-quick6hguije4ttfo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821191,"deletedTimestamp":"2018-11-12T17:27:35.2975985","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc4x5qamuhc7dvaauabpqmokpk2msbzitx7uodyqf2sulty56ryrgl6dh7ximgi4rg","webSpace":"clitest.rgc4x5qamuhc7dvaauabpqmokpk2msbzitx7uodyqf2sulty56ryrgl6dh7ximgi4rg-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-quick6hguije4ttfo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821193","name":"webapp-quick5eev2vwlusb4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821193,"deletedTimestamp":"2018-11-12T17:27:37.2214427","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga6xtsvrb3camvishf55o5vnewtdfhnuf664vy7o3cqdpimzmue7cu3f2wcmb2oewk","webSpace":"clitest.rga6xtsvrb3camvishf55o5vnewtdfhnuf664vy7o3cqdpimzmue7cu3f2wcmb2oewk-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick5eev2vwlusb4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821198","name":"webapp-linux-multitr3oxv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821198,"deletedTimestamp":"2018-11-12T17:27:48.1753473","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwloxbzelizvm7xkodnbnjekrim3oaeplb6renppdvryfaxofqfo4nphdntqdnx76v","webSpace":"clitest.rgwloxbzelizvm7xkodnbnjekrim3oaeplb6renppdvryfaxofqfo4nphdntqdnx76v-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multitr3oxv","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821200","name":"webapp-win-logrux2msfjsc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821200,"deletedTimestamp":"2018-11-12T17:27:49.9188893","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn7e5hnqklqmcmyzeohepl2ssfoljjahyk4kbidrbnndagd65vbbd2gf2lchiiqccs","webSpace":"clitest.rgn7e5hnqklqmcmyzeohepl2ssfoljjahyk4kbidrbnndagd65vbbd2gf2lchiiqccs-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-win-logrux2msfjsc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821206","name":"delete-me-webzrpgtpwbeme","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821206,"deletedTimestamp":"2018-11-12T17:28:06.8076745","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg442ek4hk6csknnxei4g4zrfwpn56blru7s6isver3jijgpkprrjbif4xaoix7kebt","webSpace":"clitest.rg442ek4hk6csknnxei4g4zrfwpn56blru7s6isver3jijgpkprrjbif4xaoix7kebt-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"delete-me-webzrpgtpwbeme","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821216","name":"slot-traffic-webq3uvo2kw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821216,"deletedTimestamp":"2018-11-12T17:28:29.8414434","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqasba3624sz3bvehjrbcx2gvsll3fmf2bf6kj5ufdroqjmw3yu6jvxgebjbzz42h4","webSpace":"clitest.rgqasba3624sz3bvehjrbcx2gvsll3fmf2bf6kj5ufdroqjmw3yu6jvxgebjbzz42h4-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webq3uvo2kw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821217","name":"slot-traffic-webq3uvo2kw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821217,"deletedTimestamp":"2018-11-12T17:28:29.9036268","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqasba3624sz3bvehjrbcx2gvsll3fmf2bf6kj5ufdroqjmw3yu6jvxgebjbzz42h4","webSpace":"clitest.rgqasba3624sz3bvehjrbcx2gvsll3fmf2bf6kj5ufdroqjmw3yu6jvxgebjbzz42h4-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-traffic-webq3uvo2kw","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821218","name":"web-git-test236itwqvdts2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821218,"deletedTimestamp":"2018-11-12T17:28:34.2126402","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgztiljqxscu2bb5z52ev5aaqnhkgkw5pwes5a45hxhlutmhfx7ad4ipk3whvuixs4w","webSpace":"clitest.rgztiljqxscu2bb5z52ev5aaqnhkgkw5pwes5a45hxhlutmhfx7ad4ipk3whvuixs4w-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-git-test236itwqvdts2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821219","name":"webapp-hyperv-e2erwqjd7i","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821219,"deletedTimestamp":"2018-11-12T17:28:38.9215390","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga6p5siuryou7fsksv2vtbsw7pfreh4hnjbrbiivcoz5gwjenglvbqgxb5qfdkcvak","webSpace":"clitest.rga6p5siuryou7fsksv2vtbsw7pfreh4hnjbrbiivcoz5gwjenglvbqgxb5qfdkcvak-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2erwqjd7i","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821222","name":"webapp-update-testkzyutdifgafqtyjgkptnkn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821222,"deletedTimestamp":"2018-11-12T17:28:49.4983771","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatexywklc5xkne3qyvee5mrd3slzgwgwap36cius5p2nmys3bhu5ff7x","webSpace":"cli_test_webapp_updatexywklc5xkne3qyvee5mrd3slzgwgwap36cius5p2nmys3bhu5ff7x-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testkzyutdifgafqtyjgkptnkn","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821223","name":"webapp-update-testkzyutdifgafqtyjgkptnkn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821223,"deletedTimestamp":"2018-11-12T17:28:49.5452575","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatexywklc5xkne3qyvee5mrd3slzgwgwap36cius5p2nmys3bhu5ff7x","webSpace":"cli_test_webapp_updatexywklc5xkne3qyvee5mrd3slzgwgwap36cius5p2nmys3bhu5ff7x-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-update-testkzyutdifgafqtyjgkptnkn","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821241","name":"webapp-zipDeploy-test3eu4pv27xwh2kh6iwbl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821241,"deletedTimestamp":"2018-11-12T17:29:13.0789292","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployvu4m2rthjmm6qy6xjeeba46ichyny2ypf3cuwotl2xl5no2d5s","webSpace":"cli_test_webapp_zipDeployvu4m2rthjmm6qy6xjeeba46ichyny2ypf3cuwotl2xl5no2d5s-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-zipDeploy-test3eu4pv27xwh2kh6iwbl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821242","name":"webapp-quick-cdkgczppa5t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821242,"deletedTimestamp":"2018-11-12T17:29:13.3575114","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxgk4gi3kqw2y42grhaluar6xqdl5ugno5bs3fp5e5ybl5fxtbjfhsnau63xuwza7x","webSpace":"clitest.rgxgk4gi3kqw2y42grhaluar6xqdl5ugno5bs3fp5e5ybl5fxtbjfhsnau63xuwza7x-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-quick-cdkgczppa5t","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821245","name":"slot-swap-webuhuk5wzlif2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821245,"deletedTimestamp":"2018-11-12T17:29:29.7049895","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2hhyg7pvh7xixicse46thuci4txkwe6q76jif3q5bpaziz2vzzaxmhj6r7bexv2bt","webSpace":"clitest.rg2hhyg7pvh7xixicse46thuci4txkwe6q76jif3q5bpaziz2vzzaxmhj6r7bexv2bt-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-swap-webuhuk5wzlif2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821246","name":"slot-swap-webuhuk5wzlif2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821246,"deletedTimestamp":"2018-11-12T17:29:29.8614612","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2hhyg7pvh7xixicse46thuci4txkwe6q76jif3q5bpaziz2vzzaxmhj6r7bexv2bt","webSpace":"clitest.rg2hhyg7pvh7xixicse46thuci4txkwe6q76jif3q5bpaziz2vzzaxmhj6r7bexv2bt-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"slot-swap-webuhuk5wzlif2","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821253","name":"webapp-linux-log3b6mvxmy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821253,"deletedTimestamp":"2018-11-12T17:30:00.2034576","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpw5aj5zawwu74onzoueddyebiky6frivvj4qkbe4zjdqidrnoyxowdpju7xudscuk","webSpace":"clitest.rgpw5aj5zawwu74onzoueddyebiky6frivvj4qkbe4zjdqidrnoyxowdpju7xudscuk-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-log3b6mvxmy","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821295","name":"webapp-quick-linuxnf7i2y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821295,"deletedTimestamp":"2018-11-12T17:30:56.1716911","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyypagqywspoiwvyl6wn4og35znkdbe4isfyryc7ujjmhbdh7tfbmtbxrzwuqqqame","webSpace":"clitest.rgyypagqywspoiwvyl6wn4og35znkdbe4isfyryc7ujjmhbdh7tfbmtbxrzwuqqqame-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxnf7i2y","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821300","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821300,"deletedTimestamp":"2018-11-12T17:31:07.6497602","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxunvfkdcxg5lrxo34rgvfnv2zkfxufehddvq27cepim7yugkm5gkbhaex7pulz5kb","webSpace":"clitest.rgxunvfkdcxg5lrxo34rgvfnv2zkfxufehddvq27cepim7yugkm5gkbhaex7pulz5kb-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821322","name":"slot-test-webpsw5kn3jneb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821322,"deletedTimestamp":"2018-11-12T17:31:54.5518039","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqokunw3dym3deplitpjmndi32xavoqwkpmzyfe2xct44kdn6r62wf55p3d2ofp7fr","webSpace":"clitest.rgqokunw3dym3deplitpjmndi32xavoqwkpmzyfe2xct44kdn6r62wf55p3d2ofp7fr-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webpsw5kn3jneb","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821323","name":"slot-test-webpsw5kn3jneb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821323,"deletedTimestamp":"2018-11-12T17:31:56.3130595","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqokunw3dym3deplitpjmndi32xavoqwkpmzyfe2xct44kdn6r62wf55p3d2ofp7fr","webSpace":"clitest.rgqokunw3dym3deplitpjmndi32xavoqwkpmzyfe2xct44kdn6r62wf55p3d2ofp7fr-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webpsw5kn3jneb","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821337","name":"slot-test-webpsw5kn3jneb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821337,"deletedTimestamp":"2018-11-12T17:32:37.3356067","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqokunw3dym3deplitpjmndi32xavoqwkpmzyfe2xct44kdn6r62wf55p3d2ofp7fr","webSpace":"clitest.rgqokunw3dym3deplitpjmndi32xavoqwkpmzyfe2xct44kdn6r62wf55p3d2ofp7fr-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-webpsw5kn3jneb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821367","name":"undelete-webycwnsfmcibry","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821367,"deletedTimestamp":"2018-11-12T17:33:27.9965747","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr4ghs6ooocifp3dmei3iklo4tnjouqyyrg6ujc3bvdaykmmubcwgxbsluh7uw74km","webSpace":"clitest.rgr4ghs6ooocifp3dmei3iklo4tnjouqyyrg6ujc3bvdaykmmubcwgxbsluh7uw74km-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"undelete-webycwnsfmcibry","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19821523","name":"cliizyhy7ucvxqtbbvk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19821523,"deletedTimestamp":"2018-11-12T17:38:31.5764100","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcc5xo5wgfn","webSpace":"clitest.rgcc5xo5wgfn-CentralUSwebspace","stamp":"waws-prod-dm1-085","deletedSiteName":"cliizyhy7ucvxqtbbvk","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19822456","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19822456,"deletedTimestamp":"2018-11-12T18:19:40.8273858","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createy3tcvp7teath6if4iorjlkkvq22s6gslcf3akjgfcevivc6p6jf","webSpace":"cli_test_resource_createy3tcvp7teath6if4iorjlkkvq22s6gslcf3akjgfcevivc6p6jf-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828215","name":"webpvdkvfuqbybtoi5v3wlec","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828215,"deletedTimestamp":"2018-11-12T22:51:23.1716786","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghj7lydld2h6t66fnqgbcqobmctfrcuuymm3gnfuxnfc233fvqylnj6vgzttxfcu5w","webSpace":"clitest.rghj7lydld2h6t66fnqgbcqobmctfrcuuymm3gnfuxnfc233fvqylnj6vgzttxfcu5w-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webpvdkvfuqbybtoi5v3wlec","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828216","name":"web-del-testznmmd4owixpm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828216,"deletedTimestamp":"2018-11-12T22:51:23.9479842","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcwo7mzsff7aznynqgq5nhdy4ev77zuhada2gtftduvkumr32ald6g7eg5n53oc4oz","webSpace":"clitest.rgcwo7mzsff7aznynqgq5nhdy4ev77zuhada2gtftduvkumr32ald6g7eg5n53oc4oz-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-del-testznmmd4owixpm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828218","name":"functionapplinuxconsumptionobaerm2hguvvk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828218,"deletedTimestamp":"2018-11-12T22:51:34.6751611","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux2z4pkkodnkgkml6xs7op3wu2kp55mzszrk3lduhp5ghfjc74p","webSpace":"azurecli-functionapp-linux2z4pkkodnkgkml6xs7op3wu2kp55mzszrk3lduhp5ghfjc74p-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionobaerm2hguvvk","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828219","name":"functionapp-linuxtx7de2m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828219,"deletedTimestamp":"2018-11-12T22:51:50.3478758","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglzaj4fei4rrftndss2ghwlpkrmjspuhca2tfothhbxvxphnnflxsfbj3ht4h5gy34","webSpace":"clitest.rglzaj4fei4rrftndss2ghwlpkrmjspuhca2tfothhbxvxphnnflxsfbj3ht4h5gy34-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxtx7de2m","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828225","name":"web-erroryjonsmlzcfg2llp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828225,"deletedTimestamp":"2018-11-12T22:52:03.9456284","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2wd7d7k7ey3elg3mfwgkd772oqi53z3bkt4uxpr72xcainh26m27zrc4exx5llf6d","webSpace":"clitest.rg2wd7d7k7ey3elg3mfwgkd772oqi53z3bkt4uxpr72xcainh26m27zrc4exx5llf6d-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-erroryjonsmlzcfg2llp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828228","name":"slot-traffic-webzwa5blg7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828228,"deletedTimestamp":"2018-11-12T22:52:05.9929207","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3an7yz7zrlklugx2iu3v5myn7wrbjbjl5u5lp4mlobvui55vc4frwaq2fsw5xqacg","webSpace":"clitest.rg3an7yz7zrlklugx2iu3v5myn7wrbjbjl5u5lp4mlobvui55vc4frwaq2fsw5xqacg-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webzwa5blg7","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828231","name":"functionappconsumptionucbuhf3cuxrg3p3fnx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828231,"deletedTimestamp":"2018-11-12T22:52:08.8018644","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2edg4ce376nnwsjh5gxldxme6i2kh3toc3h35ldmuxff33kodsv","webSpace":"azurecli-functionapp-c-e2edg4ce376nnwsjh5gxldxme6i2kh3toc3h35ldmuxff33kodsv-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"functionappconsumptionucbuhf3cuxrg3p3fnx","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828236","name":"webapp-authentication-testa2cu5qxh4afa6e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828236,"deletedTimestamp":"2018-11-12T22:52:16.0492467","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationavyzzi7i7q4xjgx6r3ur7nwvvbylpivyxrifbxbevl5hh","webSpace":"cli_test_webapp_authenticationavyzzi7i7q4xjgx6r3ur7nwvvbylpivyxrifbxbevl5hh-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-authentication-testa2cu5qxh4afa6e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828243","name":"slot-traffic-webawiozhv6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828243,"deletedTimestamp":"2018-11-12T22:52:26.5313446","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgeydp44vwosc6im2vp5i64kwr4ujpft5fmrhowgdfbzee3lu5s2nzjjbg6dcfpe2nc","webSpace":"clitest.rgeydp44vwosc6im2vp5i64kwr4ujpft5fmrhowgdfbzee3lu5s2nzjjbg6dcfpe2nc-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webawiozhv6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828244","name":"slot-traffic-webawiozhv6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828244,"deletedTimestamp":"2018-11-12T22:52:26.5625953","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgeydp44vwosc6im2vp5i64kwr4ujpft5fmrhowgdfbzee3lu5s2nzjjbg6dcfpe2nc","webSpace":"clitest.rgeydp44vwosc6im2vp5i64kwr4ujpft5fmrhowgdfbzee3lu5s2nzjjbg6dcfpe2nc-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webawiozhv6","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828252","name":"func-e2ebsgqagfxhrkdrl3b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828252,"deletedTimestamp":"2018-11-12T22:52:55.2142869","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2lac4vymwdlxdaxiot5lq47qwp7lgfxmshibgubftynk3k65xpkdfktwkltbs5m4p","webSpace":"clitest.rg2lac4vymwdlxdaxiot5lq47qwp7lgfxmshibgubftynk3k65xpkdfktwkltbs5m4p-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2ebsgqagfxhrkdrl3b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828253","name":"webappacrtestc422e4peh7m","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828253,"deletedTimestamp":"2018-11-12T22:52:56.1294318","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgc6f3h4tydz6fh54wquevmatrvltxzllx6h5fs5uojmh5kigyg5ujpg4674ecl3dum","webSpace":"clitest.rgc6f3h4tydz6fh54wquevmatrvltxzllx6h5fs5uojmh5kigyg5ujpg4674ecl3dum-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestc422e4peh7m","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828255","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828255,"deletedTimestamp":"2018-11-12T22:53:08.4449782","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg64rv5kegfrphg6ubxp6rwusvt2b2im2rn2wmqchw3tle5ggf6wdrg4iuf6bizleso","webSpace":"clitest.rg64rv5kegfrphg6ubxp6rwusvt2b2im2rn2wmqchw3tle5ggf6wdrg4iuf6bizleso-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828258","name":"webapp-e2ehyacsag4u6cx3v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828258,"deletedTimestamp":"2018-11-12T22:53:18.5625547","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs6ldps7dkiwow5jch6jjrr5rbyplojoi6dciavyymyii5q7ypydi4cvqugxmzyxpk","webSpace":"clitest.rgs6ldps7dkiwow5jch6jjrr5rbyplojoi6dciavyymyii5q7ypydi4cvqugxmzyxpk-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-e2ehyacsag4u6cx3v","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828261","name":"web-msizsb6r3xc5e24q","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828261,"deletedTimestamp":"2018-11-12T22:53:27.8863241","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwcbyifbxeuk5s2drseij5cizpdzz75lr6a3gljyvngw4vrxgtkssln5h3nfgamoon","webSpace":"clitest.rgwcbyifbxeuk5s2drseij5cizpdzz75lr6a3gljyvngw4vrxgtkssln5h3nfgamoon-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-msizsb6r3xc5e24q","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828262","name":"webapp-config-test3x6yer4nr3s52fe46y34lc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828262,"deletedTimestamp":"2018-11-12T22:53:33.5327718","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configyuencwut5wvehliksgeuakgoj5ia2vc6konegdcoyjkoe3pgzpmbe","webSpace":"cli_test_webapp_configyuencwut5wvehliksgeuakgoj5ia2vc6konegdcoyjkoe3pgzpmbe-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-config-test3x6yer4nr3s52fe46y34lc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828263","name":"func-e2euvteyqqixbh3lzrn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828263,"deletedTimestamp":"2018-11-12T22:53:33.6461125","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2lac4vymwdlxdaxiot5lq47qwp7lgfxmshibgubftynk3k65xpkdfktwkltbs5m4p","webSpace":"clitest.rg2lac4vymwdlxdaxiot5lq47qwp7lgfxmshibgubftynk3k65xpkdfktwkltbs5m4p-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"func-e2euvteyqqixbh3lzrn","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828265","name":"webapp-linuxqnfuywapk246","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828265,"deletedTimestamp":"2018-11-12T22:53:38.2591423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglv6grfw43xc2iduk4ybasbi44lyuy75y2mxh73semmnfxkxgwbxikzihkwaorsyzu","webSpace":"clitest.rglv6grfw43xc2iduk4ybasbi44lyuy75y2mxh73semmnfxkxgwbxikzihkwaorsyzu-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxqnfuywapk246","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828267","name":"webapp-win-logllnkstmw2p","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828267,"deletedTimestamp":"2018-11-12T22:53:41.5599732","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgccqm6uc4ijzgpwyn57mnnwhbjmtirosotn3s44pv2j3p2tqquic4xz5ndo35ksh7l","webSpace":"clitest.rgccqm6uc4ijzgpwyn57mnnwhbjmtirosotn3s44pv2j3p2tqquic4xz5ndo35ksh7l-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-win-logllnkstmw2p","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828268","name":"webapp-quick2zvbol35p22f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828268,"deletedTimestamp":"2018-11-12T22:53:42.4327624","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbpdy4vv27mvtpqulxg3njcbf5ea64x7wgad7utj4cltvr5byvlw5dbvkg4s7xxse3","webSpace":"clitest.rgbpdy4vv27mvtpqulxg3njcbf5ea64x7wgad7utj4cltvr5byvlw5dbvkg4s7xxse3-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick2zvbol35p22f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828271","name":"web-ssl-testmxgltbdm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828271,"deletedTimestamp":"2018-11-12T22:53:44.5671616","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgerluzi5g4spfx4npnrvz6vzlvyvxwia656mugjmrayon2aw4af7ad3nww3qjgiax4","webSpace":"clitest.rgerluzi5g4spfx4npnrvz6vzlvyvxwia656mugjmrayon2aw4af7ad3nww3qjgiax4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-testmxgltbdm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828276","name":"webapp-linux-multiq4dnuu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828276,"deletedTimestamp":"2018-11-12T22:54:03.1795958","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr6kb3zb66rznss7vwiwt5yvnnzufzeruxhwawqxn6qlcv5dmdr5sz4c5a6qzbcmvk","webSpace":"clitest.rgr6kb3zb66rznss7vwiwt5yvnnzufzeruxhwawqxn6qlcv5dmdr5sz4c5a6qzbcmvk-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multiq4dnuu","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828277","name":"delete-me-webqfsdc2zyyaq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828277,"deletedTimestamp":"2018-11-12T22:54:04.5926932","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiwdns5scej2gjuvu5bihocdstiseser4aeo2aesxac7ffxw4kkodzcbygdtav3ozl","webSpace":"clitest.rgiwdns5scej2gjuvu5bihocdstiseser4aeo2aesxac7ffxw4kkodzcbygdtav3ozl-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"delete-me-webqfsdc2zyyaq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828278","name":"webapp-quick7td336uxgqdu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828278,"deletedTimestamp":"2018-11-12T22:54:05.2626623","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjpc4yoaezoxtvwdl3qvtk7uznp2igcv2bg7pbxp3rfbwoupsgvz66yas2wrl32uzl","webSpace":"clitest.rgjpc4yoaezoxtvwdl3qvtk7uznp2igcv2bg7pbxp3rfbwoupsgvz66yas2wrl32uzl-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick7td336uxgqdu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828283","name":"web-git-test2ux23xr6sdye","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828283,"deletedTimestamp":"2018-11-12T22:54:35.7939763","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdv3tboanjs3wg54sofebq3mrh5ah4dm2ig5mjcdiebwxau477p23oufjrdsjt245t","webSpace":"clitest.rgdv3tboanjs3wg54sofebq3mrh5ah4dm2ig5mjcdiebwxau477p23oufjrdsjt245t-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test2ux23xr6sdye","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828287","name":"slot-traffic-webxkr6xybf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828287,"deletedTimestamp":"2018-11-12T22:54:49.9136636","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4o3yly6pnae7k3t5hxrgznc7fkk2xfhwnxmo44xyiq53iumq2vrsnxxiztsj4syrq","webSpace":"clitest.rg4o3yly6pnae7k3t5hxrgznc7fkk2xfhwnxmo44xyiq53iumq2vrsnxxiztsj4syrq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webxkr6xybf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828288","name":"slot-traffic-webxkr6xybf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828288,"deletedTimestamp":"2018-11-12T22:54:49.9605182","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4o3yly6pnae7k3t5hxrgznc7fkk2xfhwnxmo44xyiq53iumq2vrsnxxiztsj4syrq","webSpace":"clitest.rg4o3yly6pnae7k3t5hxrgznc7fkk2xfhwnxmo44xyiq53iumq2vrsnxxiztsj4syrq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webxkr6xybf","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828292","name":"webapp-hyperv-e2evroinzz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828292,"deletedTimestamp":"2018-11-12T22:55:13.6226076","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3rtwr2i4gw77dobrwqfjdoixsxezbv6735heyhwcers2w7g3t5aajohbczgqyrqps","webSpace":"clitest.rg3rtwr2i4gw77dobrwqfjdoixsxezbv6735heyhwcers2w7g3t5aajohbczgqyrqps-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2evroinzz","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828293","name":"webapp-update-testyaw6jeiflvfsudzkxk7ixh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828293,"deletedTimestamp":"2018-11-12T22:55:19.1473139","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update7hkjt4i6dd5uekbmuoguwhtb6kkqcg4gmzetcti3ujmy67dwo3ekn","webSpace":"cli_test_webapp_update7hkjt4i6dd5uekbmuoguwhtb6kkqcg4gmzetcti3ujmy67dwo3ekn-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testyaw6jeiflvfsudzkxk7ixh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828294","name":"webapp-update-testyaw6jeiflvfsudzkxk7ixh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828294,"deletedTimestamp":"2018-11-12T22:55:19.1941014","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update7hkjt4i6dd5uekbmuoguwhtb6kkqcg4gmzetcti3ujmy67dwo3ekn","webSpace":"cli_test_webapp_update7hkjt4i6dd5uekbmuoguwhtb6kkqcg4gmzetcti3ujmy67dwo3ekn-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testyaw6jeiflvfsudzkxk7ixh","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828296","name":"webapp-zipDeploy-testwnfplkmx6h5g46c3kdf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828296,"deletedTimestamp":"2018-11-12T22:55:32.9790621","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploynwl7gnnsicjknynyldt2syhnvvvg5owvq4cegkl2wyyjgitxvc","webSpace":"cli_test_webapp_zipDeploynwl7gnnsicjknynyldt2syhnvvvg5owvq4cegkl2wyyjgitxvc-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-zipDeploy-testwnfplkmx6h5g46c3kdf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828299","name":"webapp-linux-loggcoiuyyf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828299,"deletedTimestamp":"2018-11-12T22:55:52.1060904","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsoakioj5ym6tukl4a3e5mql4kvon7jdnp3kvsoz7oirrz7xndz3vwczmnumyl54uh","webSpace":"clitest.rgsoakioj5ym6tukl4a3e5mql4kvon7jdnp3kvsoz7oirrz7xndz3vwczmnumyl54uh-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-loggcoiuyyf","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828300","name":"webapp-quick-cdxrh5dj4ym","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828300,"deletedTimestamp":"2018-11-12T22:55:53.5183302","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzaynqb6ehv3agn6p2rp6fk4u5sdttzbqp4emi72l74x7thstram2i4zo45qseko5e","webSpace":"clitest.rgzaynqb6ehv3agn6p2rp6fk4u5sdttzbqp4emi72l74x7thstram2i4zo45qseko5e-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-quick-cdxrh5dj4ym","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828301","name":"slot-swap-web6wjzioihvvj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828301,"deletedTimestamp":"2018-11-12T22:55:58.5906011","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgptbwgbs6wov2xbo3zyokxjlrkeecahd4z4753gg24hdf7twpjkpwmjo4j7pzadc76","webSpace":"clitest.rgptbwgbs6wov2xbo3zyokxjlrkeecahd4z4753gg24hdf7twpjkpwmjo4j7pzadc76-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-web6wjzioihvvj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828302","name":"slot-swap-web6wjzioihvvj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828302,"deletedTimestamp":"2018-11-12T22:55:58.6531020","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgptbwgbs6wov2xbo3zyokxjlrkeecahd4z4753gg24hdf7twpjkpwmjo4j7pzadc76","webSpace":"clitest.rgptbwgbs6wov2xbo3zyokxjlrkeecahd4z4753gg24hdf7twpjkpwmjo4j7pzadc76-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-swap-web6wjzioihvvj","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828316","name":"webapp-quick-linuxpoavkq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828316,"deletedTimestamp":"2018-11-12T22:57:01.9546450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguq7tuwjjuo2e3oxuxyqxusa6lve2o4gexjuz7zgkzzwmpubefk7j3i47eslgiagzx","webSpace":"clitest.rguq7tuwjjuo2e3oxuxyqxusa6lve2o4gexjuz7zgkzzwmpubefk7j3i47eslgiagzx-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxpoavkq","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828330","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828330,"deletedTimestamp":"2018-11-12T22:57:39.6693653","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkjfvvrbvugmxwms4qohzehv7k75dbpkh6har4fnabryf5ce45jifgeyq4btslpkhm","webSpace":"clitest.rgkjfvvrbvugmxwms4qohzehv7k75dbpkh6har4fnabryf5ce45jifgeyq4btslpkhm-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828336","name":"slot-test-webqzfwd4mznwj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828336,"deletedTimestamp":"2018-11-12T22:57:57.9851856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg62noeueiikah4dadasijaekhqkfl7pmxssu7zwqclg5mnketuegrho3r3nsl7tky7","webSpace":"clitest.rg62noeueiikah4dadasijaekhqkfl7pmxssu7zwqclg5mnketuegrho3r3nsl7tky7-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webqzfwd4mznwj","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828337","name":"slot-test-webqzfwd4mznwj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828337,"deletedTimestamp":"2018-11-12T22:57:59.8747223","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg62noeueiikah4dadasijaekhqkfl7pmxssu7zwqclg5mnketuegrho3r3nsl7tky7","webSpace":"clitest.rg62noeueiikah4dadasijaekhqkfl7pmxssu7zwqclg5mnketuegrho3r3nsl7tky7-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webqzfwd4mznwj","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828347","name":"slot-test-webqzfwd4mznwj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828347,"deletedTimestamp":"2018-11-12T22:58:38.5429699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg62noeueiikah4dadasijaekhqkfl7pmxssu7zwqclg5mnketuegrho3r3nsl7tky7","webSpace":"clitest.rg62noeueiikah4dadasijaekhqkfl7pmxssu7zwqclg5mnketuegrho3r3nsl7tky7-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-test-webqzfwd4mznwj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828365","name":"undelete-webkhzmrydibzgs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828365,"deletedTimestamp":"2018-11-12T22:59:59.7407810","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzwfmmcnmv6nmev54d5wcygrejduqjbtvnmtwmhsn5vidxwahisp66ziroschn6uhj","webSpace":"clitest.rgzwfmmcnmv6nmev54d5wcygrejduqjbtvnmtwmhsn5vidxwahisp66ziroschn6uhj-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"undelete-webkhzmrydibzgs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19828446","name":"clizbufkxj5ligfcomq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19828446,"deletedTimestamp":"2018-11-12T23:04:45.2109943","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk2useyanru","webSpace":"clitest.rgk2useyanru-CentralUSwebspace","stamp":"waws-prod-dm1-109","deletedSiteName":"clizbufkxj5ligfcomq","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19829011","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19829011,"deletedTimestamp":"2018-11-12T23:46:18.5089733","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createn33ttpdjdkzya3bhx4pbvuvf2bznsibgj4q4ubphe5ljb6apw22","webSpace":"cli_test_resource_createn33ttpdjdkzya3bhx4pbvuvf2bznsibgj4q4ubphe5ljb6apw22-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834664","name":"functionapplinuxconsumptionnkfcnu5ygfbk6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834664,"deletedTimestamp":"2018-11-13T06:07:56.6934016","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxys7kgp62cvzhgfzh4p5hglxx4m6eapqtiqi6lhowrvxdvvbuw","webSpace":"azurecli-functionapp-linuxys7kgp62cvzhgfzh4p5hglxx4m6eapqtiqi6lhowrvxdvvbuw-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionnkfcnu5ygfbk6","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834665","name":"web-del-testuoni425adiwm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834665,"deletedTimestamp":"2018-11-13T06:07:56.9111544","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2obqockmi36ja4hx6a4dkwmyeql6oaqb3b6qq2hjhexf75gdewuppy2jfpgxqn52r","webSpace":"clitest.rg2obqockmi36ja4hx6a4dkwmyeql6oaqb3b6qq2hjhexf75gdewuppy2jfpgxqn52r-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"web-del-testuoni425adiwm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834666","name":"webj5g6vtjaw42xe5ms7jkym","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834666,"deletedTimestamp":"2018-11-13T06:07:58.3649563","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzl7r476kvn3dbbiakioxstjxxixq224uwyklmawthqpmyuxrqs322j45wkwovzj5u","webSpace":"clitest.rgzl7r476kvn3dbbiakioxstjxxixq224uwyklmawthqpmyuxrqs322j45wkwovzj5u-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webj5g6vtjaw42xe5ms7jkym","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834676","name":"functionapp-linuxt2ghiiq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834676,"deletedTimestamp":"2018-11-13T06:08:16.8785983","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjooayg6lmjqy6rkzf7qmd3vxfxx4gkkngnnovo4ncpxq653xgh6x7j5lgyqrw2r35","webSpace":"clitest.rgjooayg6lmjqy6rkzf7qmd3vxfxx4gkkngnnovo4ncpxq653xgh6x7j5lgyqrw2r35-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxt2ghiiq","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834687","name":"functionappconsumptions2bazfvfyfzx2ernmx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834687,"deletedTimestamp":"2018-11-13T06:08:30.9693427","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2eywysriastjh3pcqorlqltm5jcz7vymvji6vgr7ncffy3b4y6z","webSpace":"azurecli-functionapp-c-e2eywysriastjh3pcqorlqltm5jcz7vymvji6vgr7ncffy3b4y6z-WestUSwebspace","stamp":"waws-prod-bay-049","deletedSiteName":"functionappconsumptions2bazfvfyfzx2ernmx","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834690","name":"slot-traffic-webtvgdbq3u","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834690,"deletedTimestamp":"2018-11-13T06:08:40.9557346","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaei3owsffri33niie3k2c7e5toq2k4wz2c6p7erf7rnyyjlg42qxgteytqnta3dsv","webSpace":"clitest.rgaei3owsffri33niie3k2c7e5toq2k4wz2c6p7erf7rnyyjlg42qxgteytqnta3dsv-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webtvgdbq3u","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834691","name":"webapp-authentication-testrdpuwqsydvzkcs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834691,"deletedTimestamp":"2018-11-13T06:08:41.3418158","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authentication7fo4px5ztudyrp4iuqrsuavfylgq6nlej3fo5hizv7bvs","webSpace":"cli_test_webapp_authentication7fo4px5ztudyrp4iuqrsuavfylgq6nlej3fo5hizv7bvs-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"webapp-authentication-testrdpuwqsydvzkcs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834692","name":"web-errorg5wqydwbvy6durj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834692,"deletedTimestamp":"2018-11-13T06:08:45.3734238","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4gxi74frip5yayfil4ufo3bjmiqupsezwrnqbn6kbldrxggyjabkmyprhrxgkcsur","webSpace":"clitest.rg4gxi74frip5yayfil4ufo3bjmiqupsezwrnqbn6kbldrxggyjabkmyprhrxgkcsur-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"web-errorg5wqydwbvy6durj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834694","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834694,"deletedTimestamp":"2018-11-13T06:08:57.2397326","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg47hfu24da2i7rug3pj5zfqdbwnkeahanwtll2qkasp7cf3wzxyhur6jp5rbhavleh","webSpace":"clitest.rg47hfu24da2i7rug3pj5zfqdbwnkeahanwtll2qkasp7cf3wzxyhur6jp5rbhavleh-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834695","name":"slot-traffic-webmaxpx5gx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834695,"deletedTimestamp":"2018-11-13T06:08:57.4832905","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw5wcbdamqamae5c2p3qblbe7m3nq4ppvwrohjdtufiny3yszffst6i7i7q322uixe","webSpace":"clitest.rgw5wcbdamqamae5c2p3qblbe7m3nq4ppvwrohjdtufiny3yszffst6i7i7q322uixe-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webmaxpx5gx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834696","name":"slot-traffic-webmaxpx5gx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834696,"deletedTimestamp":"2018-11-13T06:08:57.5458169","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw5wcbdamqamae5c2p3qblbe7m3nq4ppvwrohjdtufiny3yszffst6i7i7q322uixe","webSpace":"clitest.rgw5wcbdamqamae5c2p3qblbe7m3nq4ppvwrohjdtufiny3yszffst6i7i7q322uixe-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webmaxpx5gx","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834699","name":"web-msi3r2b55kcxl4ak","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834699,"deletedTimestamp":"2018-11-13T06:09:08.0212052","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3tlze6cqlxsgiykr5otkgjpz6xnhnksnbg7mtvace7znv4nujq2spzlueycmmwro2","webSpace":"clitest.rg3tlze6cqlxsgiykr5otkgjpz6xnhnksnbg7mtvace7znv4nujq2spzlueycmmwro2-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-msi3r2b55kcxl4ak","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834700","name":"webapp-e2eynvf7eckeg6evd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834700,"deletedTimestamp":"2018-11-13T06:09:08.0906699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3f4v6rxzyyfzlontcax72gkdebwn6a2g2xxwez4sxqhnblhxf7ylxq2agd7gfxyce","webSpace":"clitest.rg3f4v6rxzyyfzlontcax72gkdebwn6a2g2xxwez4sxqhnblhxf7ylxq2agd7gfxyce-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-e2eynvf7eckeg6evd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834703","name":"web-ssl-testubtoh4i5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834703,"deletedTimestamp":"2018-11-13T06:09:17.5591884","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghtn5uliefqyltad2dysqznxght6yrb4hyuc7eeefxldoly652xzmhe3mxydvhvbsz","webSpace":"clitest.rghtn5uliefqyltad2dysqznxght6yrb4hyuc7eeefxldoly652xzmhe3mxydvhvbsz-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web-ssl-testubtoh4i5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834704","name":"webapp-config-testjbxm6cc4u75ndgdcmv7mir","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834704,"deletedTimestamp":"2018-11-13T06:09:18.0933051","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configvt6sm36rxph4an2obmg6hilbiajzlt6euod2w4ic7y6x35dzjzyp6","webSpace":"cli_test_webapp_configvt6sm36rxph4an2obmg6hilbiajzlt6euod2w4ic7y6x35dzjzyp6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-testjbxm6cc4u75ndgdcmv7mir","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834705","name":"webappacrtestzhkvneue7ur","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834705,"deletedTimestamp":"2018-11-13T06:09:22.6622861","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyctngfada76rm34js5siv4std4v5nkuj5qj6telghufsrv2vd4zowzd5zkr7eudfz","webSpace":"clitest.rgyctngfada76rm34js5siv4std4v5nkuj5qj6telghufsrv2vd4zowzd5zkr7eudfz-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestzhkvneue7ur","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834707","name":"delete-me-webxwshu7slr5v","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834707,"deletedTimestamp":"2018-11-13T06:09:25.2079297","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgr3xj5ra5zhdpw3fe4rqntssakzbdf4b3y2c2mnvflm5zhszim2s255iagltebj2mj","webSpace":"clitest.rgr3xj5ra5zhdpw3fe4rqntssakzbdf4b3y2c2mnvflm5zhszim2s255iagltebj2mj-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"delete-me-webxwshu7slr5v","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834711","name":"webapp-quick46eo6g7s4esq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834711,"deletedTimestamp":"2018-11-13T06:09:38.1158289","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4cwahxbvrfnlqic3jcl3u3pvarff4azcey2ngrjjcuewni46x2nhfywrp3kjzmq5s","webSpace":"clitest.rg4cwahxbvrfnlqic3jcl3u3pvarff4azcey2ngrjjcuewni46x2nhfywrp3kjzmq5s-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-quick46eo6g7s4esq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834715","name":"webapp-quickf4j7ip72i4q6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834715,"deletedTimestamp":"2018-11-13T06:09:42.3875865","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgajfunia4gjczbspdhrhvl7mkrueomqitnch6wq7svctzdov5nv6ddx4y2hzxvicne","webSpace":"clitest.rgajfunia4gjczbspdhrhvl7mkrueomqitnch6wq7svctzdov5nv6ddx4y2hzxvicne-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-quickf4j7ip72i4q6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834716","name":"webapp-linux-multi5j27x4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834716,"deletedTimestamp":"2018-11-13T06:09:43.9771983","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgunnn6nwstdqd62vmwcxkyxyytrozglceitgubpznvzars5pftpbdfgat525jirvay","webSpace":"clitest.rgunnn6nwstdqd62vmwcxkyxyytrozglceitgubpznvzars5pftpbdfgat525jirvay-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multi5j27x4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834722","name":"webapp-linuxetq2x4rjxioq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834722,"deletedTimestamp":"2018-11-13T06:10:05.3118778","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga7bztgh3dvao4rr6geaml7fthzzoqjkxe6gt2oik3d2aezfj75poiuzccnl7vtxi7","webSpace":"clitest.rga7bztgh3dvao4rr6geaml7fthzzoqjkxe6gt2oik3d2aezfj75poiuzccnl7vtxi7-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxetq2x4rjxioq","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834726","name":"webapp-win-logkd3mkfxo5w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834726,"deletedTimestamp":"2018-11-13T06:10:18.1917238","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaphy3afepyrw5ezaippthu7p75sdqsp6ialajuhciob4hc2dzdw6eu3ketopkdkfu","webSpace":"clitest.rgaphy3afepyrw5ezaippthu7p75sdqsp6ialajuhciob4hc2dzdw6eu3ketopkdkfu-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"webapp-win-logkd3mkfxo5w","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834728","name":"slot-traffic-web42rk7ekd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834728,"deletedTimestamp":"2018-11-13T06:10:22.2578506","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdx6e2po6nwzpdk5w47xkpozrkfrqcux35boph3lblo5a5iycyst6mvkvweymysavo","webSpace":"clitest.rgdx6e2po6nwzpdk5w47xkpozrkfrqcux35boph3lblo5a5iycyst6mvkvweymysavo-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-web42rk7ekd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834730","name":"slot-traffic-web42rk7ekd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834730,"deletedTimestamp":"2018-11-13T06:10:22.3516040","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgdx6e2po6nwzpdk5w47xkpozrkfrqcux35boph3lblo5a5iycyst6mvkvweymysavo","webSpace":"clitest.rgdx6e2po6nwzpdk5w47xkpozrkfrqcux35boph3lblo5a5iycyst6mvkvweymysavo-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-web42rk7ekd","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834731","name":"web-git-test22hbn6k2wdlw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834731,"deletedTimestamp":"2018-11-13T06:10:25.1299791","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgswkoyemv33u6uut4hh2ey7cxbha4zznhdibeb57swvpc3epcs6bhs2ma5duxeib6j","webSpace":"clitest.rgswkoyemv33u6uut4hh2ey7cxbha4zznhdibeb57swvpc3epcs6bhs2ma5duxeib6j-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"web-git-test22hbn6k2wdlw","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834733","name":"webapp-hyperv-e2es7zkinv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834733,"deletedTimestamp":"2018-11-13T06:10:27.7716555","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgccuz5gjb4nf5scm4hj3ypkug7hxqs3q2v6n36dnx75j42iv5si3asfh37wddzfdl4","webSpace":"clitest.rgccuz5gjb4nf5scm4hj3ypkug7hxqs3q2v6n36dnx75j42iv5si3asfh37wddzfdl4-WestUSwebspace","stamp":"waws-prod-bay-099","deletedSiteName":"webapp-hyperv-e2es7zkinv","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834734","name":"webapp-update-testetc3awo64ypp63vgejp7v5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834734,"deletedTimestamp":"2018-11-13T06:10:32.1266470","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatewu63bkf5cvlu4k7sqv5scg3rrgprzamu2pal6swjq7xr6as3k6lcx","webSpace":"cli_test_webapp_updatewu63bkf5cvlu4k7sqv5scg3rrgprzamu2pal6swjq7xr6as3k6lcx-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testetc3awo64ypp63vgejp7v5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834735","name":"webapp-update-testetc3awo64ypp63vgejp7v5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834735,"deletedTimestamp":"2018-11-13T06:10:32.1734512","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatewu63bkf5cvlu4k7sqv5scg3rrgprzamu2pal6swjq7xr6as3k6lcx","webSpace":"cli_test_webapp_updatewu63bkf5cvlu4k7sqv5scg3rrgprzamu2pal6swjq7xr6as3k6lcx-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testetc3awo64ypp63vgejp7v5","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834736","name":"webapp-zipDeploy-testjn2ubkdcpkcndif5cse","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834736,"deletedTimestamp":"2018-11-13T06:10:37.6950786","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployb4secqwwprs2tqig2hucv7ynplzb625x3u4htbpm4oz6kjfccv","webSpace":"cli_test_webapp_zipDeployb4secqwwprs2tqig2hucv7ynplzb625x3u4htbpm4oz6kjfccv-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-zipDeploy-testjn2ubkdcpkcndif5cse","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834752","name":"webapp-quick-cd46e4ljtee","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834752,"deletedTimestamp":"2018-11-13T06:11:28.7134706","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7ef7rqjiy57sbs3ws4hidbm3kfystrw4g47u6peymza4at75dn3vfccv7tq5ccarq","webSpace":"clitest.rg7ef7rqjiy57sbs3ws4hidbm3kfystrw4g47u6peymza4at75dn3vfccv7tq5ccarq-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-quick-cd46e4ljtee","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834753","name":"func-e2eyxmtq7wcfvn3gdlc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834753,"deletedTimestamp":"2018-11-13T06:11:31.0090447","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjcywwutrlpk62fk6zix262oz6hd4lkuh5oj3ccemhesj5usbmznmon5jebftgvtga","webSpace":"clitest.rgjcywwutrlpk62fk6zix262oz6hd4lkuh5oj3ccemhesj5usbmznmon5jebftgvtga-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2eyxmtq7wcfvn3gdlc","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834758","name":"slot-swap-webyypa6eoacdl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834758,"deletedTimestamp":"2018-11-13T06:11:36.3200936","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzzaaufcmc3nukkklqaraqbb3rukfbqiplfs6q64zrncmq23ybcdlydj3ailphiwka","webSpace":"clitest.rgzzaaufcmc3nukkklqaraqbb3rukfbqiplfs6q64zrncmq23ybcdlydj3ailphiwka-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-swap-webyypa6eoacdl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834759","name":"slot-swap-webyypa6eoacdl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834759,"deletedTimestamp":"2018-11-13T06:11:36.3982189","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzzaaufcmc3nukkklqaraqbb3rukfbqiplfs6q64zrncmq23ybcdlydj3ailphiwka","webSpace":"clitest.rgzzaaufcmc3nukkklqaraqbb3rukfbqiplfs6q64zrncmq23ybcdlydj3ailphiwka-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-swap-webyypa6eoacdl","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834762","name":"func-e2ewzritcmguvsi64od","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834762,"deletedTimestamp":"2018-11-13T06:12:08.8906874","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjcywwutrlpk62fk6zix262oz6hd4lkuh5oj3ccemhesj5usbmznmon5jebftgvtga","webSpace":"clitest.rgjcywwutrlpk62fk6zix262oz6hd4lkuh5oj3ccemhesj5usbmznmon5jebftgvtga-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2ewzritcmguvsi64od","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834772","name":"webapp-linux-logvg4vlowc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834772,"deletedTimestamp":"2018-11-13T06:12:42.9268905","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtvidvemjpwjs7rnodhse3z4cv2ekgoaknctjm4qetizofkxz7v2rnn46nmq5c767v","webSpace":"clitest.rgtvidvemjpwjs7rnodhse3z4cv2ekgoaknctjm4qetizofkxz7v2rnn46nmq5c767v-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-logvg4vlowc","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834776","name":"webapp-quick-linuxycywzv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834776,"deletedTimestamp":"2018-11-13T06:12:52.8261613","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmrwuz5fzwvhnstvi76nj5ldzjd7oalh3rz27dxum5kgmfm6tw7ogype6735khfap3","webSpace":"clitest.rgmrwuz5fzwvhnstvi76nj5ldzjd7oalh3rz27dxum5kgmfm6tw7ogype6735khfap3-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxycywzv","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834789","name":"slot-test-webgvrsw4wlcsv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834789,"deletedTimestamp":"2018-11-13T06:13:36.0900635","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy7yvfwrulaif6xzefxfekq6k36zkjwajkrd5wlriz3632wqdsp3fem75ufnghyb4n","webSpace":"clitest.rgy7yvfwrulaif6xzefxfekq6k36zkjwajkrd5wlriz3632wqdsp3fem75ufnghyb4n-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webgvrsw4wlcsv","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834790","name":"slot-test-webgvrsw4wlcsv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834790,"deletedTimestamp":"2018-11-13T06:13:38.0041114","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy7yvfwrulaif6xzefxfekq6k36zkjwajkrd5wlriz3632wqdsp3fem75ufnghyb4n","webSpace":"clitest.rgy7yvfwrulaif6xzefxfekq6k36zkjwajkrd5wlriz3632wqdsp3fem75ufnghyb4n-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webgvrsw4wlcsv","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834792","name":"slot-test-webgvrsw4wlcsv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834792,"deletedTimestamp":"2018-11-13T06:14:14.7940320","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy7yvfwrulaif6xzefxfekq6k36zkjwajkrd5wlriz3632wqdsp3fem75ufnghyb4n","webSpace":"clitest.rgy7yvfwrulaif6xzefxfekq6k36zkjwajkrd5wlriz3632wqdsp3fem75ufnghyb4n-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webgvrsw4wlcsv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834793","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834793,"deletedTimestamp":"2018-11-13T06:14:27.6844718","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwpi2axxxa4ynwaetrh5bfzmpw4pcmgvcxmaiwf7ga2fpmylnj7cjmb5j4sqdmx2im","webSpace":"clitest.rgwpi2axxxa4ynwaetrh5bfzmpw4pcmgvcxmaiwf7ga2fpmylnj7cjmb5j4sqdmx2im-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834798","name":"undelete-webtf6rb2ht2qew","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834798,"deletedTimestamp":"2018-11-13T06:15:19.5490729","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtofmr6cfqfrpuwdbnhh63w3rlnu7bcdetllgvmxiaey6mekjdhvxhnwpwahxlrtgl","webSpace":"clitest.rgtofmr6cfqfrpuwdbnhh63w3rlnu7bcdetllgvmxiaey6mekjdhvxhnwpwahxlrtgl-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"undelete-webtf6rb2ht2qew","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19834837","name":"cliajbge5xr5a4smap5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19834837,"deletedTimestamp":"2018-11-13T06:17:39.5732510","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgczju26qetk","webSpace":"clitest.rgczju26qetk-CentralUSwebspace","stamp":"waws-prod-dm1-077","deletedSiteName":"cliajbge5xr5a4smap5","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19835324","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19835324,"deletedTimestamp":"2018-11-13T06:47:54.0643727","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createqvrkeapmzyqiylusj66undrb5un5uynlahfkd7mpjsyv2zzvtmv","webSpace":"cli_test_resource_createqvrkeapmzyqiylusj66undrb5un5uynlahfkd7mpjsyv2zzvtmv-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847556","name":"webapp1-a7f07556f4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847556,"deletedTimestamp":"2018-11-13T15:11:48.0044200","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c884612523da","webSpace":"rg1nemv_c884612523da-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-a7f07556f4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847569","name":"webapp2-8f49048400","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847569,"deletedTimestamp":"2018-11-13T15:12:24.8560751","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c884612523da","webSpace":"rg1nemv_c884612523da-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-8f49048400","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847570","name":"webapp3-4651676542","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847570,"deletedTimestamp":"2018-11-13T15:12:26.0981199","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_c884612523da","webSpace":"rg1nemv_c884612523da-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-4651676542","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847575","name":"webapp2-90f41447ec","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847575,"deletedTimestamp":"2018-11-13T15:12:50.5038140","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_66b55980976e","webSpace":"rgnemv_66b55980976e-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-90f41447ec","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847579","name":"webapp1-208620135d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847579,"deletedTimestamp":"2018-11-13T15:12:54.5704696","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_66b55980976e","webSpace":"rgnemv_66b55980976e-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-208620135d","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847589","name":"webapp1-b5e51464e3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847589,"deletedTimestamp":"2018-11-13T15:13:30.4998450","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b1a521094014","webSpace":"rg1nemv_b1a521094014-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-b5e51464e3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847603","name":"webapp1-301673992b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847603,"deletedTimestamp":"2018-11-13T15:13:59.7278808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_93f15354db67","webSpace":"rg1nemv_93f15354db67-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp1-301673992b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847608","name":"webapp3-18f43278d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847608,"deletedTimestamp":"2018-11-13T15:14:07.8158679","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b1a521094014","webSpace":"rg1nemv_b1a521094014-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-18f43278d3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847610","name":"webapp2-56604780c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847610,"deletedTimestamp":"2018-11-13T15:14:11.0009014","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_b1a521094014","webSpace":"rg1nemv_b1a521094014-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-56604780c1","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847621","name":"webapp2-7b430693b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847621,"deletedTimestamp":"2018-11-13T15:14:37.9592096","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_93f15354db67","webSpace":"rg1nemv_93f15354db67-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp2-7b430693b7","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847622","name":"webapp3-5e4644903e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847622,"deletedTimestamp":"2018-11-13T15:14:39.6352323","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_93f15354db67","webSpace":"rg1nemv_93f15354db67-WestUSwebspace","stamp":"waws-prod-bay-019","deletedSiteName":"webapp3-5e4644903e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847626","name":"webapp1-3815032145","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847626,"deletedTimestamp":"2018-11-13T15:14:46.2822842","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e1f0930972a5","webSpace":"rgnemv_e1f0930972a5-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-3815032145","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847631","name":"webapp2-90e65609a0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847631,"deletedTimestamp":"2018-11-13T15:14:55.0488724","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e1f0930972a5","webSpace":"rgnemv_e1f0930972a5-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-90e65609a0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847634","name":"webapp2-5d061474a7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847634,"deletedTimestamp":"2018-11-13T15:14:59.7378674","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_21b276846fcd","webSpace":"rgnemv_21b276846fcd-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp2-5d061474a7","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847637","name":"webapp1-9d8524450b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847637,"deletedTimestamp":"2018-11-13T15:15:06.8307419","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_21b276846fcd","webSpace":"rgnemv_21b276846fcd-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp1-9d8524450b","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847669","name":"webapp5-1373299713","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847669,"deletedTimestamp":"2018-11-13T15:16:21.5828190","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45632541e5825555e4","webSpace":"rg45632541e5825555e4-SoutheastAsiawebspace","stamp":"waws-prod-sg1-029","deletedSiteName":"webapp5-1373299713","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847670","name":"webapp3-44e89555ee","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847670,"deletedTimestamp":"2018-11-13T15:16:24.8387356","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45632541e5825555e4","webSpace":"rg45632541e5825555e4-WestEuropewebspace","stamp":"waws-prod-am2-145","deletedSiteName":"webapp3-44e89555ee","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847672","name":"webapp2-be8819896d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847672,"deletedTimestamp":"2018-11-13T15:16:29.6321740","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45632541e5825555e4","webSpace":"rg45632541e5825555e4-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp2-be8819896d","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847674","name":"webapp4-4ae250788b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847674,"deletedTimestamp":"2018-11-13T15:16:31.6942808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45632541e5825555e4","webSpace":"rg45632541e5825555e4-NorthEuropewebspace","stamp":"waws-prod-db3-099","deletedSiteName":"webapp4-4ae250788b","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847675","name":"webapp1-c1e8626670","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847675,"deletedTimestamp":"2018-11-13T15:16:38.1911782","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45632541e5825555e4","webSpace":"rg45632541e5825555e4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-c1e8626670","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847678","name":"webapp6-29d15659ad","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847678,"deletedTimestamp":"2018-11-13T15:16:45.6406497","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg45632541e5825555e4","webSpace":"rg45632541e5825555e4-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-29d15659ad","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847989","name":"webapp4-a69117615d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847989,"deletedTimestamp":"2018-11-13T15:26:24.7160268","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e6c38053edf6","webSpace":"rgnemv_e6c38053edf6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp4-a69117615d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847990","name":"webapp1-e9f5906740","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847990,"deletedTimestamp":"2018-11-13T15:26:30.0506614","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e6c38053edf6","webSpace":"rgnemv_e6c38053edf6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-e9f5906740","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19847996","name":"webapp5-77a72010d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19847996,"deletedTimestamp":"2018-11-13T15:26:36.9955761","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e6c38053edf6","webSpace":"rgnemv_e6c38053edf6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp5-77a72010d3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848003","name":"webapp2-124385525b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848003,"deletedTimestamp":"2018-11-13T15:26:43.1408748","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e6c38053edf6","webSpace":"rgnemv_e6c38053edf6-WestEuropewebspace","stamp":"waws-prod-am2-221","deletedSiteName":"webapp2-124385525b","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848015","name":"webapp3-36c789832f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848015,"deletedTimestamp":"2018-11-13T15:26:55.7439888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_e6c38053edf6","webSpace":"rgnemv_e6c38053edf6-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-36c789832f","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848048","name":"webapp2-6205466844","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848048,"deletedTimestamp":"2018-11-13T15:27:58.9953869","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg24c5922801942d6","webSpace":"rg24c5922801942d6-WestEuropewebspace","stamp":"waws-prod-am2-165","deletedSiteName":"webapp2-6205466844","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848049","name":"webapp2-6205466844","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848049,"deletedTimestamp":"2018-11-13T15:27:59.0422653","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg24c5922801942d6","webSpace":"rg24c5922801942d6-WestEuropewebspace","stamp":"waws-prod-am2-165","deletedSiteName":"webapp2-6205466844","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848058","name":"webapp3-0b316784f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848058,"deletedTimestamp":"2018-11-13T15:28:12.5713485","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg24c5922801942d6","webSpace":"rg24c5922801942d6-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-0b316784f2","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848062","name":"webapp3-0b316784f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848062,"deletedTimestamp":"2018-11-13T15:28:14.3370603","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg24c5922801942d6","webSpace":"rg24c5922801942d6-EastAsiawebspace","stamp":"waws-prod-hk1-021","deletedSiteName":"webapp3-0b316784f2","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848077","name":"webapp1-03e030017b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848077,"deletedTimestamp":"2018-11-13T15:28:39.4127141","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg24c5922801942d6","webSpace":"rg24c5922801942d6-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-03e030017b","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848078","name":"webapp1-03e030017b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848078,"deletedTimestamp":"2018-11-13T15:28:39.4595895","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg24c5922801942d6","webSpace":"rg24c5922801942d6-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-03e030017b","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848108","name":"webapp5-4ce28829f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848108,"deletedTimestamp":"2018-11-13T15:29:55.8884480","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2a15543153a2","webSpace":"rgnemv_2a15543153a2-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp5-4ce28829f2","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848112","name":"webapp1-7d53128842","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848112,"deletedTimestamp":"2018-11-13T15:30:03.2391062","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2a15543153a2","webSpace":"rgnemv_2a15543153a2-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-7d53128842","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848116","name":"webapp3-0a1854074a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848116,"deletedTimestamp":"2018-11-13T15:30:09.4442344","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2a15543153a2","webSpace":"rgnemv_2a15543153a2-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-0a1854074a","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848117","name":"webapp2-8917135666","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848117,"deletedTimestamp":"2018-11-13T15:30:15.7190043","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2a15543153a2","webSpace":"rgnemv_2a15543153a2-WestEuropewebspace","stamp":"waws-prod-am2-189","deletedSiteName":"webapp2-8917135666","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848119","name":"webapp4-918395222b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848119,"deletedTimestamp":"2018-11-13T15:30:20.8541643","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2a15543153a2","webSpace":"rgnemv_2a15543153a2-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp4-918395222b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848220","name":"webapp5-5388287871","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848220,"deletedTimestamp":"2018-11-13T15:35:33.0577666","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg05684309582ff426ae","webSpace":"rg05684309582ff426ae-SoutheastAsiawebspace","stamp":"waws-prod-sg1-031","deletedSiteName":"webapp5-5388287871","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848222","name":"webapp3-601352912a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848222,"deletedTimestamp":"2018-11-13T15:35:35.5904697","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg05684309582ff426ae","webSpace":"rg05684309582ff426ae-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp3-601352912a","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848226","name":"webapp6-38865045a8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848226,"deletedTimestamp":"2018-11-13T15:35:43.2360741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg05684309582ff426ae","webSpace":"rg05684309582ff426ae-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-013","deletedSiteName":"webapp6-38865045a8","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848231","name":"webapp4-cfa191238c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848231,"deletedTimestamp":"2018-11-13T15:35:49.2403050","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg05684309582ff426ae","webSpace":"rg05684309582ff426ae-NorthEuropewebspace","stamp":"waws-prod-db3-117","deletedSiteName":"webapp4-cfa191238c","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848232","name":"webapp1-374758049a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848232,"deletedTimestamp":"2018-11-13T15:35:51.5783529","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg05684309582ff426ae","webSpace":"rg05684309582ff426ae-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-374758049a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848237","name":"webapp2-767364407d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848237,"deletedTimestamp":"2018-11-13T15:35:59.1407810","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg05684309582ff426ae","webSpace":"rg05684309582ff426ae-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp2-767364407d","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848337","name":"webapp2-78194312b9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848337,"deletedTimestamp":"2018-11-13T15:39:01.0438945","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgea692356f2a291f","webSpace":"rgea692356f2a291f-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-78194312b9","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848338","name":"webapp2-78194312b9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848338,"deletedTimestamp":"2018-11-13T15:39:01.0907675","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgea692356f2a291f","webSpace":"rgea692356f2a291f-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-78194312b9","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848341","name":"webapp1-4d998112a0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848341,"deletedTimestamp":"2018-11-13T15:39:11.1234568","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgea692356f2a291f","webSpace":"rgea692356f2a291f-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-4d998112a0","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848342","name":"webapp1-4d998112a0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848342,"deletedTimestamp":"2018-11-13T15:39:11.1703563","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgea692356f2a291f","webSpace":"rgea692356f2a291f-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-4d998112a0","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848353","name":"webapp3-5b3166809a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848353,"deletedTimestamp":"2018-11-13T15:39:26.5151767","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgea692356f2a291f","webSpace":"rgea692356f2a291f-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-5b3166809a","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848354","name":"webapp3-5b3166809a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848354,"deletedTimestamp":"2018-11-13T15:39:26.5620745","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgea692356f2a291f","webSpace":"rgea692356f2a291f-EastAsiawebspace","stamp":"waws-prod-hk1-015","deletedSiteName":"webapp3-5b3166809a","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848387","name":"wnrsat0e350482fb1dd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848387,"deletedTimestamp":"2018-11-13T15:40:25.5683829","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat9623024400118","webSpace":"rgrsat9623024400118-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"wnrsat0e350482fb1dd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19848570","name":"mytestscalewebappeed97087d1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19848570,"deletedTimestamp":"2018-11-13T15:46:20.5259103","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupe5f141032db","webSpace":"myresourcegroupe5f141032db-SouthCentralUSwebspace","stamp":"waws-prod-sn1-141","deletedSiteName":"mytestscalewebappeed97087d1","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19850202","name":"java-webapp-75908a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19850202,"deletedTimestamp":"2018-11-13T16:44:17.4933738","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgda4723046","webSpace":"javacsmrgda4723046-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-75908a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19850234","name":"java-webapp-279139","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19850234,"deletedTimestamp":"2018-11-13T16:45:07.9929270","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg316004478","webSpace":"javacsmrg316004478-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-279139","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19850237","name":"java-webapp-234778","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19850237,"deletedTimestamp":"2018-11-13T16:45:10.9768270","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgaf110019b","webSpace":"javacsmrgaf110019b-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-234778","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19850275","name":"java-func-fff193835","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19850275,"deletedTimestamp":"2018-11-13T16:46:36.4846993","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf44258592","webSpace":"javacsmrgf44258592-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"java-func-fff193835","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19850278","name":"java-func-1a8051913","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19850278,"deletedTimestamp":"2018-11-13T16:46:39.7461582","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf44258592","webSpace":"javacsmrgf44258592-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"java-func-1a8051913","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19850300","name":"java-func-e3d051054","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19850300,"deletedTimestamp":"2018-11-13T16:47:07.6254216","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg20b95521f","webSpace":"javacsmrg20b95521f-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-func-e3d051054","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19850673","name":"rs3d562028","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19850673,"deletedTimestamp":"2018-11-13T17:00:58.3682300","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3d562028","webSpace":"rg3d562028-SouthCentralUSwebspace","stamp":"waws-prod-sn1-153","deletedSiteName":"rs3d562028","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19859832","name":"java-webapp-247867","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19859832,"deletedTimestamp":"2018-11-14T00:21:46.1779000","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg93326923c","webSpace":"javacsmrg93326923c-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-247867","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19859833","name":"java-webapp-247867","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19859833,"deletedTimestamp":"2018-11-14T00:21:46.2248532","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg93326923c","webSpace":"javacsmrg93326923c-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-247867","slot":"java-slot-865462335","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19859834","name":"java-webapp-247867","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19859834,"deletedTimestamp":"2018-11-14T00:21:46.2716552","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg93326923c","webSpace":"javacsmrg93326923c-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-247867","slot":"java-slot-80b482306","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866366","name":"webd5k4ild4xsgzr7u7kfp52","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866366,"deletedTimestamp":"2018-11-14T06:08:56.7705816","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgq4nmzjdyownvj474o2nvbn67cui323i7sjujzqstz23udewrlrwbimxnvkyves7z2","webSpace":"clitest.rgq4nmzjdyownvj474o2nvbn67cui323i7sjujzqstz23udewrlrwbimxnvkyves7z2-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webd5k4ild4xsgzr7u7kfp52","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866369","name":"functionapplinuxconsumption3lh7fo3khygjd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866369,"deletedTimestamp":"2018-11-14T06:09:08.8423141","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux5egxvae7q6i4ilcyii6gxirnnwnhoysmiie3djuhi3uubnb7a","webSpace":"azurecli-functionapp-linux5egxvae7q6i4ilcyii6gxirnnwnhoysmiie3djuhi3uubnb7a-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumption3lh7fo3khygjd","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866372","name":"web-del-testecu5ecrrb3fu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866372,"deletedTimestamp":"2018-11-14T06:09:25.0091050","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghhiewbybhf7orb5ngccseybye2v2va6pypluyfgnoo67zqfcs4yjmw2iyl3fp4u2a","webSpace":"clitest.rghhiewbybhf7orb5ngccseybye2v2va6pypluyfgnoo67zqfcs4yjmw2iyl3fp4u2a-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-del-testecu5ecrrb3fu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866373","name":"functionapp-linux3uqed33","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866373,"deletedTimestamp":"2018-11-14T06:09:25.9048724","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg45ermj4swvoefrljrkj6ce4g5e3mvoblxiqxdbiq4pb4c675dw2u4kckzu3hxy6ph","webSpace":"clitest.rg45ermj4swvoefrljrkj6ce4g5e3mvoblxiqxdbiq4pb4c675dw2u4kckzu3hxy6ph-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linux3uqed33","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866376","name":"functionappconsumptioni7pegvqqlq2enmm4ye","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866376,"deletedTimestamp":"2018-11-14T06:09:52.9825675","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ezifemi2kcebsabzfb47kk6wut22757jprxihj4wsm33dp5hmm","webSpace":"azurecli-functionapp-c-e2ezifemi2kcebsabzfb47kk6wut22757jprxihj4wsm33dp5hmm-WestUSwebspace","stamp":"waws-prod-bay-017","deletedSiteName":"functionappconsumptioni7pegvqqlq2enmm4ye","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866377","name":"slot-traffic-web4mzoi7mp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866377,"deletedTimestamp":"2018-11-14T06:09:56.0160297","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgp5vzvm7kwl5yxkwpy5qauja53pcxzjmclc2gyu5333ixpm7curjd3elocjjiaqvvr","webSpace":"clitest.rgp5vzvm7kwl5yxkwpy5qauja53pcxzjmclc2gyu5333ixpm7curjd3elocjjiaqvvr-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-web4mzoi7mp","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866378","name":"webapp-authentication-testdwkagcdmhiiw6j","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866378,"deletedTimestamp":"2018-11-14T06:10:02.1413765","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationwmhfdnnbfzvvexarztkregyj4il3zjkelsmct7pw6xkwr","webSpace":"cli_test_webapp_authenticationwmhfdnnbfzvvexarztkregyj4il3zjkelsmct7pw6xkwr-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-authentication-testdwkagcdmhiiw6j","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866379","name":"slot-traffic-webedbboadb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866379,"deletedTimestamp":"2018-11-14T06:10:03.7107511","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyfagqvbxrvuxsz7jspftxdh6hrbxy7jrytmkfhiky2gwldpy42cejj2q2rt4fe6q6","webSpace":"clitest.rgyfagqvbxrvuxsz7jspftxdh6hrbxy7jrytmkfhiky2gwldpy42cejj2q2rt4fe6q6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webedbboadb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866380","name":"slot-traffic-webedbboadb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866380,"deletedTimestamp":"2018-11-14T06:10:03.7416622","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyfagqvbxrvuxsz7jspftxdh6hrbxy7jrytmkfhiky2gwldpy42cejj2q2rt4fe6q6","webSpace":"clitest.rgyfagqvbxrvuxsz7jspftxdh6hrbxy7jrytmkfhiky2gwldpy42cejj2q2rt4fe6q6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webedbboadb","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866381","name":"web-msihxwwmezrb7psq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866381,"deletedTimestamp":"2018-11-14T06:10:06.3696845","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguctmiptfw4wa2yp5qcwx4c3era5afqjwqsfj7crgkxx77qn6zf4w7tzmz64dew55z","webSpace":"clitest.rguctmiptfw4wa2yp5qcwx4c3era5afqjwqsfj7crgkxx77qn6zf4w7tzmz64dew55z-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-msihxwwmezrb7psq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866382","name":"web-error6bztoli332nwu24","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866382,"deletedTimestamp":"2018-11-14T06:10:11.0720359","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzshffyhkgnag3xvts74mja2kfbsym6ombfxvqqanjgpukylomn774iddgdx2isdxc","webSpace":"clitest.rgzshffyhkgnag3xvts74mja2kfbsym6ombfxvqqanjgpukylomn774iddgdx2isdxc-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-error6bztoli332nwu24","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866384","name":"webappacrtestt3uzfio5qzi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866384,"deletedTimestamp":"2018-11-14T06:10:25.8043170","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgalbax26s547fyt2kb6rtrnibauk6g4c5d2b7fdz6byux3hgyactui36jje2cg5cht","webSpace":"clitest.rgalbax26s547fyt2kb6rtrnibauk6g4c5d2b7fdz6byux3hgyactui36jje2cg5cht-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestt3uzfio5qzi","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866385","name":"webapp-config-testru4puegt2ypipi5on7peoe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866385,"deletedTimestamp":"2018-11-14T06:10:34.8183004","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configb4clzftpless7o2nxpcwhtvoxhlka2d4scmcpyrtahcxp4adroihg","webSpace":"cli_test_webapp_configb4clzftpless7o2nxpcwhtvoxhlka2d4scmcpyrtahcxp4adroihg-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-config-testru4puegt2ypipi5on7peoe","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866386","name":"web-ssl-testikgf5gnf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866386,"deletedTimestamp":"2018-11-14T06:10:41.3624888","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga3kfpar2a5cy3vjmnqw2ybzmipvpipuqg54klddiejt3fdyymnuukvndmsd5n3kaq","webSpace":"clitest.rga3kfpar2a5cy3vjmnqw2ybzmipvpipuqg54klddiejt3fdyymnuukvndmsd5n3kaq-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-ssl-testikgf5gnf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866389","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866389,"deletedTimestamp":"2018-11-14T06:10:50.3988778","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgn2w4bt7vulnk7y4eeu2uspcr4bbprkv2qiipdslvsk22uhyd2xtl7dog2avmszlyv","webSpace":"clitest.rgn2w4bt7vulnk7y4eeu2uspcr4bbprkv2qiipdslvsk22uhyd2xtl7dog2avmszlyv-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866390","name":"webapp-e2eczlthy7pmxkl3o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866390,"deletedTimestamp":"2018-11-14T06:10:51.4287583","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv4ityas4blugnlyr47fmwanggtfzz4bhkg52rgqe2tpozumip7t66gnejcxgakhfe","webSpace":"clitest.rgv4ityas4blugnlyr47fmwanggtfzz4bhkg52rgqe2tpozumip7t66gnejcxgakhfe-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-e2eczlthy7pmxkl3o","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866391","name":"webapp-quickya54xtxa4uld","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866391,"deletedTimestamp":"2018-11-14T06:10:53.2086967","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtwygfqlhzzcjziddue2sdgz5fzpidrwhw4q3tf7fsymaivk77vwkgbupiwblaz42u","webSpace":"clitest.rgtwygfqlhzzcjziddue2sdgz5fzpidrwhw4q3tf7fsymaivk77vwkgbupiwblaz42u-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quickya54xtxa4uld","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866392","name":"webapp-linux-multizp3pbz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866392,"deletedTimestamp":"2018-11-14T06:10:55.8831528","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggrbm7773xrhf4dbst2yugfsixswdqrvqcvlgc2zodrjlrtp2xrffra4xu6bcl3fju","webSpace":"clitest.rggrbm7773xrhf4dbst2yugfsixswdqrvqcvlgc2zodrjlrtp2xrffra4xu6bcl3fju-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-multizp3pbz","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866393","name":"delete-me-webirrq5rzp4tg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866393,"deletedTimestamp":"2018-11-14T06:11:00.1941616","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvl7vgrnixdbmka56u7km546i7gfwperd3vmjff4cfdabji3ok7yeruaraftavuw4h","webSpace":"clitest.rgvl7vgrnixdbmka56u7km546i7gfwperd3vmjff4cfdabji3ok7yeruaraftavuw4h-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"delete-me-webirrq5rzp4tg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866400","name":"webapp-linuxmonnpevlck2o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866400,"deletedTimestamp":"2018-11-14T06:11:20.7218490","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgngfyrvkolxmalyslnhhyn35vzhnjxr3hmmj25pv4tznjvjmpf23bqr43rpg3hz7al","webSpace":"clitest.rgngfyrvkolxmalyslnhhyn35vzhnjxr3hmmj25pv4tznjvjmpf23bqr43rpg3hz7al-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxmonnpevlck2o","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866402","name":"webapp-win-log7ngzbelc4g","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866402,"deletedTimestamp":"2018-11-14T06:11:22.6748853","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg26vi3b77uigp3zc3tiabnhxb3riopae7f5zvxarjohfxxn7jlxqc7mp6cnz33nzpf","webSpace":"clitest.rg26vi3b77uigp3zc3tiabnhxb3riopae7f5zvxarjohfxxn7jlxqc7mp6cnz33nzpf-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-win-log7ngzbelc4g","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866405","name":"webapp-quickinjedprzuzak","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866405,"deletedTimestamp":"2018-11-14T06:11:25.1959897","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwtag5o3rpqw7wauwgjxxt7gtgcvu4fsz6waan5qrpdeukd2be5a7det74zos6d3wv","webSpace":"clitest.rgwtag5o3rpqw7wauwgjxxt7gtgcvu4fsz6waan5qrpdeukd2be5a7det74zos6d3wv-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-quickinjedprzuzak","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866412","name":"webapp-hyperv-e2eifyprre","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866412,"deletedTimestamp":"2018-11-14T06:11:44.8140465","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy5qbq3oaydy6op46qe6pnpzlf55n43sndbjjcefgdrokqtnirybbezixm6udu4m3r","webSpace":"clitest.rgy5qbq3oaydy6op46qe6pnpzlf55n43sndbjjcefgdrokqtnirybbezixm6udu4m3r-WestUSwebspace","stamp":"waws-prod-bay-099","deletedSiteName":"webapp-hyperv-e2eifyprre","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866413","name":"webapp-update-testn6bujrjhzsozxinhgvsldy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866413,"deletedTimestamp":"2018-11-14T06:11:52.3925341","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update3232hse2me2zykjnvz7eot6lpy56v7flzmcqlggzmwefsp4i3s2jv","webSpace":"cli_test_webapp_update3232hse2me2zykjnvz7eot6lpy56v7flzmcqlggzmwefsp4i3s2jv-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testn6bujrjhzsozxinhgvsldy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866414","name":"webapp-update-testn6bujrjhzsozxinhgvsldy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866414,"deletedTimestamp":"2018-11-14T06:11:52.4393731","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update3232hse2me2zykjnvz7eot6lpy56v7flzmcqlggzmwefsp4i3s2jv","webSpace":"cli_test_webapp_update3232hse2me2zykjnvz7eot6lpy56v7flzmcqlggzmwefsp4i3s2jv-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testn6bujrjhzsozxinhgvsldy","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866415","name":"webapp-zipDeploy-testwnpxpodvv3e72lt6dmi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866415,"deletedTimestamp":"2018-11-14T06:11:58.7671724","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployfdawml3gmnq4ot2k5yrje6oldad3nna7vy7a6k4zgfl3wbl4sb","webSpace":"cli_test_webapp_zipDeployfdawml3gmnq4ot2k5yrje6oldad3nna7vy7a6k4zgfl3wbl4sb-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-zipDeploy-testwnpxpodvv3e72lt6dmi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866416","name":"web-git-test2kdh6ebwixfz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866416,"deletedTimestamp":"2018-11-14T06:11:59.3467539","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgurdxchchtyfvyxr63zunpq6s4x7jfkjbhkopex5opkbyr5x4juwibpdf6djmcgeud","webSpace":"clitest.rgurdxchchtyfvyxr63zunpq6s4x7jfkjbhkopex5opkbyr5x4juwibpdf6djmcgeud-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test2kdh6ebwixfz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866419","name":"slot-traffic-webnmk6rwbu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866419,"deletedTimestamp":"2018-11-14T06:12:16.6710988","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkaqunc2dgtieyks5gvv7tcrcrtk3j3mmz7k553rb6fc42e6j77sjarwmgc3wp3jxx","webSpace":"clitest.rgkaqunc2dgtieyks5gvv7tcrcrtk3j3mmz7k553rb6fc42e6j77sjarwmgc3wp3jxx-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webnmk6rwbu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866420","name":"slot-traffic-webnmk6rwbu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866420,"deletedTimestamp":"2018-11-14T06:12:16.7179382","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkaqunc2dgtieyks5gvv7tcrcrtk3j3mmz7k553rb6fc42e6j77sjarwmgc3wp3jxx","webSpace":"clitest.rgkaqunc2dgtieyks5gvv7tcrcrtk3j3mmz7k553rb6fc42e6j77sjarwmgc3wp3jxx-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-traffic-webnmk6rwbu","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866422","name":"webapp-quick-cdmzuonh34n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866422,"deletedTimestamp":"2018-11-14T06:12:32.5396040","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggf3vwgar7j76vsfvgjq6u3mudwvtyu62wkl6bs3yaffmlzt65pp7doqgrgzw5rlsz","webSpace":"clitest.rggf3vwgar7j76vsfvgjq6u3mudwvtyu62wkl6bs3yaffmlzt65pp7doqgrgzw5rlsz-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quick-cdmzuonh34n","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866430","name":"slot-swap-web5i3xq3bohfi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866430,"deletedTimestamp":"2018-11-14T06:13:04.8334466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgghdxvndvaxomi7rwzl5jinn45sgtkywmnhau6cgiegycwv5i2nphixpjmqjdaya4l","webSpace":"clitest.rgghdxvndvaxomi7rwzl5jinn45sgtkywmnhau6cgiegycwv5i2nphixpjmqjdaya4l-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-web5i3xq3bohfi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866431","name":"slot-swap-web5i3xq3bohfi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866431,"deletedTimestamp":"2018-11-14T06:13:04.8803211","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgghdxvndvaxomi7rwzl5jinn45sgtkywmnhau6cgiegycwv5i2nphixpjmqjdaya4l","webSpace":"clitest.rgghdxvndvaxomi7rwzl5jinn45sgtkywmnhau6cgiegycwv5i2nphixpjmqjdaya4l-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-web5i3xq3bohfi","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866437","name":"webapp-quick-linuxdhwdkw","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866437,"deletedTimestamp":"2018-11-14T06:13:21.1530544","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfmkmqvos6uw3nwc5vjm6oogg3uzpqgejq4r4gv4lzcegs3raz6tpean77pu2xhxhx","webSpace":"clitest.rgfmkmqvos6uw3nwc5vjm6oogg3uzpqgejq4r4gv4lzcegs3raz6tpean77pu2xhxhx-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxdhwdkw","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866452","name":"webapp-linux-logaxe2dmyb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866452,"deletedTimestamp":"2018-11-14T06:13:55.5006544","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgudug76iee6a6wusylczjcvyiu6472memmkixoqs7x6vtzxaoim7lvgdnhcmops6lr","webSpace":"clitest.rgudug76iee6a6wusylczjcvyiu6472memmkixoqs7x6vtzxaoim7lvgdnhcmops6lr-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logaxe2dmyb","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866481","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866481,"deletedTimestamp":"2018-11-14T06:14:53.0715214","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgviclpu36bgfe37wbmpiejse7hdicyblgpifcsxmi6bjvqwoib36sne3zpj4xddlgw","webSpace":"clitest.rgviclpu36bgfe37wbmpiejse7hdicyblgpifcsxmi6bjvqwoib36sne3zpj4xddlgw-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866488","name":"slot-test-webtko4jswdfff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866488,"deletedTimestamp":"2018-11-14T06:15:03.2841534","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguzcar5e53wi6thqh6pxic3mntwwusbm5lx26a5sid5fl6um6jsxxv7tuz7hlpjwma","webSpace":"clitest.rguzcar5e53wi6thqh6pxic3mntwwusbm5lx26a5sid5fl6um6jsxxv7tuz7hlpjwma-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webtko4jswdfff","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866489","name":"slot-test-webtko4jswdfff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866489,"deletedTimestamp":"2018-11-14T06:15:05.1826855","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguzcar5e53wi6thqh6pxic3mntwwusbm5lx26a5sid5fl6um6jsxxv7tuz7hlpjwma","webSpace":"clitest.rguzcar5e53wi6thqh6pxic3mntwwusbm5lx26a5sid5fl6um6jsxxv7tuz7hlpjwma-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webtko4jswdfff","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866494","name":"func-e2enrbd5yxizd2uh253","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866494,"deletedTimestamp":"2018-11-14T06:15:22.5298264","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrrpycqyxee6sjelnrlbik5wvob765uqximi6vk774grs4kplypjggp6uvgt2hrvms","webSpace":"clitest.rgrrpycqyxee6sjelnrlbik5wvob765uqximi6vk774grs4kplypjggp6uvgt2hrvms-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2enrbd5yxizd2uh253","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866496","name":"slot-test-webtko4jswdfff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866496,"deletedTimestamp":"2018-11-14T06:15:40.7147835","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguzcar5e53wi6thqh6pxic3mntwwusbm5lx26a5sid5fl6um6jsxxv7tuz7hlpjwma","webSpace":"clitest.rguzcar5e53wi6thqh6pxic3mntwwusbm5lx26a5sid5fl6um6jsxxv7tuz7hlpjwma-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webtko4jswdfff","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866498","name":"func-e2etj4znxg75ols2l33","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866498,"deletedTimestamp":"2018-11-14T06:16:00.6932853","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrrpycqyxee6sjelnrlbik5wvob765uqximi6vk774grs4kplypjggp6uvgt2hrvms","webSpace":"clitest.rgrrpycqyxee6sjelnrlbik5wvob765uqximi6vk774grs4kplypjggp6uvgt2hrvms-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"func-e2etj4znxg75ols2l33","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866507","name":"undelete-webcdf62rl4oknf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866507,"deletedTimestamp":"2018-11-14T06:16:50.4887807","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgveiznem7wieodnqwyvyqhjadc7ikqdcxbujms5svtvjflg2bggb37svegfxg7sj44","webSpace":"clitest.rgveiznem7wieodnqwyvyqhjadc7ikqdcxbujms5svtvjflg2bggb37svegfxg7sj44-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"undelete-webcdf62rl4oknf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19866534","name":"cliveqyamletu7my4jj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19866534,"deletedTimestamp":"2018-11-14T06:18:57.7845867","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgunn4e7wdqc","webSpace":"clitest.rgunn4e7wdqc-CentralUSwebspace","stamp":"waws-prod-dm1-035","deletedSiteName":"cliveqyamletu7my4jj","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19867066","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19867066,"deletedTimestamp":"2018-11-14T06:44:57.9839412","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createavj5b2t3dkb5swmb67yg2cqhwoy7wer4mem2adohnrei23q24r4","webSpace":"cli_test_resource_createavj5b2t3dkb5swmb67yg2cqhwoy7wer4mem2adohnrei23q24r4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875347","name":"java-webapp-295468","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875347,"deletedTimestamp":"2018-11-14T11:40:21.2603105","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg27d87672b","webSpace":"javacsmrg27d87672b-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-webapp-295468","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875348","name":"java-webapp-621349","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875348,"deletedTimestamp":"2018-11-14T11:40:21.3600477","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1bc208986","webSpace":"javacsmrg1bc208986-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-621349","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875349","name":"java-webapp-953888","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875349,"deletedTimestamp":"2018-11-14T11:40:21.8448151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg14982687d","webSpace":"javacsmrg14982687d-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-953888","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875350","name":"java-webapp-953888","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875350,"deletedTimestamp":"2018-11-14T11:40:21.8916899","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg14982687d","webSpace":"javacsmrg14982687d-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-953888","slot":"java-slot-3b965105c","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875351","name":"java-webapp-953888","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875351,"deletedTimestamp":"2018-11-14T11:40:21.9385636","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg14982687d","webSpace":"javacsmrg14982687d-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-953888","slot":"java-slot-b31965568","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875353","name":"JAVAwebapp-b945603479","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875353,"deletedTimestamp":"2018-11-14T11:40:24.1906188","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5c4988811","webSpace":"javacsmrg5c4988811-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-b945603479","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875354","name":"java-webapp-38153e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875354,"deletedTimestamp":"2018-11-14T11:40:24.4334111","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd9f784853","webSpace":"javacsmrgd9f784853-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-38153e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875355","name":"java-webapp-41588f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875355,"deletedTimestamp":"2018-11-14T11:40:24.8491676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga8b740357","webSpace":"javacsmrga8b740357-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-41588f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875356","name":"JAVAwebapp-f078523338","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875356,"deletedTimestamp":"2018-11-14T11:40:26.0946917","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge49869880","webSpace":"javacsmrge49869880-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"JAVAwebapp-f078523338","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875357","name":"java-webapp-15163b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875357,"deletedTimestamp":"2018-11-14T11:40:26.6176117","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg812110993","webSpace":"javacsmrg812110993-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-15163b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875358","name":"java-webapp-15163b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875358,"deletedTimestamp":"2018-11-14T11:40:26.6644913","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg812110993","webSpace":"javacsmrg812110993-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-15163b","slot":"java-slot-7a4575270","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875359","name":"java-webapp-15163b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875359,"deletedTimestamp":"2018-11-14T11:40:26.7269945","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg812110993","webSpace":"javacsmrg812110993-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-15163b","slot":"java-slot-4ff544145","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875361","name":"webapp1-93761603e7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875361,"deletedTimestamp":"2018-11-14T11:40:37.4929930","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2f140708ae2b","webSpace":"rgnemv_2f140708ae2b-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-93761603e7","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875364","name":"webapp2-274955400e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875364,"deletedTimestamp":"2018-11-14T11:40:41.4402966","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2f140708ae2b","webSpace":"rgnemv_2f140708ae2b-WestEuropewebspace","stamp":"waws-prod-am2-189","deletedSiteName":"webapp2-274955400e","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875368","name":"webapp3-1933246971","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875368,"deletedTimestamp":"2018-11-14T11:40:54.0454743","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2f140708ae2b","webSpace":"rgnemv_2f140708ae2b-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-1933246971","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19875371","name":"webapp4-18a1748755","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19875371,"deletedTimestamp":"2018-11-14T11:41:02.8328866","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_2f140708ae2b","webSpace":"rgnemv_2f140708ae2b-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp4-18a1748755","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19892913","name":"java-webapp-810754","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19892913,"deletedTimestamp":"2018-11-14T22:09:30.5022935","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg39430552b","webSpace":"javacsmrg39430552b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-810754","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19892970","name":"java-webapp-638358","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19892970,"deletedTimestamp":"2018-11-14T22:12:40.4311367","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg11017771b","webSpace":"javacsmrg11017771b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-638358","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19893881","name":"java-webapp-051911","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19893881,"deletedTimestamp":"2018-11-14T22:52:29.8743837","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf2c384851","webSpace":"javacsmrgf2c384851-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-051911","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19893976","name":"java-webapp-812876","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19893976,"deletedTimestamp":"2018-11-14T22:58:01.4506956","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3e0424488","webSpace":"javacsmrg3e0424488-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-812876","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19894334","name":"java-webapp-247557","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19894334,"deletedTimestamp":"2018-11-14T23:17:55.2978895","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd1421916d","webSpace":"javacsmrgd1421916d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-247557","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19894451","name":"java-webapp-58591e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19894451,"deletedTimestamp":"2018-11-14T23:20:30.7933650","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg18676862a","webSpace":"javacsmrg18676862a-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-58591e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19895006","name":"java-webapp-72323c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19895006,"deletedTimestamp":"2018-11-14T23:48:26.0480337","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg24096186c","webSpace":"javacsmrg24096186c-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-72323c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901222","name":"webjpdev6sumbj66fus47atv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901222,"deletedTimestamp":"2018-11-15T06:07:47.8356332","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcnwcbhqmwadsc4da2ecbff3h7yn6ye6emg5jaj2jtj26qg6fmsmnh4ks7gmktj5tj","webSpace":"clitest.rgcnwcbhqmwadsc4da2ecbff3h7yn6ye6emg5jaj2jtj26qg6fmsmnh4ks7gmktj5tj-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webjpdev6sumbj66fus47atv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901224","name":"web-del-testqepyi3bmb2mq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901224,"deletedTimestamp":"2018-11-15T06:07:51.6369670","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiborbp6q7mr2brzylfuo5wlftdijrx35fdbhmmcmk7cxir3itkbapowile26fiewa","webSpace":"clitest.rgiborbp6q7mr2brzylfuo5wlftdijrx35fdbhmmcmk7cxir3itkbapowile26fiewa-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"web-del-testqepyi3bmb2mq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901225","name":"functionapplinuxconsumptionflfb7vduhgmjv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901225,"deletedTimestamp":"2018-11-15T06:07:54.4339294","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxmdgpwj2muv4potvwxf35356zvi4mdebokxazwvfdgugtb52zc","webSpace":"azurecli-functionapp-linuxmdgpwj2muv4potvwxf35356zvi4mdebokxazwvfdgugtb52zc-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionflfb7vduhgmjv","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901243","name":"functionapp-linuxkwjxtlu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901243,"deletedTimestamp":"2018-11-15T06:08:30.9810884","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrkxrvwnqvj3yj7vdb6zurpeg4ichd7limvah5oe3yo4ttln5bk66i7bg636cv24bc","webSpace":"clitest.rgrkxrvwnqvj3yj7vdb6zurpeg4ichd7limvah5oe3yo4ttln5bk66i7bg636cv24bc-SouthCentralUSwebspace","stamp":"waws-prod-sn1-161","deletedSiteName":"functionapp-linuxkwjxtlu","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901244","name":"web-errorl3oo4uhonotxqtq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901244,"deletedTimestamp":"2018-11-15T06:08:35.3259897","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgjzcjd5tlqbnsu6qb74aovhjn2ggejqrpfrpvbwz3ngrlzctm7a2un2hnpadtfq3bb","webSpace":"clitest.rgjzcjd5tlqbnsu6qb74aovhjn2ggejqrpfrpvbwz3ngrlzctm7a2un2hnpadtfq3bb-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"web-errorl3oo4uhonotxqtq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901248","name":"functionappconsumptionlrgfqd24lmol5twqs6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901248,"deletedTimestamp":"2018-11-15T06:08:40.3436826","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ebxvnu4rop4jlh4na7bxwuqo6icqdgi5ttgk3msixx5w4shq2a","webSpace":"azurecli-functionapp-c-e2ebxvnu4rop4jlh4na7bxwuqo6icqdgi5ttgk3msixx5w4shq2a-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"functionappconsumptionlrgfqd24lmol5twqs6","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901249","name":"webapp-authentication-testxd2x6uev267lqv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901249,"deletedTimestamp":"2018-11-15T06:08:40.3483105","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authentication4r5olmq3hbxinryxzauqdmebre5cyndz5fa2ljqbt6ac6","webSpace":"cli_test_webapp_authentication4r5olmq3hbxinryxzauqdmebre5cyndz5fa2ljqbt6ac6-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp-authentication-testxd2x6uev267lqv","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901251","name":"slot-traffic-webwi5ep4ns","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901251,"deletedTimestamp":"2018-11-15T06:08:56.9286777","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzhyiwaarb34f32pht6rhxgshhl55d4qjitr7rtfdkcmmi2ngsdlor7m2ulaqnhhr7","webSpace":"clitest.rgzhyiwaarb34f32pht6rhxgshhl55d4qjitr7rtfdkcmmi2ngsdlor7m2ulaqnhhr7-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webwi5ep4ns","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901252","name":"slot-traffic-webwi5ep4ns","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901252,"deletedTimestamp":"2018-11-15T06:08:56.9912019","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzhyiwaarb34f32pht6rhxgshhl55d4qjitr7rtfdkcmmi2ngsdlor7m2ulaqnhhr7","webSpace":"clitest.rgzhyiwaarb34f32pht6rhxgshhl55d4qjitr7rtfdkcmmi2ngsdlor7m2ulaqnhhr7-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webwi5ep4ns","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901253","name":"slot-traffic-webueblawo5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901253,"deletedTimestamp":"2018-11-15T06:08:57.5733588","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg37s7gcxeeokltwtsqcxowid57ventctyybrms74l6ncv2ruu324otiecemcm6radd","webSpace":"clitest.rg37s7gcxeeokltwtsqcxowid57ventctyybrms74l6ncv2ruu324otiecemcm6radd-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webueblawo5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901254","name":"webapp-e2eo67icxrzellvfr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901254,"deletedTimestamp":"2018-11-15T06:08:59.6283882","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvvh3h2iv6sd6usy5d2gke6ds2sytbpodkw5ppyy3fmzepoveroz5dkgquhs637tuo","webSpace":"clitest.rgvvh3h2iv6sd6usy5d2gke6ds2sytbpodkw5ppyy3fmzepoveroz5dkgquhs637tuo-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-e2eo67icxrzellvfr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901258","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901258,"deletedTimestamp":"2018-11-15T06:09:05.1466736","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgckm7tuzwotrb7w6ejihnbchktzbheyxiasbxjhclmvincfuppnk3i2uveq6qnnycd","webSpace":"clitest.rgckm7tuzwotrb7w6ejihnbchktzbheyxiasbxjhclmvincfuppnk3i2uveq6qnnycd-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901259","name":"webapp-config-testsggczyjtztk7fwiilpvhzc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901259,"deletedTimestamp":"2018-11-15T06:09:05.1551998","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configy6tj7boqqmxaqvzqgtc2mxb5m6wthesuzi2dx3qrsm7cqb2q754hr","webSpace":"cli_test_webapp_configy6tj7boqqmxaqvzqgtc2mxb5m6wthesuzi2dx3qrsm7cqb2q754hr-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-config-testsggczyjtztk7fwiilpvhzc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901266","name":"web-msi7elydfqfstv3e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901266,"deletedTimestamp":"2018-11-15T06:09:09.9789277","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcgdqc57haqnxoibyxuvrr4d3gexwn2xqizyfdvobjgrvi2vzeaikulupytzepxlwg","webSpace":"clitest.rgcgdqc57haqnxoibyxuvrr4d3gexwn2xqizyfdvobjgrvi2vzeaikulupytzepxlwg-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-msi7elydfqfstv3e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901267","name":"func-e2ephrabk5gaiwjcq5k","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901267,"deletedTimestamp":"2018-11-15T06:09:11.5718501","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzj3rig7rnfs44jjogdde37r636o3z7zrmezaujagkfuyrg6olk7st7nb5tmteuc6e","webSpace":"clitest.rgzj3rig7rnfs44jjogdde37r636o3z7zrmezaujagkfuyrg6olk7st7nb5tmteuc6e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2ephrabk5gaiwjcq5k","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901268","name":"web-ssl-testfoco256y","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901268,"deletedTimestamp":"2018-11-15T06:09:11.9594743","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgafx7ed5gnso6i5pfl24to4pr4ti35yextlltrxb3ewkvq7mns6ltn7aacar4o76e6","webSpace":"clitest.rgafx7ed5gnso6i5pfl24to4pr4ti35yextlltrxb3ewkvq7mns6ltn7aacar4o76e6-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"web-ssl-testfoco256y","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901272","name":"webappacrtestzuoyixs3yos","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901272,"deletedTimestamp":"2018-11-15T06:09:16.2955131","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyloli2hfirztiuxnlktqb5wppotkw5wutifqldbqolcyslw2e4rzvdpkmu67uqiot","webSpace":"clitest.rgyloli2hfirztiuxnlktqb5wppotkw5wutifqldbqolcyslw2e4rzvdpkmu67uqiot-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestzuoyixs3yos","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901277","name":"delete-me-webm4lnjistoyt","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901277,"deletedTimestamp":"2018-11-15T06:09:26.8475927","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxaizwe3tstmik3jypzlbs6zm4oktvu5ei322snl7cnoehjg35z7vanicxwladnxb6","webSpace":"clitest.rgxaizwe3tstmik3jypzlbs6zm4oktvu5ei322snl7cnoehjg35z7vanicxwladnxb6-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"delete-me-webm4lnjistoyt","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901278","name":"webapp-quickpelltb2rbhtm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901278,"deletedTimestamp":"2018-11-15T06:09:33.0956958","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgkjp6tspk4tzh5f33cwykr5zsabpkimt4po3gswuimhtaxjbic4lyve3c3t6m5u3mg","webSpace":"clitest.rgkjp6tspk4tzh5f33cwykr5zsabpkimt4po3gswuimhtaxjbic4lyve3c3t6m5u3mg-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-quickpelltb2rbhtm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901279","name":"webapp-quicktjnylxeu36i3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901279,"deletedTimestamp":"2018-11-15T06:09:41.8244089","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvz5rxzkcmepay6ww3uoymipihggxadxubvi2mhq4nzenytrin2omrtoszhb2qn3bi","webSpace":"clitest.rgvz5rxzkcmepay6ww3uoymipihggxadxubvi2mhq4nzenytrin2omrtoszhb2qn3bi-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-quicktjnylxeu36i3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901281","name":"webapp-linux-multijstzoo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901281,"deletedTimestamp":"2018-11-15T06:09:45.4382699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs22ffjnuxusc5u32foitzjw3of3q536vmoo6sm77oqhpzvczyhimnl3psgme7wnhg","webSpace":"clitest.rgs22ffjnuxusc5u32foitzjw3of3q536vmoo6sm77oqhpzvczyhimnl3psgme7wnhg-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-multijstzoo","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901283","name":"func-e2ey2bnz2glpyil4ht3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901283,"deletedTimestamp":"2018-11-15T06:09:49.9586628","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzj3rig7rnfs44jjogdde37r636o3z7zrmezaujagkfuyrg6olk7st7nb5tmteuc6e","webSpace":"clitest.rgzj3rig7rnfs44jjogdde37r636o3z7zrmezaujagkfuyrg6olk7st7nb5tmteuc6e-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"func-e2ey2bnz2glpyil4ht3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901284","name":"webapp-linuxd2fmescpw67s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901284,"deletedTimestamp":"2018-11-15T06:09:53.1256841","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsjapvf5jq56x2xzfdnv3xyyqbqbujfvfwrelwiaushmq3rdernvx2gl3jrvwj4pq7","webSpace":"clitest.rgsjapvf5jq56x2xzfdnv3xyyqbqbujfvfwrelwiaushmq3rdernvx2gl3jrvwj4pq7-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxd2fmescpw67s","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901288","name":"webapp-win-lograpj2ywnnh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901288,"deletedTimestamp":"2018-11-15T06:10:07.7140307","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy447ccvsx7psqz27wnaq7gnjwposjysouzznoxdi75jlxhnqxjvgxqil73h5orb4o","webSpace":"clitest.rgy447ccvsx7psqz27wnaq7gnjwposjysouzznoxdi75jlxhnqxjvgxqil73h5orb4o-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-win-lograpj2ywnnh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901289","name":"web-git-test2c6f45w4c5ob","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901289,"deletedTimestamp":"2018-11-15T06:10:08.9721817","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgortegqbbxmqgzurb4eqfw5uxfg554pkao3sp7xwbowgm6xtfku7dxk2vggyqonwl7","webSpace":"clitest.rgortegqbbxmqgzurb4eqfw5uxfg554pkao3sp7xwbowgm6xtfku7dxk2vggyqonwl7-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"web-git-test2c6f45w4c5ob","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901290","name":"slot-traffic-webamwlgprf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901290,"deletedTimestamp":"2018-11-15T06:10:16.8167291","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbxnclkzollwoe6cs2bh7mo5bumogsk6woacgzgg67z2gvfswuavmgoyffa7jtlngi","webSpace":"clitest.rgbxnclkzollwoe6cs2bh7mo5bumogsk6woacgzgg67z2gvfswuavmgoyffa7jtlngi-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"slot-traffic-webamwlgprf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901291","name":"slot-traffic-webamwlgprf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901291,"deletedTimestamp":"2018-11-15T06:10:16.8792328","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgbxnclkzollwoe6cs2bh7mo5bumogsk6woacgzgg67z2gvfswuavmgoyffa7jtlngi","webSpace":"clitest.rgbxnclkzollwoe6cs2bh7mo5bumogsk6woacgzgg67z2gvfswuavmgoyffa7jtlngi-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"slot-traffic-webamwlgprf","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901293","name":"webapp-hyperv-e2elc7o3wm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901293,"deletedTimestamp":"2018-11-15T06:10:22.6327824","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga4r4q34jxy3c55yw7poqhzwwdmeprg3rb3pq7hhyllpnashvhhnur7ggeqc2arvau","webSpace":"clitest.rga4r4q34jxy3c55yw7poqhzwwdmeprg3rb3pq7hhyllpnashvhhnur7ggeqc2arvau-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2elc7o3wm","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901298","name":"webapp-update-testdrpbjqop3pfqatuhtw3yyi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901298,"deletedTimestamp":"2018-11-15T06:10:46.1242628","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateabrrecgihylft7pqapr5l2pasuoxupnktdvq4v2di6igdhxhldgvi","webSpace":"cli_test_webapp_updateabrrecgihylft7pqapr5l2pasuoxupnktdvq4v2di6igdhxhldgvi-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testdrpbjqop3pfqatuhtw3yyi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901299","name":"webapp-update-testdrpbjqop3pfqatuhtw3yyi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901299,"deletedTimestamp":"2018-11-15T06:10:46.1710414","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateabrrecgihylft7pqapr5l2pasuoxupnktdvq4v2di6igdhxhldgvi","webSpace":"cli_test_webapp_updateabrrecgihylft7pqapr5l2pasuoxupnktdvq4v2di6igdhxhldgvi-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-update-testdrpbjqop3pfqatuhtw3yyi","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901302","name":"webapp-zipDeploy-testitt5uy3lvvv57kbqwhi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901302,"deletedTimestamp":"2018-11-15T06:10:59.7268804","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployssyfxugkl4hkdrfafipxzfwnj2bncyztwhwccnl5aibrs6q4en","webSpace":"cli_test_webapp_zipDeployssyfxugkl4hkdrfafipxzfwnj2bncyztwhwccnl5aibrs6q4en-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-zipDeploy-testitt5uy3lvvv57kbqwhi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901309","name":"slot-swap-webomdelmxeacz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901309,"deletedTimestamp":"2018-11-15T06:11:15.4555564","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiky37iq7tugf3obn4gs5wxfrmeqrk3jodyi6mb3d2kzd6opxezhgslu65qulkfclx","webSpace":"clitest.rgiky37iq7tugf3obn4gs5wxfrmeqrk3jodyi6mb3d2kzd6opxezhgslu65qulkfclx-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"slot-swap-webomdelmxeacz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901310","name":"slot-swap-webomdelmxeacz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901310,"deletedTimestamp":"2018-11-15T06:11:15.5024704","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgiky37iq7tugf3obn4gs5wxfrmeqrk3jodyi6mb3d2kzd6opxezhgslu65qulkfclx","webSpace":"clitest.rgiky37iq7tugf3obn4gs5wxfrmeqrk3jodyi6mb3d2kzd6opxezhgslu65qulkfclx-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"slot-swap-webomdelmxeacz","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901312","name":"webapp-quick-cdhov7lxnxm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901312,"deletedTimestamp":"2018-11-15T06:11:19.6935684","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga3qk6iy4it5oxhuoybtgavinwo5zcbr4uknrwll4othwccioiusfihkv6ug2dsubx","webSpace":"clitest.rga3qk6iy4it5oxhuoybtgavinwo5zcbr4uknrwll4othwccioiusfihkv6ug2dsubx-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-quick-cdhov7lxnxm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901322","name":"webapp-linux-logpwmtb5ds","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901322,"deletedTimestamp":"2018-11-15T06:12:18.9787699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqabaxlwe2qcre3dbb6vinwz2t5w3ksx3k5tt4pq33jenr43xqizjxs4ypa7546kqj","webSpace":"clitest.rgqabaxlwe2qcre3dbb6vinwz2t5w3ksx3k5tt4pq33jenr43xqizjxs4ypa7546kqj-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logpwmtb5ds","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901330","name":"webapp-quick-linuxisi2ke","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901330,"deletedTimestamp":"2018-11-15T06:12:54.8386948","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgsu3t5fomcr6tfwsc6zvjy5cvobn4gsqwyln7v3dtca5fsgkoimn22vizpdcmwofdt","webSpace":"clitest.rgsu3t5fomcr6tfwsc6zvjy5cvobn4gsqwyln7v3dtca5fsgkoimn22vizpdcmwofdt-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxisi2ke","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901341","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901341,"deletedTimestamp":"2018-11-15T06:13:15.5453605","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfuizkppmyd4isoilifgp7ndmf2glyinr26zvlmsobj2utnxcb7mva2z457ef5qmrj","webSpace":"clitest.rgfuizkppmyd4isoilifgp7ndmf2glyinr26zvlmsobj2utnxcb7mva2z457ef5qmrj-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901344","name":"slot-test-web3brsdd4zx7w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901344,"deletedTimestamp":"2018-11-15T06:13:39.5843151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrrjhk5lsm3qnxbdkqlczozggslpqgeqmuugjdhagyl2tyh6xm22negbp3l35lnsa3","webSpace":"clitest.rgrrjhk5lsm3qnxbdkqlczozggslpqgeqmuugjdhagyl2tyh6xm22negbp3l35lnsa3-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-web3brsdd4zx7w","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901345","name":"slot-test-web3brsdd4zx7w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901345,"deletedTimestamp":"2018-11-15T06:13:41.6530937","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrrjhk5lsm3qnxbdkqlczozggslpqgeqmuugjdhagyl2tyh6xm22negbp3l35lnsa3","webSpace":"clitest.rgrrjhk5lsm3qnxbdkqlczozggslpqgeqmuugjdhagyl2tyh6xm22negbp3l35lnsa3-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-web3brsdd4zx7w","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901353","name":"slot-test-web3brsdd4zx7w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901353,"deletedTimestamp":"2018-11-15T06:14:20.1602395","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrrjhk5lsm3qnxbdkqlczozggslpqgeqmuugjdhagyl2tyh6xm22negbp3l35lnsa3","webSpace":"clitest.rgrrjhk5lsm3qnxbdkqlczozggslpqgeqmuugjdhagyl2tyh6xm22negbp3l35lnsa3-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-test-web3brsdd4zx7w","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901379","name":"undelete-webqcmdsxh3dkze","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901379,"deletedTimestamp":"2018-11-15T06:15:21.4499322","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2tkya2mlpqh6ikwucdwfe6erwgjwfrcje4hvg2y6q6k3w3a7m654xya6x6gl2beqb","webSpace":"clitest.rg2tkya2mlpqh6ikwucdwfe6erwgjwfrcje4hvg2y6q6k3w3a7m654xya6x6gl2beqb-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"undelete-webqcmdsxh3dkze","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901436","name":"cliozg7exmn7q2636dq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901436,"deletedTimestamp":"2018-11-15T06:18:14.2098529","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgltztv2saqb","webSpace":"clitest.rgltztv2saqb-CentralUSwebspace","stamp":"waws-prod-dm1-105","deletedSiteName":"cliozg7exmn7q2636dq","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19901971","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19901971,"deletedTimestamp":"2018-11-15T06:50:13.6485204","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_create2hc7gjo2lux7qi24m6deywij5gtxn2amhxo56pxso2miwnvt44r","webSpace":"cli_test_resource_create2hc7gjo2lux7qi24m6deywij5gtxn2amhxo56pxso2miwnvt44r-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909339","name":"JAVAwebapp-8207486981","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909339,"deletedTimestamp":"2018-11-15T11:40:15.5034231","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0a1481436","webSpace":"javacsmrg0a1481436-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-8207486981","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909342","name":"java-webapp-429489","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909342,"deletedTimestamp":"2018-11-15T11:40:16.4418644","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg18b72270c","webSpace":"javacsmrg18b72270c-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-429489","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909343","name":"java-webapp-729772europe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909343,"deletedTimestamp":"2018-11-15T11:40:16.4837045","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg21297672d","webSpace":"javacsmrg21297672d-NorthEuropewebspace","stamp":"waws-prod-db3-101","deletedSiteName":"java-webapp-729772europe","slot":"Production","kind":"app,linux","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909344","name":"java-webapp-729772","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909344,"deletedTimestamp":"2018-11-15T11:40:16.6086916","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1fd030435","webSpace":"javacsmrg1fd030435-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-729772","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909347","name":"JAVAwebapp-54230110c7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909347,"deletedTimestamp":"2018-11-15T11:40:20.8023365","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg46d709334","webSpace":"javacsmrg46d709334-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-54230110c7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909348","name":"java-webapp-951899","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909348,"deletedTimestamp":"2018-11-15T11:40:22.0242725","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4ae60223e","webSpace":"javacsmrg4ae60223e-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-951899","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909350","name":"java-webapp-840575","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909350,"deletedTimestamp":"2018-11-15T11:40:22.7742672","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg26c67027d","webSpace":"javacsmrg26c67027d-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-840575","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909352","name":"java-webapp-542432","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909352,"deletedTimestamp":"2018-11-15T11:40:23.0440703","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4a541528c","webSpace":"javacsmrg4a541528c-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-542432","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909353","name":"java-webapp-546671","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909353,"deletedTimestamp":"2018-11-15T11:40:23.1181022","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgffa664927","webSpace":"javacsmrgffa664927-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-546671","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909356","name":"java-webapp-96576a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909356,"deletedTimestamp":"2018-11-15T11:40:23.5052565","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2b9348612","webSpace":"javacsmrg2b9348612-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-96576a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909357","name":"java-webapp-56387c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909357,"deletedTimestamp":"2018-11-15T11:40:23.5292205","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg310724502","webSpace":"javacsmrg310724502-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-56387c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909358","name":"java-webapp-32509c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909358,"deletedTimestamp":"2018-11-15T11:40:23.5170540","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg18b72270c","webSpace":"javacsmrg18b72270c-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-32509c","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909359","name":"java-webapp-96576a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909359,"deletedTimestamp":"2018-11-15T11:40:23.5834047","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2b9348612","webSpace":"javacsmrg2b9348612-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-96576a","slot":"java-slot-e9d892172","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909360","name":"java-webapp-96576a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909360,"deletedTimestamp":"2018-11-15T11:40:23.6458859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2b9348612","webSpace":"javacsmrg2b9348612-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-96576a","slot":"java-slot-7d815424a","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909363","name":"java-webapp-361979","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909363,"deletedTimestamp":"2018-11-15T11:40:26.0923637","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg87d58625e","webSpace":"javacsmrg87d58625e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-361979","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909364","name":"java-webapp-361979","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909364,"deletedTimestamp":"2018-11-15T11:40:26.1392318","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg87d58625e","webSpace":"javacsmrg87d58625e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-361979","slot":"java-slot-ea6265494","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19909365","name":"java-webapp-361979","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19909365,"deletedTimestamp":"2018-11-15T11:40:26.1861076","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg87d58625e","webSpace":"javacsmrg87d58625e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-361979","slot":"java-slot-e93884603","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915082","name":"webapp1-f4c258177f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915082,"deletedTimestamp":"2018-11-15T15:15:00.3543509","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ebe695008f95","webSpace":"rg1nemv_ebe695008f95-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-f4c258177f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915102","name":"webapp3-65614632b5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915102,"deletedTimestamp":"2018-11-15T15:15:38.1855226","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ebe695008f95","webSpace":"rg1nemv_ebe695008f95-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp3-65614632b5","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915105","name":"webapp1-b5e80497e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915105,"deletedTimestamp":"2018-11-15T15:15:40.6256903","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_46629698b1b4","webSpace":"rg1nemv_46629698b1b4-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-b5e80497e5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915106","name":"webapp2-2ea727213a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915106,"deletedTimestamp":"2018-11-15T15:15:41.2564586","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_ebe695008f95","webSpace":"rg1nemv_ebe695008f95-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-2ea727213a","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915117","name":"webapp2-06d919250f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915117,"deletedTimestamp":"2018-11-15T15:15:58.9605524","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_b31010307fe9","webSpace":"rgnemv_b31010307fe9-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-06d919250f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915122","name":"webapp1-cf860946e3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915122,"deletedTimestamp":"2018-11-15T15:16:09.2907455","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_b31010307fe9","webSpace":"rgnemv_b31010307fe9-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-cf860946e3","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915123","name":"webapp2-82444576a7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915123,"deletedTimestamp":"2018-11-15T15:16:11.1744930","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ac2953702dea","webSpace":"rgnemv_ac2953702dea-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp2-82444576a7","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915125","name":"webapp3-4ce7681484","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915125,"deletedTimestamp":"2018-11-15T15:16:16.6916968","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_46629698b1b4","webSpace":"rg1nemv_46629698b1b4-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp3-4ce7681484","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915126","name":"webapp1-59011753fc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915126,"deletedTimestamp":"2018-11-15T15:16:18.7717591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_ac2953702dea","webSpace":"rgnemv_ac2953702dea-EastUS2webspace","stamp":"waws-prod-bn1-009","deletedSiteName":"webapp1-59011753fc","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915128","name":"webapp2-fcd23952e8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915128,"deletedTimestamp":"2018-11-15T15:16:20.5848497","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_46629698b1b4","webSpace":"rg1nemv_46629698b1b4-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp2-fcd23952e8","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915130","name":"webapp2-e9c6196696","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915130,"deletedTimestamp":"2018-11-15T15:16:25.8987540","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_0745166167bb","webSpace":"rgnemv_0745166167bb-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp2-e9c6196696","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915132","name":"webapp1-0a352345a3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915132,"deletedTimestamp":"2018-11-15T15:16:33.9464396","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_0745166167bb","webSpace":"rgnemv_0745166167bb-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp1-0a352345a3","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915156","name":"webapp1-31f06132a5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915156,"deletedTimestamp":"2018-11-15T15:16:57.7895812","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_63603531a106","webSpace":"rg1nemv_63603531a106-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"webapp1-31f06132a5","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915174","name":"webapp2-9b4194903f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915174,"deletedTimestamp":"2018-11-15T15:17:34.3478548","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_63603531a106","webSpace":"rg1nemv_63603531a106-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"webapp2-9b4194903f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915177","name":"webapp3-57a4173065","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915177,"deletedTimestamp":"2018-11-15T15:17:36.2839525","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_63603531a106","webSpace":"rg1nemv_63603531a106-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"webapp3-57a4173065","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915234","name":"webapp1-12f7677175","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915234,"deletedTimestamp":"2018-11-15T15:19:35.5232796","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf71701205c3a13e562","webSpace":"rgf71701205c3a13e562-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp1-12f7677175","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915236","name":"webapp5-5071695905","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915236,"deletedTimestamp":"2018-11-15T15:19:38.2277288","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf71701205c3a13e562","webSpace":"rgf71701205c3a13e562-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-5071695905","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915242","name":"webapp3-f247360904","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915242,"deletedTimestamp":"2018-11-15T15:19:45.0760056","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf71701205c3a13e562","webSpace":"rgf71701205c3a13e562-WestEuropewebspace","stamp":"waws-prod-am2-221","deletedSiteName":"webapp3-f247360904","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915248","name":"webapp4-be2402213b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915248,"deletedTimestamp":"2018-11-15T15:19:53.1165014","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf71701205c3a13e562","webSpace":"rgf71701205c3a13e562-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-be2402213b","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915249","name":"webapp2-8822094307","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915249,"deletedTimestamp":"2018-11-15T15:19:55.5719140","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf71701205c3a13e562","webSpace":"rgf71701205c3a13e562-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-8822094307","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915254","name":"webapp6-8ac44377e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915254,"deletedTimestamp":"2018-11-15T15:20:02.9060845","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgf71701205c3a13e562","webSpace":"rgf71701205c3a13e562-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-8ac44377e4","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915418","name":"webapp1-03927785d2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915418,"deletedTimestamp":"2018-11-15T15:25:08.9579630","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge591051113a9420","webSpace":"rge591051113a9420-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-03927785d2","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915419","name":"webapp1-03927785d2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915419,"deletedTimestamp":"2018-11-15T15:25:09.0361326","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge591051113a9420","webSpace":"rge591051113a9420-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-03927785d2","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915426","name":"webapp3-c085693352","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915426,"deletedTimestamp":"2018-11-15T15:25:18.9550425","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge591051113a9420","webSpace":"rge591051113a9420-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-c085693352","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915427","name":"webapp3-c085693352","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915427,"deletedTimestamp":"2018-11-15T15:25:19.0018924","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge591051113a9420","webSpace":"rge591051113a9420-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-c085693352","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915432","name":"webapp2-1e73199685","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915432,"deletedTimestamp":"2018-11-15T15:25:25.2067635","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge591051113a9420","webSpace":"rge591051113a9420-WestEuropewebspace","stamp":"waws-prod-am2-121","deletedSiteName":"webapp2-1e73199685","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915433","name":"webapp2-1e73199685","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915433,"deletedTimestamp":"2018-11-15T15:25:25.2536023","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge591051113a9420","webSpace":"rge591051113a9420-WestEuropewebspace","stamp":"waws-prod-am2-121","deletedSiteName":"webapp2-1e73199685","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915486","name":"webapp5-82404695ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915486,"deletedTimestamp":"2018-11-15T15:27:43.4857126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6f700398b79c","webSpace":"rgnemv_6f700398b79c-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp5-82404695ba","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915489","name":"webapp2-52e6428069","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915489,"deletedTimestamp":"2018-11-15T15:27:47.9695269","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6f700398b79c","webSpace":"rgnemv_6f700398b79c-WestEuropewebspace","stamp":"waws-prod-am2-173","deletedSiteName":"webapp2-52e6428069","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915491","name":"webapp4-77532276ee","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915491,"deletedTimestamp":"2018-11-15T15:27:52.4377131","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6f700398b79c","webSpace":"rgnemv_6f700398b79c-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp4-77532276ee","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915495","name":"webapp1-a9d9276481","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915495,"deletedTimestamp":"2018-11-15T15:27:58.8054812","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6f700398b79c","webSpace":"rgnemv_6f700398b79c-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-a9d9276481","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915504","name":"webapp3-9f054447b4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915504,"deletedTimestamp":"2018-11-15T15:28:10.5178706","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6f700398b79c","webSpace":"rgnemv_6f700398b79c-EastAsiawebspace","stamp":"waws-prod-hk1-009","deletedSiteName":"webapp3-9f054447b4","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915808","name":"webapp3-c0232525f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915808,"deletedTimestamp":"2018-11-15T15:34:49.0129373","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6db9034698abbb0","webSpace":"rg6db9034698abbb0-EastAsiawebspace","stamp":"waws-prod-hk1-011","deletedSiteName":"webapp3-c0232525f9","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915809","name":"webapp3-c0232525f9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915809,"deletedTimestamp":"2018-11-15T15:34:49.0754403","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6db9034698abbb0","webSpace":"rg6db9034698abbb0-EastAsiawebspace","stamp":"waws-prod-hk1-011","deletedSiteName":"webapp3-c0232525f9","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915815","name":"webapp2-a177915461","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915815,"deletedTimestamp":"2018-11-15T15:34:56.9175114","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6db9034698abbb0","webSpace":"rg6db9034698abbb0-WestEuropewebspace","stamp":"waws-prod-am2-165","deletedSiteName":"webapp2-a177915461","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915816","name":"webapp2-a177915461","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915816,"deletedTimestamp":"2018-11-15T15:34:57.0738313","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6db9034698abbb0","webSpace":"rg6db9034698abbb0-WestEuropewebspace","stamp":"waws-prod-am2-165","deletedSiteName":"webapp2-a177915461","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915826","name":"webapp1-3973701672","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915826,"deletedTimestamp":"2018-11-15T15:35:04.6714379","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6db9034698abbb0","webSpace":"rg6db9034698abbb0-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp1-3973701672","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915827","name":"webapp1-3973701672","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915827,"deletedTimestamp":"2018-11-15T15:35:04.7807987","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg6db9034698abbb0","webSpace":"rg6db9034698abbb0-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp1-3973701672","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915897","name":"webapp2-4dd89477e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915897,"deletedTimestamp":"2018-11-15T15:36:41.0429865","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8569565473b0","webSpace":"rgnemv_8569565473b0-WestEuropewebspace","stamp":"waws-prod-am2-193","deletedSiteName":"webapp2-4dd89477e9","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915904","name":"webapp3-7c58838937","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915904,"deletedTimestamp":"2018-11-15T15:36:50.2912459","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8569565473b0","webSpace":"rgnemv_8569565473b0-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-7c58838937","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915913","name":"webapp4-41d15952c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915913,"deletedTimestamp":"2018-11-15T15:36:56.0856054","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8569565473b0","webSpace":"rgnemv_8569565473b0-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp4-41d15952c1","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915923","name":"webapp1-25832950f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915923,"deletedTimestamp":"2018-11-15T15:37:04.1724897","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8569565473b0","webSpace":"rgnemv_8569565473b0-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-25832950f2","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915930","name":"webapp5-ea8469864b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915930,"deletedTimestamp":"2018-11-15T15:37:12.0720862","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_8569565473b0","webSpace":"rgnemv_8569565473b0-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp5-ea8469864b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915964","name":"webapp3-5e41590512","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915964,"deletedTimestamp":"2018-11-15T15:38:08.2637825","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf379053292b187198","webSpace":"rgaf379053292b187198-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp3-5e41590512","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915969","name":"webapp1-ac11700203","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915969,"deletedTimestamp":"2018-11-15T15:38:10.3962090","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf379053292b187198","webSpace":"rgaf379053292b187198-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-ac11700203","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915975","name":"webapp6-39a86174bb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915975,"deletedTimestamp":"2018-11-15T15:38:15.3065183","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf379053292b187198","webSpace":"rgaf379053292b187198-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-39a86174bb","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915978","name":"webapp4-621227910b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915978,"deletedTimestamp":"2018-11-15T15:38:17.4372409","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf379053292b187198","webSpace":"rgaf379053292b187198-NorthEuropewebspace","stamp":"waws-prod-db3-119","deletedSiteName":"webapp4-621227910b","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915985","name":"webapp5-ee547163e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915985,"deletedTimestamp":"2018-11-15T15:38:25.0149562","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf379053292b187198","webSpace":"rgaf379053292b187198-SoutheastAsiawebspace","stamp":"waws-prod-sg1-029","deletedSiteName":"webapp5-ee547163e9","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19915987","name":"webapp2-43600116f2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19915987,"deletedTimestamp":"2018-11-15T15:38:31.9891768","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaf379053292b187198","webSpace":"rgaf379053292b187198-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"webapp2-43600116f2","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19916159","name":"wnrsat55478223a21e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19916159,"deletedTimestamp":"2018-11-15T15:42:10.9631236","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsatabe5679265ba4","webSpace":"rgrsatabe5679265ba4-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"wnrsat55478223a21e5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19916469","name":"mytestscalewebappf679364099","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19916469,"deletedTimestamp":"2018-11-15T15:48:15.7715856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup1e222313806","webSpace":"myresourcegroup1e222313806-SouthCentralUSwebspace","stamp":"waws-prod-sn1-153","deletedSiteName":"mytestscalewebappf679364099","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918204","name":"java-webapp-753087","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918204,"deletedTimestamp":"2018-11-15T16:49:29.3558061","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb7653010d","webSpace":"javacsmrgb7653010d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-753087","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918223","name":"java-webapp-283013","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918223,"deletedTimestamp":"2018-11-15T16:50:03.8176230","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg80c685829","webSpace":"javacsmrg80c685829-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-283013","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918226","name":"java-webapp-553464","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918226,"deletedTimestamp":"2018-11-15T16:50:16.4624265","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8b1876719","webSpace":"javacsmrg8b1876719-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-553464","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918236","name":"java-func-0a9649740","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918236,"deletedTimestamp":"2018-11-15T16:50:45.5352413","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg089512506","webSpace":"javacsmrg089512506-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-func-0a9649740","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918238","name":"java-func-25f987803","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918238,"deletedTimestamp":"2018-11-15T16:50:47.6104721","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3d5153362","webSpace":"javacsmrg3d5153362-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-func-25f987803","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918244","name":"java-func-a3e05437a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918244,"deletedTimestamp":"2018-11-15T16:50:58.2352457","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg3d5153362","webSpace":"javacsmrg3d5153362-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-func-a3e05437a","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918361","name":"java-webapp-439505","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918361,"deletedTimestamp":"2018-11-15T16:54:58.1392906","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg41b110948","webSpace":"javacsmrg41b110948-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-439505","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918365","name":"java-webapp-095931","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918365,"deletedTimestamp":"2018-11-15T16:54:59.7998363","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg41b110948","webSpace":"javacsmrg41b110948-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-095931","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918544","name":"java-webapp-41709e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918544,"deletedTimestamp":"2018-11-15T17:03:15.0629522","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga92894620","webSpace":"javacsmrga92894620-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-41709e","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918546","name":"java-webapp-58145f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918546,"deletedTimestamp":"2018-11-15T17:03:21.6834783","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga92894620","webSpace":"javacsmrga92894620-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-58145f","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19918634","name":"rs3c321319","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19918634,"deletedTimestamp":"2018-11-15T17:07:34.3480285","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg3c321319","webSpace":"rg3c321319-SouthCentralUSwebspace","stamp":"waws-prod-sn1-141","deletedSiteName":"rs3c321319","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19920443","name":"java-webapp-859207","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19920443,"deletedTimestamp":"2018-11-15T18:25:31.6498106","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd95570843","webSpace":"javacsmrgd95570843-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-859207","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19920453","name":"java-webapp-144039","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19920453,"deletedTimestamp":"2018-11-15T18:26:17.5983756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg41f196179","webSpace":"javacsmrg41f196179-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-144039","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19920580","name":"java-func-8d0097379","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19920580,"deletedTimestamp":"2018-11-15T18:30:33.6302885","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd8655134c","webSpace":"javacsmrgd8655134c-WestUSwebspace","stamp":"waws-prod-bay-053","deletedSiteName":"java-func-8d0097379","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19920581","name":"java-func-88e604591","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19920581,"deletedTimestamp":"2018-11-15T18:30:33.6953746","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgad902497e","webSpace":"javacsmrgad902497e-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-func-88e604591","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19920585","name":"java-func-eb1645975","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19920585,"deletedTimestamp":"2018-11-15T18:30:41.5281304","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd8655134c","webSpace":"javacsmrgd8655134c-WestUSwebspace","stamp":"waws-prod-bay-053","deletedSiteName":"java-func-eb1645975","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921075","name":"webapp1-489817304f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921075,"deletedTimestamp":"2018-11-15T18:57:41.8276210","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_022658433068","webSpace":"rg1nemv_022658433068-WestUSwebspace","stamp":"waws-prod-bay-071","deletedSiteName":"webapp1-489817304f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921135","name":"java-webapp-55685c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921135,"deletedTimestamp":"2018-11-15T19:01:06.4594856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdd2334680","webSpace":"javacsmrgdd2334680-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-55685c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921136","name":"java-webapp-55685c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921136,"deletedTimestamp":"2018-11-15T19:01:06.5376127","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdd2334680","webSpace":"javacsmrgdd2334680-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-55685c","slot":"java-slot-fb9802092","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921485","name":"java-webapp-376397","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921485,"deletedTimestamp":"2018-11-15T19:12:49.8746165","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg67e962764","webSpace":"javacsmrg67e962764-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-376397","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921489","name":"java-webapp-22400a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921489,"deletedTimestamp":"2018-11-15T19:12:57.0612830","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg67e962764","webSpace":"javacsmrg67e962764-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-22400a","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921543","name":"java-webapp-56812e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921543,"deletedTimestamp":"2018-11-15T19:15:33.3610027","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6dc281180","webSpace":"javacsmrg6dc281180-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-56812e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921574","name":"JAVAwebapp-5529836818","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921574,"deletedTimestamp":"2018-11-15T19:16:57.7474417","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg973465545","webSpace":"javacsmrg973465545-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"JAVAwebapp-5529836818","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921623","name":"JAVAwebapp-d5c2597459","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921623,"deletedTimestamp":"2018-11-15T19:18:40.1832601","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd4f438655","webSpace":"javacsmrgd4f438655-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"JAVAwebapp-d5c2597459","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921669","name":"java-webapp-35403d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921669,"deletedTimestamp":"2018-11-15T19:20:01.3400154","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg34b533053","webSpace":"javacsmrg34b533053-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-35403d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921689","name":"java-webapp-60924e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921689,"deletedTimestamp":"2018-11-15T19:20:53.1186556","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg935599235","webSpace":"javacsmrg935599235-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-60924e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921753","name":"java-webapp-740862","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921753,"deletedTimestamp":"2018-11-15T19:23:27.4673832","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5d3463566","webSpace":"javacsmrg5d3463566-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-740862","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921829","name":"java-webapp-03504c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921829,"deletedTimestamp":"2018-11-15T19:27:32.4097028","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5c8121218","webSpace":"javacsmrg5c8121218-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-03504c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19921830","name":"java-webapp-03504c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19921830,"deletedTimestamp":"2018-11-15T19:27:32.4565742","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5c8121218","webSpace":"javacsmrg5c8121218-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-03504c","slot":"java-slot-c94865597","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19922066","name":"java-webapp-819930","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19922066,"deletedTimestamp":"2018-11-15T19:35:17.5883432","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbf9754237","webSpace":"javacsmrgbf9754237-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-819930","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19922068","name":"java-webapp-727501","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19922068,"deletedTimestamp":"2018-11-15T19:35:19.8902545","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgbf9754237","webSpace":"javacsmrgbf9754237-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-727501","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19922146","name":"java-webapp-522651","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19922146,"deletedTimestamp":"2018-11-15T19:38:30.5474016","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2c434043f","webSpace":"javacsmrg2c434043f-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-522651","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19922169","name":"java-webapp-868960","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19922169,"deletedTimestamp":"2018-11-15T19:40:03.6974533","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7ca655543","webSpace":"javacsmrg7ca655543-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-868960","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19922170","name":"java-webapp-59758c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19922170,"deletedTimestamp":"2018-11-15T19:40:05.7381115","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7ca655543","webSpace":"javacsmrg7ca655543-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-59758c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19922225","name":"java-func-034226965","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19922225,"deletedTimestamp":"2018-11-15T19:42:05.2236871","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8cf57614c","webSpace":"javacsmrg8cf57614c-WestUSwebspace","stamp":"waws-prod-bay-075","deletedSiteName":"java-func-034226965","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19924683","name":"java-webapp-593097","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19924683,"deletedTimestamp":"2018-11-15T21:18:25.8526750","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg69c718665","webSpace":"javacsmrg69c718665-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-593097","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19924685","name":"java-webapp-745036","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19924685,"deletedTimestamp":"2018-11-15T21:18:28.5219194","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg69c718665","webSpace":"javacsmrg69c718665-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-745036","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19924774","name":"java-webapp-721229","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19924774,"deletedTimestamp":"2018-11-15T21:21:17.9127016","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg57b013081","webSpace":"javacsmrg57b013081-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-721229","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19924775","name":"java-webapp-721229","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19924775,"deletedTimestamp":"2018-11-15T21:21:17.9596143","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg57b013081","webSpace":"javacsmrg57b013081-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-721229","slot":"java-slot-a6a06253d","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19924776","name":"java-webapp-721229","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19924776,"deletedTimestamp":"2018-11-15T21:21:18.0064578","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg57b013081","webSpace":"javacsmrg57b013081-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-721229","slot":"java-slot-fef597693","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19925877","name":"webapp1-29c3169377","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19925877,"deletedTimestamp":"2018-11-15T22:08:15.4039819","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8ba56195fbbd","webSpace":"rg1nemv_8ba56195fbbd-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-29c3169377","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19925896","name":"webapp2-26636918fb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19925896,"deletedTimestamp":"2018-11-15T22:08:59.0286597","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8ba56195fbbd","webSpace":"rg1nemv_8ba56195fbbd-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp2-26636918fb","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19925897","name":"webapp3-f2741060ee","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19925897,"deletedTimestamp":"2018-11-15T22:09:00.8184706","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_8ba56195fbbd","webSpace":"rg1nemv_8ba56195fbbd-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp3-f2741060ee","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19926160","name":"webapp1-1a0593908e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19926160,"deletedTimestamp":"2018-11-15T22:23:16.4708108","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_82301838e77f","webSpace":"rg1nemv_82301838e77f-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-1a0593908e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19926171","name":"webapp2-8ba05891f0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19926171,"deletedTimestamp":"2018-11-15T22:23:55.1683269","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_82301838e77f","webSpace":"rg1nemv_82301838e77f-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp2-8ba05891f0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19926172","name":"webapp3-1ff7390861","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19926172,"deletedTimestamp":"2018-11-15T22:23:57.3001207","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_82301838e77f","webSpace":"rg1nemv_82301838e77f-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp3-1ff7390861","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19926203","name":"webapp1-8626104721","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19926203,"deletedTimestamp":"2018-11-15T22:26:16.5752471","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4cb48699768f","webSpace":"rg1nemv_4cb48699768f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-8626104721","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19926214","name":"webapp2-2e512048ab","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19926214,"deletedTimestamp":"2018-11-15T22:26:57.2049864","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4cb48699768f","webSpace":"rg1nemv_4cb48699768f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-2e512048ab","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19926215","name":"webapp3-c35853076c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19926215,"deletedTimestamp":"2018-11-15T22:26:59.3203588","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4cb48699768f","webSpace":"rg1nemv_4cb48699768f-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp3-c35853076c","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934235","name":"weboyuzhvsqjdhbwdixjseei","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934235,"deletedTimestamp":"2018-11-16T06:07:57.3652608","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxq7u2w4jql6kqxp5ietxckwazagjc3sfw3tv57e7eecd7ri2shcthg7ojn64kxoy3","webSpace":"clitest.rgxq7u2w4jql6kqxp5ietxckwazagjc3sfw3tv57e7eecd7ri2shcthg7ojn64kxoy3-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"weboyuzhvsqjdhbwdixjseei","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934236","name":"web-del-testg77tqnivaz76","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934236,"deletedTimestamp":"2018-11-16T06:08:02.7485105","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgymwpf4xfxe2tojs2yy6z42lyza4s556nz666orzq43qc54jwqeiwtmkhizdbwhb5x","webSpace":"clitest.rgymwpf4xfxe2tojs2yy6z42lyza4s556nz666orzq43qc54jwqeiwtmkhizdbwhb5x-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"web-del-testg77tqnivaz76","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934239","name":"functionapplinuxconsumption4ylhunc3k7ijy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934239,"deletedTimestamp":"2018-11-16T06:08:11.2602931","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxjch5llekuq3ca3tpjc5bah6wyztjq3ihhtajx75m6aolhwiey","webSpace":"azurecli-functionapp-linuxjch5llekuq3ca3tpjc5bah6wyztjq3ihhtajx75m6aolhwiey-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumption4ylhunc3k7ijy","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934242","name":"functionapp-linuxba3okgj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934242,"deletedTimestamp":"2018-11-16T06:08:24.8671068","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgohwwmossc4sdfdbydnzhk3qhawawfai32vr2s6cfi7aziqtyl7y3tl2wtk3hxwkde","webSpace":"clitest.rgohwwmossc4sdfdbydnzhk3qhawawfai32vr2s6cfi7aziqtyl7y3tl2wtk3hxwkde-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxba3okgj","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934246","name":"webapp-authentication-testa5q56zbq2n6pmo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934246,"deletedTimestamp":"2018-11-16T06:08:44.7275082","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationg6lysglrf43zbaweqicfl3m2gchcqacgpu7y74dyuehp2","webSpace":"cli_test_webapp_authenticationg6lysglrf43zbaweqicfl3m2gchcqacgpu7y74dyuehp2-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-authentication-testa5q56zbq2n6pmo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934247","name":"functionappconsumption5fjuv6tahokdxya22e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934247,"deletedTimestamp":"2018-11-16T06:08:45.1895790","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2e2ddzd33e2mlqidr24r43sxajzet7hoae475wwutqwzbb3lgfu","webSpace":"azurecli-functionapp-c-e2e2ddzd33e2mlqidr24r43sxajzet7hoae475wwutqwzbb3lgfu-WestUSwebspace","stamp":"waws-prod-bay-027","deletedSiteName":"functionappconsumption5fjuv6tahokdxya22e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934248","name":"web-errorodzh5puhbfrm7jk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934248,"deletedTimestamp":"2018-11-16T06:08:46.6745591","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgld6z6rp5pxqy2yyrxnw7kfq3epcxesjqrrkqpkuvw6qitkh2raitijk6jgjk6m2g5","webSpace":"clitest.rgld6z6rp5pxqy2yyrxnw7kfq3epcxesjqrrkqpkuvw6qitkh2raitijk6jgjk6m2g5-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-errorodzh5puhbfrm7jk","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934251","name":"slot-traffic-webj24ex74t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934251,"deletedTimestamp":"2018-11-16T06:08:55.5258784","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfsmawjaodueebfwldhllbql6limayp5ldpypijy4fbqoj6hm2jqq34rdlw2dhz2e4","webSpace":"clitest.rgfsmawjaodueebfwldhllbql6limayp5ldpypijy4fbqoj6hm2jqq34rdlw2dhz2e4-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"slot-traffic-webj24ex74t","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934252","name":"slot-traffic-webg56hyra5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934252,"deletedTimestamp":"2018-11-16T06:08:57.5065083","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi6jxzjybkjqiqkoabap3s36uazsifo6qrv7txtkzhuhlcxdxgv7jbuqan5fc2amxh","webSpace":"clitest.rgi6jxzjybkjqiqkoabap3s36uazsifo6qrv7txtkzhuhlcxdxgv7jbuqan5fc2amxh-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"slot-traffic-webg56hyra5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934253","name":"slot-traffic-webg56hyra5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934253,"deletedTimestamp":"2018-11-16T06:08:58.2955852","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi6jxzjybkjqiqkoabap3s36uazsifo6qrv7txtkzhuhlcxdxgv7jbuqan5fc2amxh","webSpace":"clitest.rgi6jxzjybkjqiqkoabap3s36uazsifo6qrv7txtkzhuhlcxdxgv7jbuqan5fc2amxh-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"slot-traffic-webg56hyra5","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934255","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934255,"deletedTimestamp":"2018-11-16T06:09:05.1143846","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4jcpchunuh65ow6op3bhzu7hwo66vyvk5lm3qajisemggcjqui3uufaic2innlp3z","webSpace":"clitest.rg4jcpchunuh65ow6op3bhzu7hwo66vyvk5lm3qajisemggcjqui3uufaic2innlp3z-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934256","name":"webapp-e2epcjsrmjddu7glb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934256,"deletedTimestamp":"2018-11-16T06:09:09.9153030","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtnuvfuvjz2yufocpjgac4fyn5letibpcatvvpjmngykbzzcvogjf3thclksfq4v7a","webSpace":"clitest.rgtnuvfuvjz2yufocpjgac4fyn5letibpcatvvpjmngykbzzcvogjf3thclksfq4v7a-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-e2epcjsrmjddu7glb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934258","name":"webapp-config-test75hw6gpdp44qxsvnq45qlo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934258,"deletedTimestamp":"2018-11-16T06:09:11.6328937","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configca2b7u57x7xg7a2azsnk4etyvjzudo4xjtla6lnopx7ge5jfu7mzn","webSpace":"cli_test_webapp_configca2b7u57x7xg7a2azsnk4etyvjzudo4xjtla6lnopx7ge5jfu7mzn-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-config-test75hw6gpdp44qxsvnq45qlo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934259","name":"web-msihqy3cfx23u7xr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934259,"deletedTimestamp":"2018-11-16T06:09:16.6272352","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgknw5gsrmcd24j5msmyepux5hxkughbqxbz47vhufairmhm5ozdx4k6mwxzdnq74bh","webSpace":"clitest.rgknw5gsrmcd24j5msmyepux5hxkughbqxbz47vhufairmhm5ozdx4k6mwxzdnq74bh-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-msihqy3cfx23u7xr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934260","name":"webappacrtestg3lb63rfk2c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934260,"deletedTimestamp":"2018-11-16T06:09:17.8403014","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rghxn3du5hwtxkqm2hfqlvxqkupburcxuvnhephoftdzinfb27oa2oypgxcxj663aoz","webSpace":"clitest.rghxn3du5hwtxkqm2hfqlvxqkupburcxuvnhephoftdzinfb27oa2oypgxcxj663aoz-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestg3lb63rfk2c","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934261","name":"web-ssl-testxgo5xyl4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934261,"deletedTimestamp":"2018-11-16T06:09:20.7193430","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg76jmqthdjzqx57vlvvtrzxakoqfs22tvzr4s7axg4t5cfsl5mfm4gldzden6t6cfc","webSpace":"clitest.rg76jmqthdjzqx57vlvvtrzxakoqfs22tvzr4s7axg4t5cfsl5mfm4gldzden6t6cfc-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-ssl-testxgo5xyl4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934262","name":"func-e2ewrt5t43jo6jbu5hi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934262,"deletedTimestamp":"2018-11-16T06:09:23.4300596","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfgal6ocanmu5n6ktolba7urgmjynpl2v5lq3kncgcykc5homiwiqx462ira7d4suh","webSpace":"clitest.rgfgal6ocanmu5n6ktolba7urgmjynpl2v5lq3kncgcykc5homiwiqx462ira7d4suh-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"func-e2ewrt5t43jo6jbu5hi","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934265","name":"delete-me-webcgved3qzd7r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934265,"deletedTimestamp":"2018-11-16T06:09:37.6735423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmjkv7yjcmnyexjhfoffuzlc6xyovuvpdmsafrhkmu3kanq4vivfxbfdqk7ov3zux5","webSpace":"clitest.rgmjkv7yjcmnyexjhfoffuzlc6xyovuvpdmsafrhkmu3kanq4vivfxbfdqk7ov3zux5-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"delete-me-webcgved3qzd7r","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934266","name":"webapp-quickwcveoovvscjm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934266,"deletedTimestamp":"2018-11-16T06:09:40.1812389","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgarsdpmaah2foiz3xueqbbav44vjcmt63ktldbcdbjeg5nszcrsvqqgwsswsvnrx7e","webSpace":"clitest.rgarsdpmaah2foiz3xueqbbav44vjcmt63ktldbcdbjeg5nszcrsvqqgwsswsvnrx7e-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-quickwcveoovvscjm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934267","name":"webapp-quickw3swu3rjhrbf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934267,"deletedTimestamp":"2018-11-16T06:09:40.4251595","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg36bbs3snnjwp3ervreywjjtjkjkegodv2og5bwhf2wufexrnx3hjbr6ri4fh3zbzq","webSpace":"clitest.rg36bbs3snnjwp3ervreywjjtjkjkegodv2og5bwhf2wufexrnx3hjbr6ri4fh3zbzq-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"webapp-quickw3swu3rjhrbf","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934269","name":"webapp-linux-multitd3qxn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934269,"deletedTimestamp":"2018-11-16T06:09:54.9792348","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtsm2lpg6bqbq7pehf74ubrcqsohtelg2kxdogbexwxctnmglpbhu3q4f2jqrr7424","webSpace":"clitest.rgtsm2lpg6bqbq7pehf74ubrcqsohtelg2kxdogbexwxctnmglpbhu3q4f2jqrr7424-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-multitd3qxn","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934270","name":"func-e2ejwpr7nuz6kxohpma","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934270,"deletedTimestamp":"2018-11-16T06:10:01.6925855","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfgal6ocanmu5n6ktolba7urgmjynpl2v5lq3kncgcykc5homiwiqx462ira7d4suh","webSpace":"clitest.rgfgal6ocanmu5n6ktolba7urgmjynpl2v5lq3kncgcykc5homiwiqx462ira7d4suh-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"func-e2ejwpr7nuz6kxohpma","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934272","name":"web-git-test2orgjdo7w7sz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934272,"deletedTimestamp":"2018-11-16T06:10:02.6120361","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgustdr2r26m44ozyjjju5obgqlp5vaewdmiopqfubf5lxiv6en5k7frdotmvmdrmdj","webSpace":"clitest.rgustdr2r26m44ozyjjju5obgqlp5vaewdmiopqfubf5lxiv6en5k7frdotmvmdrmdj-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-git-test2orgjdo7w7sz","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934275","name":"webapp-linux2ptntjdudfc7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934275,"deletedTimestamp":"2018-11-16T06:10:08.3383740","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf26xijbdlfabur3cxeeps37enuvy6qzauoytshe5g3rj7fcm4b5muts3iei45y62m","webSpace":"clitest.rgf26xijbdlfabur3cxeeps37enuvy6qzauoytshe5g3rj7fcm4b5muts3iei45y62m-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linux2ptntjdudfc7","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934280","name":"webapp-win-logcldstal5do","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934280,"deletedTimestamp":"2018-11-16T06:10:27.0859466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2tegbieubhxdcnpcubgrnmt5jogabsrf2v6wvcsonspsuzv5xwczskdj5epkixpq7","webSpace":"clitest.rg2tegbieubhxdcnpcubgrnmt5jogabsrf2v6wvcsonspsuzv5xwczskdj5epkixpq7-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"webapp-win-logcldstal5do","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934281","name":"webapp-hyperv-e2e3r7aqa2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934281,"deletedTimestamp":"2018-11-16T06:10:32.7400174","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwxnucgndtcyfqkrycccsrqduetyrd7uohcfaiybixtdxof726kgobyreighpok57r","webSpace":"clitest.rgwxnucgndtcyfqkrycccsrqduetyrd7uohcfaiybixtdxof726kgobyreighpok57r-WestUSwebspace","stamp":"waws-prod-bay-105","deletedSiteName":"webapp-hyperv-e2e3r7aqa2","slot":"Production","kind":"app,container,xenon","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934282","name":"webapp-update-testua5uxlsr7h5g2ygbkwvdgx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934282,"deletedTimestamp":"2018-11-16T06:10:36.2722745","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update5ugdhtpajyunjrovl6womubescgstu62sx3h6cgsec32xt2fvbd5q","webSpace":"cli_test_webapp_update5ugdhtpajyunjrovl6womubescgstu62sx3h6cgsec32xt2fvbd5q-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-update-testua5uxlsr7h5g2ygbkwvdgx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934283","name":"webapp-update-testua5uxlsr7h5g2ygbkwvdgx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934283,"deletedTimestamp":"2018-11-16T06:10:36.3655004","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_update5ugdhtpajyunjrovl6womubescgstu62sx3h6cgsec32xt2fvbd5q","webSpace":"cli_test_webapp_update5ugdhtpajyunjrovl6womubescgstu62sx3h6cgsec32xt2fvbd5q-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-update-testua5uxlsr7h5g2ygbkwvdgx","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934284","name":"slot-traffic-webxzem4s6h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934284,"deletedTimestamp":"2018-11-16T06:10:37.6748448","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgblc6jk6zyztvy6os4puiyahuvxjnplaqjukisjwcajkqp7o54rmcazip7nhumihnk","webSpace":"clitest.rgblc6jk6zyztvy6os4puiyahuvxjnplaqjukisjwcajkqp7o54rmcazip7nhumihnk-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"slot-traffic-webxzem4s6h","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934285","name":"slot-traffic-webxzem4s6h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934285,"deletedTimestamp":"2018-11-16T06:10:37.7217202","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgblc6jk6zyztvy6os4puiyahuvxjnplaqjukisjwcajkqp7o54rmcazip7nhumihnk","webSpace":"clitest.rgblc6jk6zyztvy6os4puiyahuvxjnplaqjukisjwcajkqp7o54rmcazip7nhumihnk-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"slot-traffic-webxzem4s6h","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934288","name":"webapp-zipDeploy-testpxiwig5nafhwqy2q4fb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934288,"deletedTimestamp":"2018-11-16T06:11:09.1723513","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployqfcdbstxwblbs4bxia5zmwqlgtmsm2yp2lgwzvonwmghb3tarn","webSpace":"cli_test_webapp_zipDeployqfcdbstxwblbs4bxia5zmwqlgtmsm2yp2lgwzvonwmghb3tarn-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"webapp-zipDeploy-testpxiwig5nafhwqy2q4fb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934290","name":"undelete-webglkntoramtga","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934290,"deletedTimestamp":"2018-11-16T06:11:09.7123750","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgplpdeznise5ed3pwifdap54znifr2vylwzqpkidr4lzrvuxk5b55qs54cema3qj4a","webSpace":"clitest.rgplpdeznise5ed3pwifdap54znifr2vylwzqpkidr4lzrvuxk5b55qs54cema3qj4a-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"undelete-webglkntoramtga","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934296","name":"slot-swap-websqa3ii3e4t7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934296,"deletedTimestamp":"2018-11-16T06:11:34.6376393","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3kjentfkqfbo5h55u5dhbghahpc4b77nxopurvilxu3nf4fiptkp5vfwfxhht2nyp","webSpace":"clitest.rg3kjentfkqfbo5h55u5dhbghahpc4b77nxopurvilxu3nf4fiptkp5vfwfxhht2nyp-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-websqa3ii3e4t7","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934297","name":"slot-swap-websqa3ii3e4t7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934297,"deletedTimestamp":"2018-11-16T06:11:34.7001337","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3kjentfkqfbo5h55u5dhbghahpc4b77nxopurvilxu3nf4fiptkp5vfwfxhht2nyp","webSpace":"clitest.rg3kjentfkqfbo5h55u5dhbghahpc4b77nxopurvilxu3nf4fiptkp5vfwfxhht2nyp-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-websqa3ii3e4t7","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934299","name":"webapp-quick-cdl3k7vcgeo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934299,"deletedTimestamp":"2018-11-16T06:11:39.5199647","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2wdkzju5fxbq23xdhv63xwk52gqr7ia46bedooi4khcygsjrgeyj4vfz6vzitp5tc","webSpace":"clitest.rg2wdkzju5fxbq23xdhv63xwk52gqr7ia46bedooi4khcygsjrgeyj4vfz6vzitp5tc-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-quick-cdl3k7vcgeo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934311","name":"webapp-linux-logyi6jcknp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934311,"deletedTimestamp":"2018-11-16T06:12:36.6862105","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyg5q52fhmvjznrmbxyj6srv33mhvawwysk27wjvgkmx4v5yj7rmmv2gotqanrnbox","webSpace":"clitest.rgyg5q52fhmvjznrmbxyj6srv33mhvawwysk27wjvgkmx4v5yj7rmmv2gotqanrnbox-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-logyi6jcknp","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934316","name":"webapp-quick-linux277ies","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934316,"deletedTimestamp":"2018-11-16T06:13:02.7667143","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rglqq6vzsta2fh6vjl2szv72636g3cr6xrcusmkq4rtjlwxjbck4yrdck7p6rbctsdi","webSpace":"clitest.rglqq6vzsta2fh6vjl2szv72636g3cr6xrcusmkq4rtjlwxjbck4yrdck7p6rbctsdi-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux277ies","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934319","name":"slot-test-webrz7ek27mizr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934319,"deletedTimestamp":"2018-11-16T06:13:30.1917350","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgninomp7kfotl2odl43ddh6cvqt7isib6ufxfo2i3uzwtgamy5vjkgv54jicbfrizl","webSpace":"clitest.rgninomp7kfotl2odl43ddh6cvqt7isib6ufxfo2i3uzwtgamy5vjkgv54jicbfrizl-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"slot-test-webrz7ek27mizr","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934321","name":"slot-test-webrz7ek27mizr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934321,"deletedTimestamp":"2018-11-16T06:13:31.7775244","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgninomp7kfotl2odl43ddh6cvqt7isib6ufxfo2i3uzwtgamy5vjkgv54jicbfrizl","webSpace":"clitest.rgninomp7kfotl2odl43ddh6cvqt7isib6ufxfo2i3uzwtgamy5vjkgv54jicbfrizl-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"slot-test-webrz7ek27mizr","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934330","name":"slot-test-webrz7ek27mizr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934330,"deletedTimestamp":"2018-11-16T06:14:09.8360849","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgninomp7kfotl2odl43ddh6cvqt7isib6ufxfo2i3uzwtgamy5vjkgv54jicbfrizl","webSpace":"clitest.rgninomp7kfotl2odl43ddh6cvqt7isib6ufxfo2i3uzwtgamy5vjkgv54jicbfrizl-WestUSwebspace","stamp":"waws-prod-bay-083","deletedSiteName":"slot-test-webrz7ek27mizr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934331","name":"webapp-quick-linux-cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934331,"deletedTimestamp":"2018-11-16T06:14:10.8433354","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgajwtaeyztrdlczh3p5bn557hj63y653vjyoocascyrjovlrykwtwysjqlexywc5zk","webSpace":"clitest.rgajwtaeyztrdlczh3p5bn557hj63y653vjyoocascyrjovlrykwtwysjqlexywc5zk-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-quick-linux-cd","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934380","name":"clirnrac4iqr43nkcew","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934380,"deletedTimestamp":"2018-11-16T06:17:57.6781650","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs7pgvfulwj","webSpace":"clitest.rgs7pgvfulwj-CentralUSwebspace","stamp":"waws-prod-dm1-105","deletedSiteName":"clirnrac4iqr43nkcew","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19934909","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19934909,"deletedTimestamp":"2018-11-16T06:51:26.2573719","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createbgmzoozgo3uojff27wkj7rr3p52c6cirqqkzeggpk2s3rqfrfbu","webSpace":"cli_test_resource_createbgmzoozgo3uojff27wkj7rr3p52c6cirqqkzeggpk2s3rqfrfbu-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947338","name":"webapp1-b481772047","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947338,"deletedTimestamp":"2018-11-16T15:13:17.7296103","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_91e4016376ca","webSpace":"rg1nemv_91e4016376ca-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-b481772047","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947356","name":"webapp2-4801815811","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947356,"deletedTimestamp":"2018-11-16T15:13:53.0562620","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_91e4016376ca","webSpace":"rg1nemv_91e4016376ca-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-4801815811","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947357","name":"webapp2-9b4910469b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947357,"deletedTimestamp":"2018-11-16T15:13:53.9143627","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_99a67843feeb","webSpace":"rgnemv_99a67843feeb-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-9b4910469b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947359","name":"webapp3-358629490e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947359,"deletedTimestamp":"2018-11-16T15:13:55.2000322","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_91e4016376ca","webSpace":"rg1nemv_91e4016376ca-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-358629490e","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947360","name":"webapp1-c0f43419a1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947360,"deletedTimestamp":"2018-11-16T15:13:58.1129777","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_99a67843feeb","webSpace":"rgnemv_99a67843feeb-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-c0f43419a1","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947381","name":"webapp1-5ed3184059","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947381,"deletedTimestamp":"2018-11-16T15:15:03.7943456","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cd749259e064","webSpace":"rg1nemv_cd749259e064-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-5ed3184059","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947383","name":"webapp1-b7c079747a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947383,"deletedTimestamp":"2018-11-16T15:15:06.6816548","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_252396461767","webSpace":"rgnemv_252396461767-EastUS2webspace","stamp":"waws-prod-bn1-027","deletedSiteName":"webapp1-b7c079747a","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947386","name":"webapp1-e1e8058287","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947386,"deletedTimestamp":"2018-11-16T15:15:12.8807871","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_804282862659","webSpace":"rgnemv_804282862659-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-e1e8058287","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947389","name":"webapp2-9ca2765542","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947389,"deletedTimestamp":"2018-11-16T15:15:14.2962227","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_252396461767","webSpace":"rgnemv_252396461767-EastUS2webspace","stamp":"waws-prod-bn1-027","deletedSiteName":"webapp2-9ca2765542","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947393","name":"webapp2-6ea38875a9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947393,"deletedTimestamp":"2018-11-16T15:15:16.9147627","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_804282862659","webSpace":"rgnemv_804282862659-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp2-6ea38875a9","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947410","name":"webapp1-8224471941","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947410,"deletedTimestamp":"2018-11-16T15:15:42.5860753","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_54d399596ee9","webSpace":"rg1nemv_54d399596ee9-WestUSwebspace","stamp":"waws-prod-bay-053","deletedSiteName":"webapp1-8224471941","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947427","name":"webapp3-c1c8344039","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947427,"deletedTimestamp":"2018-11-16T15:15:57.5131445","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cd749259e064","webSpace":"rg1nemv_cd749259e064-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp3-c1c8344039","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947430","name":"webapp2-e148436665","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947430,"deletedTimestamp":"2018-11-16T15:16:00.2608691","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_cd749259e064","webSpace":"rg1nemv_cd749259e064-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp2-e148436665","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947448","name":"webapp3-674773073f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947448,"deletedTimestamp":"2018-11-16T15:16:22.7546938","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_54d399596ee9","webSpace":"rg1nemv_54d399596ee9-WestUSwebspace","stamp":"waws-prod-bay-053","deletedSiteName":"webapp3-674773073f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947459","name":"webapp2-d7a72050de","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947459,"deletedTimestamp":"2018-11-16T15:16:33.2315373","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_54d399596ee9","webSpace":"rg1nemv_54d399596ee9-WestUSwebspace","stamp":"waws-prod-bay-053","deletedSiteName":"webapp2-d7a72050de","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947541","name":"webapp3-27a408077d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947541,"deletedTimestamp":"2018-11-16T15:19:11.0563650","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2a00161800530c515f","webSpace":"rg2a00161800530c515f-WestEuropewebspace","stamp":"waws-prod-am2-127","deletedSiteName":"webapp3-27a408077d","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947542","name":"webapp4-62781491d6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947542,"deletedTimestamp":"2018-11-16T15:19:14.0272183","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2a00161800530c515f","webSpace":"rg2a00161800530c515f-NorthEuropewebspace","stamp":"waws-prod-db3-109","deletedSiteName":"webapp4-62781491d6","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947545","name":"webapp6-5aa07473a6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947545,"deletedTimestamp":"2018-11-16T15:19:21.9784820","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2a00161800530c515f","webSpace":"rg2a00161800530c515f-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-011","deletedSiteName":"webapp6-5aa07473a6","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947547","name":"webapp1-0001060390","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947547,"deletedTimestamp":"2018-11-16T15:19:27.1690841","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2a00161800530c515f","webSpace":"rg2a00161800530c515f-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-0001060390","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947551","name":"webapp2-320404718c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947551,"deletedTimestamp":"2018-11-16T15:19:36.8045694","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2a00161800530c515f","webSpace":"rg2a00161800530c515f-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp2-320404718c","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947553","name":"webapp5-d844108316","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947553,"deletedTimestamp":"2018-11-16T15:19:44.1044047","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2a00161800530c515f","webSpace":"rg2a00161800530c515f-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-d844108316","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947626","name":"webapp2-47799688ec","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947626,"deletedTimestamp":"2018-11-16T15:23:48.7634348","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaaf88755c791a2d","webSpace":"rgaaf88755c791a2d-WestEuropewebspace","stamp":"waws-prod-am2-111","deletedSiteName":"webapp2-47799688ec","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947627","name":"webapp2-47799688ec","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947627,"deletedTimestamp":"2018-11-16T15:23:48.8103103","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaaf88755c791a2d","webSpace":"rgaaf88755c791a2d-WestEuropewebspace","stamp":"waws-prod-am2-111","deletedSiteName":"webapp2-47799688ec","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947630","name":"webapp3-0d668892d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947630,"deletedTimestamp":"2018-11-16T15:23:55.6465841","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaaf88755c791a2d","webSpace":"rgaaf88755c791a2d-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-0d668892d3","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947631","name":"webapp3-0d668892d3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947631,"deletedTimestamp":"2018-11-16T15:23:55.6934917","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaaf88755c791a2d","webSpace":"rgaaf88755c791a2d-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-0d668892d3","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947634","name":"webapp1-38c6638579","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947634,"deletedTimestamp":"2018-11-16T15:24:04.2147800","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaaf88755c791a2d","webSpace":"rgaaf88755c791a2d-EastUSwebspace","stamp":"waws-prod-blu-087","deletedSiteName":"webapp1-38c6638579","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947635","name":"webapp1-38c6638579","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947635,"deletedTimestamp":"2018-11-16T15:24:04.2626813","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgaaf88755c791a2d","webSpace":"rgaaf88755c791a2d-EastUSwebspace","stamp":"waws-prod-blu-087","deletedSiteName":"webapp1-38c6638579","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947698","name":"webapp4-1c8926353a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947698,"deletedTimestamp":"2018-11-16T15:26:17.0485741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3a4312191304","webSpace":"rgnemv_3a4312191304-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp4-1c8926353a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947702","name":"webapp3-d0763771ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947702,"deletedTimestamp":"2018-11-16T15:26:22.4826333","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3a4312191304","webSpace":"rgnemv_3a4312191304-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-d0763771ce","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947708","name":"webapp1-2dc35025f0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947708,"deletedTimestamp":"2018-11-16T15:26:30.3407538","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3a4312191304","webSpace":"rgnemv_3a4312191304-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp1-2dc35025f0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947712","name":"webapp2-57939028fc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947712,"deletedTimestamp":"2018-11-16T15:26:38.1286334","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3a4312191304","webSpace":"rgnemv_3a4312191304-WestEuropewebspace","stamp":"waws-prod-am2-207","deletedSiteName":"webapp2-57939028fc","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947716","name":"webapp5-ded323657e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947716,"deletedTimestamp":"2018-11-16T15:26:46.3819492","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3a4312191304","webSpace":"rgnemv_3a4312191304-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp5-ded323657e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947762","name":"webapp1-b7251782d0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947762,"deletedTimestamp":"2018-11-16T15:29:44.2887372","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge47067873912d94399","webSpace":"rge47067873912d94399-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-b7251782d0","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947765","name":"webapp2-d025794004","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947765,"deletedTimestamp":"2018-11-16T15:29:48.5866079","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge47067873912d94399","webSpace":"rge47067873912d94399-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp2-d025794004","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947767","name":"webapp3-7c45793215","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947767,"deletedTimestamp":"2018-11-16T15:29:53.0438295","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge47067873912d94399","webSpace":"rge47067873912d94399-WestEuropewebspace","stamp":"waws-prod-am2-233","deletedSiteName":"webapp3-7c45793215","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947803","name":"webapp4-d247358280","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947803,"deletedTimestamp":"2018-11-16T15:31:13.3922144","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6b496592aa99","webSpace":"rgnemv_6b496592aa99-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp4-d247358280","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947805","name":"webapp3-44c26006e0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947805,"deletedTimestamp":"2018-11-16T15:31:18.8014556","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6b496592aa99","webSpace":"rgnemv_6b496592aa99-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-44c26006e0","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947806","name":"webapp2-f2821467bd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947806,"deletedTimestamp":"2018-11-16T15:31:23.7084355","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6b496592aa99","webSpace":"rgnemv_6b496592aa99-WestEuropewebspace","stamp":"waws-prod-am2-215","deletedSiteName":"webapp2-f2821467bd","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947809","name":"webapp1-75432849b8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947809,"deletedTimestamp":"2018-11-16T15:31:31.0533927","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6b496592aa99","webSpace":"rgnemv_6b496592aa99-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-75432849b8","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947816","name":"webapp5-883280828f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947816,"deletedTimestamp":"2018-11-16T15:31:35.5246855","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_6b496592aa99","webSpace":"rgnemv_6b496592aa99-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp5-883280828f","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947948","name":"webapp2-69290005cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947948,"deletedTimestamp":"2018-11-16T15:37:13.6870398","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd040572057e54ee","webSpace":"rgd040572057e54ee-WestEuropewebspace","stamp":"waws-prod-am2-205","deletedSiteName":"webapp2-69290005cd","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947949","name":"webapp2-69290005cd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947949,"deletedTimestamp":"2018-11-16T15:37:13.7339615","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd040572057e54ee","webSpace":"rgd040572057e54ee-WestEuropewebspace","stamp":"waws-prod-am2-205","deletedSiteName":"webapp2-69290005cd","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947954","name":"webapp1-a96644104f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947954,"deletedTimestamp":"2018-11-16T15:37:21.4032788","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd040572057e54ee","webSpace":"rgd040572057e54ee-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-a96644104f","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947955","name":"webapp1-a96644104f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947955,"deletedTimestamp":"2018-11-16T15:37:21.4657808","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd040572057e54ee","webSpace":"rgd040572057e54ee-EastUSwebspace","stamp":"waws-prod-blu-113","deletedSiteName":"webapp1-a96644104f","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947960","name":"webapp3-9c14600365","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947960,"deletedTimestamp":"2018-11-16T15:37:32.9077794","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd040572057e54ee","webSpace":"rgd040572057e54ee-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-9c14600365","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947961","name":"webapp3-9c14600365","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947961,"deletedTimestamp":"2018-11-16T15:37:32.9950093","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgd040572057e54ee","webSpace":"rgd040572057e54ee-EastAsiawebspace","stamp":"waws-prod-hk1-023","deletedSiteName":"webapp3-9c14600365","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19947978","name":"wnrsat4ba37456e3c93","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19947978,"deletedTimestamp":"2018-11-16T15:38:29.8178780","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat859357334342f","webSpace":"rgrsat859357334342f-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"wnrsat4ba37456e3c93","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19948069","name":"mytestscalewebapp16a6853518","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19948069,"deletedTimestamp":"2018-11-16T15:43:12.4138699","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupd3c559586dd","webSpace":"myresourcegroupd3c559586dd-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"mytestscalewebapp16a6853518","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949713","name":"java-webapp-533237","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949713,"deletedTimestamp":"2018-11-16T16:38:30.2049860","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg66764321a","webSpace":"javacsmrg66764321a-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-533237","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949724","name":"java-webapp-957285","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949724,"deletedTimestamp":"2018-11-16T16:39:11.4788544","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg238549755","webSpace":"javacsmrg238549755-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-957285","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949726","name":"java-webapp-82504a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949726,"deletedTimestamp":"2018-11-16T16:39:15.4341756","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrga45689774","webSpace":"javacsmrga45689774-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-82504a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949736","name":"java-func-7e864315f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949736,"deletedTimestamp":"2018-11-16T16:40:03.0855152","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9a1187073","webSpace":"javacsmrg9a1187073-WestUSwebspace","stamp":"waws-prod-bay-097","deletedSiteName":"java-func-7e864315f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949737","name":"java-func-84177551b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949737,"deletedTimestamp":"2018-11-16T16:40:03.0906086","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg75575880e","webSpace":"javacsmrg75575880e-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-func-84177551b","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949738","name":"java-func-76e33140a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949738,"deletedTimestamp":"2018-11-16T16:40:05.0319418","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9a1187073","webSpace":"javacsmrg9a1187073-WestUSwebspace","stamp":"waws-prod-bay-097","deletedSiteName":"java-func-76e33140a","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949910","name":"java-webapp-656363","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949910,"deletedTimestamp":"2018-11-16T16:46:23.2719778","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg204500514","webSpace":"javacsmrg204500514-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-656363","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19949917","name":"java-webapp-30245c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19949917,"deletedTimestamp":"2018-11-16T16:46:28.8373625","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg204500514","webSpace":"javacsmrg204500514-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-30245c","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19950122","name":"java-webapp-43727f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19950122,"deletedTimestamp":"2018-11-16T16:54:45.9048525","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb1c34508e","webSpace":"javacsmrgb1c34508e-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-43727f","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19950125","name":"java-webapp-917789","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19950125,"deletedTimestamp":"2018-11-16T16:54:56.4027071","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb1c34508e","webSpace":"javacsmrgb1c34508e-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-917789","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19950139","name":"rs11d05172","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19950139,"deletedTimestamp":"2018-11-16T16:55:52.6760316","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg11d05172","webSpace":"rg11d05172-SouthCentralUSwebspace","stamp":"waws-prod-sn1-159","deletedSiteName":"rs11d05172","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19957945","name":"delete-me-webzxjxp4zn3du","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19957945,"deletedTimestamp":"2018-11-16T23:10:41.1685148","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgi2n2juzuj5d6sinwq7viuz4iocrxtchmkl2og3o7tsdu2pbjd6jr6crzy5jrs2w2i","webSpace":"clitest.rgi2n2juzuj5d6sinwq7viuz4iocrxtchmkl2og3o7tsdu2pbjd6jr6crzy5jrs2w2i-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"delete-me-webzxjxp4zn3du","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19958019","name":"yg-webweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19958019,"deletedTimestamp":"2018-11-16T23:16:45.5656315","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"yg","webSpace":"yg-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"yg-webweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962746","name":"webdjyp5eawbdjwytbc5i2az","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962746,"deletedTimestamp":"2018-11-17T06:10:08.5065274","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqtlzehgq3nkmedxyftd3zld6l57gpdbyvnt2kja2dkjw3p3f7oy7svbuvulefxxyn","webSpace":"clitest.rgqtlzehgq3nkmedxyftd3zld6l57gpdbyvnt2kja2dkjw3p3f7oy7svbuvulefxxyn-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webdjyp5eawbdjwytbc5i2az","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962747","name":"functionapplinuxconsumption7ipxhwifgml6t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962747,"deletedTimestamp":"2018-11-17T06:10:14.3116790","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linux6j5hkaktyu6ay6y6m7jbt3t7kniyx22x7iuooufwnl2ubgujf","webSpace":"azurecli-functionapp-linux6j5hkaktyu6ay6y6m7jbt3t7kniyx22x7iuooufwnl2ubgujf-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumption7ipxhwifgml6t","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962748","name":"web-del-testxcug3dyqmvzm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962748,"deletedTimestamp":"2018-11-17T06:10:17.0881682","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggbmu7yxtdzewepi4xjit6eujn4debu26oebav3uvl54ihgt4ncvsbmfb7qgbnya63","webSpace":"clitest.rggbmu7yxtdzewepi4xjit6eujn4debu26oebav3uvl54ihgt4ncvsbmfb7qgbnya63-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"web-del-testxcug3dyqmvzm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962749","name":"functionapp-linuxvbn6d6h","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962749,"deletedTimestamp":"2018-11-17T06:10:34.2266761","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7q5nckgs5erqqcsfndakbuac7arcy3ujev4ixrwejs72f7ldbf5fgl7mbjkrgi7dg","webSpace":"clitest.rg7q5nckgs5erqqcsfndakbuac7arcy3ujev4ixrwejs72f7ldbf5fgl7mbjkrgi7dg-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxvbn6d6h","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962755","name":"functionappconsumptionajrcrc27je422swhdl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962755,"deletedTimestamp":"2018-11-17T06:10:54.5085305","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2eyjvvkfzj6uaufjj357h2zt2hqjfqe45dvdln7yvu7zlby4pgc","webSpace":"azurecli-functionapp-c-e2eyjvvkfzj6uaufjj357h2zt2hqjfqe45dvdln7yvu7zlby4pgc-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"functionappconsumptionajrcrc27je422swhdl","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962756","name":"webapp-authentication-testudafz3rrh6joh5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962756,"deletedTimestamp":"2018-11-17T06:10:57.7772262","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authentications2ytjmnzbqz3uocqlztjnzr2d7jj2gy74jbr7zvlg3iks","webSpace":"cli_test_webapp_authentications2ytjmnzbqz3uocqlztjnzr2d7jj2gy74jbr7zvlg3iks-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-authentication-testudafz3rrh6joh5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962757","name":"web-erroruwyhks6rdmyson6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962757,"deletedTimestamp":"2018-11-17T06:10:59.3702307","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgywmofqltwzqkhn5n6nogmzqgh7do6drvwcttwntlckvo32vfh2ahseevexfhxjap7","webSpace":"clitest.rgywmofqltwzqkhn5n6nogmzqgh7do6drvwcttwntlckvo32vfh2ahseevexfhxjap7-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-erroruwyhks6rdmyson6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962758","name":"slot-traffic-webrt62u2f3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962758,"deletedTimestamp":"2018-11-17T06:11:08.2180060","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rga2m3m3erxfexulamnq6kezdlemq2jzw53gpsjsdsagtoxvenatp2p6cniypfp4qai","webSpace":"clitest.rga2m3m3erxfexulamnq6kezdlemq2jzw53gpsjsdsagtoxvenatp2p6cniypfp4qai-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-traffic-webrt62u2f3","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962759","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962759,"deletedTimestamp":"2018-11-17T06:11:11.8607815","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg43p65od7hf5kssxozyiecvlotc3bqiw4sxwxucre4do7desoo4xorj6yjuvmn2rko","webSpace":"clitest.rg43p65od7hf5kssxozyiecvlotc3bqiw4sxwxucre4do7desoo4xorj6yjuvmn2rko-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962760","name":"slot-traffic-webqoiva3bq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962760,"deletedTimestamp":"2018-11-17T06:11:19.8499749","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3uin3pxhgiticdgy54epsayazdldy6lknldjyuzgq5lzzxt65gsrxdmwtmdkzq3jt","webSpace":"clitest.rg3uin3pxhgiticdgy54epsayazdldy6lknldjyuzgq5lzzxt65gsrxdmwtmdkzq3jt-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webqoiva3bq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962761","name":"slot-traffic-webqoiva3bq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962761,"deletedTimestamp":"2018-11-17T06:11:19.9905933","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3uin3pxhgiticdgy54epsayazdldy6lknldjyuzgq5lzzxt65gsrxdmwtmdkzq3jt","webSpace":"clitest.rg3uin3pxhgiticdgy54epsayazdldy6lknldjyuzgq5lzzxt65gsrxdmwtmdkzq3jt-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webqoiva3bq","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962762","name":"webapp-e2eqarwwmude6bd4w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962762,"deletedTimestamp":"2018-11-17T06:11:21.3541789","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3v5o7we37k33ahgqkxotg2a7vknry2xw3zwi53gf3bt3nfu64hoaw5dpmjgfr74yr","webSpace":"clitest.rg3v5o7we37k33ahgqkxotg2a7vknry2xw3zwi53gf3bt3nfu64hoaw5dpmjgfr74yr-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-e2eqarwwmude6bd4w","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962763","name":"web-msi7dcjowaelrkiq","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962763,"deletedTimestamp":"2018-11-17T06:11:24.9365666","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxi6qn23ohf4cfmlugvzbhukgvfpkcsk6oc6f4i3gocxqvk2cql4eeusjsgrhyx5gg","webSpace":"clitest.rgxi6qn23ohf4cfmlugvzbhukgvfpkcsk6oc6f4i3gocxqvk2cql4eeusjsgrhyx5gg-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"web-msi7dcjowaelrkiq","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962764","name":"webapp-config-test34zzrpvkwycsmhshqzxtfx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962764,"deletedTimestamp":"2018-11-17T06:11:31.5881387","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_configtaxzjtfpk4wdyedgziskr6h4lzvadrshqbd3hce4vmnrsknpdhyq5","webSpace":"cli_test_webapp_configtaxzjtfpk4wdyedgziskr6h4lzvadrshqbd3hce4vmnrsknpdhyq5-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp-config-test34zzrpvkwycsmhshqzxtfx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962765","name":"webappacrtestjbnemcfiuf2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962765,"deletedTimestamp":"2018-11-17T06:11:31.9644931","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgzxi3hrew2cvjmal5uiinzpyyu54kwqszky56pxfxpj47omltutli2wjpol4xk3jeb","webSpace":"clitest.rgzxi3hrew2cvjmal5uiinzpyyu54kwqszky56pxfxpj47omltutli2wjpol4xk3jeb-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestjbnemcfiuf2","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962766","name":"delete-me-webuudiv6sytun","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962766,"deletedTimestamp":"2018-11-17T06:11:36.7920748","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rggaxshz5o6ewmq2szzcjz6546q54mmef6mz7oobuthcdavvvgji2az3ccrzc3b5jko","webSpace":"clitest.rggaxshz5o6ewmq2szzcjz6546q54mmef6mz7oobuthcdavvvgji2az3ccrzc3b5jko-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"delete-me-webuudiv6sytun","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962767","name":"web-ssl-testdqe7bq4t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962767,"deletedTimestamp":"2018-11-17T06:11:43.6682425","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgvf3awmms5s4p5q4qfyltax26nxtgff7bspwjmqtzohuh3g7pwbh2qs7ytfiifp3bd","webSpace":"clitest.rgvf3awmms5s4p5q4qfyltax26nxtgff7bspwjmqtzohuh3g7pwbh2qs7ytfiifp3bd-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-ssl-testdqe7bq4t","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962768","name":"func-e2e52nf5p3jhwfomwgc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962768,"deletedTimestamp":"2018-11-17T06:11:45.5519701","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgec24pssk633vojdqlllenbu4jienf475jgzqddlqr2mcvbt3rnahpdcfn7n2btc5a","webSpace":"clitest.rgec24pssk633vojdqlllenbu4jienf475jgzqddlqr2mcvbt3rnahpdcfn7n2btc5a-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"func-e2e52nf5p3jhwfomwgc","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962769","name":"webapp-quickvkhbigou27ll","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962769,"deletedTimestamp":"2018-11-17T06:11:50.1951181","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaqaztdpggh7eo5dzqigd6vpyrzvtqu6oyvfh2b6qopheblvegqr53mqimuyouff2w","webSpace":"clitest.rgaqaztdpggh7eo5dzqigd6vpyrzvtqu6oyvfh2b6qopheblvegqr53mqimuyouff2w-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp-quickvkhbigou27ll","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962770","name":"webapp-quickmjcw7wdmue6g","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962770,"deletedTimestamp":"2018-11-17T06:11:51.6257384","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7qqt2zwidfkfe4vuy3nnemv6hqa6eryknp3oanpi42wv2352b2uxgrw73zfy7qkk4","webSpace":"clitest.rg7qqt2zwidfkfe4vuy3nnemv6hqa6eryknp3oanpi42wv2352b2uxgrw73zfy7qkk4-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"webapp-quickmjcw7wdmue6g","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962775","name":"webapp-linuxayk5i5muubub","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962775,"deletedTimestamp":"2018-11-17T06:12:17.2832244","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgnwrp32rry7vokyyujbtku2wpapxsybze4bruw45soeq3ziz47wbfbjeiovdsbybu3","webSpace":"clitest.rgnwrp32rry7vokyyujbtku2wpapxsybze4bruw45soeq3ziz47wbfbjeiovdsbybu3-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxayk5i5muubub","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962776","name":"webapp-linux-multioawdhb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962776,"deletedTimestamp":"2018-11-17T06:12:20.6656880","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgypj4hz7m5habpeartf4krvrxrkbvkfvosnmg4fy67gvv6wmm56redhubyiczwnyqk","webSpace":"clitest.rgypj4hz7m5habpeartf4krvrxrkbvkfvosnmg4fy67gvv6wmm56redhubyiczwnyqk-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multioawdhb","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962777","name":"webapp-win-logrpy2fkdguj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962777,"deletedTimestamp":"2018-11-17T06:12:25.5363641","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgg6s3umsxd2h3kpibch63qocjwrmklhd4yta7hacpb5f77b3gpgotro4ufgrj5dgwg","webSpace":"clitest.rgg6s3umsxd2h3kpibch63qocjwrmklhd4yta7hacpb5f77b3gpgotro4ufgrj5dgwg-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-win-logrpy2fkdguj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962778","name":"func-e2ephvxmgfslyj5tqvd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962778,"deletedTimestamp":"2018-11-17T06:12:25.8376620","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgec24pssk633vojdqlllenbu4jienf475jgzqddlqr2mcvbt3rnahpdcfn7n2btc5a","webSpace":"clitest.rgec24pssk633vojdqlllenbu4jienf475jgzqddlqr2mcvbt3rnahpdcfn7n2btc5a-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"func-e2ephvxmgfslyj5tqvd","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962781","name":"web-git-test2bkj2d4c4l6r","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962781,"deletedTimestamp":"2018-11-17T06:12:35.3184104","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgaryvarqq5whz2gujs5bv56pki6xbsikn5gzpnlsnuyswjjmdpytsg7smtwsp3uauk","webSpace":"clitest.rgaryvarqq5whz2gujs5bv56pki6xbsikn5gzpnlsnuyswjjmdpytsg7smtwsp3uauk-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"web-git-test2bkj2d4c4l6r","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962785","name":"slot-traffic-webdndbkixj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962785,"deletedTimestamp":"2018-11-17T06:12:42.3762100","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv7aogzdilmxmbqlbmfja2ywyzl3wammnzuxqfvajn5grgriiuxl4ihafmu2r53vg3","webSpace":"clitest.rgv7aogzdilmxmbqlbmfja2ywyzl3wammnzuxqfvajn5grgriiuxl4ihafmu2r53vg3-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webdndbkixj","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962786","name":"slot-traffic-webdndbkixj","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962786,"deletedTimestamp":"2018-11-17T06:12:42.5480929","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgv7aogzdilmxmbqlbmfja2ywyzl3wammnzuxqfvajn5grgriiuxl4ihafmu2r53vg3","webSpace":"clitest.rgv7aogzdilmxmbqlbmfja2ywyzl3wammnzuxqfvajn5grgriiuxl4ihafmu2r53vg3-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"slot-traffic-webdndbkixj","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962787","name":"webapp-update-testhfob2kt6ygiusivfk6uod4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962787,"deletedTimestamp":"2018-11-17T06:12:49.2482232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateic6reejukqonemtcxnb44sa3gclbl2tnmvgwbccmzmysjp4q4wckc","webSpace":"cli_test_webapp_updateic6reejukqonemtcxnb44sa3gclbl2tnmvgwbccmzmysjp4q4wckc-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-update-testhfob2kt6ygiusivfk6uod4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962788","name":"webapp-update-testhfob2kt6ygiusivfk6uod4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962788,"deletedTimestamp":"2018-11-17T06:12:49.3107253","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updateic6reejukqonemtcxnb44sa3gclbl2tnmvgwbccmzmysjp4q4wckc","webSpace":"cli_test_webapp_updateic6reejukqonemtcxnb44sa3gclbl2tnmvgwbccmzmysjp4q4wckc-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-update-testhfob2kt6ygiusivfk6uod4","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962789","name":"webapp-zipDeploy-testlpwwvfz233yqpm55cff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962789,"deletedTimestamp":"2018-11-17T06:12:59.1572491","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeploykgxiuj4yayn4idf4dyhzo54h3kvnx5lwjntyfrzsn7mslarboc","webSpace":"cli_test_webapp_zipDeploykgxiuj4yayn4idf4dyhzo54h3kvnx5lwjntyfrzsn7mslarboc-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp-zipDeploy-testlpwwvfz233yqpm55cff","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962792","name":"undelete-web5ot4eeh4mn72","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962792,"deletedTimestamp":"2018-11-17T06:13:28.8694774","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgg5flb53e52sct3v4dh6pwbqbuabmgwmoxfs7fjdiymtbxyrexjlip3kyqevsswuld","webSpace":"clitest.rgg5flb53e52sct3v4dh6pwbqbuabmgwmoxfs7fjdiymtbxyrexjlip3kyqevsswuld-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"undelete-web5ot4eeh4mn72","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962794","name":"webapp-quick-cdjpuxwqp7o","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962794,"deletedTimestamp":"2018-11-17T06:13:55.9410539","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgos4bprqyv53gr7krm63uxjhmigb5jr2azy4ryrzw7tjdl4o2fmzwwm6tjytr4kicd","webSpace":"clitest.rgos4bprqyv53gr7krm63uxjhmigb5jr2azy4ryrzw7tjdl4o2fmzwwm6tjytr4kicd-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-quick-cdjpuxwqp7o","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962796","name":"slot-swap-web3kweb2xzkzb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962796,"deletedTimestamp":"2018-11-17T06:13:58.3135903","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf54aqfycmaybqm6eswzyhp4fpmcyp44rmkes4cnympgzjpioanqgslwjprtq7buhv","webSpace":"clitest.rgf54aqfycmaybqm6eswzyhp4fpmcyp44rmkes4cnympgzjpioanqgslwjprtq7buhv-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-web3kweb2xzkzb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962797","name":"slot-swap-web3kweb2xzkzb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962797,"deletedTimestamp":"2018-11-17T06:13:58.4073429","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgf54aqfycmaybqm6eswzyhp4fpmcyp44rmkes4cnympgzjpioanqgslwjprtq7buhv","webSpace":"clitest.rgf54aqfycmaybqm6eswzyhp4fpmcyp44rmkes4cnympgzjpioanqgslwjprtq7buhv-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-swap-web3kweb2xzkzb","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962801","name":"webapp-linux-lognejibgrk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962801,"deletedTimestamp":"2018-11-17T06:14:59.1545719","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgtsbisisbofydkso7i4byu26ifd47hsjgthuwqnnl5ebhfmzsqahzrp34lmjmcav5b","webSpace":"clitest.rgtsbisisbofydkso7i4byu26ifd47hsjgthuwqnnl5ebhfmzsqahzrp34lmjmcav5b-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-lognejibgrk","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962803","name":"webapp-quick-linuxc6isjo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962803,"deletedTimestamp":"2018-11-17T06:15:20.5361741","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgp6y7wlrwbgxj2cgyuahqfvfoxc2shkysfsaw5jjemgbtszcuafqd2ry7bwskoawnk","webSpace":"clitest.rgp6y7wlrwbgxj2cgyuahqfvfoxc2shkysfsaw5jjemgbtszcuafqd2ry7bwskoawnk-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxc6isjo","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962806","name":"slot-test-webeaelwyi2vzi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962806,"deletedTimestamp":"2018-11-17T06:15:39.7417405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg65ejbaxodg5apgcyj26d26jmwpiaxahb7wixc7dzinhawegdwpjevhfk7i4db4k5y","webSpace":"clitest.rg65ejbaxodg5apgcyj26d26jmwpiaxahb7wixc7dzinhawegdwpjevhfk7i4db4k5y-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webeaelwyi2vzi","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962807","name":"slot-test-webeaelwyi2vzi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962807,"deletedTimestamp":"2018-11-17T06:15:41.6237149","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg65ejbaxodg5apgcyj26d26jmwpiaxahb7wixc7dzinhawegdwpjevhfk7i4db4k5y","webSpace":"clitest.rg65ejbaxodg5apgcyj26d26jmwpiaxahb7wixc7dzinhawegdwpjevhfk7i4db4k5y-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webeaelwyi2vzi","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962809","name":"slot-test-webeaelwyi2vzi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962809,"deletedTimestamp":"2018-11-17T06:16:20.9967857","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg65ejbaxodg5apgcyj26d26jmwpiaxahb7wixc7dzinhawegdwpjevhfk7i4db4k5y","webSpace":"clitest.rg65ejbaxodg5apgcyj26d26jmwpiaxahb7wixc7dzinhawegdwpjevhfk7i4db4k5y-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"slot-test-webeaelwyi2vzi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19962829","name":"clig4tca57r57xk0kla","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19962829,"deletedTimestamp":"2018-11-17T06:20:00.3131235","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2dubbv4zd7","webSpace":"clitest.rg2dubbv4zd7-CentralUSwebspace","stamp":"waws-prod-dm1-051","deletedSiteName":"clig4tca57r57xk0kla","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19963189","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19963189,"deletedTimestamp":"2018-11-17T06:51:59.5523105","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_createwwtzs752nop6yjvzm2w4a5jpqqvzmx2c6ttuzdt42dlp3bfpbur","webSpace":"cli_test_resource_createwwtzs752nop6yjvzm2w4a5jpqqvzmx2c6ttuzdt42dlp3bfpbur-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965543","name":"java-webapp-200018","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965543,"deletedTimestamp":"2018-11-17T11:40:13.7633065","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg140866278","webSpace":"javacsmrg140866278-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-200018","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965544","name":"JAVAwebapp-50d93602cc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965544,"deletedTimestamp":"2018-11-17T11:40:13.9589328","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4b1915667","webSpace":"javacsmrg4b1915667-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"JAVAwebapp-50d93602cc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965545","name":"java-func-c3037866f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965545,"deletedTimestamp":"2018-11-17T11:40:15.0981372","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg375072009","webSpace":"javacsmrg375072009-WestUSwebspace","stamp":"waws-prod-bay-023","deletedSiteName":"java-func-c3037866f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965546","name":"JAVAwebapp-1771389969","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965546,"deletedTimestamp":"2018-11-17T11:40:16.0229501","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg95950731b","webSpace":"javacsmrg95950731b-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"JAVAwebapp-1771389969","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965547","name":"java-webapp-112937","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965547,"deletedTimestamp":"2018-11-17T11:40:16.2941943","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg918213749","webSpace":"javacsmrg918213749-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-112937","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965548","name":"java-webapp-949020","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965548,"deletedTimestamp":"2018-11-17T11:40:17.2972994","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7c8190908","webSpace":"javacsmrg7c8190908-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-949020","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965549","name":"java-webapp-947702","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965549,"deletedTimestamp":"2018-11-17T11:40:17.8390010","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6d871578b","webSpace":"javacsmrg6d871578b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-947702","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965550","name":"java-webapp-947702","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965550,"deletedTimestamp":"2018-11-17T11:40:17.8858785","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6d871578b","webSpace":"javacsmrg6d871578b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-947702","slot":"java-slot-deb682782","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965551","name":"java-webapp-947702","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965551,"deletedTimestamp":"2018-11-17T11:40:17.9327816","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6d871578b","webSpace":"javacsmrg6d871578b-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-947702","slot":"java-slot-bd8452260","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965552","name":"java-webapp-683599","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965552,"deletedTimestamp":"2018-11-17T11:40:18.3104156","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg82970200e","webSpace":"javacsmrg82970200e-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-683599","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965553","name":"java-webapp-174479","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965553,"deletedTimestamp":"2018-11-17T11:40:18.4072392","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb56989317","webSpace":"javacsmrgb56989317-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-174479","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965554","name":"java-webapp-53572a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965554,"deletedTimestamp":"2018-11-17T11:40:19.2688683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf8f123675","webSpace":"javacsmrgf8f123675-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-53572a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965555","name":"java-webapp-997859","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965555,"deletedTimestamp":"2018-11-17T11:40:19.5455645","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdf4140135","webSpace":"javacsmrgdf4140135-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-997859","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965556","name":"java-webapp-997859","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965556,"deletedTimestamp":"2018-11-17T11:40:19.6080660","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdf4140135","webSpace":"javacsmrgdf4140135-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-997859","slot":"java-slot-5d3376874","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965557","name":"java-webapp-997859","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965557,"deletedTimestamp":"2018-11-17T11:40:19.6549683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgdf4140135","webSpace":"javacsmrgdf4140135-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-997859","slot":"java-slot-0b4497154","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965558","name":"java-webapp-463678","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965558,"deletedTimestamp":"2018-11-17T11:40:20.8503581","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgb56989317","webSpace":"javacsmrgb56989317-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-463678","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19965559","name":"java-webapp-225482","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19965559,"deletedTimestamp":"2018-11-17T11:40:21.0329303","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge0b285964","webSpace":"javacsmrge0b285964-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-225482","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975904","name":"java-webapp-176862","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975904,"deletedTimestamp":"2018-11-18T11:40:23.7609826","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc85082546","webSpace":"javacsmrgc85082546-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-176862","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975905","name":"java-webapp-516600","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975905,"deletedTimestamp":"2018-11-18T11:40:23.8711220","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgaed963467","webSpace":"javacsmrgaed963467-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-516600","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975906","name":"java-webapp-20929e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975906,"deletedTimestamp":"2018-11-18T11:40:24.4112533","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6d741695f","webSpace":"javacsmrg6d741695f-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-20929e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975907","name":"java-webapp-544372","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975907,"deletedTimestamp":"2018-11-18T11:40:24.7550199","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg60c75902f","webSpace":"javacsmrg60c75902f-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-544372","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975908","name":"JAVAwebapp-7501457314","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975908,"deletedTimestamp":"2018-11-18T11:40:25.7904831","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg062650189","webSpace":"javacsmrg062650189-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"JAVAwebapp-7501457314","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975909","name":"java-webapp-52791b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975909,"deletedTimestamp":"2018-11-18T11:40:26.3078421","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg85f226566","webSpace":"javacsmrg85f226566-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-52791b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975910","name":"java-webapp-52791b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975910,"deletedTimestamp":"2018-11-18T11:40:26.3703277","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg85f226566","webSpace":"javacsmrg85f226566-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-52791b","slot":"java-slot-9bc426670","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975911","name":"java-webapp-52791b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975911,"deletedTimestamp":"2018-11-18T11:40:26.4172244","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg85f226566","webSpace":"javacsmrg85f226566-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-52791b","slot":"java-slot-1ec664794","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975912","name":"java-webapp-52791b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975912,"deletedTimestamp":"2018-11-18T11:40:26.4640767","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg85f226566","webSpace":"javacsmrg85f226566-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-52791b","slot":"java-slot-723324684","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19975913","name":"JAVAwebapp-44c87431fd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19975913,"deletedTimestamp":"2018-11-18T11:40:27.3713447","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd6a364372","webSpace":"javacsmrgd6a364372-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"JAVAwebapp-44c87431fd","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999510","name":"webapp1-1397964004","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999510,"deletedTimestamp":"2018-11-19T15:07:56.3027392","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_132760020a0c","webSpace":"rg1nemv_132760020a0c-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-1397964004","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999518","name":"webapp2-7361065890","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999518,"deletedTimestamp":"2018-11-19T15:08:21.2819800","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_59b073487f44","webSpace":"rgnemv_59b073487f44-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp2-7361065890","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999519","name":"webapp1-449699325d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999519,"deletedTimestamp":"2018-11-19T15:08:21.4026346","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_30165215f2ad","webSpace":"rg1nemv_30165215f2ad-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-449699325d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999521","name":"webapp2-90f4480743","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999521,"deletedTimestamp":"2018-11-19T15:08:25.3169593","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_269473498cff","webSpace":"rgnemv_269473498cff-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp2-90f4480743","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999528","name":"webapp1-2fe8033733","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999528,"deletedTimestamp":"2018-11-19T15:08:30.4776297","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_59b073487f44","webSpace":"rgnemv_59b073487f44-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-2fe8033733","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999529","name":"webapp2-4ea65546e6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999529,"deletedTimestamp":"2018-11-19T15:08:34.3627191","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_132760020a0c","webSpace":"rg1nemv_132760020a0c-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-4ea65546e6","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999531","name":"webapp3-17d56620c6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999531,"deletedTimestamp":"2018-11-19T15:08:36.5841859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_132760020a0c","webSpace":"rg1nemv_132760020a0c-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp3-17d56620c6","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999532","name":"webapp1-f124863442","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999532,"deletedTimestamp":"2018-11-19T15:08:36.6666819","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_269473498cff","webSpace":"rgnemv_269473498cff-EastUS2webspace","stamp":"waws-prod-bn1-019","deletedSiteName":"webapp1-f124863442","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999546","name":"webapp3-6871256820","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999546,"deletedTimestamp":"2018-11-19T15:08:59.0956103","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_30165215f2ad","webSpace":"rg1nemv_30165215f2ad-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp3-6871256820","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999549","name":"webapp2-ecb5325578","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999549,"deletedTimestamp":"2018-11-19T15:09:01.0748912","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_30165215f2ad","webSpace":"rg1nemv_30165215f2ad-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp2-ecb5325578","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999564","name":"webapp2-b3f41121fb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999564,"deletedTimestamp":"2018-11-19T15:09:25.2596391","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f5047278ab51","webSpace":"rgnemv_f5047278ab51-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp2-b3f41121fb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999566","name":"webapp1-0072420649","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999566,"deletedTimestamp":"2018-11-19T15:09:28.6789385","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_fe3951292d0d","webSpace":"rg1nemv_fe3951292d0d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-0072420649","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999567","name":"webapp1-d9e3234497","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999567,"deletedTimestamp":"2018-11-19T15:09:34.0170117","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_f5047278ab51","webSpace":"rgnemv_f5047278ab51-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"webapp1-d9e3234497","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999579","name":"webapp3-0767235448","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999579,"deletedTimestamp":"2018-11-19T15:10:06.3692442","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_fe3951292d0d","webSpace":"rg1nemv_fe3951292d0d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp3-0767235448","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999580","name":"webapp2-7d384852d0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999580,"deletedTimestamp":"2018-11-19T15:10:08.4270042","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_fe3951292d0d","webSpace":"rg1nemv_fe3951292d0d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp2-7d384852d0","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999672","name":"webapp2-9d3316871e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999672,"deletedTimestamp":"2018-11-19T15:13:29.1886988","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2b50550946f364f23a","webSpace":"rg2b50550946f364f23a-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp2-9d3316871e","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999673","name":"webapp5-6b390570f1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999673,"deletedTimestamp":"2018-11-19T15:13:33.4974330","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2b50550946f364f23a","webSpace":"rg2b50550946f364f23a-SoutheastAsiawebspace","stamp":"waws-prod-sg1-035","deletedSiteName":"webapp5-6b390570f1","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999680","name":"webapp4-0d127429ce","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999680,"deletedTimestamp":"2018-11-19T15:13:37.2073588","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2b50550946f364f23a","webSpace":"rg2b50550946f364f23a-NorthEuropewebspace","stamp":"waws-prod-db3-121","deletedSiteName":"webapp4-0d127429ce","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999687","name":"webapp3-2846079012","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999687,"deletedTimestamp":"2018-11-19T15:13:45.1088594","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2b50550946f364f23a","webSpace":"rg2b50550946f364f23a-WestEuropewebspace","stamp":"waws-prod-am2-165","deletedSiteName":"webapp3-2846079012","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999697","name":"webapp1-26d3204323","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999697,"deletedTimestamp":"2018-11-19T15:13:54.0268058","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2b50550946f364f23a","webSpace":"rg2b50550946f364f23a-WestUSwebspace","stamp":"waws-prod-bay-085","deletedSiteName":"webapp1-26d3204323","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999699","name":"webapp6-f2063883e6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999699,"deletedTimestamp":"2018-11-19T15:13:56.9803342","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg2b50550946f364f23a","webSpace":"rg2b50550946f364f23a-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-f2063883e6","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999787","name":"webapp3-6b17578250","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999787,"deletedTimestamp":"2018-11-19T15:18:27.8369718","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61456539b7cda33","webSpace":"rg61456539b7cda33-EastAsiawebspace","stamp":"waws-prod-hk1-003","deletedSiteName":"webapp3-6b17578250","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999788","name":"webapp3-6b17578250","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999788,"deletedTimestamp":"2018-11-19T15:18:27.9463458","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61456539b7cda33","webSpace":"rg61456539b7cda33-EastAsiawebspace","stamp":"waws-prod-hk1-003","deletedSiteName":"webapp3-6b17578250","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999792","name":"webapp1-93a0430793","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999792,"deletedTimestamp":"2018-11-19T15:18:34.5885101","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61456539b7cda33","webSpace":"rg61456539b7cda33-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-93a0430793","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999793","name":"webapp1-93a0430793","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999793,"deletedTimestamp":"2018-11-19T15:18:34.6354126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61456539b7cda33","webSpace":"rg61456539b7cda33-EastUSwebspace","stamp":"waws-prod-blu-109","deletedSiteName":"webapp1-93a0430793","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999797","name":"webapp2-6a54776676","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999797,"deletedTimestamp":"2018-11-19T15:18:41.9331085","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61456539b7cda33","webSpace":"rg61456539b7cda33-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-6a54776676","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999798","name":"webapp2-6a54776676","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999798,"deletedTimestamp":"2018-11-19T15:18:41.9800499","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg61456539b7cda33","webSpace":"rg61456539b7cda33-WestEuropewebspace","stamp":"waws-prod-am2-227","deletedSiteName":"webapp2-6a54776676","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999837","name":"webapp1-bf906277b7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999837,"deletedTimestamp":"2018-11-19T15:20:35.3482433","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3b4269346400","webSpace":"rgnemv_3b4269346400-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-bf906277b7","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999839","name":"webapp2-4f8515815a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999839,"deletedTimestamp":"2018-11-19T15:20:38.8734176","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12030609d0e403cd60","webSpace":"rg12030609d0e403cd60-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp2-4f8515815a","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999841","name":"webapp1-1241535038","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999841,"deletedTimestamp":"2018-11-19T15:20:42.2761695","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg12030609d0e403cd60","webSpace":"rg12030609d0e403cd60-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-1241535038","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999843","name":"webapp2-4db80663e9","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999843,"deletedTimestamp":"2018-11-19T15:20:47.2377405","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3b4269346400","webSpace":"rgnemv_3b4269346400-WestEuropewebspace","stamp":"waws-prod-am2-177","deletedSiteName":"webapp2-4db80663e9","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999848","name":"webapp3-ee503608c8","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999848,"deletedTimestamp":"2018-11-19T15:20:54.2613212","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_3b4269346400","webSpace":"rgnemv_3b4269346400-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-ee503608c8","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999857","name":"webapp1-1325170923","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999857,"deletedTimestamp":"2018-11-19T15:21:15.6766029","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d1372189843d","webSpace":"rgnemv_d1372189843d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-1325170923","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999860","name":"webapp5-15f04452d5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999860,"deletedTimestamp":"2018-11-19T15:21:25.7079062","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d1372189843d","webSpace":"rgnemv_d1372189843d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp5-15f04452d5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999869","name":"webapp4-ad63694837","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999869,"deletedTimestamp":"2018-11-19T15:21:33.2976497","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d1372189843d","webSpace":"rgnemv_d1372189843d-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp4-ad63694837","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999870","name":"webapp3-10797579f0","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999870,"deletedTimestamp":"2018-11-19T15:21:44.1570585","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d1372189843d","webSpace":"rgnemv_d1372189843d-EastAsiawebspace","stamp":"waws-prod-hk1-013","deletedSiteName":"webapp3-10797579f0","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/19999875","name":"webapp2-4f490401c3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":19999875,"deletedTimestamp":"2018-11-19T15:21:49.8571965","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d1372189843d","webSpace":"rgnemv_d1372189843d-WestEuropewebspace","stamp":"waws-prod-am2-115","deletedSiteName":"webapp2-4f490401c3","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000183","name":"wnrsat5ba585550032e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000183,"deletedTimestamp":"2018-11-19T15:31:36.7889656","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat79204940af9a4","webSpace":"rgrsat79204940af9a4-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"wnrsat5ba585550032e","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000338","name":"webapp3-87b087069e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000338,"deletedTimestamp":"2018-11-19T15:36:23.2479469","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg8de85202bf378ec","webSpace":"rg8de85202bf378ec-EastAsiawebspace","stamp":"waws-prod-hk1-007","deletedSiteName":"webapp3-87b087069e","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000339","name":"webapp3-87b087069e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000339,"deletedTimestamp":"2018-11-19T15:36:23.3106076","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg8de85202bf378ec","webSpace":"rg8de85202bf378ec-EastAsiawebspace","stamp":"waws-prod-hk1-007","deletedSiteName":"webapp3-87b087069e","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000345","name":"webapp2-9d01857946","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000345,"deletedTimestamp":"2018-11-19T15:36:29.0580617","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg8de85202bf378ec","webSpace":"rg8de85202bf378ec-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp2-9d01857946","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000346","name":"webapp2-9d01857946","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000346,"deletedTimestamp":"2018-11-19T15:36:29.1049372","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg8de85202bf378ec","webSpace":"rg8de85202bf378ec-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp2-9d01857946","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000349","name":"webapp1-f925276352","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000349,"deletedTimestamp":"2018-11-19T15:36:35.4740937","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg8de85202bf378ec","webSpace":"rg8de85202bf378ec-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp1-f925276352","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000350","name":"webapp1-f925276352","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000350,"deletedTimestamp":"2018-11-19T15:36:35.5209831","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg8de85202bf378ec","webSpace":"rg8de85202bf378ec-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"webapp1-f925276352","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20000361","name":"mytestscalewebapp0a8909757f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20000361,"deletedTimestamp":"2018-11-19T15:36:57.3269563","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroup00c80077458","webSpace":"myresourcegroup00c80077458-SouthCentralUSwebspace","stamp":"waws-prod-sn1-159","deletedSiteName":"mytestscalewebapp0a8909757f","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20001993","name":"java-webapp-520940","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20001993,"deletedTimestamp":"2018-11-19T16:33:20.6246383","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgcc6900737","webSpace":"javacsmrgcc6900737-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-520940","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002011","name":"java-webapp-764260","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002011,"deletedTimestamp":"2018-11-19T16:34:10.1205391","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc2c57156f","webSpace":"javacsmrgc2c57156f-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-764260","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002013","name":"java-webapp-77505f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002013,"deletedTimestamp":"2018-11-19T16:34:19.0159539","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5c585524c","webSpace":"javacsmrg5c585524c-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-77505f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002023","name":"java-func-176697551","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002023,"deletedTimestamp":"2018-11-19T16:34:31.7889072","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgee586902d","webSpace":"javacsmrgee586902d-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-func-176697551","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002026","name":"java-func-e6132371d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002026,"deletedTimestamp":"2018-11-19T16:34:35.4119818","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5ce059166","webSpace":"javacsmrg5ce059166-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"java-func-e6132371d","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002028","name":"java-func-87a73497e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002028,"deletedTimestamp":"2018-11-19T16:34:37.3666320","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5ce059166","webSpace":"javacsmrg5ce059166-WestUSwebspace","stamp":"waws-prod-bay-007","deletedSiteName":"java-func-87a73497e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002123","name":"java-webapp-155034","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002123,"deletedTimestamp":"2018-11-19T16:38:37.3094190","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf11429018","webSpace":"javacsmrgf11429018-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-155034","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002126","name":"java-webapp-002044","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002126,"deletedTimestamp":"2018-11-19T16:38:45.3649939","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf11429018","webSpace":"javacsmrgf11429018-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-002044","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002202","name":"java-webapp-437007","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002202,"deletedTimestamp":"2018-11-19T16:42:56.2639472","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg483157603","webSpace":"javacsmrg483157603-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-437007","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002204","name":"java-webapp-036520","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002204,"deletedTimestamp":"2018-11-19T16:42:59.0323299","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg483157603","webSpace":"javacsmrg483157603-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-036520","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20002245","name":"rsc6801880","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20002245,"deletedTimestamp":"2018-11-19T16:46:01.9332202","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc6801880","webSpace":"rgc6801880-SouthCentralUSwebspace","stamp":"waws-prod-sn1-151","deletedSiteName":"rsc6801880","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20011935","name":"java-webapp-7948","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20011935,"deletedTimestamp":"2018-11-20T00:51:56.6762045","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1830","webSpace":"javacsmrg1830-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7948","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20033151","name":"java-web-2527","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20033151,"deletedTimestamp":"2018-11-20T16:46:04.5958562","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4312","webSpace":"javacsmrg4312-EastUSwebspace","stamp":"waws-prod-blu-099","deletedSiteName":"java-web-2527","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20033344","name":"java-web-6731","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20033344,"deletedTimestamp":"2018-11-20T16:50:52.2740010","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9256","webSpace":"javacsmrg9256-EastUSwebspace","stamp":"waws-prod-blu-075","deletedSiteName":"java-web-6731","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20033605","name":"java-web-1908","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20033605,"deletedTimestamp":"2018-11-20T16:58:00.2012564","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1907","webSpace":"javacsmrg1907-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"java-web-1908","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20034014","name":"java-webapp-728198","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20034014,"deletedTimestamp":"2018-11-20T17:09:24.9774095","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgfc052246b","webSpace":"javacsmrgfc052246b-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-728198","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20034072","name":"java-web-3026","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20034072,"deletedTimestamp":"2018-11-20T17:11:34.7634146","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9719","webSpace":"javacsmrg9719-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"java-web-3026","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20037672","name":"java-web-4806","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20037672,"deletedTimestamp":"2018-11-20T19:21:52.7771142","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg1410","webSpace":"javacsmrg1410-EastUSwebspace","stamp":"waws-prod-blu-115","deletedSiteName":"java-web-4806","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20038071","name":"java-webapp-9934","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20038071,"deletedTimestamp":"2018-11-20T19:44:16.9700626","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2155","webSpace":"javacsmrg2155-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"java-webapp-9934","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20038800","name":"java-webapp-4767","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20038800,"deletedTimestamp":"2018-11-20T20:17:59.8507445","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg605","webSpace":"javacsmrg605-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-4767","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20038914","name":"java-webapp-7574","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20038914,"deletedTimestamp":"2018-11-20T20:24:11.4287226","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg4811","webSpace":"javacsmrg4811-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-7574","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20038942","name":"java-webapp-6454","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20038942,"deletedTimestamp":"2018-11-20T20:25:37.4266389","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6760","webSpace":"javacsmrg6760-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-6454","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20040497","name":"java-webapp-801","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20040497,"deletedTimestamp":"2018-11-20T21:42:20.8145659","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6760","webSpace":"javacsmrg6760-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"java-webapp-801","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20040554","name":"java-webapp-6338","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20040554,"deletedTimestamp":"2018-11-20T21:45:10.3406271","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9960","webSpace":"javacsmrg9960-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-6338","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041267","name":"java-webapp-1475","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041267,"deletedTimestamp":"2018-11-20T22:23:27.3344200","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg539","webSpace":"javacsmrg539-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-1475","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041268","name":"java-webapp-1475","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041268,"deletedTimestamp":"2018-11-20T22:23:27.4282232","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg539","webSpace":"javacsmrg539-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-1475","slot":"java-slot-9418","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041269","name":"java-webapp-1475","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041269,"deletedTimestamp":"2018-11-20T22:23:27.5219579","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg539","webSpace":"javacsmrg539-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-1475","slot":"java-slot-6571","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041270","name":"java-webapp-1475","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041270,"deletedTimestamp":"2018-11-20T22:23:27.6000856","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg539","webSpace":"javacsmrg539-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"java-webapp-1475","slot":"java-slot-6830","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041434","name":"java-webapp-9829","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041434,"deletedTimestamp":"2018-11-20T22:34:35.6063151","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7637","webSpace":"javacsmrg7637-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-9829","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041435","name":"java-webapp-9829","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041435,"deletedTimestamp":"2018-11-20T22:34:35.6689127","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7637","webSpace":"javacsmrg7637-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-9829","slot":"java-slot-1179","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041436","name":"java-webapp-9829","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041436,"deletedTimestamp":"2018-11-20T22:34:35.7313221","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7637","webSpace":"javacsmrg7637-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-9829","slot":"java-slot-8290","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041438","name":"java-webapp-9829","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041438,"deletedTimestamp":"2018-11-20T22:34:35.7940023","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg7637","webSpace":"javacsmrg7637-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-9829","slot":"java-slot-8070","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041496","name":"IAmAFuncitonNameThatIsLonger5903","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041496,"deletedTimestamp":"2018-11-20T22:39:12.8466035","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg9288","webSpace":"javacsmrg9288-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"IAmAFuncitonNameThatIsLonger5903","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20041736","name":"java-webapp-2881","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20041736,"deletedTimestamp":"2018-11-20T22:51:55.3603111","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8970","webSpace":"javacsmrg8970-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"java-webapp-2881","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20043653","name":"java-webapp-2917","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20043653,"deletedTimestamp":"2018-11-21T00:48:53.9437608","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8008","webSpace":"javacsmrg8008-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"java-webapp-2917","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20043654","name":"java-webapp-1717","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20043654,"deletedTimestamp":"2018-11-21T00:48:55.3252531","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2465","webSpace":"javacsmrg2465-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-1717","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20043710","name":"java-webapp-3866","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20043710,"deletedTimestamp":"2018-11-21T00:50:41.5508366","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg8008","webSpace":"javacsmrg8008-WestUSwebspace","stamp":"waws-prod-bay-043","deletedSiteName":"java-webapp-3866","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20043916","name":"java-webapp-3749","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20043916,"deletedTimestamp":"2018-11-21T01:01:13.3202972","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6279","webSpace":"javacsmrg6279-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-3749","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20043949","name":"java-webapp-1038","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20043949,"deletedTimestamp":"2018-11-21T01:02:57.7716962","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg6279","webSpace":"javacsmrg6279-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-1038","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044116","name":"webapp1-ce99081425","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044116,"deletedTimestamp":"2018-11-21T01:11:06.9206600","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2694089912a3","webSpace":"rg1nemv_2694089912a3-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-ce99081425","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044122","name":"webapp3-13448359df","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044122,"deletedTimestamp":"2018-11-21T01:11:46.1574800","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2694089912a3","webSpace":"rg1nemv_2694089912a3-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-13448359df","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044137","name":"webapp2-86e74263be","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044137,"deletedTimestamp":"2018-11-21T01:13:29.7572945","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_2694089912a3","webSpace":"rg1nemv_2694089912a3-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-86e74263be","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044165","name":"webapp1-0ab3111052","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044165,"deletedTimestamp":"2018-11-21T01:16:14.7048593","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_be940007a8f8","webSpace":"rg1nemv_be940007a8f8-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-0ab3111052","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044169","name":"webapp3-02696297b6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044169,"deletedTimestamp":"2018-11-21T01:16:53.8744630","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_be940007a8f8","webSpace":"rg1nemv_be940007a8f8-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp3-02696297b6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044195","name":"webapp2-096808214c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044195,"deletedTimestamp":"2018-11-21T01:18:39.5730832","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_be940007a8f8","webSpace":"rg1nemv_be940007a8f8-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp2-096808214c","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044266","name":"webapp1-68d8685312","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044266,"deletedTimestamp":"2018-11-21T01:23:39.5586423","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_82574728f5d9","webSpace":"rg1nemv_82574728f5d9-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp1-68d8685312","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044280","name":"webapp3-0af06986e1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044280,"deletedTimestamp":"2018-11-21T01:24:20.9522837","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_82574728f5d9","webSpace":"rg1nemv_82574728f5d9-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp3-0af06986e1","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20044322","name":"webapp2-ea1831920f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20044322,"deletedTimestamp":"2018-11-21T01:26:11.9123643","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_82574728f5d9","webSpace":"rg1nemv_82574728f5d9-WestUSwebspace","stamp":"waws-prod-bay-057","deletedSiteName":"webapp2-ea1831920f","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049246","name":"web-del-testh4yf5lqmckzh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049246,"deletedTimestamp":"2018-11-21T06:07:36.2276253","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgs6outddmqa3fyf43vbyd3hxgyyauwlmiatmmbtkc6kxwn6q37y6mvlmoqpibudday","webSpace":"clitest.rgs6outddmqa3fyf43vbyd3hxgyyauwlmiatmmbtkc6kxwn6q37y6mvlmoqpibudday-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"web-del-testh4yf5lqmckzh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049249","name":"webwwywkwezumfk63uzu75ys","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049249,"deletedTimestamp":"2018-11-21T06:07:44.8408600","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgz6ooq3tga6pkw56ttzfguw26g5aa5zebhggbf5gsbb2z6bk4alelvn7f3ij6ctn4w","webSpace":"clitest.rgz6ooq3tga6pkw56ttzfguw26g5aa5zebhggbf5gsbb2z6bk4alelvn7f3ij6ctn4w-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webwwywkwezumfk63uzu75ys","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049253","name":"functionapplinuxconsumptionu2qbwrigccbe3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049253,"deletedTimestamp":"2018-11-21T06:07:53.7876122","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-linuxp7inx72pcnmfc6hd5tgf5qotj3bxz6xxogiinijwf56wmofwl","webSpace":"azurecli-functionapp-linuxp7inx72pcnmfc6hd5tgf5qotj3bxz6xxogiinijwf56wmofwl-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptionu2qbwrigccbe3","slot":"Production","kind":"functionapp,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049260","name":"functionapp-linuxld6zjli","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049260,"deletedTimestamp":"2018-11-21T06:08:11.2930583","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgy4pmpenh6edb74ni7emocjsf6xw52vevv3u5k33tky5a7p4yj5q6xot2s5nisnn66","webSpace":"clitest.rgy4pmpenh6edb74ni7emocjsf6xw52vevv3u5k33tky5a7p4yj5q6xot2s5nisnn66-SouthCentralUSwebspace","stamp":"waws-prod-sn1-147","deletedSiteName":"functionapp-linuxld6zjli","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049263","name":"functionappconsumptiondmhzjuw64rbphremfv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049263,"deletedTimestamp":"2018-11-21T06:08:29.1783183","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"azurecli-functionapp-c-e2ecr2fnyto6ck72mmb46b2xmgmbgkp5sfrija53by4uy7ve2f3j","webSpace":"azurecli-functionapp-c-e2ecr2fnyto6ck72mmb46b2xmgmbgkp5sfrija53by4uy7ve2f3j-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionappconsumptiondmhzjuw64rbphremfv","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049268","name":"web-errorfbkddv7zzvyeiyo","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049268,"deletedTimestamp":"2018-11-21T06:08:33.4778268","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgcossjawa6m7supcgmuhz3jq5ux4oear4hq4k6jde22e2pji7htg6nq2mygn5luhhp","webSpace":"clitest.rgcossjawa6m7supcgmuhz3jq5ux4oear4hq4k6jde22e2pji7htg6nq2mygn5luhhp-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"web-errorfbkddv7zzvyeiyo","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049270","name":"slot-traffic-webllcq7wny","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049270,"deletedTimestamp":"2018-11-21T06:08:33.9525807","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgyloc2qi43qiuq4yhosyhqzsvess6g6z3kfekojes2ihqhbzx33pnk3kpuvlqtpowh","webSpace":"clitest.rgyloc2qi43qiuq4yhosyhqzsvess6g6z3kfekojes2ihqhbzx33pnk3kpuvlqtpowh-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"slot-traffic-webllcq7wny","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049273","name":"webapp-authentication-testgxxzfnpbirpzkh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049273,"deletedTimestamp":"2018-11-21T06:08:37.6161277","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_authenticationez4n35xj33omismqcrpxi7qjdrvpuzrpqdmqmpg2mydew","webSpace":"cli_test_webapp_authenticationez4n35xj33omismqcrpxi7qjdrvpuzrpqdmqmpg2mydew-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-authentication-testgxxzfnpbirpzkh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049276","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049276,"deletedTimestamp":"2018-11-21T06:08:42.3144080","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqmthg3ml4qat3fi3ztunsmsdaowsjzyjbejrahsacaxr3bgnzdhtwmwc66hmtqzbg","webSpace":"clitest.rgqmthg3ml4qat3fi3ztunsmsdaowsjzyjbejrahsacaxr3bgnzdhtwmwc66hmtqzbg-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049279","name":"webapp-e2e5axxu5b5ycymwu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049279,"deletedTimestamp":"2018-11-21T06:08:50.9047567","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwldi2arj5bb5aex6ve736d3djosdijpjpiwz37ftuzh2vg5hpjaj5wime6z7rtw65","webSpace":"clitest.rgwldi2arj5bb5aex6ve736d3djosdijpjpiwz37ftuzh2vg5hpjaj5wime6z7rtw65-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-e2e5axxu5b5ycymwu","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049280","name":"web-msi2hkmkqkemockm","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049280,"deletedTimestamp":"2018-11-21T06:08:53.3371043","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2iw76mnzxmy3p5tbgcrbtgunimjwhvbh46inzkbmxo6paxuwfkf25vm3k3lfx5zzj","webSpace":"clitest.rg2iw76mnzxmy3p5tbgcrbtgunimjwhvbh46inzkbmxo6paxuwfkf25vm3k3lfx5zzj-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"web-msi2hkmkqkemockm","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049282","name":"slot-traffic-webg6zphgji","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049282,"deletedTimestamp":"2018-11-21T06:08:58.1039455","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt3hbxabjoqlh5xx4oawg6xymrvftw6lop4ykkatxpf5gnr5u5yqelgnddqrghk6ol","webSpace":"clitest.rgt3hbxabjoqlh5xx4oawg6xymrvftw6lop4ykkatxpf5gnr5u5yqelgnddqrghk6ol-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-traffic-webg6zphgji","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049283","name":"slot-traffic-webg6zphgji","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049283,"deletedTimestamp":"2018-11-21T06:08:58.1508683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgt3hbxabjoqlh5xx4oawg6xymrvftw6lop4ykkatxpf5gnr5u5yqelgnddqrghk6ol","webSpace":"clitest.rgt3hbxabjoqlh5xx4oawg6xymrvftw6lop4ykkatxpf5gnr5u5yqelgnddqrghk6ol-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"slot-traffic-webg6zphgji","slot":"slot1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049286","name":"func-e2ejrwlexjx33a6mgq7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049286,"deletedTimestamp":"2018-11-21T06:09:01.2356342","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfm7mv3whhrdwkr7wxhr4snmg6uwegjzl3vruncvfzph3be3ldhxaccwbkhmyumca6","webSpace":"clitest.rgfm7mv3whhrdwkr7wxhr4snmg6uwegjzl3vruncvfzph3be3ldhxaccwbkhmyumca6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2ejrwlexjx33a6mgq7","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049288","name":"webappacrtesttlmfwn7nt2z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049288,"deletedTimestamp":"2018-11-21T06:09:06.0562683","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgya3oieokousxd5vk4euck64zalxhhcibpxstvdt2h5c2cryt43kgm3uh7ygyf7zqz","webSpace":"clitest.rgya3oieokousxd5vk4euck64zalxhhcibpxstvdt2h5c2cryt43kgm3uh7ygyf7zqz-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtesttlmfwn7nt2z","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049289","name":"web-ssl-testwreh2zk6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049289,"deletedTimestamp":"2018-11-21T06:09:09.1083247","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2w4xkvmm2giwv7yzhsrxim5atgr7lkt3ito34p73acsgakg66s5ri7m7yhjbrroon","webSpace":"clitest.rg2w4xkvmm2giwv7yzhsrxim5atgr7lkt3ito34p73acsgakg66s5ri7m7yhjbrroon-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"web-ssl-testwreh2zk6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049290","name":"webapp-config-testka33zyih22yyo3mnv6pcwi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049290,"deletedTimestamp":"2018-11-21T06:09:10.2523760","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_config2j4mn7peksnzimb3mhqupp6hyodv2cmpphdgnyj2lq7ukhzwxoapn","webSpace":"cli_test_webapp_config2j4mn7peksnzimb3mhqupp6hyodv2cmpphdgnyj2lq7ukhzwxoapn-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-config-testka33zyih22yyo3mnv6pcwi","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049291","name":"delete-me-webnhj36vvgpza","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049291,"deletedTimestamp":"2018-11-21T06:09:11.8463350","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgqpmokaqutirth6u7n4q2xdcrsf4aq7fvieltvdgs5pcvrcdsopiyyovmvbwa5rpm3","webSpace":"clitest.rgqpmokaqutirth6u7n4q2xdcrsf4aq7fvieltvdgs5pcvrcdsopiyyovmvbwa5rpm3-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"delete-me-webnhj36vvgpza","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049293","name":"webapp-quickp5wytul4ihfr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049293,"deletedTimestamp":"2018-11-21T06:09:20.6775574","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rguvf647oyhez43pjvqnuldyvpzyvswyiexflkgfpmeq6rpv77fzrxs63t4a5caiplj","webSpace":"clitest.rguvf647oyhez43pjvqnuldyvpzyvswyiexflkgfpmeq6rpv77fzrxs63t4a5caiplj-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-quickp5wytul4ihfr","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049294","name":"webapp-linux-multickl7sf","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049294,"deletedTimestamp":"2018-11-21T06:09:33.6503859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgz2vzt7hekjg3g5t5x5hzcfhknshujeaymhi5m4ldkcqoorswgkmlvfrayd37wn7oo","webSpace":"clitest.rgz2vzt7hekjg3g5t5x5hzcfhknshujeaymhi5m4ldkcqoorswgkmlvfrayd37wn7oo-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp-linux-multickl7sf","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049295","name":"webapp-quick2w2uaebm2mgg","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049295,"deletedTimestamp":"2018-11-21T06:09:35.5130911","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgw5lj6mcw5tbblhvyyhath3c6uz74hb3fvtskaew4flpki5qm5iq45pehuknivquza","webSpace":"clitest.rgw5lj6mcw5tbblhvyyhath3c6uz74hb3fvtskaew4flpki5qm5iq45pehuknivquza-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp-quick2w2uaebm2mgg","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049296","name":"func-e2ecuoyuohj2oxkl3xs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049296,"deletedTimestamp":"2018-11-21T06:09:40.1649024","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfm7mv3whhrdwkr7wxhr4snmg6uwegjzl3vruncvfzph3be3ldhxaccwbkhmyumca6","webSpace":"clitest.rgfm7mv3whhrdwkr7wxhr4snmg6uwegjzl3vruncvfzph3be3ldhxaccwbkhmyumca6-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"func-e2ecuoyuohj2oxkl3xs","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049301","name":"webapp-linuxjb3llsvaczxk","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049301,"deletedTimestamp":"2018-11-21T06:09:45.5578946","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgykbguhh653wl3y57ru4qpoxlc4ze7l5efd3nz3ih7qod4ornozrtn6gcgipjxa4hf","webSpace":"clitest.rgykbguhh653wl3y57ru4qpoxlc4ze7l5efd3nz3ih7qod4ornozrtn6gcgipjxa4hf-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webapp-linuxjb3llsvaczxk","slot":"Production","kind":"app,linux","geoRegionName":"Japan - West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049305","name":"webapp-win-lognwatsdzldl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049305,"deletedTimestamp":"2018-11-21T06:09:57.8778158","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgrinkwprsv4jtxnd7v6b53rx5rn6wt4kdomugyxaorfsn2qep6d6hqejnggfsxpldo","webSpace":"clitest.rgrinkwprsv4jtxnd7v6b53rx5rn6wt4kdomugyxaorfsn2qep6d6hqejnggfsxpldo-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp-win-lognwatsdzldl","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049306","name":"web-git-test23mylcfapamy","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049306,"deletedTimestamp":"2018-11-21T06:10:05.2449179","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxqokpis4m6y5t53anqveuzsi6smqon5oo2grlgirqj4jrl5mxiswsy3cmiwiiim2z","webSpace":"clitest.rgxqokpis4m6y5t53anqveuzsi6smqon5oo2grlgirqj4jrl5mxiswsy3cmiwiiim2z-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"web-git-test23mylcfapamy","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049307","name":"slot-traffic-webhml5kwhc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049307,"deletedTimestamp":"2018-11-21T06:10:15.1969968","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpkqkb23rcja26kcuagsdvylknm42lfb2imjq3vrxwgszr232qn6lwli5rqwbw45s4","webSpace":"clitest.rgpkqkb23rcja26kcuagsdvylknm42lfb2imjq3vrxwgszr232qn6lwli5rqwbw45s4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webhml5kwhc","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049308","name":"slot-traffic-webhml5kwhc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049308,"deletedTimestamp":"2018-11-21T06:10:15.2454010","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgpkqkb23rcja26kcuagsdvylknm42lfb2imjq3vrxwgszr232qn6lwli5rqwbw45s4","webSpace":"clitest.rgpkqkb23rcja26kcuagsdvylknm42lfb2imjq3vrxwgszr232qn6lwli5rqwbw45s4-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webhml5kwhc","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049309","name":"webapp-update-testxoybnmpa7b5u3t2cbrmqh4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049309,"deletedTimestamp":"2018-11-21T06:10:19.9707665","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatebz4y26cqvbcl6cmv72udcxodehtbqovmwghoekg5y4sdrcur22iqx","webSpace":"cli_test_webapp_updatebz4y26cqvbcl6cmv72udcxodehtbqovmwghoekg5y4sdrcur22iqx-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-update-testxoybnmpa7b5u3t2cbrmqh4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049310","name":"webapp-update-testxoybnmpa7b5u3t2cbrmqh4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049310,"deletedTimestamp":"2018-11-21T06:10:20.0176470","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_updatebz4y26cqvbcl6cmv72udcxodehtbqovmwghoekg5y4sdrcur22iqx","webSpace":"cli_test_webapp_updatebz4y26cqvbcl6cmv72udcxodehtbqovmwghoekg5y4sdrcur22iqx-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-update-testxoybnmpa7b5u3t2cbrmqh4","slot":"s1","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049312","name":"webapp-zipDeploy-testgnb2zeld3bijuo7dhjp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049312,"deletedTimestamp":"2018-11-21T06:10:34.5060492","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_webapp_zipDeployyzixrdmobzi2lz7rpyfjfurp2fujj24wagamw7lr3nu44njl4c","webSpace":"cli_test_webapp_zipDeployyzixrdmobzi2lz7rpyfjfurp2fujj24wagamw7lr3nu44njl4c-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"webapp-zipDeploy-testgnb2zeld3bijuo7dhjp","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049318","name":"undelete-webvvfjf7atr3zx","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049318,"deletedTimestamp":"2018-11-21T06:10:54.2054649","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg4ofmnt3w3grrqezeqccdvp7bd4onhi64b27yehu5jc2szdxptzpsmpfauuc6xwsia","webSpace":"clitest.rg4ofmnt3w3grrqezeqccdvp7bd4onhi64b27yehu5jc2szdxptzpsmpfauuc6xwsia-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"undelete-webvvfjf7atr3zx","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049326","name":"slot-swap-webtgdmig6ac6s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049326,"deletedTimestamp":"2018-11-21T06:11:10.5653329","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7beiuihnymtoabgdmf2pzgwl33gcf3rfn5htxzbicj6s2tjc4hnxrcl3gqrpqmdp6","webSpace":"clitest.rg7beiuihnymtoabgdmf2pzgwl33gcf3rfn5htxzbicj6s2tjc4hnxrcl3gqrpqmdp6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-webtgdmig6ac6s","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049327","name":"slot-swap-webtgdmig6ac6s","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049327,"deletedTimestamp":"2018-11-21T06:11:10.6278354","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg7beiuihnymtoabgdmf2pzgwl33gcf3rfn5htxzbicj6s2tjc4hnxrcl3gqrpqmdp6","webSpace":"clitest.rg7beiuihnymtoabgdmf2pzgwl33gcf3rfn5htxzbicj6s2tjc4hnxrcl3gqrpqmdp6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-swap-webtgdmig6ac6s","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049329","name":"webapp-quick-cdwc6ep5iqs","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049329,"deletedTimestamp":"2018-11-21T06:11:13.9402457","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg2oagla5ljtebw6xvu3aloxt4x5p5ujioir5ttq2kihdew4lla3bbdb3jmnf3hwchd","webSpace":"clitest.rg2oagla5ljtebw6xvu3aloxt4x5p5ujioir5ttq2kihdew4lla3bbdb3jmnf3hwchd-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quick-cdwc6ep5iqs","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049337","name":"webapp-linux-logmgx4727w","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049337,"deletedTimestamp":"2018-11-21T06:12:18.7782081","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgk7nmkkivxgve6kwjxj5hmafomsgpy7cypb2wxfbk6q2pafro2bewqbsltowsrhoyi","webSpace":"clitest.rgk7nmkkivxgve6kwjxj5hmafomsgpy7cypb2wxfbk6q2pafro2bewqbsltowsrhoyi-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-logmgx4727w","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049345","name":"webapp-quick-linux4nvgfu","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049345,"deletedTimestamp":"2018-11-21T06:12:36.5871847","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgfs3dkzouum7y4almm3mddj73vqsw645dfat3oppors35ql5l6zphjgyzesgs7upzf","webSpace":"clitest.rgfs3dkzouum7y4almm3mddj73vqsw645dfat3oppors35ql5l6zphjgyzesgs7upzf-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linux4nvgfu","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan - East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049351","name":"slot-test-web33egrkczpml","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049351,"deletedTimestamp":"2018-11-21T06:13:04.7701276","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmaj33c5hpzydxgu3fluz5kglxrbpb35qbsgofochf7h5sgg3ht6onhf3opzwouvht","webSpace":"clitest.rgmaj33c5hpzydxgu3fluz5kglxrbpb35qbsgofochf7h5sgg3ht6onhf3opzwouvht-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-test-web33egrkczpml","slot":"staging","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049352","name":"slot-test-web33egrkczpml","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049352,"deletedTimestamp":"2018-11-21T06:13:07.7154988","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmaj33c5hpzydxgu3fluz5kglxrbpb35qbsgofochf7h5sgg3ht6onhf3opzwouvht","webSpace":"clitest.rgmaj33c5hpzydxgu3fluz5kglxrbpb35qbsgofochf7h5sgg3ht6onhf3opzwouvht-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-test-web33egrkczpml","slot":"dev","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049369","name":"slot-test-web33egrkczpml","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049369,"deletedTimestamp":"2018-11-21T06:13:46.3802353","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgmaj33c5hpzydxgu3fluz5kglxrbpb35qbsgofochf7h5sgg3ht6onhf3opzwouvht","webSpace":"clitest.rgmaj33c5hpzydxgu3fluz5kglxrbpb35qbsgofochf7h5sgg3ht6onhf3opzwouvht-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"slot-test-web33egrkczpml","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20049425","name":"cli5qsoph3oqbsirn46","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20049425,"deletedTimestamp":"2018-11-21T06:16:28.1025553","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgwojqpilb4t","webSpace":"clitest.rgwojqpilb4t-CentralUSwebspace","stamp":"waws-prod-dm1-099","deletedSiteName":"cli5qsoph3oqbsirn46","slot":"Production","kind":"app","geoRegionName":"Central - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20050003","name":"clirescreateweb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20050003,"deletedTimestamp":"2018-11-21T06:50:21.6634026","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"cli_test_resource_create7wu4uz6feum6ekfwdsfypsq5wkknlemn3f6b5jjlf6u7zrizmzt","webSpace":"cli_test_resource_create7wu4uz6feum6ekfwdsfypsq5wkknlemn3f6b5jjlf6u7zrizmzt-WestUSwebspace","stamp":"waws-prod-bay-111","deletedSiteName":"clirescreateweb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061509","name":"java-webapp-102944","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061509,"deletedTimestamp":"2018-11-21T14:04:08.8491091","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg0b815455a","webSpace":"javacsmrg0b815455a-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-webapp-102944","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061512","name":"java-webapp-76160d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061512,"deletedTimestamp":"2018-11-21T14:04:09.7652690","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge2c717198","webSpace":"javacsmrge2c717198-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-76160d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061513","name":"JAVAwebapp-e7a647195b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061513,"deletedTimestamp":"2018-11-21T14:04:11.0673723","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg2ae120651","webSpace":"javacsmrg2ae120651-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"JAVAwebapp-e7a647195b","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061514","name":"JAVAwebapp-8866439692","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061514,"deletedTimestamp":"2018-11-21T14:04:13.0877510","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg32a62628b","webSpace":"javacsmrg32a62628b-WestUSwebspace","stamp":"waws-prod-bay-093","deletedSiteName":"JAVAwebapp-8866439692","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061517","name":"java-webapp-760249","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061517,"deletedTimestamp":"2018-11-21T14:04:14.9004708","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg755934309","webSpace":"javacsmrg755934309-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-760249","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061518","name":"java-webapp-34839a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061518,"deletedTimestamp":"2018-11-21T14:04:15.1555597","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg97a440864","webSpace":"javacsmrg97a440864-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"java-webapp-34839a","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061519","name":"java-webapp-413284","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061519,"deletedTimestamp":"2018-11-21T14:04:15.8841824","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5d5444043","webSpace":"javacsmrg5d5444043-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-413284","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061520","name":"java-webapp-413284","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061520,"deletedTimestamp":"2018-11-21T14:04:15.9312987","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5d5444043","webSpace":"javacsmrg5d5444043-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-413284","slot":"java-slot-016149809","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061521","name":"java-webapp-413284","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061521,"deletedTimestamp":"2018-11-21T14:04:15.9779367","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5d5444043","webSpace":"javacsmrg5d5444043-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-413284","slot":"java-slot-0b685727c","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20061522","name":"java-webapp-413284","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20061522,"deletedTimestamp":"2018-11-21T14:04:16.0092529","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg5d5444043","webSpace":"javacsmrg5d5444043-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"java-webapp-413284","slot":"java-slot-3d873412a","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068032","name":"webapp2-804411226a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068032,"deletedTimestamp":"2018-11-21T17:54:09.5307273","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d97324794fcc","webSpace":"rgnemv_d97324794fcc-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp2-804411226a","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068033","name":"webapp1-b517357912","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068033,"deletedTimestamp":"2018-11-21T17:54:14.3905541","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_32e01985164e","webSpace":"rg1nemv_32e01985164e-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp1-b517357912","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068034","name":"webapp1-08e90184e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068034,"deletedTimestamp":"2018-11-21T17:54:19.8087384","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_d97324794fcc","webSpace":"rgnemv_d97324794fcc-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"webapp1-08e90184e4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068035","name":"webapp1-97b92714c1","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068035,"deletedTimestamp":"2018-11-21T17:54:40.0409830","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4fa49583cd67","webSpace":"rg1nemv_4fa49583cd67-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-97b92714c1","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068040","name":"webapp2-b5f8742023","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068040,"deletedTimestamp":"2018-11-21T17:54:52.2257385","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_32e01985164e","webSpace":"rg1nemv_32e01985164e-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp2-b5f8742023","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068041","name":"webapp3-18474105a4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068041,"deletedTimestamp":"2018-11-21T17:54:54.8269563","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_32e01985164e","webSpace":"rg1nemv_32e01985164e-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp3-18474105a4","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068053","name":"webapp2-c4926925ff","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068053,"deletedTimestamp":"2018-11-21T17:55:18.2206915","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4fa49583cd67","webSpace":"rg1nemv_4fa49583cd67-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp2-c4926925ff","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068055","name":"webapp3-1607825520","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068055,"deletedTimestamp":"2018-11-21T17:55:19.6968707","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_4fa49583cd67","webSpace":"rg1nemv_4fa49583cd67-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp3-1607825520","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068058","name":"webapp1-3768689884","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068058,"deletedTimestamp":"2018-11-21T17:55:29.3446814","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_80d34187c107","webSpace":"rgnemv_80d34187c107-EastUS2webspace","stamp":"waws-prod-bn1-033","deletedSiteName":"webapp1-3768689884","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068061","name":"webapp2-958990709d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068061,"deletedTimestamp":"2018-11-21T17:55:34.3571807","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_80d34187c107","webSpace":"rgnemv_80d34187c107-EastUS2webspace","stamp":"waws-prod-bn1-033","deletedSiteName":"webapp2-958990709d","slot":"Production","kind":"functionapp","geoRegionName":"East - US 2"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068063","name":"webapp1-7b7834048d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068063,"deletedTimestamp":"2018-11-21T17:55:44.6451473","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_31932158eb29","webSpace":"rgnemv_31932158eb29-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-7b7834048d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068066","name":"webapp2-b6f55856e5","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068066,"deletedTimestamp":"2018-11-21T17:55:53.4799362","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_31932158eb29","webSpace":"rgnemv_31932158eb29-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp2-b6f55856e5","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068069","name":"webapp1-bb9722634e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068069,"deletedTimestamp":"2018-11-21T17:55:55.5231126","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7655863253c2","webSpace":"rg1nemv_7655863253c2-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp1-bb9722634e","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068086","name":"webapp2-d4e6183353","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068086,"deletedTimestamp":"2018-11-21T17:56:37.5373635","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7655863253c2","webSpace":"rg1nemv_7655863253c2-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp2-d4e6183353","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068087","name":"webapp3-437250010c","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068087,"deletedTimestamp":"2018-11-21T17:56:44.8130921","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg1nemv_7655863253c2","webSpace":"rg1nemv_7655863253c2-WestUSwebspace","stamp":"waws-prod-bay-009","deletedSiteName":"webapp3-437250010c","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068132","name":"webapp1-7cf6361510","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068132,"deletedTimestamp":"2018-11-21T17:59:53.8085095","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0935536a6adcccbe6","webSpace":"rgc0935536a6adcccbe6-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webapp1-7cf6361510","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068136","name":"webapp6-b9e4640768","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068136,"deletedTimestamp":"2018-11-21T18:00:01.7866294","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0935536a6adcccbe6","webSpace":"rgc0935536a6adcccbe6-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-017","deletedSiteName":"webapp6-b9e4640768","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068138","name":"webapp2-4ed3457012","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068138,"deletedTimestamp":"2018-11-21T18:00:05.5151676","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0935536a6adcccbe6","webSpace":"rgc0935536a6adcccbe6-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp2-4ed3457012","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068140","name":"webapp3-19365020ba","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068140,"deletedTimestamp":"2018-11-21T18:00:10.9092643","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0935536a6adcccbe6","webSpace":"rgc0935536a6adcccbe6-WestEuropewebspace","stamp":"waws-prod-am2-225","deletedSiteName":"webapp3-19365020ba","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068144","name":"webapp4-d377601371","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068144,"deletedTimestamp":"2018-11-21T18:00:13.0059513","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0935536a6adcccbe6","webSpace":"rgc0935536a6adcccbe6-NorthEuropewebspace","stamp":"waws-prod-db3-121","deletedSiteName":"webapp4-d377601371","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068146","name":"webapp5-fb50093446","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068146,"deletedTimestamp":"2018-11-21T18:00:19.3832859","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgc0935536a6adcccbe6","webSpace":"rgc0935536a6adcccbe6-SoutheastAsiawebspace","stamp":"waws-prod-sg1-029","deletedSiteName":"webapp5-fb50093446","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068329","name":"webapp5-4e871927c6","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068329,"deletedTimestamp":"2018-11-21T18:06:06.5620062","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_135546382446","webSpace":"rgnemv_135546382446-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp5-4e871927c6","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068331","name":"webapp1-6dd596005f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068331,"deletedTimestamp":"2018-11-21T18:06:16.6909363","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_135546382446","webSpace":"rgnemv_135546382446-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp1-6dd596005f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068335","name":"webapp2-9507576581","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068335,"deletedTimestamp":"2018-11-21T18:06:22.8889396","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_135546382446","webSpace":"rgnemv_135546382446-WestEuropewebspace","stamp":"waws-prod-am2-225","deletedSiteName":"webapp2-9507576581","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068338","name":"webapp3-a376060614","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068338,"deletedTimestamp":"2018-11-21T18:06:30.3952898","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_135546382446","webSpace":"rgnemv_135546382446-EastAsiawebspace","stamp":"waws-prod-hk1-011","deletedSiteName":"webapp3-a376060614","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068340","name":"webapp4-67c91767e4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068340,"deletedTimestamp":"2018-11-21T18:06:38.1438536","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_135546382446","webSpace":"rgnemv_135546382446-WestUSwebspace","stamp":"waws-prod-bay-103","deletedSiteName":"webapp4-67c91767e4","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068356","name":"webapp1-451907673e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068356,"deletedTimestamp":"2018-11-21T18:07:45.0563261","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg7ce13178194154a","webSpace":"rg7ce13178194154a-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp1-451907673e","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068357","name":"webapp1-451907673e","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068357,"deletedTimestamp":"2018-11-21T18:07:45.1032202","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg7ce13178194154a","webSpace":"rg7ce13178194154a-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp1-451907673e","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068358","name":"webapp3-aeb82368bc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068358,"deletedTimestamp":"2018-11-21T18:07:49.9395827","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg7ce13178194154a","webSpace":"rg7ce13178194154a-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-aeb82368bc","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068359","name":"webapp3-aeb82368bc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068359,"deletedTimestamp":"2018-11-21T18:07:49.9865271","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg7ce13178194154a","webSpace":"rg7ce13178194154a-EastAsiawebspace","stamp":"waws-prod-hk1-017","deletedSiteName":"webapp3-aeb82368bc","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068364","name":"webapp2-1b086981da","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068364,"deletedTimestamp":"2018-11-21T18:07:57.7190399","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg7ce13178194154a","webSpace":"rg7ce13178194154a-WestEuropewebspace","stamp":"waws-prod-am2-233","deletedSiteName":"webapp2-1b086981da","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068365","name":"webapp2-1b086981da","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068365,"deletedTimestamp":"2018-11-21T18:07:57.7659336","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg7ce13178194154a","webSpace":"rg7ce13178194154a-WestEuropewebspace","stamp":"waws-prod-am2-233","deletedSiteName":"webapp2-1b086981da","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068495","name":"webapp3-ebb1295028","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068495,"deletedTimestamp":"2018-11-21T18:13:55.2387933","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bc85185f14c","webSpace":"rgnemv_1bc85185f14c-SoutheastAsiawebspace","stamp":"waws-prod-sg1-019","deletedSiteName":"webapp3-ebb1295028","slot":"Production","kind":"app,linux","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068496","name":"webapp1-475555870b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068496,"deletedTimestamp":"2018-11-21T18:14:01.9299058","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bc85185f14c","webSpace":"rgnemv_1bc85185f14c-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp1-475555870b","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068499","name":"webapp2-f6573043df","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068499,"deletedTimestamp":"2018-11-21T18:14:10.0275775","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bc85185f14c","webSpace":"rgnemv_1bc85185f14c-WestEuropewebspace","stamp":"waws-prod-am2-085","deletedSiteName":"webapp2-f6573043df","slot":"Production","kind":"app,linux","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068501","name":"webapp4-a7e1841222","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068501,"deletedTimestamp":"2018-11-21T18:14:16.6363196","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bc85185f14c","webSpace":"rgnemv_1bc85185f14c-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp4-a7e1841222","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068504","name":"webapp5-7628346867","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068504,"deletedTimestamp":"2018-11-21T18:14:25.4652158","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgnemv_1bc85185f14c","webSpace":"rgnemv_1bc85185f14c-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp5-7628346867","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068579","name":"webapp1-c63871078a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068579,"deletedTimestamp":"2018-11-21T18:17:31.9878877","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg90495591b2c3514","webSpace":"rg90495591b2c3514-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp1-c63871078a","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068580","name":"webapp1-c63871078a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068580,"deletedTimestamp":"2018-11-21T18:17:32.0348059","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg90495591b2c3514","webSpace":"rg90495591b2c3514-EastUSwebspace","stamp":"waws-prod-blu-117","deletedSiteName":"webapp1-c63871078a","slot":"staging","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068584","name":"webapp3-a9d5335819","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068584,"deletedTimestamp":"2018-11-21T18:17:38.7127901","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg90495591b2c3514","webSpace":"rg90495591b2c3514-EastAsiawebspace","stamp":"waws-prod-hk1-007","deletedSiteName":"webapp3-a9d5335819","slot":"Production","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068585","name":"webapp3-a9d5335819","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068585,"deletedTimestamp":"2018-11-21T18:17:38.7596229","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg90495591b2c3514","webSpace":"rg90495591b2c3514-EastAsiawebspace","stamp":"waws-prod-hk1-007","deletedSiteName":"webapp3-a9d5335819","slot":"staging","kind":"app","geoRegionName":"East - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068589","name":"webapp2-54a861002a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068589,"deletedTimestamp":"2018-11-21T18:17:43.1867813","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg90495591b2c3514","webSpace":"rg90495591b2c3514-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp2-54a861002a","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068590","name":"webapp2-54a861002a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068590,"deletedTimestamp":"2018-11-21T18:17:43.2336969","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg90495591b2c3514","webSpace":"rg90495591b2c3514-WestEuropewebspace","stamp":"waws-prod-am2-231","deletedSiteName":"webapp2-54a861002a","slot":"staging","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068595","name":"webapp5-c2f0500294","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068595,"deletedTimestamp":"2018-11-21T18:18:00.8871601","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge5e5175503790afbb4","webSpace":"rge5e5175503790afbb4-SoutheastAsiawebspace","stamp":"waws-prod-sg1-037","deletedSiteName":"webapp5-c2f0500294","slot":"Production","kind":"app","geoRegionName":"Southeast - Asia"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068597","name":"webapp3-ff95883139","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068597,"deletedTimestamp":"2018-11-21T18:18:03.9082984","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge5e5175503790afbb4","webSpace":"rge5e5175503790afbb4-WestEuropewebspace","stamp":"waws-prod-am2-131","deletedSiteName":"webapp3-ff95883139","slot":"Production","kind":"app","geoRegionName":"West - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068599","name":"webapp1-077896463f","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068599,"deletedTimestamp":"2018-11-21T18:18:08.1170625","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge5e5175503790afbb4","webSpace":"rge5e5175503790afbb4-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"webapp1-077896463f","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068601","name":"webapp4-7ae0468870","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068601,"deletedTimestamp":"2018-11-21T18:18:10.3765419","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge5e5175503790afbb4","webSpace":"rge5e5175503790afbb4-NorthEuropewebspace","stamp":"waws-prod-db3-109","deletedSiteName":"webapp4-7ae0468870","slot":"Production","kind":"app","geoRegionName":"North - Europe"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068603","name":"webapp6-e3c1602651","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068603,"deletedTimestamp":"2018-11-21T18:18:13.2743558","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge5e5175503790afbb4","webSpace":"rge5e5175503790afbb4-AustraliaSoutheastwebspace","stamp":"waws-prod-ml1-019","deletedSiteName":"webapp6-e3c1602651","slot":"Production","kind":"app","geoRegionName":"Australia - Southeast"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068606","name":"webapp2-1080796603","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068606,"deletedTimestamp":"2018-11-21T18:18:19.8561692","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rge5e5175503790afbb4","webSpace":"rge5e5175503790afbb4-EastUSwebspace","stamp":"waws-prod-blu-107","deletedSiteName":"webapp2-1080796603","slot":"Production","kind":"app","geoRegionName":"East - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068618","name":"wnrsatbe477718f5edb","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068618,"deletedTimestamp":"2018-11-21T18:18:46.5542594","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rgrsat77b98346c76bd","webSpace":"rgrsat77b98346c76bd-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"wnrsatbe477718f5edb","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20068733","name":"mytestscalewebapp8d59985251","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20068733,"deletedTimestamp":"2018-11-21T18:25:00.7640407","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"myresourcegroupa7a04436cc4","webSpace":"myresourcegroupa7a04436cc4-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"mytestscalewebapp8d59985251","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20069986","name":"java-webapp-551790","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20069986,"deletedTimestamp":"2018-11-21T19:19:08.9515015","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd30071620","webSpace":"javacsmrgd30071620-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-551790","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20069998","name":"java-webapp-16564d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20069998,"deletedTimestamp":"2018-11-21T19:19:59.9994466","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrge3c68324b","webSpace":"javacsmrge3c68324b-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-16564d","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20069999","name":"java-func-ab1563358","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20069999,"deletedTimestamp":"2018-11-21T19:20:03.2730075","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd1b911700","webSpace":"javacsmrgd1b911700-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-func-ab1563358","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070000","name":"java-func-012491077","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070000,"deletedTimestamp":"2018-11-21T19:20:05.2649772","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgd1b911700","webSpace":"javacsmrgd1b911700-WestUSwebspace","stamp":"waws-prod-bay-101","deletedSiteName":"java-func-012491077","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070002","name":"java-func-fca328827","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070002,"deletedTimestamp":"2018-11-21T19:20:06.1966932","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgf8f473833","webSpace":"javacsmrgf8f473833-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"java-func-fca328827","slot":"Production","kind":"functionapp","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070003","name":"java-webapp-292209","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070003,"deletedTimestamp":"2018-11-21T19:20:07.6322759","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrgc38869177","webSpace":"javacsmrgc38869177-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"java-webapp-292209","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070167","name":"java-webapp-299437","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070167,"deletedTimestamp":"2018-11-21T19:28:06.2031532","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg90603120d","webSpace":"javacsmrg90603120d-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-299437","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070171","name":"java-webapp-66664d","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070171,"deletedTimestamp":"2018-11-21T19:28:09.1429864","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg90603120d","webSpace":"javacsmrg90603120d-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"java-webapp-66664d","slot":"Production","kind":"app,linux","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070335","name":"rs87a84741","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070335,"deletedTimestamp":"2018-11-21T19:36:45.1066332","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"rg87a84741","webSpace":"rg87a84741-SouthCentralUSwebspace","stamp":"waws-prod-sn1-157","deletedSiteName":"rs87a84741","slot":"Production","kind":"app","geoRegionName":"South - Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070345","name":"java-webapp-728940","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070345,"deletedTimestamp":"2018-11-21T19:37:23.7648455","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg662342885","webSpace":"javacsmrg662342885-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-728940","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070347","name":"java-webapp-14914b","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070347,"deletedTimestamp":"2018-11-21T19:37:26.5631044","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"javacsmrg662342885","webSpace":"javacsmrg662342885-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"java-webapp-14914b","slot":"Production","kind":"app,linux,container","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20070509","name":"delete-me-weboqatr656feh","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20070509,"deletedTimestamp":"2018-11-21T19:45:53.9619935","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rgxxtulo6bqgwu4hd4ajsransmxr57sqvyjjm4cn6dmxlfn7lxd3fnwwzmhxohh5vlr","webSpace":"clitest.rgxxtulo6bqgwu4hd4ajsransmxr57sqvyjjm4cn6dmxlfn7lxd3fnwwzmhxohh5vlr-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"delete-me-weboqatr656feh","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20071680","name":"delete-me-webbhtknp3c3k2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20071680,"deletedTimestamp":"2018-11-21T20:49:36.3331266","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg3r346jrk4twawrzwebdyl7bjaunimxjrxfodihiwycs6qqp3vjg2fbbeokpeooehg","webSpace":"clitest.rg3r346jrk4twawrzwebdyl7bjaunimxjrxfodihiwycs6qqp3vjg2fbbeokpeooehg-WestUSwebspace","stamp":"waws-prod-bay-117","deletedSiteName":"delete-me-webbhtknp3c3k2","slot":"Production","kind":"app","geoRegionName":"West - US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/20071725","name":"delete-me-web000003","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":20071725,"deletedTimestamp":"2018-11-21T20:52:49.7104546","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001","webSpace":"clitest.rg000001-WestUSwebspace","stamp":"waws-prod-bay-113","deletedSiteName":"delete-me-web000003","slot":"Production","kind":"app","geoRegionName":"West - US"}}]}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/22621254","name":"sisirap-test","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":22621254,"deletedTimestamp":"2019-03-06T02:34:39.9938016","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"appsvc_rg_Linux_centralus","webSpace":"appsvc_rg_Linux_centralus-CentralUSwebspace","stamp":"waws-prod-dm1-145","deletedSiteName":"sisirap-test","slot":"Production","kind":"app,linux","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/22624982","name":"sisirap-Express-HelloWorld","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":22624982,"deletedTimestamp":"2019-03-06T06:40:21.6570741","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"appsvc_rg_Linux_westus","webSpace":"appsvc_rg_Linux_westus-WestUSwebspace","stamp":"waws-prod-bay-109","deletedSiteName":"sisirap-Express-HelloWorld","slot":"Production","kind":"app,linux","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/22957514","name":"sisirap-TestAppWindows4","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":22957514,"deletedTimestamp":"2019-03-19T00:45:32.3303803","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"appsvc_rg_Windows_centralus","webSpace":"appsvc_rg_Windows_centralus-CentralUSwebspace","stamp":"waws-prod-dm1-141","deletedSiteName":"sisirap-TestAppWindows4","slot":"Production","kind":"app","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023106","name":"sisirap-testApp-MigrationTool","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023106,"deletedTimestamp":"2019-03-20T22:29:27.9302665","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"sisirap-RG","webSpace":"sisirap-RG-CentralUSwebspace","stamp":"waws-prod-dm1-103","deletedSiteName":"sisirap-testApp-MigrationTool","slot":"Production","kind":"app,migration","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023521","name":"sisirap-testApp-MigrationTool","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023521,"deletedTimestamp":"2019-03-20T22:58:49.7160359","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"sisirap-RG","webSpace":"sisirap-RG-CentralUSwebspace","stamp":"waws-prod-dm1-087","deletedSiteName":"sisirap-testApp-MigrationTool","slot":"Production","kind":"app,migration","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023820","name":"sisirap-test2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023820,"deletedTimestamp":"2019-03-20T23:15:21.6833520","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"appsvc_rg_Linux_centralus","webSpace":"appsvc_rg_Linux_centralus-CentralUSwebspace","stamp":"waws-prod-dm1-123","deletedSiteName":"sisirap-test2","slot":"Production","kind":"app,linux","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023821","name":"sisirap-freeApp","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023821,"deletedTimestamp":"2019-03-20T23:15:22.0897443","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"sisirap-RG","webSpace":"sisirap-RG-WestUSwebspace","stamp":"waws-prod-bay-121","deletedSiteName":"sisirap-freeApp","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023822","name":"sisirap-TestAppWindows3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023822,"deletedTimestamp":"2019-03-20T23:15:22.6179961","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"appsvc_rg_Linux_centralus","webSpace":"appsvc_rg_Linux_centralus-CentralUSwebspace","stamp":"waws-prod-dm1-123","deletedSiteName":"sisirap-TestAppWindows3","slot":"Production","kind":"app,linux","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023823","name":"sisirap-testApp-MigrationTool","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023823,"deletedTimestamp":"2019-03-20T23:15:23.1734757","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"sisirap-RG","webSpace":"sisirap-RG-CentralUSwebspace","stamp":"waws-prod-dm1-089","deletedSiteName":"sisirap-testApp-MigrationTool","slot":"Production","kind":"app,migration","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023824","name":"sisirap-TestAppWindows2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023824,"deletedTimestamp":"2019-03-20T23:15:23.9516191","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"appsvc_rg_Linux_centralus","webSpace":"appsvc_rg_Linux_centralus-CentralUSwebspace","stamp":"waws-prod-dm1-123","deletedSiteName":"sisirap-TestAppWindows2","slot":"Production","kind":"app,linux","geoRegionName":"Central + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23023825","name":"sisirap-test","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23023825,"deletedTimestamp":"2019-03-20T23:15:25.8337865","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"appsvc_rg_Linux_westus","webSpace":"appsvc_rg_Linux_westus-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"sisirap-test","slot":"Production","kind":"app,linux","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23137994","name":"webInOtherRG","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23137994,"deletedTimestamp":"2019-03-25T23:30:36.3375576","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgoqiykofo563nmz4ofdkic2ag742r7zq3n6j2zoq2xwap4d23xz6nvpissyxlwg2xe","webSpace":"clitest.rgoqiykofo563nmz4ofdkic2ag742r7zq3n6j2zoq2xwap4d23xz6nvpissyxlwg2xe-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"webInOtherRG","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23137995","name":"webapp-quickqyw4b2xs2x6n","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23137995,"deletedTimestamp":"2019-03-25T23:30:36.7201574","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgtjh7qzmk4gcpysrhusrq7znq7fv7pzjhzq64snetxb3fa72c6ae36zclrfhoz3zht","webSpace":"clitest.rgtjh7qzmk4gcpysrhusrq7znq7fv7pzjhzq64snetxb3fa72c6ae36zclrfhoz3zht-WestUSwebspace","stamp":"waws-prod-bay-121","deletedSiteName":"webapp-quickqyw4b2xs2x6n","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23137996","name":"webapp-quickzrbl6v4fqnpi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23137996,"deletedTimestamp":"2019-03-25T23:30:42.3867845","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgmtq7he4h5imjqlxnekfnnuvtxyyxsew2qawzofc6jcqgsh5yy3lays6zf27zih6bk","webSpace":"clitest.rgmtq7he4h5imjqlxnekfnnuvtxyyxsew2qawzofc6jcqgsh5yy3lays6zf27zih6bk-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"webapp-quickzrbl6v4fqnpi","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138008","name":"web-del-testub7whje4wap3","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138008,"deletedTimestamp":"2019-03-25T23:31:15.4577978","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgxlre6w6kt3rj7hmw77iu3g2qjup6xgns2kqvbkhmregslenpjo35oinmuu67hd34f","webSpace":"clitest.rgxlre6w6kt3rj7hmw77iu3g2qjup6xgns2kqvbkhmregslenpjo35oinmuu67hd34f-WestUSwebspace","stamp":"waws-prod-bay-119","deletedSiteName":"web-del-testub7whje4wap3","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138010","name":"webapp-linux-multimv56k7","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138010,"deletedTimestamp":"2019-03-25T23:31:17.7451014","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgvp42cfhh5zqy6yw72qtaj6fm5hleudw3tkw47szvuk4lgnc6ejeyafi2rii2z27km","webSpace":"clitest.rgvp42cfhh5zqy6yw72qtaj6fm5hleudw3tkw47szvuk4lgnc6ejeyafi2rii2z27km-WestUSwebspace","stamp":"waws-prod-bay-063","deletedSiteName":"webapp-linux-multimv56k7","slot":"Production","kind":"app,linux,container","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138011","name":"web-errorousxr56yxeac5v2","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138011,"deletedTimestamp":"2019-03-25T23:31:25.8284153","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rghjgyywcvie7qrxx5xpw7zqb36cx5eq62x2g45joirwd65x6q7qyo3lshc33t4wjp6","webSpace":"clitest.rghjgyywcvie7qrxx5xpw7zqb36cx5eq62x2g45joirwd65x6q7qyo3lshc33t4wjp6-WestUSwebspace","stamp":"waws-prod-bay-121","deletedSiteName":"web-errorousxr56yxeac5v2","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138013","name":"webapp-config-testvvp46njxlyheedhvhi5qmz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138013,"deletedTimestamp":"2019-03-25T23:31:46.3812447","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"cli_test_webapp_configwpljoztqch4temva5n2x7yqf6z2cvy3k7x4l4h634dbec6ja37jnv","webSpace":"cli_test_webapp_configwpljoztqch4temva5n2x7yqf6z2cvy3k7x4l4h634dbec6ja37jnv-WestUSwebspace","stamp":"waws-prod-bay-087","deletedSiteName":"webapp-config-testvvp46njxlyheedhvhi5qmz","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138026","name":"webapp-quick-cdbe5vgo4kv","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138026,"deletedTimestamp":"2019-03-25T23:32:25.8427330","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgsedpbnqgqxmbr3lsnfvmdvm3jnjoyxkqmnob3hghd3d4tk64ckfqdm7llmq6qea2e","webSpace":"clitest.rgsedpbnqgqxmbr3lsnfvmdvm3jnjoyxkqmnob3hghd3d4tk64ckfqdm7llmq6qea2e-WestUSwebspace","stamp":"waws-prod-bay-121","deletedSiteName":"webapp-quick-cdbe5vgo4kv","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138032","name":"webapp-win-log6ah6cpsilc","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138032,"deletedTimestamp":"2019-03-25T23:32:54.3573383","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgfrimt34ppjozl3fr2grczdzuvordlcadeafg75qx6nhci5j3r5c2ub4krtknmws7q","webSpace":"clitest.rgfrimt34ppjozl3fr2grczdzuvordlcadeafg75qx6nhci5j3r5c2ub4krtknmws7q-WestUSwebspace","stamp":"waws-prod-bay-079","deletedSiteName":"webapp-win-log6ah6cpsilc","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138033","name":"functionappacrtestrf7vmr","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138033,"deletedTimestamp":"2019-03-25T23:33:00.7081080","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgfesolwv6jxo7dgzwy2f4nfmtilnl7jewjrvvg4vnmagwuzkeengdmxbdnjt6ud54m","webSpace":"clitest.rgfesolwv6jxo7dgzwy2f4nfmtilnl7jewjrvvg4vnmagwuzkeengdmxbdnjt6ud54m-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"functionappacrtestrf7vmr","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"Japan + West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138041","name":"webappacrtestrtohl5a36em","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138041,"deletedTimestamp":"2019-03-25T23:33:34.8136695","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rg376ueftumzo5pfa7koyongsowubvlgf6ndji3l4fpfvq2in5kipadzq6xxyn2zytq","webSpace":"clitest.rg376ueftumzo5pfa7koyongsowubvlgf6ndji3l4fpfvq2in5kipadzq6xxyn2zytq-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"webappacrtestrtohl5a36em","slot":"Production","kind":"app,linux","geoRegionName":"Japan + West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138043","name":"slot-traffic-web23wgil2z","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138043,"deletedTimestamp":"2019-03-25T23:33:37.8706342","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgbpjamznf67b4tu76zlkhovxk6axqgxo5mp64o6xt35zpv3ymzsaqkytehioguxaza","webSpace":"clitest.rgbpjamznf67b4tu76zlkhovxk6axqgxo5mp64o6xt35zpv3ymzsaqkytehioguxaza-WestUSwebspace","stamp":"waws-prod-bay-119","deletedSiteName":"slot-traffic-web23wgil2z","slot":"Production","kind":"functionapp","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138045","name":"weblr22sww3xyxava6g43wwl","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138045,"deletedTimestamp":"2019-03-25T23:33:44.6000088","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgqn7pofnac62w6cm456tuwh3wsnwt6lnvv35dnbqownisusez4p6sdhvoghtr3s6a3","webSpace":"clitest.rgqn7pofnac62w6cm456tuwh3wsnwt6lnvv35dnbqownisusez4p6sdhvoghtr3s6a3-WestUSwebspace","stamp":"waws-prod-bay-089","deletedSiteName":"weblr22sww3xyxava6g43wwl","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138049","name":"webapp-quick-linuxw5p2oz","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138049,"deletedTimestamp":"2019-03-25T23:33:48.3784610","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgmftt2n4urwplh4zllx4pfnb6lzgh7pt46vdva7schw325sf4ywqasxmcbcp3dlbld","webSpace":"clitest.rgmftt2n4urwplh4zllx4pfnb6lzgh7pt46vdva7schw325sf4ywqasxmcbcp3dlbld-JapanEastwebspace","stamp":"waws-prod-ty1-011","deletedSiteName":"webapp-quick-linuxw5p2oz","slot":"Production","kind":"app,linux,container","geoRegionName":"Japan + East"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138057","name":"slot-traffic-webfcvx2xsn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138057,"deletedTimestamp":"2019-03-25T23:34:06.1404443","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgixanrghuivunxz2vrur2ftgxsch2lfdzqiyfoaxj5pfn3pm3f6vria2sqc73y677u","webSpace":"clitest.rgixanrghuivunxz2vrur2ftgxsch2lfdzqiyfoaxj5pfn3pm3f6vria2sqc73y677u-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webfcvx2xsn","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138058","name":"slot-traffic-webfcvx2xsn","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138058,"deletedTimestamp":"2019-03-25T23:34:06.2029175","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgixanrghuivunxz2vrur2ftgxsch2lfdzqiyfoaxj5pfn3pm3f6vria2sqc73y677u","webSpace":"clitest.rgixanrghuivunxz2vrur2ftgxsch2lfdzqiyfoaxj5pfn3pm3f6vria2sqc73y677u-WestUSwebspace","stamp":"waws-prod-bay-107","deletedSiteName":"slot-traffic-webfcvx2xsn","slot":"staging","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138059","name":"functionappacrtestyowm5a","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138059,"deletedTimestamp":"2019-03-25T23:34:08.9165007","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rgxx2pudkmn6ca55izbjurhblsja5clzy4esixw3bomthljggilukcrn2y5jd4t7ccl","webSpace":"clitest.rgxx2pudkmn6ca55izbjurhblsja5clzy4esixw3bomthljggilukcrn2y5jd4t7ccl-JapanWestwebspace","stamp":"waws-prod-os1-009","deletedSiteName":"functionappacrtestyowm5a","slot":"Production","kind":"functionapp,linux,container","geoRegionName":"Japan + West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138061","name":"web-ssl-testp75wduep","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138061,"deletedTimestamp":"2019-03-25T23:34:12.7345644","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rg6x6jz7zeqqbmfxsktrkjqkhdq5skdhkrxa56bby4re4vw552b65wqau64wcrc5q77","webSpace":"clitest.rg6x6jz7zeqqbmfxsktrkjqkhdq5skdhkrxa56bby4re4vw552b65wqau64wcrc5q77-WestUSwebspace","stamp":"waws-prod-bay-095","deletedSiteName":"web-ssl-testp75wduep","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138067","name":"slot-traffic-webbcoaf4jd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138067,"deletedTimestamp":"2019-03-25T23:34:38.9707845","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rg2kgkwx7hur6iwdkkjsw2a42vhpwf5augkdvia4wxm3drgjdcx6aebaonfnbqau6ts","webSpace":"clitest.rg2kgkwx7hur6iwdkkjsw2a42vhpwf5augkdvia4wxm3drgjdcx6aebaonfnbqau6ts-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webbcoaf4jd","slot":"Production","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138068","name":"slot-traffic-webbcoaf4jd","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138068,"deletedTimestamp":"2019-03-25T23:34:39.0176890","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rg2kgkwx7hur6iwdkkjsw2a42vhpwf5augkdvia4wxm3drgjdcx6aebaonfnbqau6ts","webSpace":"clitest.rg2kgkwx7hur6iwdkkjsw2a42vhpwf5augkdvia4wxm3drgjdcx6aebaonfnbqau6ts-WestUSwebspace","stamp":"waws-prod-bay-115","deletedSiteName":"slot-traffic-webbcoaf4jd","slot":"slot1","kind":"app","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138072","name":"functionappconsumptiona7cmnm2sga4w6rnnbe","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138072,"deletedTimestamp":"2019-03-25T23:34:52.9766167","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"azurecli-functionapp-c-e2eanoesprsfxfx5qnkxq36v2k7prlq4ypkefg5dumqzcow3y5mv","webSpace":"azurecli-functionapp-c-e2eanoesprsfxfx5qnkxq36v2k7prlq4ypkefg5dumqzcow3y5mv-WestUSwebspace","stamp":"waws-prod-bay-059","deletedSiteName":"functionappconsumptiona7cmnm2sga4w6rnnbe","slot":"Production","kind":"functionapp","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138075","name":"functionapplinuxconsumptiondqljfbyf2cxwi","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138075,"deletedTimestamp":"2019-03-25T23:35:07.4635026","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"azurecli-functionapp-linux4zb6satv5bxuzdzvjg7dmkpju4htgxepzsvoj7v2g7l5d6p3y","webSpace":"azurecli-functionapp-linux4zb6satv5bxuzdzvjg7dmkpju4htgxepzsvoj7v2g7l5d6p3y-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"functionapplinuxconsumptiondqljfbyf2cxwi","slot":"Production","kind":"functionapp,linux","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138077","name":"webapp-linux-logecawkg2t","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138077,"deletedTimestamp":"2019-03-25T23:35:09.7806263","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rg3mj3aujv57cr6qjmxxkknpeex2flkhdwvoijysh4kassu7pz5ngyrqpnztdkjogib","webSpace":"clitest.rg3mj3aujv57cr6qjmxxkknpeex2flkhdwvoijysh4kassu7pz5ngyrqpnztdkjogib-WestUSwebspace","stamp":"waws-prod-bay-081","deletedSiteName":"webapp-linux-logecawkg2t","slot":"Production","kind":"app,linux,container","geoRegionName":"West + US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/deletedSites/23138081","name":"delete-me-web000003","type":"Microsoft.Web/deletedSites","properties":{"deletedSiteId":23138081,"deletedTimestamp":"2019-03-25T23:35:23.5751883","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","resourceGroup":"clitest.rg000001","webSpace":"clitest.rg000001-WestUSwebspace","stamp":"waws-prod-bay-119","deletedSiteName":"delete-me-web000003","slot":"Production","kind":"app","geoRegionName":"West + US"}}]}' headers: - cache-control: [no-cache] - content-length: ['1967576'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 21 Nov 2018 20:53:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-ms-original-request-ids: [d89588f5-9851-45fa-beda-cd082afac14b, a5f14cf7-a081-43e2-a44b-56e9cc4210f0] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '21799' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:35:24 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - f99af7da-29ba-4f09-8025-01b6d19802a6 + - 55d1c8d4-874d-4716-a12e-eff65b1d8a79 + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 21 Nov 2018 20:53:02 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc3UTZSWUhXMjJCSjNSQTdIMklESExYR01LNEdLSUxOQ1JGN3wxMDlDQzk0QTY3NDc0MDUxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdBSEJLUUg0WktTRlNFUEVTSUhMS1YyR0kyMjRZRVJMVkQ0Qnw0MDUxNUZGRDRCMTcwNjNGLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_e2e.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_e2e.yaml index e31fff0cd82..91e11ab052c 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_e2e.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_e2e.yaml @@ -1,1181 +1,1713 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2019-02-16T09:52:44Z"}}' + "date": "2019-03-26T00:10:13Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-02-16T09:52:44Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:10:13Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 16 Feb 2019 09:52:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:10:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-02-16T09:52:44Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T00:10:13Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 16 Feb 2019 09:52:50 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 00:10:14 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['136'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":16869,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"c94bda7a-0577-4374-9c53-0e46a9fb0f70","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-093_16869","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":19272,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-087_19272","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1495'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":16869,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"c94bda7a-0577-4374-9c53-0e46a9fb0f70","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-093_16869","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":19272,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-087_19272","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['1533'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1533' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan list] - Connection: [keep-alive] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan list + Connection: + - keep-alive + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/serverfarms?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AAAPHP934a/providers/Microsoft.Web/serverfarms/AAA-PHP-hostingPlan","name":"AAA-PHP-hostingPlan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":8637433,"name":"AAA-PHP-hostingPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"AAAPHP934a-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"AAAPHP934a","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AjyaTestApp1/providers/Microsoft.Web/serverfarms/ServicePlan841650c2-956a","name":"ServicePlan841650c2-956a","type":"Microsoft.Web/serverfarms","kind":"app","location":"Central - US","properties":{"serverFarmId":9392931,"name":"ServicePlan841650c2-956a","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"AjyaTestApp1-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"AjyaTestApp1","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/BuildCanaryDoNotDelete/providers/Microsoft.Web/serverfarms/ServicePlan44b78856-8106","name":"ServicePlan44b78856-8106","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":6068783,"name":"ServicePlan44b78856-8106","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"BuildCanaryDoNotDelete-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"BuildCanaryDoNotDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Web/serverfarms/cln3d2f1468-e2d1-4be6-817c-0a25c64ccb87","name":"cln3d2f1468-e2d1-4be6-817c-0a25c64ccb87","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9388889,"name":"cln3d2f1468-e2d1-4be6-817c-0a25c64ccb87","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"cleanupservice-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cleanupservice","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Web/serverfarms/clnea48fcaf-b5ee-4f6f-bc85-af521cd7c50e","name":"clnea48fcaf-b5ee-4f6f-bc85-af521cd7c50e","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9113400,"name":"clnea48fcaf-b5ee-4f6f-bc85-af521cd7c50e","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"cleanupservice-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cleanupservice","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Web/serverfarms/Default1","name":"Default1","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":8679045,"name":"Default1","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"cleanupservice-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cleanupservice","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":11350014,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CostcoTracking/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":10378997,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"CostcoTracking-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"CostcoTracking","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/d3retry-rg/providers/Microsoft.Web/serverfarms/d3retry-plan","name":"d3retry-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":9870425,"name":"d3retry-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"d3retry-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"d3retry-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-Web-WestUS/providers/Microsoft.Web/serverfarms/Default1","name":"Default1","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":4660498,"name":"Default1","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"westuswebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"Default-Web-WestUS","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GitHubAzureActionPlanLinuxRG/providers/Microsoft.Web/serverfarms/GitHubAzureActionPlanLinux","name":"GitHubAzureActionPlanLinux","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":10197820,"name":"GitHubAzureActionPlanLinux","workerSize":"D3","workerSizeId":5,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"GitHubAzureActionPlanLinuxRG-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"GitHubAzureActionPlanLinuxRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3v2","tier":"PremiumV2","size":"P3v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/GitHubAzureActionRG/providers/Microsoft.Web/serverfarms/GitHubAzureActionPlan","name":"GitHubAzureActionPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":10197800,"name":"GitHubAzureActionPlan","workerSize":"Large","workerSizeId":2,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"GitHubAzureActionRG-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"GitHubAzureActionRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3","tier":"Premium","size":"P3","family":"P","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PadepuRG/providers/Microsoft.Web/serverfarms/SouthCentralUSPlan","name":"SouthCentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"South - Central US","properties":{"serverFarmId":5358413,"name":"SouthCentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PadepuRG-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"PadepuRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/L2TestResorceForInvokeRestApiTask/providers/Microsoft.Web/serverfarms/SouthCentralUSPlan","name":"SouthCentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"South - Central US","properties":{"serverFarmId":5900882,"name":"SouthCentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"L2TestResorceForInvokeRestApiTask-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"L2TestResorceForInvokeRestApiTask","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-WebAppPTRGDontDelete/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":8714802,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-WebAppPTRGDontDelete-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"others-WebAppPTRGDontDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/webAppRGPT/providers/Microsoft.Web/serverfarms/webAppRGPT","name":"webAppRGPT","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":3796255,"name":"webAppRGPT","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"webAppRGPT-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"webAppRGPT","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P1","tier":"Premium","size":"P1","family":"P","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-WebAppPTRGDontDelete/providers/Microsoft.Web/serverfarms/others-Default2","name":"others-Default2","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":5960565,"name":"others-Default2","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-WebAppPTRGDontDelete-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"others-WebAppPTRGDontDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/niadakTestb10d/providers/Microsoft.Web/serverfarms/niadakTest-hostingPlan","name":"niadakTest-hostingPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":8551078,"name":"niadakTest-hostingPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"niadakTestb10d-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"niadakTestb10d","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-WebAppPTRGDontDelete4/providers/Microsoft.Web/serverfarms/WebAppPTRGDontDelete4","name":"WebAppPTRGDontDelete4","type":"Microsoft.Web/serverfarms","kind":"app","location":"East - US","properties":{"serverFarmId":8727730,"name":"WebAppPTRGDontDelete4","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-WebAppPTRGDontDelete4-WebAppPTRGDontDelete4appseEastUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":"WebAppPTRGDontDelete4","hostingEnvironmentProfile":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-WebAppPTRGDontDelete4/providers/Microsoft.Web/hostingEnvironments/WebAppPTRGDontDelete4","name":"WebAppPTRGDontDelete4","type":"Microsoft.Web/hostingEnvironments"},"maximumNumberOfWorkers":100,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"East - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-WebAppPTRGDontDelete4/providers/Microsoft.Web/hostingEnvironments/WebAppPTRGDontDelete4","isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"others-WebAppPTRGDontDelete4","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"I1","tier":"Isolated","size":"I1","family":"I","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-WebAppPTRGDontDelete8/providers/Microsoft.Web/serverfarms/others-WebAppPTDontDelete8","name":"others-WebAppPTDontDelete8","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":8736865,"name":"others-WebAppPTDontDelete8","workerSize":"D1","workerSizeId":3,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-WebAppPTRGDontDelete8-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"others-WebAppPTRGDontDelete8","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P1v2","tier":"PremiumV2","size":"P1v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/NiadakRG01/providers/Microsoft.Web/serverfarms/NiadakPlan","name":"NiadakPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"Central - US","properties":{"serverFarmId":8810523,"name":"NiadakPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"NiadakRG01-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"NiadakRG01","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hackathonFunction/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":8987461,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"hackathonFunction-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"hackathonFunction","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hackathonFunction/providers/Microsoft.Web/serverfarms/suaggarPlan","name":"suaggarPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":9025668,"name":"suaggarPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"hackathonFunction-BuildCanaryDoNotDeleteASEappseWestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":"BuildCanaryDoNotDeleteASE","hostingEnvironmentProfile":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/BuildCanaryDoNotDelete/providers/Microsoft.Web/hostingEnvironments/BuildCanaryDoNotDeleteASE","name":"BuildCanaryDoNotDeleteASE","type":"Microsoft.Web/hostingEnvironments"},"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/BuildCanaryDoNotDelete/providers/Microsoft.Web/hostingEnvironments/BuildCanaryDoNotDeleteASE","isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"hackathonFunction","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P1","tier":"Premium","size":"P1","family":"P","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-JavaWebAppPTRGDontDelete/providers/Microsoft.Web/serverfarms/ServicePlanc334f4ef-a8d1","name":"ServicePlanc334f4ef-a8d1","type":"Microsoft.Web/serverfarms","kind":"app","location":"Central - US","properties":{"serverFarmId":9246886,"name":"ServicePlanc334f4ef-a8d1","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-JavaWebAppPTRGDontDelete-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"others-JavaWebAppPTRGDontDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nodejsContainera0b8/providers/Microsoft.Web/serverfarms/nodejsContainer-plan","name":"nodejsContainer-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - India","properties":{"serverFarmId":9582216,"name":"nodejsContainer-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"nodejsContainera0b8-SouthIndiawebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - India","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"nodejsContainera0b8","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD2M2210-rg/providers/Microsoft.Web/serverfarms/PFD2M2210-plan","name":"PFD2M2210-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9869623,"name":"PFD2M2210-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD2M2210-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"PFD2M2210-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD4M2210-rg/providers/Microsoft.Web/serverfarms/PFD4M2210-plan","name":"PFD4M2210-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":9869663,"name":"PFD4M2210-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD4M2210-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD4M2210-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD2M2910-rg/providers/Microsoft.Web/serverfarms/PFD2M2910-plan","name":"PFD2M2910-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9948198,"name":"PFD2M2910-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD2M2910-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"PFD2M2910-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD4M2910-rg/providers/Microsoft.Web/serverfarms/PFD4M2910-plan","name":"PFD4M2910-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":9948367,"name":"PFD4M2910-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD4M2910-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD4M2910-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD4M2910retry-rg/providers/Microsoft.Web/serverfarms/PFD4M2910retry-plan","name":"PFD4M2910retry-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":9948587,"name":"PFD4M2910retry-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD4M2910retry-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD4M2910retry-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD2M3010-rg/providers/Microsoft.Web/serverfarms/PFD2M3010-plan","name":"PFD2M3010-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9960551,"name":"PFD2M3010-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD2M3010-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"PFD2M3010-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD4M3010-rg/providers/Microsoft.Web/serverfarms/PFD4M3010-plan","name":"PFD4M3010-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":9960636,"name":"PFD4M3010-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD4M3010-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD4M3010-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD2M3010RT1-rg/providers/Microsoft.Web/serverfarms/PFD2M3010RT1-plan","name":"PFD2M3010RT1-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9962692,"name":"PFD2M3010RT1-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD2M3010RT1-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"PFD2M3010RT1-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD3M1112RT1-rg/providers/Microsoft.Web/serverfarms/PFD3M1112RT1-plan","name":"PFD3M1112RT1-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":10098536,"name":"PFD3M1112RT1-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD3M1112RT1-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD3M1112RT1-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD4M1112RT1-rg/providers/Microsoft.Web/serverfarms/PFD4M1112RT1-plan","name":"PFD4M1112RT1-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":10099818,"name":"PFD4M1112RT1-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD4M1112RT1-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD4M1112RT1-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/madkurtestapp2rg/providers/Microsoft.Web/serverfarms/madkurappsvc1","name":"madkurappsvc1","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":10112479,"name":"madkurappsvc1","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"madkurtestapp2rg-suaggarASEappseWestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":"suaggarASE","hostingEnvironmentProfile":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suaggarRG01/providers/Microsoft.Web/hostingEnvironments/suaggarASE","name":"suaggarASE","type":"Microsoft.Web/hostingEnvironments"},"maximumNumberOfWorkers":100,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suaggarRG01/providers/Microsoft.Web/hostingEnvironments/suaggarASE","isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"madkurtestapp2rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"I1","tier":"Isolated","size":"I1","family":"I","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/muthukfunctionapp/providers/Microsoft.Web/serverfarms/WestUSPlan","name":"WestUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"West - US","properties":{"serverFarmId":10224210,"name":"WestUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"muthukfunctionapp-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"muthukfunctionapp","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/L2TestAppServiceRG/providers/Microsoft.Web/serverfarms/L2TestWindowsWebAppPlan","name":"L2TestWindowsWebAppPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":10275980,"name":"L2TestWindowsWebAppPlan","workerSize":"D3","workerSizeId":5,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"L2TestAppServiceRG-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"L2TestAppServiceRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3v2","tier":"PremiumV2","size":"P3v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/L2TestAppServiceRG/providers/Microsoft.Web/serverfarms/L2JavaWindowsAppPlan","name":"L2JavaWindowsAppPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"North - Central US","properties":{"serverFarmId":10276074,"name":"L2JavaWindowsAppPlan","workerSize":"D3","workerSizeId":5,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"L2TestAppServiceRG-NorthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"North - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"L2TestAppServiceRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3v2","tier":"PremiumV2","size":"P3v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/L2TestAppServiceRG/providers/Microsoft.Web/serverfarms/L2JavaLinuxAppPlan","name":"L2JavaLinuxAppPlan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"North - Europe","properties":{"serverFarmId":10276107,"name":"L2JavaLinuxAppPlan","workerSize":"D3","workerSizeId":5,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"L2TestAppServiceRG-NorthEuropewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"North - Europe","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"L2TestAppServiceRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3v2","tier":"PremiumV2","size":"P3v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/L2TestAppServiceRG/providers/Microsoft.Web/serverfarms/L2TestLinuxAppPlan","name":"L2TestLinuxAppPlan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Central - US","properties":{"serverFarmId":10276158,"name":"L2TestLinuxAppPlan","workerSize":"D3","workerSizeId":5,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"L2TestAppServiceRG-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"L2TestAppServiceRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3v2","tier":"PremiumV2","size":"P3v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/L2TestAppServiceRG/providers/Microsoft.Web/serverfarms/L2WindowsFunctionAppPlan","name":"L2WindowsFunctionAppPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - Europe","properties":{"serverFarmId":10276189,"name":"L2WindowsFunctionAppPlan","workerSize":"D3","workerSizeId":5,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"L2TestAppServiceRG-WestEuropewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - Europe","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"L2TestAppServiceRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3v2","tier":"PremiumV2","size":"P3v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/L2LinuxFunctionAppRG/providers/Microsoft.Web/serverfarms/L2LinuxFunctionAppPlan","name":"L2LinuxFunctionAppPlan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":10276255,"name":"L2LinuxFunctionAppPlan","workerSize":"D3","workerSizeId":5,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"L2LinuxFunctionAppRG-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"L2LinuxFunctionAppRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P3v2","tier":"PremiumV2","size":"P3v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-ResourcePTDontDelete-Universe/providers/Microsoft.Web/serverfarms/L2LinuxAppServicesPTDontDeleteASP","name":"L2LinuxAppServicesPTDontDeleteASP","type":"Microsoft.Web/serverfarms","kind":"linux","location":"North - Central US (Stage)","properties":{"serverFarmId":10709981,"name":"L2LinuxAppServicesPTDontDeleteASP","workerSize":"D2","workerSizeId":4,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-ResourcePTDontDelete-Universe-NorthCentralUSStagewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"North - Central US (Stage)","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"others-ResourcePTDontDelete-Universe","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P2v2","tier":"PremiumV2","size":"P2v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-ResourcePTDontDelete-Universe/providers/Microsoft.Web/serverfarms/L2LinuxFuncAppServicesPTDontDeleteASP","name":"L2LinuxFuncAppServicesPTDontDeleteASP","type":"Microsoft.Web/serverfarms","kind":"linux","location":"North - Central US (Stage)","properties":{"serverFarmId":10710070,"name":"L2LinuxFuncAppServicesPTDontDeleteASP","workerSize":"D2","workerSizeId":4,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-ResourcePTDontDelete-Universe-NorthCentralUSStagewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"North - Central US (Stage)","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"others-ResourcePTDontDelete-Universe","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P2v2","tier":"PremiumV2","size":"P2v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/WebAppPTRGDontDelete/providers/Microsoft.Web/serverfarms/Default2","name":"Default2","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":5284218,"name":"Default2","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"WebAppPTRGDontDelete-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"WebAppPTRGDontDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pr-WebAppPTRGDontDelete/providers/Microsoft.Web/serverfarms/pr-Default2","name":"pr-Default2","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":5974102,"name":"pr-Default2","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"pr-WebAppPTRGDontDelete-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"pr-WebAppPTRGDontDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rmmaster-WebAppPTRGDontDelete/providers/Microsoft.Web/serverfarms/rmmaster-Default2","name":"rmmaster-Default2","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":6022032,"name":"rmmaster-Default2","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"rmmaster-WebAppPTRGDontDelete-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"rmmaster-WebAppPTRGDontDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/ServicePlan8e0a78c0-bf23","name":"ServicePlan8e0a78c0-bf23","type":"Microsoft.Web/serverfarms","kind":"app","location":"Central - US","properties":{"serverFarmId":7392169,"name":"ServicePlan8e0a78c0-bf23","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":7402371,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/ServicePlan7e494489-8ec9","name":"ServicePlan7e494489-8ec9","type":"Microsoft.Web/serverfarms","kind":"app","location":"Central - US","properties":{"serverFarmId":7402381,"name":"ServicePlan7e494489-8ec9","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/ServicePlan69c8fb47-9b68","name":"ServicePlan69c8fb47-9b68","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - Europe","properties":{"serverFarmId":7517543,"name":"ServicePlan69c8fb47-9b68","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-WestEuropewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - Europe","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/ServicePlan5c794fce-ad98","name":"ServicePlan5c794fce-ad98","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - Europe","properties":{"serverFarmId":7517545,"name":"ServicePlan5c794fce-ad98","workerSize":"Large","workerSizeId":2,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-WestEuropewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - Europe","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S3","tier":"Standard","size":"S3","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/ServicePlanfbf04f71-a277","name":"ServicePlanfbf04f71-a277","type":"Microsoft.Web/serverfarms","kind":"app","location":"Central - US","properties":{"serverFarmId":7702515,"name":"ServicePlanfbf04f71-a277","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/ServicePlane9792e23-9d44","name":"ServicePlane9792e23-9d44","type":"Microsoft.Web/serverfarms","kind":"app","location":"Central - US","properties":{"serverFarmId":7702519,"name":"ServicePlane9792e23-9d44","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"F1","tier":"Free","size":"F1","family":"F","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/VSTSNODEPERFb040/providers/Microsoft.Web/serverfarms/VSTS-NODE-PERF-hostingPlan","name":"VSTS-NODE-PERF-hostingPlan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":8176030,"name":"VSTS-NODE-PERF-hostingPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"VSTSNODEPERFb040-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"VSTSNODEPERFb040","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/node-perf-linuc-plan","name":"node-perf-linuc-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":8176038,"name":"node-perf-linuc-plan","workerSize":"Large","workerSizeId":2,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S3","tier":"Standard","size":"S3","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/WebAppPTRGDontDelete/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":8574326,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"WebAppPTRGDontDelete-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"WebAppPTRGDontDelete","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suaggarRG01/providers/Microsoft.Web/serverfarms/suaggar-ase2","name":"suaggar-ase2","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","properties":{"serverFarmId":9156731,"name":"suaggar-ase2","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"suaggarRG01-suaggarASEappseWestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":"suaggarASE","hostingEnvironmentProfile":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suaggarRG01/providers/Microsoft.Web/hostingEnvironments/suaggarASE","name":"suaggarASE","type":"Microsoft.Web/hostingEnvironments"},"maximumNumberOfWorkers":100,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suaggarRG01/providers/Microsoft.Web/hostingEnvironments/suaggarASE","isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"suaggarRG01","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"I1","tier":"Isolated","size":"I1","family":"I","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaAzureRG/providers/Microsoft.Web/serverfarms/ServicePlanfd2afaf7-b8c9","name":"ServicePlanfd2afaf7-b8c9","type":"Microsoft.Web/serverfarms","kind":"xenon","location":"West - US","properties":{"serverFarmId":9296714,"name":"ServicePlanfd2afaf7-b8c9","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaAzureRG-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"xenon","resourceGroup":"vincaAzureRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincafnapp/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":9309007,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincafnapp-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincafnapp","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vinca-ase-rg/providers/Microsoft.Web/serverfarms/vinca-ase-plan","name":"vinca-ase-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":9488215,"name":"vinca-ase-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vinca-ase-rg-vinca-aseappseWestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":"vinca-ase","hostingEnvironmentProfile":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vinca-ase-rg/providers/Microsoft.Web/hostingEnvironments/vinca-ase","name":"vinca-ase","type":"Microsoft.Web/hostingEnvironments"},"maximumNumberOfWorkers":100,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vinca-ase-rg/providers/Microsoft.Web/hostingEnvironments/vinca-ase","isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"vinca-ase-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"I1","tier":"Isolated","size":"I1","family":"I","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vinca-ase-rg/providers/Microsoft.Web/serverfarms/vinca-ase-asp","name":"vinca-ase-asp","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":9488342,"name":"vinca-ase-asp","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vinca-ase-rg-vinca-aseappseWestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":"vinca-ase","hostingEnvironmentProfile":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vinca-ase-rg/providers/Microsoft.Web/hostingEnvironments/vinca-ase","name":"vinca-ase","type":"Microsoft.Web/hostingEnvironments"},"maximumNumberOfWorkers":100,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vinca-ase-rg/providers/Microsoft.Web/hostingEnvironments/vinca-ase","isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"vinca-ase-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"I1","tier":"Isolated","size":"I1","family":"I","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suaggarRG01/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":9693686,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"suaggarRG01-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"suaggarRG01","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestServerTask/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":9746224,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"TestServerTask-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"TestServerTask","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincacons/providers/Microsoft.Web/serverfarms/WestEuropeLinuxDynamicPlan","name":"WestEuropeLinuxDynamicPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"West - Europe","properties":{"serverFarmId":9773883,"name":"WestEuropeLinuxDynamicPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincacons-WestEuropewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - Europe","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincacons","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincatest/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":9792061,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincatest-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincatest","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincafunctionapptest/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":9816134,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincafunctionapptest-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincafunctionapptest","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD7M2210-rg/providers/Microsoft.Web/serverfarms/PFD7M2210-plan","name":"PFD7M2210-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":9869739,"name":"PFD7M2210-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD7M2210-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD7M2210-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD7M2910-rg/providers/Microsoft.Web/serverfarms/PFD7M2910-plan","name":"PFD7M2910-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9948495,"name":"PFD7M2910-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD7M2910-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"PFD7M2910-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD9M2910-rg/providers/Microsoft.Web/serverfarms/PFD9M2910-plan","name":"PFD9M2910-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":9948519,"name":"PFD9M2910-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD9M2910-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD9M2910-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD4M3010Rt4-rg/providers/Microsoft.Web/serverfarms/PFD4M3010Rt4-plan","name":"PFD4M3010Rt4-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":9962785,"name":"PFD4M3010Rt4-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD4M3010Rt4-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD4M3010Rt4-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD7M3010RT7-rg/providers/Microsoft.Web/serverfarms/PFD7M3010RT7-plan","name":"PFD7M3010RT7-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":9962918,"name":"PFD7M3010RT7-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD7M3010RT7-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"PFD7M3010RT7-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD9M3010RT9-rg/providers/Microsoft.Web/serverfarms/PFD9M3010RT9-plan","name":"PFD9M3010RT9-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US 2","properties":{"serverFarmId":9962976,"name":"PFD9M3010RT9-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD9M3010RT9-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"PFD9M3010RT9-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SU1MD3110RT1-rg/providers/Microsoft.Web/serverfarms/SU1MD3110RT1-plan","name":"SU1MD3110RT1-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":9987968,"name":"SU1MD3110RT1-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"SU1MD3110RT1-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"SU1MD3110RT1-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SU1D30811-rg/providers/Microsoft.Web/serverfarms/SU1D30811-plan","name":"SU1D30811-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":10076762,"name":"SU1D30811-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"SU1D30811-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"SU1D30811-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PFD7M1112RT1-rg/providers/Microsoft.Web/serverfarms/PFD7M1112RT1-plan","name":"PFD7M1112RT1-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US 2","properties":{"serverFarmId":10099936,"name":"PFD7M1112RT1-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"PFD7M1112RT1-rg-WestUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"PFD7M1112RT1-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SU1D3M1113-rg/providers/Microsoft.Web/serverfarms/SU1D3M1113-plan","name":"SU1D3M1113-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":10111341,"name":"SU1D3M1113-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"SU1D3M1113-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"SU1D3M1113-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SU1D4M1113-rg/providers/Microsoft.Web/serverfarms/SU1D4M1113-plan","name":"SU1D4M1113-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"South - Central US","properties":{"serverFarmId":10111381,"name":"SU1D4M1113-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"SU1D4M1113-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"SU1D4M1113-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SU1D8M1113-rg/providers/Microsoft.Web/serverfarms/SU1D8M1113-plan","name":"SU1D8M1113-plan","type":"Microsoft.Web/serverfarms","kind":"linux","location":"East - US 2","properties":{"serverFarmId":10111383,"name":"SU1D8M1113-plan","workerSize":"D2","workerSizeId":4,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"SU1D8M1113-rg-EastUS2webspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"East - US 2","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"SU1D8M1113-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P2v2","tier":"PremiumV2","size":"P2v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SU1D7M1113-rg/providers/Microsoft.Web/serverfarms/SU1D7M1113-plan","name":"SU1D7M1113-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":10111445,"name":"SU1D7M1113-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"SU1D7M1113-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"SU1D7M1113-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincaGitHubActionDemo/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":10213399,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincaGitHubActionDemo-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincaGitHubActionDemo","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincafndemo/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":10325440,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincafndemo-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincafndemo","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rokresourcegroup/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":10710170,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"rokresourcegroup-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"rokresourcegroup","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Su1MD30801-rg/providers/Microsoft.Web/serverfarms/Su1MD30801-plan","name":"Su1MD30801-plan","type":"Microsoft.Web/serverfarms","kind":"app","location":"South - Central US","properties":{"serverFarmId":10790462,"name":"Su1MD30801-plan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"Su1MD30801-rg-SouthCentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"South - Central US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"Su1MD30801-rg","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suaggarTestRG/providers/Microsoft.Web/serverfarms/WestEuropeLinuxDynamicPlan","name":"WestEuropeLinuxDynamicPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"West - Europe","properties":{"serverFarmId":10913850,"name":"WestEuropeLinuxDynamicPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"suaggarTestRG-WestEuropewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - Europe","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"suaggarTestRG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincafuncapp/providers/Microsoft.Web/serverfarms/ServicePlan360aac7c-a68c","name":"ServicePlan360aac7c-a68c","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Central - US","properties":{"serverFarmId":10914600,"name":"ServicePlan360aac7c-a68c","workerSize":"D1","workerSizeId":3,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincafuncapp-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"vincafuncapp","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P1v2","tier":"PremiumV2","size":"P1v2","family":"Pv2","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincahello/providers/Microsoft.Web/serverfarms/CentralUSPlan","name":"CentralUSPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"Central - US","properties":{"serverFarmId":11079540,"name":"CentralUSPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincahello-CentralUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Central - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincahello","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vincalinfun/providers/Microsoft.Web/serverfarms/WestEuropeLinuxDynamicPlan","name":"WestEuropeLinuxDynamicPlan","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"West - Europe","properties":{"serverFarmId":11096100,"name":"WestEuropeLinuxDynamicPlan","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"vincalinfun-WestEuropewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - Europe","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"functionapp","resourceGroup":"vincalinfun","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-ResourcePTDontDelete-Universe/providers/Microsoft.Web/serverfarms/L2AppServicesPTDontDeleteASP","name":"L2AppServicesPTDontDeleteASP","type":"Microsoft.Web/serverfarms","kind":"app","location":"East - Asia (Stage)","properties":{"serverFarmId":13464,"name":"L2AppServicesPTDontDeleteASP","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-ResourcePTDontDelete-Universe-EastAsiaStagewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"East - Asia (Stage)","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"others-ResourcePTDontDelete-Universe","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P1","tier":"Premium","size":"P1","family":"P","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/others-ResourcePTDontDelete-Universe/providers/Microsoft.Web/serverfarms/L2FunctionAppServicesPTDontDeleteASP","name":"L2FunctionAppServicesPTDontDeleteASP","type":"Microsoft.Web/serverfarms","kind":"app","location":"East - Asia (Stage)","properties":{"serverFarmId":13465,"name":"L2FunctionAppServicesPTDontDeleteASP","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"others-ResourcePTDontDelete-Universe-EastAsiaStagewebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"East - Asia (Stage)","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"others-ResourcePTDontDelete-Universe","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"P2","tier":"Premium","size":"P2","family":"P","capacity":1}}]}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":11834222,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West + US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sisirap-RG/providers/Microsoft.Web/serverfarms/sisirap-TestApp","name":"sisirap-TestApp","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":11658096,"name":"sisirap-TestApp","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"sisirap-RG-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West + US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"sisirap-RG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['117714'] - content-type: [application/json; charset=utf-8] - date: ['Sat, 16 Feb 2019 09:53:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-ms-original-request-ids: [1d401ef2-0d01-4137-ad68-c09dddd80583, c7dbe798-985c-41d7-ad73-448fe3c89bc7] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2697' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":16869,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"c94bda7a-0577-4374-9c53-0e46a9fb0f70","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-093_16869","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":19272,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-087_19272","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1495'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:17 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":16869,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"c94bda7a-0577-4374-9c53-0e46a9fb0f70","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-093_16869","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","name":"webapp-e2e-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":19272,"name":"webapp-e2e-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-087_19272","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1495'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:17 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['521'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-16T09:53:24.1","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41","possibleOutboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-093","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:10:27.7633333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3228'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:41 GMT'] - etag: ['"1D4C5DD75578020"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3338' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:43 GMT + etag: + - '"1D4E368517B6955"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Sat, 16 Feb 2019 09:53:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:10:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-16T09:53:24.77","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41","possibleOutboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-093","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:10:28.3733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['3267'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:45 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3376' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-16T09:53:24.77","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41","possibleOutboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-093","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:10:28.3733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3229'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:47 GMT'] - etag: ['"1D4C5DD75578020"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3338' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:46 GMT + etag: + - '"1D4E368517B6955"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Sat, 16 Feb 2019 09:53:48 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:10:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config-local-git] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config-local-git + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-16T09:53:24.77","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41","possibleOutboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-093","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:10:28.3733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3229'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:49 GMT'] - etag: ['"1D4C5DD75578020"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3338' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:47 GMT + etag: + - '"1D4E368517B6955"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"netFrameworkVersion": "v4.6", "scmType": "LocalGit", "localMySqlEnabled": false, "http20Enabled": true}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config-local-git] - Connection: [keep-alive] - Content-Length: ['121'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config-local-git + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2715'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:52 GMT'] - etag: ['"1D4C5DD85802880"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2715' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:48 GMT + etag: + - '"1D4E368517B6955"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config-local-git] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config-local-git + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/publishingUsers/web?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"vincawadeploy111","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}'} + body: + string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"panchagnula","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}' headers: - cache-control: [no-cache] - content-length: ['272'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:52 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '267' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config-local-git] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config-local-git + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/sourcecontrols/web","name":"webapp-e2e000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://webapp-e2e000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/sourcecontrols/web","name":"webapp-e2e000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://webapp-e2e000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['534'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:53 GMT'] - etag: ['"1D4C5DD85802880"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '534' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:50 GMT + etag: + - '"1D4E3685DE960AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/sourcecontrols/web","name":"webapp-e2e000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://webapp-e2e000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/sourcecontrols/web","name":"webapp-e2e000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://webapp-e2e000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['534'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:54 GMT'] - etag: ['"1D4C5DD85802880"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '534' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:50 GMT + etag: + - '"1D4E3685DE960AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log config] - Connection: [keep-alive] - ParameterSetName: [-g -n --level --application-logging --detailed-error-messages - --failed-request-tracing --web-server-logging] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log config + Connection: + - keep-alive + ParameterSetName: + - -g -n --level --application-logging --detailed-error-messages --failed-request-tracing + --web-server-logging + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-16T09:53:51.88","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41","possibleOutboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-093","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:10:49.2266667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3229'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:55 GMT'] - etag: ['"1D4C5DD85802880"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3338' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:51 GMT + etag: + - '"1D4E3685DE960AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"applicationLogs": {"fileSystem": {"level": "Verbose"}}, "httpLogs": {"fileSystem": {"retentionInMb": 100, "retentionInDays": 3, "enabled": true}}, "failedRequestsTracing": {"enabled": true}, "detailedErrorMessages": {"enabled": true}}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log config] - Connection: [keep-alive] - Content-Length: ['252'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --level --application-logging --detailed-error-messages - --failed-request-tracing --web-server-logging] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log config + Connection: + - keep-alive + Content-Length: + - '252' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --level --application-logging --detailed-error-messages --failed-request-tracing + --web-server-logging + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/logs?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/logs","name":"logs","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"applicationLogs":{"fileSystem":{"level":"Verbose"},"azureTableStorage":{"level":"Off","sasUrl":null},"azureBlobStorage":{"level":"Off","sasUrl":null,"retentionInDays":null}},"httpLogs":{"fileSystem":{"retentionInMb":100,"retentionInDays":3,"enabled":true},"azureBlobStorage":{"sasUrl":null,"retentionInDays":3,"enabled":false}},"failedRequestsTracing":{"enabled":true},"detailedErrorMessages":{"enabled":true}}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/logs","name":"logs","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"applicationLogs":{"fileSystem":{"level":"Verbose"},"azureTableStorage":{"level":"Off","sasUrl":null},"azureBlobStorage":{"level":"Off","sasUrl":null,"retentionInDays":null}},"httpLogs":{"fileSystem":{"retentionInMb":100,"retentionInDays":3,"enabled":true},"azureBlobStorage":{"sasUrl":null,"retentionInDays":3,"enabled":false}},"failedRequestsTracing":{"enabled":true},"detailedErrorMessages":{"enabled":true}}}' headers: - cache-control: [no-cache] - content-length: ['715'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:53:58 GMT'] - etag: ['"1D4C5DD895B66E0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '715' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:52 GMT + etag: + - '"1D4E368602AAB20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp log show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp log show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/logs?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/logs","name":"logs","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"applicationLogs":{"fileSystem":{"level":"Verbose"},"azureTableStorage":{"level":"Off","sasUrl":null},"azureBlobStorage":{"level":"Off","sasUrl":null,"retentionInDays":null}},"httpLogs":{"fileSystem":{"retentionInMb":100,"retentionInDays":3,"enabled":true},"azureBlobStorage":{"sasUrl":null,"retentionInDays":3,"enabled":false}},"failedRequestsTracing":{"enabled":true},"detailedErrorMessages":{"enabled":true}}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/logs","name":"logs","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"applicationLogs":{"fileSystem":{"level":"Verbose"},"azureTableStorage":{"level":"Off","sasUrl":null},"azureBlobStorage":{"level":"Off","sasUrl":null,"retentionInDays":null}},"httpLogs":{"fileSystem":{"retentionInMb":100,"retentionInDays":3,"enabled":true},"azureBlobStorage":{"sasUrl":null,"retentionInDays":3,"enabled":false}},"failedRequestsTracing":{"enabled":true},"detailedErrorMessages":{"enabled":true}}}' headers: - cache-control: [no-cache] - content-length: ['715'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:54:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '715' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/web","name":"webapp-e2e000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":true,"requestTracingExpirationTime":"9999-12-31T23:59:00Z","remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":true,"logsDirectorySizeLimit":100,"detailedErrorLoggingEnabled":true,"publishingUsername":"$webapp-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/web","name":"webapp-e2e000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":true,"requestTracingExpirationTime":"9999-12-31T23:59:00Z","remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":true,"logsDirectorySizeLimit":100,"detailedErrorLoggingEnabled":true,"publishingUsername":"$webapp-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2785'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:54:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2785' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:10:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment list-publishing-profiles] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment list-publishing-profiles + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Sat, 16 Feb 2019 09:54:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:10:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp stop] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp stop + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/stop?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 16 Feb 2019 09:54:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:10:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-e2e000002","state":"Stopped","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-16T09:54:05.0866667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41","possibleOutboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-093","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-e2e000002","state":"Stopped","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:10:56.24","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3234'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:54:05 GMT'] - etag: ['"1D4C5DD8D5F55EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3333' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:11:01 GMT + etag: + - '"1D4E36862178700"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Sat, 16 Feb 2019 09:54:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:11:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp start] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/start?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 16 Feb 2019 09:54:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:11:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-093.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-02-16T09:54:07.82","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41","possibleOutboundIpAddresses":"40.112.191.159,138.91.252.122,40.86.180.238,138.91.248.136,138.91.253.41,138.91.254.30,138.91.249.213","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-093","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-e2e000002","state":"Running","hostNames":["webapp-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-087.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-e2e000002","repositorySiteName":"webapp-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-e2e000002.azurewebsites.net","webapp-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-e2e-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-26T00:11:03.89","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-e2e000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158","possibleOutboundIpAddresses":"40.83.145.50,104.42.191.8,104.42.186.112,104.42.186.44,104.42.187.158,104.42.188.168,104.42.185.137","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-087","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3229'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:54:08 GMT'] - etag: ['"1D4C5DD8F0068C0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3333' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:11:03 GMT + etag: + - '"1D4E36866A6D320"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Sat, 16 Feb 2019 09:54:08 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 00:11:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment list-publishing-credentials] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment list-publishing-credentials + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/config/publishingcredentials/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/publishingcredentials/$webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West - US","properties":{"name":null,"publishingUserName":"$webapp-e2e000002","publishingPassword":"i31i5jr0dK00GkQc5gysv2uW2RhMvZrxvxYyW0pxJh9X1LaEDy0dn1QB0kuq","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-e2e000002:i31i5jr0dK00GkQc5gysv2uW2RhMvZrxvxYyW0pxJh9X1LaEDy0dn1QB0kuq@webapp-e2e000002.scm.azurewebsites.net"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-e2e000002/publishingcredentials/$webapp-e2e000002","name":"webapp-e2e000002","type":"Microsoft.Web/sites/publishingcredentials","location":"West + US","properties":{"name":null,"publishingUserName":"$webapp-e2e000002","publishingPassword":"CB4qmSacYxb6RE2R17gNwWTgcBbbuLreFJFBwgXnEv2sGtW8Nch1LJlPwBr6","publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":"https://$webapp-e2e000002:CB4qmSacYxb6RE2R17gNwWTgcBbbuLreFJFBwgXnEv2sGtW8Nch1LJlPwBr6@webapp-e2e000002.scm.azurewebsites.net"}}' headers: - cache-control: [no-cache] - content-length: ['771'] - content-type: [application/json] - date: ['Sat, 16 Feb 2019 09:54:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '771' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 00:11:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.2 (Windows-10-10.0.17763-SP0) msrest/0.6.4 msrest_azure/0.4.34 - resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.59] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Sat, 16 Feb 2019 09:54:17 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdVM1lSRTVHT1lCVUpWVlpJUkpEVEVRQ1ZKQVFVWDVJRktBVnw5OUZEQzYyMDUzQ0Q2RkQzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 00:11:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdXQVlZSzU1N1BVT1JKSDJJREtOUjI1S1ZWVVc1VVFFRU5MU3w0QjBGQ0FFMkZGRjVDNDEzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_git.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_git.yaml index c2db3168c4e..5d3afbcefc9 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_git.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_git.yaml @@ -1,443 +1,781 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T01:27:12Z"}}' + "date": "2019-03-25T23:32:59Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T01:27:12Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:59Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:27:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T01:27:12Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:32:59Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:27:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:32:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","name":"webapp-git-plan5000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3152,"name":"webapp-git-plan5000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3152","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","name":"webapp-git-plan5000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8106,"name":"webapp-git-plan5000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8106","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1452'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:27:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1497' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","name":"webapp-git-plan5000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3152,"name":"webapp-git-plan5000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3152","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","name":"webapp-git-plan5000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":8106,"name":"webapp-git-plan5000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-119_8106","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1452'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:27:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1497' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['503'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003","name":"web-git-test2000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-git-test2000003","state":"Running","hostNames":["web-git-test2000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-git-test2000003","repositorySiteName":"web-git-test2000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-git-test2000003.azurewebsites.net","web-git-test2000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-git-test2000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-git-test2000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:27:31.1266667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-git-test2000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-git-test2000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003","name":"web-git-test2000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-git-test2000003","state":"Running","hostNames":["web-git-test2000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-119.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-git-test2000003","repositorySiteName":"web-git-test2000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-git-test2000003.azurewebsites.net","web-git-test2000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-git-test2000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-git-test2000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:09.4833333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-git-test2000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12","possibleOutboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12,104.40.0.244,157.56.167.87,157.56.164.95","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-119","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-git-test2000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3223'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:27:37 GMT'] - etag: ['"1D43B49A0E2F46B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3352' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:24 GMT + etag: + - '"1D4E3631B3C6F80"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 01:27:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:33:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + ParameterSetName: + - -g -n --repo-url --branch --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003","name":"web-git-test2000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-git-test2000003","state":"Running","hostNames":["web-git-test2000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-git-test2000003","repositorySiteName":"web-git-test2000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-git-test2000003.azurewebsites.net","web-git-test2000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-git-test2000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-git-test2000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T01:27:31.8466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-git-test2000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-git-test2000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003","name":"web-git-test2000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-git-test2000003","state":"Running","hostNames":["web-git-test2000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-119.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-git-test2000003","repositorySiteName":"web-git-test2000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-git-test2000003.azurewebsites.net","web-git-test2000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-git-test2000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-git-test2000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-git-plan5000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:09.88","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-git-test2000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12","possibleOutboundIpAddresses":"104.40.11.192,157.56.167.77,157.56.167.122,157.56.164.75,104.40.14.12,104.40.0.244,157.56.167.87,157.56.164.95","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-119","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-git-test2000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3223'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:27:39 GMT'] - etag: ['"1D43B49A0E2F46B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:26 GMT + etag: + - '"1D4E3631B3C6F80"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"repoUrl": "https://github.com/yugangw-msft/azure-site-test", "branch": "master", "isManualIntegration": true, "isMercurial": false}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - Content-Length: ['149'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + Content-Length: + - '149' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --repo-url --branch --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}' headers: - cache-control: [no-cache] - content-length: ['531'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:27:45 GMT'] - etag: ['"1D43B49A9531735"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '531' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:33 GMT + etag: + - '"1D4E3632960D66B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + ParameterSetName: + - -g -n --repo-url --branch --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2018-08-24T01:28:15.6250179 - https://web-git-test2000003.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2018-08-24_01-28-02Z"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2019-03-25T23:34:06.5610335 + https://web-git-test2000003.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2019-03-25_23-33-41Z"}}' headers: - cache-control: [no-cache] - content-length: ['703'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:28:16 GMT'] - etag: ['"1D43B49A9531735"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '703' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:06 GMT + etag: + - '"1D4E3632960D66B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + ParameterSetName: + - -g -n --repo-url --branch --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['530'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:28:48 GMT'] - etag: ['"1D43B49A9531735"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '530' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:37 GMT + etag: + - '"1D4E3632960D66B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['530'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:28:48 GMT'] - etag: ['"1D43B49A9531735"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '530' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:39 GMT + etag: + - '"1D4E3632960D66B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 01:28:59 GMT'] - etag: ['"1D43B49CFC584AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:34:51 GMT + etag: + - '"1D4E3635120EC8B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":null,"branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-git-test2000003/sourcecontrols/web","name":"web-git-test2000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":null,"branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['482'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:29:00 GMT'] - etag: ['"1D43B49CFC584AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '482' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:51 GMT + etag: + - '"1D4E3635120EC8B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 01:29:00 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkczRkc1TkdONlNKTFlXTktMUkNGSUtVM0hRRUdTNDdDWlNUR3w2RDZGNzk3MjBGRjhBOEY0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:34:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdNNkpVQU43SUJOQUszSFNZM1RLQkJQM0FITUhZUURQRURYVHwzMzkzMUY5QzIwN0FBODRBLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_hyperv_e2e.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_hyperv_e2e.yaml index ceb6e936e62..57799dab05d 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_hyperv_e2e.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_hyperv_e2e.yaml @@ -1,533 +1,852 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-22T00:42:09Z"}}' + "date": "2019-03-26T20:36:58Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-22T00:42:09Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T20:36:58Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 22 Nov 2018 00:42:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:36:58 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --hyper-v --sku] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --hyper-v --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-22T00:42:09Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T20:36:58Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 22 Nov 2018 00:42:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:36:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"location": "westus", "sku": {"capacity": 1, "name": "PC2", "tier": "PremiumContainer"}, - "properties": {"isXenon": false, "perSiteScaling": false, "hyperV": true}}' + body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": + false, "hyperV": true}, "sku": {"name": "PC2", "tier": "PremiumContainer", "capacity": + 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['164'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --hyper-v --sku] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '164' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --hyper-v --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West - US","properties":{"serverFarmId":370,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-105_370","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West + US","properties":{"serverFarmId":4213,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-099_4213","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1512'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:42:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1514' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West - US","properties":{"serverFarmId":370,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-105_370","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West + US","properties":{"serverFarmId":4213,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-099_4213","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['1550'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:42:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1552' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan list] - Connection: [keep-alive] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan list + Connection: + - keep-alive + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/serverfarms?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West - US","properties":{"serverFarmId":10239831,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg4954/providers/Microsoft.Web/serverfarms/java-web-1702plan6859614632b","name":"java-web-1702plan6859614632b","type":"Microsoft.Web/serverfarms","kind":"app","location":"East - US","tags":{},"properties":{"serverFarmId":10218351,"name":"java-web-1702plan6859614632b","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg4954-EastUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"East - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg4954","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg2155/providers/Microsoft.Web/serverfarms/java-webapp-9934planeca510113c","name":"java-webapp-9934planeca510113c","type":"Microsoft.Web/serverfarms","kind":"linux","location":"West - US","tags":{},"properties":{"serverFarmId":10219876,"name":"java-webapp-9934planeca510113c","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg2155-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"linux","resourceGroup":"javacsmrg2155","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg450/providers/Microsoft.Web/serverfarms/java-webapp-2594planfa1050704d","name":"java-webapp-2594planfa1050704d","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10220372,"name":"java-webapp-2594planfa1050704d","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg450-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg450","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg9956/providers/Microsoft.Web/serverfarms/java-webapp-4457planba8268022b","name":"java-webapp-4457planba8268022b","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10220388,"name":"java-webapp-4457planba8268022b","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg9956-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg9956","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg8970/providers/Microsoft.Web/serverfarms/java-webapp-2881plan21489623f2","name":"java-webapp-2881plan21489623f2","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"West - US","tags":{},"properties":{"serverFarmId":10221904,"name":"java-webapp-2881plan21489623f2","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg8970-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"functionapp","resourceGroup":"javacsmrg8970","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg3523/providers/Microsoft.Web/serverfarms/java-webapp-4795plan6856611160","name":"java-webapp-4795plan6856611160","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10221917,"name":"java-webapp-4795plan6856611160","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg3523-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg3523","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg3523/providers/Microsoft.Web/serverfarms/java-webapp-4795plan8ee21782d0","name":"java-webapp-4795plan8ee21782d0","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10221926,"name":"java-webapp-4795plan8ee21782d0","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg3523-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg3523","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg8aa670220/providers/Microsoft.Web/serverfarms/javawebapp-ea7702881cplan643158","name":"javawebapp-ea7702881cplan643158","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10236594,"name":"javawebapp-ea7702881cplan643158","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg8aa670220-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg8aa670220","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg833496160/providers/Microsoft.Web/serverfarms/javawebapp-d91437213dplan032346","name":"javawebapp-d91437213dplan032346","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10236595,"name":"javawebapp-d91437213dplan032346","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg833496160-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg833496160","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg31e64843b/providers/Microsoft.Web/serverfarms/java-webapp-95163fplan28079716b","name":"java-webapp-95163fplan28079716b","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10236606,"name":"java-webapp-95163fplan28079716b","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg31e64843b-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg31e64843b","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg3e332744c/providers/Microsoft.Web/serverfarms/java-webapp-43916bplan24374573f","name":"java-webapp-43916bplan24374573f","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10236616,"name":"java-webapp-43916bplan24374573f","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg3e332744c-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg3e332744c","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg266259369/providers/Microsoft.Web/serverfarms/java-webapp-668653plan9a0737270","name":"java-webapp-668653plan9a0737270","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10236622,"name":"java-webapp-668653plan9a0737270","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg266259369-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg266259369","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg93c103023/providers/Microsoft.Web/serverfarms/java-webapp-444713plan28260449b","name":"java-webapp-444713plan28260449b","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10236623,"name":"java-webapp-444713plan28260449b","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrg93c103023-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrg93c103023","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrged207126c/providers/Microsoft.Web/serverfarms/java-webapp-176872plane48213960","name":"java-webapp-176872plane48213960","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{},"properties":{"serverFarmId":10236627,"name":"java-webapp-176872plane48213960","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"javacsmrged207126c-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"app","resourceGroup":"javacsmrged207126c","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1nemv_537543343abd/providers/Microsoft.Web/serverfarms/webapp1-78b9928799planb0c21211a","name":"webapp1-78b9928799planb0c21211a","type":"Microsoft.Web/serverfarms","kind":"functionapp","location":"West - US","tags":{},"properties":{"serverFarmId":10239800,"name":"webapp1-78b9928799planb0c21211a","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"rg1nemv_537543343abd-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West - US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{},"kind":"functionapp","resourceGroup":"rg1nemv_537543343abd","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"Y1","tier":"Dynamic","size":"Y1","family":"Y","capacity":0}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West + US","properties":{"serverFarmId":11849433,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West + US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rguluwp6ny6mkqozswx2qwj4ceu2ahijyxp2dyvgm2jwsqv6gcwucedlcvemej4oboi/providers/Microsoft.Web/serverfarms/plan-quick-linux-cd","name":"plan-quick-linux-cd","type":"Microsoft.Web/serverfarms","kind":"linux","location":"Japan + West","properties":{"serverFarmId":11848304,"name":"plan-quick-linux-cd","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"clitest.rguluwp6ny6mkqozswx2qwj4ceu2ahijyxp2dyvgm2jwsqv6gcwucedlcvemej4oboi-JapanWestwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"Japan + West","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"linux","resourceGroup":"clitest.rguluwp6ny6mkqozswx2qwj4ceu2ahijyxp2dyvgm2jwsqv6gcwucedlcvemej4oboi","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sisirap-RG/providers/Microsoft.Web/serverfarms/sisirap-TestApp","name":"sisirap-TestApp","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":11658096,"name":"sisirap-TestApp","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":null,"currentWorkerSizeId":null,"currentNumberOfWorkers":null,"status":"Ready","webSpace":"sisirap-RG-WestUSwebspace","subscription":null,"adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":null,"geoRegion":"West + US","perSiteScaling":null,"maximumElasticWorkerCount":null,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":null,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"sisirap-RG","reserved":null,"isXenon":null,"hyperV":null,"mdmId":null,"targetWorkerCount":null,"targetWorkerSizeId":null,"provisioningState":null,"webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['20886'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:42:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '4157' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West - US","properties":{"serverFarmId":370,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-105_370","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West + US","properties":{"serverFarmId":4213,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-099_4213","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1512'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:42:39 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1514' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan --deployment-container-image-name] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-container-image-name + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West - US","properties":{"serverFarmId":370,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-105_370","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","name":"webapp-hyperv-plan000003","type":"Microsoft.Web/serverfarms","kind":"windows","location":"West + US","properties":{"serverFarmId":4213,"name":"webapp-hyperv-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":20,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"windows","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":true,"hyperV":true,"mdmId":"waws-prod-bay-099_4213","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"PC2","tier":"PremiumContainer","size":"PC2","family":"PC","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1512'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:42:40 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1514' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: 'b''b\''{"location": "West US", "properties": {"scmSiteAlsoStopped": false, - "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"http20Enabled": true, "netFrameworkVersion": - "v4.6", "appSettings": [], "localMySqlEnabled": false, "windowsFxVersion": "DOCKER|microsoft/iis:nanoserver-sac2016"}, - "hyperV": false}}\''''' + body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003", + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "windowsFxVersion": "DOCKER|microsoft/iis:nanoserver-sac2016", "appSettings": + [], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": + false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['525'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --deployment-container-image-name] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '525' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-container-image-name + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites","kind":"app,container,windows","location":"West - US","properties":{"name":"webapp-hyperv-e2e000002","state":"Running","hostNames":["webapp-hyperv-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-105.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-hyperv-e2e000002","repositorySiteName":"webapp-hyperv-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-hyperv-e2e000002.azurewebsites.net","webapp-hyperv-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":"DOCKER|microsoft/iis:nanoserver-sac2016"}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-hyperv-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-hyperv-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","reserved":false,"isXenon":true,"hyperV":true,"lastModifiedTimeUtc":"2018-11-22T00:42:43.2333333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-hyperv-e2e000002","trafficManagerHostNames":null,"sku":"PremiumContainer","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,container,windows","outboundIpAddresses":"40.112.166.161,40.83.139.134,40.118.225.6,104.42.149.225","possibleOutboundIpAddresses":"40.112.166.161,40.83.139.134,40.118.225.6,104.42.149.225,40.112.166.161","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-105","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-hyperv-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites","kind":"app,container,windows","location":"West + US","properties":{"name":"webapp-hyperv-e2e000002","state":"Running","hostNames":["webapp-hyperv-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-099.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-hyperv-e2e000002","repositorySiteName":"webapp-hyperv-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-hyperv-e2e000002.azurewebsites.net","webapp-hyperv-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":"DOCKER|microsoft/iis:nanoserver-sac2016"}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-hyperv-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-hyperv-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","reserved":false,"isXenon":true,"hyperV":true,"lastModifiedTimeUtc":"2019-03-26T20:37:14.4266667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-hyperv-e2e000002","trafficManagerHostNames":null,"sku":"PremiumContainer","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,container,windows","outboundIpAddresses":"40.112.165.44,104.42.180.82,104.42.170.46,104.42.178.117,104.42.41.195,104.42.171.126,104.42.171.41","possibleOutboundIpAddresses":"40.112.165.44,104.42.180.82,104.42.170.46,104.42.178.117,104.42.41.195,104.42.171.126,104.42.171.41,104.42.181.196,104.42.182.217,104.42.179.95","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-099","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-hyperv-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3270'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:42:59 GMT'] - etag: ['"1D481FC47D05E4B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3494' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:30 GMT + etag: + - '"1D4E413B300B56B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan --deployment-container-image-name] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-container-image-name + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Thu, 22 Nov 2018 00:43:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Tue, 26 Mar 2019 20:37:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp list] - Connection: [keep-alive] - ParameterSetName: [-g] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites","kind":"app,container,windows","location":"West - US","properties":{"name":"webapp-hyperv-e2e000002","state":"Running","hostNames":["webapp-hyperv-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-105.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-hyperv-e2e000002","repositorySiteName":"webapp-hyperv-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-hyperv-e2e000002.azurewebsites.net","webapp-hyperv-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":"DOCKER|microsoft/iis:nanoserver-sac2016"}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-hyperv-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-hyperv-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","reserved":false,"isXenon":true,"hyperV":true,"lastModifiedTimeUtc":"2018-11-22T00:42:43.7166667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-hyperv-e2e000002","trafficManagerHostNames":null,"sku":"PremiumContainer","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,container,windows","outboundIpAddresses":"40.112.166.161,40.83.139.134,40.118.225.6,104.42.149.225","possibleOutboundIpAddresses":"40.112.166.161,40.83.139.134,40.118.225.6,104.42.149.225,40.112.166.161","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-105","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-hyperv-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites","kind":"app,container,windows","location":"West + US","properties":{"name":"webapp-hyperv-e2e000002","state":"Running","hostNames":["webapp-hyperv-e2e000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-099.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-hyperv-e2e000002","repositorySiteName":"webapp-hyperv-e2e000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-hyperv-e2e000002.azurewebsites.net","webapp-hyperv-e2e000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":"DOCKER|microsoft/iis:nanoserver-sac2016"}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-hyperv-e2e000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-hyperv-e2e000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/webapp-hyperv-plan000003","reserved":false,"isXenon":true,"hyperV":true,"lastModifiedTimeUtc":"2019-03-26T20:37:15.9266667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-hyperv-e2e000002","trafficManagerHostNames":null,"sku":"PremiumContainer","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app,container,windows","outboundIpAddresses":"40.112.165.44,104.42.180.82,104.42.170.46,104.42.178.117,104.42.41.195,104.42.171.126,104.42.171.41","possibleOutboundIpAddresses":"40.112.165.44,104.42.180.82,104.42.170.46,104.42.178.117,104.42.41.195,104.42.171.126,104.42.171.41,104.42.181.196,104.42.182.217,104.42.179.95","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-099","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-hyperv-e2e000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['3308'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:43:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3532' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis:nanoserver-sac2016","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis:nanoserver-sac2016","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2690'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:43:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2766' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - ParameterSetName: [-g -n --windows-fx-version] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + ParameterSetName: + - -g -n --windows-fx-version + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis:nanoserver-sac2016","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis:nanoserver-sac2016","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2690'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:43:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2766' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: - body: 'b''{"properties": {"http20Enabled": true, "nodeVersion": "", "localMySqlEnabled": - false, "appCommandLine": "", "webSocketsEnabled": false, "minTlsVersion": "1.2", - "netFrameworkVersion": "v4.0", "pythonVersion": "", "experiments": {"rampUpRules": - []}, "logsDirectorySizeLimit": 35, "virtualApplications": [{"virtualPath": "/", - "physicalPath": "site\\\\wwwroot", "preloadEnabled": false}], "reservedInstanceCount": - 0, "publishingUsername": "$webapp-hyperv-e2e000002", "managedPipelineMode": - "Integrated", "azureStorageAccounts": {}, "httpLoggingEnabled": false, "scmType": - "None", "linuxFxVersion": "", "numberOfWorkers": 1, "detailedErrorLoggingEnabled": - false, "autoHealEnabled": false, "vnetName": "", "phpVersion": "", "remoteDebuggingEnabled": - false, "windowsFxVersion": "DOCKER|microsoft/iis", "defaultDocuments": ["Default.htm", + body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", - "index.php", "hostingstart.html"], "use32BitWorkerProcess": false, "loadBalancing": - "LeastRequests", "ftpsState": "AllAllowed", "alwaysOn": false, "requestTracingEnabled": - false}}''' + "index.php", "hostingstart.html"], "netFrameworkVersion": "v4.0", "phpVersion": + "", "pythonVersion": "", "nodeVersion": "", "linuxFxVersion": "", "windowsFxVersion": + "DOCKER|microsoft/iis", "requestTracingEnabled": false, "remoteDebuggingEnabled": + false, "httpLoggingEnabled": false, "logsDirectorySizeLimit": 35, "detailedErrorLoggingEnabled": + false, "publishingUsername": "$webapp-hyperv-e2e000002", "scmType": "None", + "use32BitWorkerProcess": false, "webSocketsEnabled": false, "alwaysOn": false, + "appCommandLine": "", "managedPipelineMode": "Integrated", "virtualApplications": + [{"virtualPath": "/", "physicalPath": "site\\\\wwwroot", "preloadEnabled": false}], + "loadBalancing": "LeastRequests", "experiments": {"rampUpRules": []}, "autoHealEnabled": + false, "vnetName": "", "localMySqlEnabled": false, "http20Enabled": true, "minTlsVersion": + "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - Content-Length: ['1099'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --windows-fx-version] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + Content-Length: + - '1071' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --windows-fx-version + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2657'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:43:05 GMT'] - etag: ['"1D481FC549E7700"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2733' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:37 GMT + etag: + - '"1D4E413B300B56B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config show] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-hyperv-e2e000002/config/web","name":"webapp-hyperv-e2e000002","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":"DOCKER|microsoft/iis","requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-hyperv-e2e000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":false,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2675'] - content-type: [application/json] - date: ['Thu, 22 Nov 2018 00:43:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2751' + content-type: + - application/json + date: + - Tue, 26 Mar 2019 20:37:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.5.4 (Windows-10-10.0.17763-SP0) msrest/0.6.0 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 22 Nov 2018 00:43:07 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdLT0hNNDZaSDNBQldFWjVaWjdaVTJLUVQzUFVXWkdNSTZCN3wxNzU2MTc5QzgyMjcxOUIxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 20:37:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdBMklSRkJSRFdCSVdIUUw3VldRVUkyU0JDU0dPSks1TEFYNnxBMDI3N0VENkY4RENENUEyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_list_locations_free_sku.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_list_locations_free_sku.yaml index 25b75940bed..a3d05dedfa8 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_list_locations_free_sku.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_list_locations_free_sku.yaml @@ -1,46 +1,77 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T01:31:26Z"}}' + "date": "2019-03-25T23:36:25Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_list-locations-free-sku-test000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_list-locations-free-sku-test000001","name":"cli_test_webapp_list-locations-free-sku-test000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T01:31:26Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_list-locations-free-sku-test000001","name":"cli_test_webapp_list-locations-free-sku-test000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 01:31:27 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:24 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice list-locations] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice list-locations + Connection: + - keep-alive + ParameterSetName: + - --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions?sku=FREE&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central US","name":"Central US","type":"Microsoft.Web/geoRegions","properties":{"name":"Central US","description":null,"sortOrder":0,"displayName":"Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/North Europe","name":"North Europe","type":"Microsoft.Web/geoRegions","properties":{"name":"North @@ -91,7 +122,13 @@ interactions: West","name":"UK West","type":"Microsoft.Web/geoRegions","properties":{"name":"UK West","description":null,"sortOrder":2147483647,"displayName":"UK West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/UK South","name":"UK South","type":"Microsoft.Web/geoRegions","properties":{"name":"UK - South","description":null,"sortOrder":2147483647,"displayName":"UK South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Korea + South","description":null,"sortOrder":2147483647,"displayName":"UK South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/East + US 2 EUAP","name":"East US 2 EUAP","type":"Microsoft.Web/geoRegions","properties":{"name":"East + US 2 EUAP","description":null,"sortOrder":2147483647,"displayName":"East US + 2 EUAP"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + US EUAP","name":"Central US EUAP","type":"Microsoft.Web/geoRegions","properties":{"name":"Central + US EUAP","description":null,"sortOrder":2147483647,"displayName":"Central + US EUAP"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Korea South","name":"Korea South","type":"Microsoft.Web/geoRegions","properties":{"name":"Korea South","description":null,"sortOrder":2147483647,"displayName":"Korea South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Korea Central","name":"Korea Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Korea @@ -99,36 +136,60 @@ interactions: South","name":"France South","type":"Microsoft.Web/geoRegions","properties":{"name":"France South","description":null,"sortOrder":2147483647,"displayName":"France South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/France Central","name":"France Central","type":"Microsoft.Web/geoRegions","properties":{"name":"France - Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}}],"nextLink":null,"id":null}'} + Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7503'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:31:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '8069' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice list-locations] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice list-locations + Connection: + - keep-alive + ParameterSetName: + - --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions?sku=FREE&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central US","name":"Central US","type":"Microsoft.Web/geoRegions","properties":{"name":"Central US","description":null,"sortOrder":0,"displayName":"Central US"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/North Europe","name":"North Europe","type":"Microsoft.Web/geoRegions","properties":{"name":"North @@ -179,7 +240,13 @@ interactions: West","name":"UK West","type":"Microsoft.Web/geoRegions","properties":{"name":"UK West","description":null,"sortOrder":2147483647,"displayName":"UK West"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/UK South","name":"UK South","type":"Microsoft.Web/geoRegions","properties":{"name":"UK - South","description":null,"sortOrder":2147483647,"displayName":"UK South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Korea + South","description":null,"sortOrder":2147483647,"displayName":"UK South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/East + US 2 EUAP","name":"East US 2 EUAP","type":"Microsoft.Web/geoRegions","properties":{"name":"East + US 2 EUAP","description":null,"sortOrder":2147483647,"displayName":"East US + 2 EUAP"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Central + US EUAP","name":"Central US EUAP","type":"Microsoft.Web/geoRegions","properties":{"name":"Central + US EUAP","description":null,"sortOrder":2147483647,"displayName":"Central + US EUAP"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Korea South","name":"Korea South","type":"Microsoft.Web/geoRegions","properties":{"name":"Korea South","description":null,"sortOrder":2147483647,"displayName":"Korea South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/Korea Central","name":"Korea Central","type":"Microsoft.Web/geoRegions","properties":{"name":"Korea @@ -187,47 +254,82 @@ interactions: South","name":"France South","type":"Microsoft.Web/geoRegions","properties":{"name":"France South","description":null,"sortOrder":2147483647,"displayName":"France South"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/geoRegions/France Central","name":"France Central","type":"Microsoft.Web/geoRegions","properties":{"name":"France - Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}}],"nextLink":null,"id":null}'} + Central","description":null,"sortOrder":2147483647,"displayName":"France Central"}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7503'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 01:31:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '8069' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_list-locations-free-sku-test000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 01:31:29 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGTElTVDoyRExPQ0FUSU9OUzoyREZSRUU6Mnw3NDEwREYzMUEwOTZGQzQ1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGTElTVDoyRExPQ0FUSU9OUzoyREZSRUU6MnwzRkI4RUU2MTU0MDQ3QkZBLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_scale.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_scale.yaml index eeb6f04aa7e..ca77d2017c0 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_scale.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_scale.yaml @@ -1,416 +1,730 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:18:10Z"}}' + "date": "2019-03-25T23:31:51Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:18:10Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:31:51Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:18:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:31:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:18:10Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:31:51Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:18:11 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:31:52 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "D1", "tier": "SHARED", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['137'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '137' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":0,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":"Basic","geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"D1","tier":"Shared","size":"D1","family":"D","capacity":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":0,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":"Basic","geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"D1","tier":"Shared","size":"D1","family":"D","capacity":0}}' headers: - cache-control: [no-cache] - content-length: ['1449'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:17 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1496' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":0,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":"Basic","geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"D1","tier":"Shared","size":"D1","family":"D","capacity":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":0,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":0,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":1,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Shared","siteMode":"Basic","geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"D1","tier":"Shared","size":"D1","family":"D","capacity":0}}' headers: - cache-control: [no-cache] - content-length: ['1449'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1496' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "app", "location": "West US", "properties": {"perSiteScaling": - false, "isSpot": false, "reserved": false, "isXenon": false, "targetWorkerCount": - 0, "targetWorkerSizeId": 0}, "sku": {"name": "S2", "tier": "STANDARD", "size": - "D1", "family": "D", "capacity": 1}}' + false, "isSpot": false, "reserved": false, "isXenon": false, "hyperV": false, + "targetWorkerCount": 0, "targetWorkerSizeId": 0}, "sku": {"name": "S2", "tier": + "STANDARD", "size": "D1", "family": "D", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - Content-Length: ['269'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + Content-Length: + - '286' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","sku":{"name":"S2","tier":"Standard","size":"S2","capacity":1},"workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Medium","currentWorkerSizeId":1,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","sku":{"name":"S2","tier":"Standard","size":"S2","capacity":1},"workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Medium","currentWorkerSizeId":1,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1493'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:32 GMT'] - etag: ['"1D43B7248381855"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1540' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:02 GMT + etag: + - '"1D4E362F29B0715"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Medium","currentWorkerSizeId":1,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Medium","currentWorkerSizeId":1,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1450'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1497' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Medium","currentWorkerSizeId":1,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","workerSize":"Medium","workerSizeId":1,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Medium","currentWorkerSizeId":1,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S2","tier":"Standard","size":"S2","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1450'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1497' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "app", "location": "West US", "properties": {"perSiteScaling": - false, "isSpot": false, "reserved": false, "isXenon": false, "targetWorkerCount": - 0, "targetWorkerSizeId": 0}, "sku": {"name": "B1", "tier": "BASIC", "size": - "S2", "family": "S", "capacity": 1}}' + false, "isSpot": false, "reserved": false, "isXenon": false, "hyperV": false, + "targetWorkerCount": 0, "targetWorkerSizeId": 0}, "sku": {"name": "B1", "tier": + "BASIC", "size": "S2", "family": "S", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - Content-Length: ['266'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + Content-Length: + - '283' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","sku":{"name":"B1","tier":"Basic","size":"B1","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","sku":{"name":"B1","tier":"Basic","size":"B1","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1488'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1535' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + ParameterSetName: + - -g -n --number-of-workers + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:39 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "app", "location": "West US", "properties": {"perSiteScaling": - false, "isSpot": false, "reserved": false, "isXenon": false, "targetWorkerCount": - 0, "targetWorkerSizeId": 0}, "sku": {"name": "B1", "tier": "Basic", "size": - "B1", "family": "B", "capacity": 2}}' + false, "isSpot": false, "reserved": false, "isXenon": false, "hyperV": false, + "targetWorkerCount": 0, "targetWorkerSizeId": 0}, "sku": {"name": "B1", "tier": + "Basic", "size": "B1", "family": "B", "capacity": 2}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan update] - Connection: [keep-alive] - Content-Length: ['266'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan update + Connection: + - keep-alive + Content-Length: + - '283' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --number-of-workers + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","sku":{"name":"B1","tier":"Basic","size":"B1","capacity":2},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":2,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":2,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","capacity":2}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","sku":{"name":"B1","tier":"Basic","size":"B1","capacity":2},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":2,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":2,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":null,"webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","capacity":2}}' headers: - cache-control: [no-cache] - content-length: ['1488'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:42 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1535' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3203,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":2,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":2,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3203","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":2}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/scale-plan000002","name":"scale-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":12990,"name":"scale-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":2,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":2,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-097_12990","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":2}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:18:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:32:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:18:44 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdMWlhGRlhMVjVLUVhMUTVFS1BSVlhRMldQNjY1VkhTSERQSXw2MkMwQjZCOTg2RDFBMDUxLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:32:11 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdUNUlSU1hNWk1ITkNHWTc2Q0paREwyT0M0WFg0VE1VU1RZQXw0NEZCRDlGMkNEQkMyNzA0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot.yaml index 0a0ef01b271..b162fe73d2b 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot.yaml @@ -1,753 +1,1345 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-30T01:32:11Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + "date": "2019-03-25T23:33:33Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-30T01:32:11Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:32:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:33:33Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-30T01:32:11Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 30 Nov 2018 01:32:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:33:33Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:33:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","name":"slot-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":7478,"name":"slot-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-113_7478","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1497'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:32:38 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","name":"slot-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":18302,"name":"slot-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-089_18302","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","name":"slot-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":7478,"name":"slot-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"ce678eba-8ab3-4a0c-9610-97fee4ee6b34","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-113_7478","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1497'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:32:41 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","name":"slot-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":18302,"name":"slot-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-089_18302","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['521'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:32:43.44","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3224'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:32:59 GMT'] - etag: ['"1D4884C9768B220"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:33:43.1466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3333' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:58 GMT + etag: + - '"1D4E3632F4C8B40"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Fri, 30 Nov 2018 01:33:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:33:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['358'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:01 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '358' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:33:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": "8.11.1", "s1": "v1", "s2": "v2"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['107'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '107' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"v1","s2":"v2"}}'} - headers: - cache-control: [no-cache] - content-length: ['378'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:02 GMT'] - etag: ['"1D4884CA2A3F5D5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"v1","s2":"v2"}}' + headers: + cache-control: + - no-cache + content-length: + - '378' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:00 GMT + etag: + - '"1D4E363396F0BF5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - ParameterSetName: [-g -n --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + ParameterSetName: + - -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['193'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '193' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"appSettingNames": ["s2"]}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['43'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '43' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['191'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '191' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:33:02.8133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3229'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:10 GMT'] - etag: ['"1D4884CA2A3F5D5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:00.5433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3333' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:02 GMT + etag: + - '"1D4E363396F0BF5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['443'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '443' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:33:13.7033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__0667","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3320'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:30 GMT'] - etag: ['"1D4884CA2A3F5D5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:05.03","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__1500","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3419' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:21 GMT + etag: + - '"1D4E363396F0BF5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - ParameterSetName: [-g -n --repo-url --branch -s --manual-integration] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + ParameterSetName: + - -g -n --repo-url --branch -s --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:33:02.8133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3229'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:31 GMT'] - etag: ['"1D4884CA2A3F5D5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:34:00.5433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3333' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:21 GMT + etag: + - '"1D4E363396F0BF5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"repoUrl": "https://github.com/yugangw-msft/azure-site-test", "branch": "staging", "isManualIntegration": true, "isMercurial": false}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - Content-Length: ['150'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --repo-url --branch -s --manual-integration] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + Content-Length: + - '150' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --repo-url --branch -s --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"staging","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}'} - headers: - cache-control: [no-cache] - content-length: ['546'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:33:41 GMT'] - etag: ['"1D4884CB9885A40"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"staging","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}' + headers: + cache-control: + - no-cache + content-length: + - '546' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:28 GMT + etag: + - '"1D4E3634A5F1600"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - ParameterSetName: [-g -n --repo-url --branch -s --manual-integration] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + ParameterSetName: + - -g -n --repo-url --branch -s --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"staging","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2018-11-30T01:34:03.2089791 - https://slot-test-web000003-staging.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2018-11-30_01-33-49Z"}}'} - headers: - cache-control: [no-cache] - content-length: ['726'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:34:14 GMT'] - etag: ['"1D4884CB9885A40"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"staging","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2019-03-25T23:34:51.9254002 + https://slot-test-web000003-staging.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2019-03-25_23-34-41Z"}}' + headers: + cache-control: + - no-cache + content-length: + - '726' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:34:59 GMT + etag: + - '"1D4E3634A5F1600"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment source config] - Connection: [keep-alive] - ParameterSetName: [-g -n --repo-url --branch -s --manual-integration] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment source config + Connection: + - keep-alive + ParameterSetName: + - -g -n --repo-url --branch -s --manual-integration + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"staging","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['545'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:34:45 GMT'] - etag: ['"1D4884CB9885A40"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/sourcecontrols/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test","branch":"staging","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '545' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:29 GMT + etag: + - '"1D4E3634A5F1600"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"targetSlot": "production", "preserveVnet": true}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - Content-Length: ['50'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + Content-Length: + - '50' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/slotsswap?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:34:48 GMT'] - etag: ['"1D4884CA2A3F5D5"'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f6a27dfc-4337-42b0-ae0b-8a87801fca0a?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:32 GMT + etag: + - '"1D4E363705D8BF5"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f6a27dfc-4337-42b0-ae0b-8a87801fca0a?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:35:20 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f6a27dfc-4337-42b0-ae0b-8a87801fca0a?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:48 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f6a27dfc-4337-42b0-ae0b-8a87801fca0a?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:35:36 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f6a27dfc-4337-42b0-ae0b-8a87801fca0a?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:03 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f6a27dfc-4337-42b0-ae0b-8a87801fca0a?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:35:40.86","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2018-11-30T01:35:40.867Z","sourceSlotName":"staging","destinationSlotName":"Production"},"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3410'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:35:52 GMT'] - etag: ['"1D4884D00D7F7C0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:18 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/14095dd8-7201-46bf-9ad6-0439c87026de?api-version=2018-02-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:27.6033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2019-03-25T23:36:27.632Z","sourceSlotName":"staging","destinationSlotName":"Production"},"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3519' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:35 GMT + etag: + - '"1D4E36391169F35"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"v1"}}'} - headers: - cache-control: [no-cache] - content-length: ['382'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:35:54 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"v1"}}' + headers: + cache-control: + - no-cache + content-length: + - '382' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['191'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:35:54 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '191' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - ParameterSetName: [-g -n --php-version] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + ParameterSetName: + - -g -n --php-version + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2655'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:35:55 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2729' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -763,139 +1355,240 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config set] - Connection: [keep-alive] - Content-Length: ['1057'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --php-version] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config set + Connection: + - keep-alive + Content-Length: + - '1057' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --php-version + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2641'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:35:57 GMT'] - etag: ['"1D4884D0B3803AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2715' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:37 GMT + etag: + - '"1D4E3637099908B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:35:58.2666667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__0667","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2018-11-30T01:35:40.867Z","sourceSlotName":"staging","destinationSlotName":"Production"},"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3336'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:35:59 GMT'] - etag: ['"1D4884D0B3803AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003","name":"slot-test-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003","state":"Running","hostNames":["slot-test-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003.azurewebsites.net","slot-test-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:38.3066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__1500","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2019-03-25T23:36:27.632Z","sourceSlotName":"staging","destinationSlotName":"Production"},"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3440' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:39 GMT + etag: + - '"1D4E3639777D22B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['443'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '443' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev","name":"slot-test-web000003/dev","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003(dev)","state":"Running","hostNames":["slot-test-web000003-dev.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-dev.azurewebsites.net","slot-test-web000003-dev.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-dev.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-dev.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:36:02.6733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__904c","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-dev.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3284'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:19 GMT'] - etag: ['"1D4884D0B3803AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev","name":"slot-test-web000003/dev","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003(dev)","state":"Running","hostNames":["slot-test-web000003-dev.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-dev.azurewebsites.net","slot-test-web000003-dev.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-dev.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-dev.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:42.42","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__f692","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-dev.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3383' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:58 GMT + etag: + - '"1D4E3639777D22B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2659'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:19 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2733' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"properties": {"numberOfWorkers": 1, "defaultDocuments": ["Default.htm", "Default.html", "Default.asp", "index.htm", "index.html", "iisstart.htm", "default.aspx", @@ -912,999 +1605,1747 @@ interactions: false, "http20Enabled": true, "minTlsVersion": "1.2", "ftpsState": "AllAllowed", "reservedInstanceCount": 0}}''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['1093'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '1093' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev","name":"slot-test-web000003/dev","type":"Microsoft.Web/sites/slots","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003__dev","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2666'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:21 GMT'] - etag: ['"1D4884D19481240"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev","name":"slot-test-web000003/dev","type":"Microsoft.Web/sites/slots","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003__dev","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2740' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:00 GMT + etag: + - '"1D4E3639A26776B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['191'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:22 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '191' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s2":"v2"}}'} - headers: - cache-control: [no-cache] - content-length: ['367'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s2":"v2"}}' + headers: + cache-control: + - no-cache + content-length: + - '367' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['331'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '331' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": "6.9.1"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['82'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '82' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['367'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:24 GMT'] - etag: ['"1D4884D1B598D20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '367' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:02 GMT + etag: + - '"1D4E363A614C475"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['43'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --configuration-source] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '43' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --configuration-source + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['341'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:26 GMT'] - etag: ['"1D4884D1C4077B5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '341' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:03 GMT + etag: + - '"1D4E363A6C13115"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config show] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config show + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003__dev","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} - headers: - cache-control: [no-cache] - content-length: ['2674'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/web","name":"slot-test-web000003","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":"VS2017","httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$slot-test-web000003__dev","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"None","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' + headers: + cache-control: + - no-cache + content-length: + - '2748' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['367'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '367' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": "6.9.1", "s3": "v3", "s4": "v4"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['106'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '106' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s3":"v3","s4":"v4"}}'} - headers: - cache-control: [no-cache] - content-length: ['387'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:30 GMT'] - etag: ['"1D4884D1E4129B5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s3":"v3","s4":"v4"}}' + headers: + cache-control: + - no-cache + content-length: + - '387' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:05 GMT + etag: + - '"1D4E363A80A45E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['191'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s2"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '191' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"connectionStringNames": [], "appSettingNames": ["s2", "s4"], "azureStorageConfigNames": []}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['109'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -t --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -t --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{}}'} - headers: - cache-control: [no-cache] - content-length: ['341'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11998'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '341' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"c1": {"value": "connection1", "type": "MySql"}, "c2": {"value": "connection2", "type": "MySql"}}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -t --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -t --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c1":{"value":"connection1","type":"MySql"},"c2":{"value":"connection2","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['428'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:34 GMT'] - etag: ['"1D4884D215B20EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c1":{"value":"connection1","type":"MySql"},"c2":{"value":"connection2","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '428' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:09 GMT + etag: + - '"1D4E363AA1C42F5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - ParameterSetName: [-g -n -t --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + ParameterSetName: + - -g -n -t --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"connectionStringNames": ["c2"], "appSettingNames": ["s2", "s4"], "azureStorageConfigNames": []}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string set] - Connection: [keep-alive] - Content-Length: ['113'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -t --slot --settings --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string set + Connection: + - keep-alive + Content-Length: + - '113' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -t --slot --settings --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['200'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:36:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '200' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"targetSlot": "dev", "preserveVnet": true}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - Content-Length: ['43'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot --target-slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + Content-Length: + - '43' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot --target-slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/slotsswap?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:36:39 GMT'] - etag: ['"1D4884D0B3803AB"'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f3e9c89d-ad15-40d9-8ee2-5cd0f05e61c7?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:37:13 GMT + etag: + - '"1D4E3639777D22B"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/baa13e26-b374-49be-b771-583b156cabd8?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --target-slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --target-slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f3e9c89d-ad15-40d9-8ee2-5cd0f05e61c7?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/baa13e26-b374-49be-b771-583b156cabd8?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:36:55 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f3e9c89d-ad15-40d9-8ee2-5cd0f05e61c7?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:37:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/baa13e26-b374-49be-b771-583b156cabd8?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --target-slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --target-slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f3e9c89d-ad15-40d9-8ee2-5cd0f05e61c7?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/baa13e26-b374-49be-b771-583b156cabd8?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:37:11 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f3e9c89d-ad15-40d9-8ee2-5cd0f05e61c7?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:37:43 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/baa13e26-b374-49be-b771-583b156cabd8?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot --target-slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot --target-slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/f3e9c89d-ad15-40d9-8ee2-5cd0f05e61c7?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/operationresults/baa13e26-b374-49be-b771-583b156cabd8?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:37:22.08","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__904c","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2018-11-30T01:37:22.335Z","sourceSlotName":"staging","destinationSlotName":"dev"},"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3409'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:26 GMT'] - etag: ['"1D4884D3D2CEA00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:37:56.78","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__f692","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2019-03-25T23:37:56.796Z","sourceSlotName":"staging","destinationSlotName":"dev"},"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3513' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:37:59 GMT + etag: + - '"1D4E363C63DE6C0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"v1","s4":"v4"}}'} - headers: - cache-control: [no-cache] - content-length: ['388'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"v1","s4":"v4"}}' + headers: + cache-control: + - no-cache + content-length: + - '388' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['200'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:29 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '200' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c2":{"value":"connection2","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c2":{"value":"connection2","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['200'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '200' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s3":"v3"}}'} - headers: - cache-control: [no-cache] - content-length: ['381'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s3":"v3"}}' + headers: + cache-control: + - no-cache + content-length: + - '381' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['200'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '200' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/connectionstrings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"c1":{"value":"connection1","type":"MySql"}}}'} - headers: - cache-control: [no-cache] - content-length: ['388'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:34 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging/config/connectionstrings","name":"connectionstrings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"c1":{"value":"connection1","type":"MySql"}}}' + headers: + cache-control: + - no-cache + content-length: + - '388' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config connection-string list] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config connection-string list + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['200'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:35 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-test-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":["c2"],"appSettingNames":["s2","s4"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '200' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot list] - Connection: [keep-alive] - ParameterSetName: [-g -n] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev","name":"slot-test-web000003/dev","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003(dev)","state":"Running","hostNames":["slot-test-web000003-dev.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-dev.azurewebsites.net","slot-test-web000003-dev.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":"Limited","hostNameSslStates":[{"name":"slot-test-web000003-dev.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-dev.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":"Dedicated","serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:36:38.7966667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-dev.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2018-11-30T01:37:22.335Z","sourceSlotName":"staging","destinationSlotName":"dev"},"httpsOnly":false}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":"Limited","hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":"Dedicated","serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2018-11-30T01:37:22.08","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__904c","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2018-11-30T01:37:22.335Z","sourceSlotName":"staging","destinationSlotName":"dev"},"httpsOnly":false}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['6844'] - content-type: [application/json] - date: ['Fri, 30 Nov 2018 01:37:35 GMT'] - etag: ['"1D4884D3D2CEA00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev","name":"slot-test-web000003/dev","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003(dev)","state":"Running","hostNames":["slot-test-web000003-dev.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-dev.azurewebsites.net","slot-test-web000003-dev.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":"Limited","hostNameSslStates":[{"name":"slot-test-web000003-dev.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-dev.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":"Dedicated","serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:37:13.07","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-dev.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2019-03-25T23:37:56.796Z","sourceSlotName":"staging","destinationSlotName":"dev"},"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging","name":"slot-test-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-test-web000003(staging)","state":"Running","hostNames":["slot-test-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-test-web000003","repositorySiteName":"slot-test-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-test-web000003-staging.azurewebsites.net","slot-test-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":"Limited","hostNameSslStates":[{"name":"slot-test-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-test-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":"Dedicated","serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:37:56.78","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-test-web000003__f692","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-test-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2019-03-25T23:37:56.796Z","sourceSlotName":"staging","destinationSlotName":"dev"},"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '7047' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:38:04 GMT + etag: + - '"1D4E363C63DE6C0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/staging?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:37:37 GMT'] - etag: ['"1D4884D3D2CEA00"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:38:07 GMT + etag: + - '"1D4E363C63DE6C0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot --keep-dns-registration --keep-empty-plan --keep-metrics] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot --keep-dns-registration --keep-empty-plan --keep-metrics + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-test-web000003/slots/dev?deleteMetrics=false&deleteEmptyServerFarm=false&api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:37:41 GMT'] - etag: ['"1D4884D236066CB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:38:08 GMT + etag: + - '"1D4E363AC3048E0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.2 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.52] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 30 Nov 2018 01:37:41 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdGQU1ETU80M0VRNlZGNzdYNlZRNUNSUDdUUUJSRzZRWVFJR3w2Q0FBNDM1N0UwNDU2Nzg1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:38:09 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdRUzM2QjVRMjc2SDIzSUZHR1pYQzRXQUM1SUNZS1lPTjRURXw2MjdCRDFBN0MzMzI4NUU4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14996' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot_swap.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot_swap.yaml index 902ee2b3a62..ed1a92dbc6a 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot_swap.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_slot_swap.yaml @@ -1,970 +1,1633 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-11-12T18:54:32Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--location --name --tag] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + "date": "2019-03-25T23:34:54Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-12T18:54:32Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 12 Nov 2018 18:54:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:54Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:54 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-11-12T18:54:32Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Mon, 12 Nov 2018 18:54:33 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:34:54Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:34:55 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: - body: '{"location": "westus", "properties": {"perSiteScaling": false, "hyperV": + body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['138'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --sku] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","name":"slot-swap-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":14283,"name":"slot-swap-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-089_14283","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1454'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:54:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","name":"slot-swap-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13676,"name":"slot-swap-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13676","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","name":"slot-swap-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":14283,"name":"slot-swap-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0d3ae56c-deaf-4982-b514-33d016d4a683","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-089_14283","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1454'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:54:56 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","name":"slot-swap-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13676,"name":"slot-swap-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13676","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1499' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['521'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003","name":"slot-swap-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-swap-web000003","state":"Running","hostNames":["slot-swap-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003.azurewebsites.net","slot-swap-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-12T18:54:59.9666667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3209'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:16 GMT'] - etag: ['"1D47AB936928F20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003","name":"slot-swap-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-swap-web000003","state":"Running","hostNames":["slot-swap-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003.azurewebsites.net","slot-swap-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:07.2433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:23 GMT + etag: + - '"1D4E363618105A0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --plan] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Mon, 12 Nov 2018 18:55:18 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + /> + headers: + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:35:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['358'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:21 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '358' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": "8.11.1", "s1": "prod"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['97'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '97' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"prod"}}'} - headers: - cache-control: [no-cache] - content-length: ['370'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:22 GMT'] - etag: ['"1D47AB944460BCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"prod"}}' + headers: + cache-control: + - no-cache + content-length: + - '370' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:25 GMT + etag: + - '"1D4E3636BF4E7AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} - headers: - cache-control: [no-cache] - content-length: ['193'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:23 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' + headers: + cache-control: + - no-cache + content-length: + - '193' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"appSettingNames": ["s1"]}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['43'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot-settings] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '43' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot-settings + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s1"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['191'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:24 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s1"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '191' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003","name":"slot-swap-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"slot-swap-web000003","state":"Running","hostNames":["slot-swap-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003.azurewebsites.net","slot-swap-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-12T18:55:23.3566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3209'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:25 GMT'] - etag: ['"1D47AB944460BCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003","name":"slot-swap-web000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"slot-swap-web000003","state":"Running","hostNames":["slot-swap-web000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003.azurewebsites.net","slot-swap-web000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:25.3066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3347' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:28 GMT + etag: + - '"1D4E3636BF4E7AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['443'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '443' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging","name":"slot-swap-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-swap-web000003(staging)","state":"Running","hostNames":["slot-swap-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003-staging.azurewebsites.net","slot-swap-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-12T18:55:27.84","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003__96a2","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003-staging.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3295'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:45 GMT'] - etag: ['"1D47AB944460BCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging","name":"slot-swap-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-swap-web000003(staging)","state":"Running","hostNames":["slot-swap-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003-staging.azurewebsites.net","slot-swap-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:35:31.22","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003__eabb","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003-staging.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3433' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:48 GMT + etag: + - '"1D4E3636BF4E7AB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot-settings --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot-settings --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}'} - headers: - cache-control: [no-cache] - content-length: ['371'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}' + headers: + cache-control: + - no-cache + content-length: + - '371' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"kind": "", "properties": {"WEBSITE_NODE_DEFAULT_VERSION": "6.9.1", "s1": "slot"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['96'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot-settings --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '96' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot-settings --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s1":"slot"}}'} - headers: - cache-control: [no-cache] - content-length: ['383'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:50 GMT'] - etag: ['"1D47AB954353AA0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s1":"slot"}}' + headers: + cache-control: + - no-cache + content-length: + - '383' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:49 GMT + etag: + - '"1D4E3637AE02E0B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot-settings --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot-settings --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s1"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['191'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:52 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s1"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '191' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"connectionStringNames": [], "appSettingNames": ["s1", "s1"], "azureStorageConfigNames": []}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings set] - Connection: [keep-alive] - Content-Length: ['109'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n --slot-settings --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings set + Connection: + - keep-alive + Content-Length: + - '109' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --slot-settings --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:52 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"targetSlot": "staging", "preserveVnet": true}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - Content-Length: ['47'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -s --action] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + Content-Length: + - '47' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -s --action + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/applySlotConfig?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 12 Nov 2018 18:55:56 GMT'] - etag: ['"1D47AB944460BCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:54 GMT + etag: + - '"1D4E3637D16CA20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s1":"prod"}}'} - headers: - cache-control: [no-cache] - content-length: ['383'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:57 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1","s1":"prod"}}' + headers: + cache-control: + - no-cache + content-length: + - '383' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:55:57 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:35:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"targetSlot": "production", "preserveVnet": true}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - Content-Length: ['50'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + Content-Length: + - '50' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/slotsswap?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 12 Nov 2018 18:56:00 GMT'] - etag: ['"1D47AB944460BCB"'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} -- request: - body: null + body: + string: '' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01 - response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 12 Nov 2018 18:56:16 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:35:55 GMT + etag: + - '"1D4E3636BF4E7AB"' + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/1b482649-6d56-417d-81ff-df9050408003?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/1b482649-6d56-417d-81ff-df9050408003?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 12 Nov 2018 18:56:31 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/1b482649-6d56-417d-81ff-df9050408003?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/1b482649-6d56-417d-81ff-df9050408003?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 12 Nov 2018 18:56:46 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/1b482649-6d56-417d-81ff-df9050408003?api-version=2018-02-01 + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 202 + message: Accepted - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - ParameterSetName: [-g -n -s] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/50b523c2-8186-4415-ac51-92b51ad70daf?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/operationresults/1b482649-6d56-417d-81ff-df9050408003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging","name":"slot-swap-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"slot-swap-web000003(staging)","state":"Running","hostNames":["slot-swap-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003-staging.azurewebsites.net","slot-swap-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-11-12T18:56:50.7633333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2018-11-12T18:56:50.775Z","sourceSlotName":"staging","destinationSlotName":"Production"},"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3395'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:57:02 GMT'] - etag: ['"1D47AB9785F3EB5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging","name":"slot-swap-web000003/staging","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"slot-swap-web000003(staging)","state":"Running","hostNames":["slot-swap-web000003-staging.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/slot-swap-web000003","repositorySiteName":"slot-swap-web000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["slot-swap-web000003-staging.azurewebsites.net","slot-swap-web000003-staging.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"slot-swap-web000003-staging.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"slot-swap-web000003-staging.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/slot-swap-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:39.99","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"slot-swap-web000003","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"slot-swap-web000003-staging.azurewebsites.net","slotSwapStatus":{"timestampUtc":"2019-03-25T23:36:40.025Z","sourceSlotName":"staging","destinationSlotName":"Production"},"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3528' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:42 GMT + etag: + - '"1D4E3639878AD60"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"slot"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:57:03 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"slot"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:57:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot swap] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n -s --action] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot swap + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -s --action + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/resetSlotConfig?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 12 Nov 2018 18:57:05 GMT'] - etag: ['"1D47AB95874AC0B"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:44 GMT + etag: + - '"1D4E3637D16CA20"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"slot"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:57:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/slots/staging/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1","s1":"slot"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - ParameterSetName: [-g -n --slot] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n --slot + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/slot-swap-web000003/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}'} - headers: - cache-control: [no-cache] - content-length: ['196'] - content-type: [application/json] - date: ['Mon, 12 Nov 2018 18:57:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":null,"name":"slot-swap-web000003","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":[],"appSettingNames":["s1","s1"],"azureStorageConfigNames":[]}}' + headers: + cache-control: + - no-cache + content-length: + - '196' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - ParameterSetName: [--name --yes --no-wait] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) msrest/0.6.1 msrest_azure/0.4.34 - resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.51] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Mon, 12 Nov 2018 18:57:07 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdXSE1HUDU3TFZWV1ZHRE1XVlRXQ1dCNE8yTkJPTlFXN1JNTHxENkNFRUM2NjgyQjlGRDRBLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:46 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdPTFJETTZZNjNMWE5KNkFZUVpVVko2SDU0RkIzVEZDM0JJVnxDNjhCMEI2MUVCQUQ0RTMyLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_ssl.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_ssl.yaml index c728b986592..ac6a74f07df 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_ssl.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_ssl.yaml @@ -1,892 +1,1559 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-24T06:34:40Z"}}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + "date": "2019-04-02T17:27:56Z"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:34:40Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:34:41 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 201, message: Created} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-04-02T17:27:56Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 02 Apr 2019 17:27:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --tags + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-24T06:34:40Z"},"properties":{"provisioningState":"Succeeded"}}'} - headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Fri, 24 Aug 2018 06:34:42 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-04-02T17:27:56Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 02 Apr 2019 17:27:59 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "tags": {"plan": "plan1"}, "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['163'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '163' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku --tags + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","name":"ssl-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{"plan":"plan1"},"properties":{"serverFarmId":3206,"name":"ssl-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3206","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1484'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:34:51 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","name":"ssl-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","tags":{"plan":"plan1"},"properties":{"serverFarmId":12576,"name":"ssl-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12576","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1531' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","name":"ssl-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{"plan":"plan1"},"properties":{"serverFarmId":3206,"name":"ssl-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3206","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1484'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:34:53 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","name":"ssl-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","tags":{"plan":"plan1"},"properties":{"serverFarmId":12576,"name":"ssl-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12576","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1531' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --tags + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","name":"ssl-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","tags":{"plan":"plan1"},"properties":{"serverFarmId":3206,"name":"ssl-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-107_3206","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} - headers: - cache-control: [no-cache] - content-length: ['1484'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:34:53 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","name":"ssl-test-plan000002","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","tags":{"plan":"plan1"},"properties":{"serverFarmId":12576,"name":"ssl-test-plan000002","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":{"plan":"plan1"},"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-115_12576","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + headers: + cache-control: + - no-cache + content-length: + - '1531' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "tags": {"web": "web1"}, "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['528'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '546' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --tags + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:34:55.9566667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3204'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:00 GMT'] - etag: ['"1D43B7492FB2CCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:10.49","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3318' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:28 GMT + etag: + - '"1D4E97971A3DFAB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --tags + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1114'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:35:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1114' + content-type: + - application/xml + date: + - Tue, 02 Apr 2019 17:28:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl upload] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl upload + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-file --certificate-password + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:34:56.8766667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3204'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:01 GMT'] - etag: ['"1D43B7492FB2CCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:10.7466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3323' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:29 GMT + etag: + - '"1D4E97971A3DFAB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"pfxBlob": "MIIKYgIBAzCCCh4GCSqGSIb3DQEHAaCCCg8EggoLMIIKBzCCBggGCSqGSIb3DQEHAaCCBfkEggX1MIIF8TCCBe0GCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAiXDoyN14zikgICB9AEggTYczAG9RXE6P9dZzKEkuAB3zAoIpepICAcTQO38wV1z2dd3E1p7vBI+RYv1Td3965af6LUHeW7iHwE1h+qUntxAQtW7vVI7cUFa9iP0Heu/ijuZraY1lmKQEzFWffCE1XIgwcH3yHpi88Ow1Au64PfaaYPlrAgklPQ69DPIwM9JuhBd5qXW1XDe6XQ1msu6kvEFR1SNLN4Ul6BfKSPvzhVPKVnq33Lbt/QsVkZ3DtabLz8sW6qVYjEa5R8uW2Z7OaBtBbQWGkM6vnuaUpnE0pXxo815RTsvHXVlZkfgSCeOakmGIAygU/EU8BGvubAWx7WNo6RWFCOiT25tJspW6VY9JEse5ESvc4QnUQm1f0C3YPCcCDUCwEt3ZatGSr4MnJHN2Y1OEf1aWjewz0Se1bP2o/SwihyBNqXXZ3QzjxC8vrR+l6E7fPX3UVPJG5hHZfn2q5aofU/OyrPLUUDCaRlrM5oBADouQBy+t77/pobdvShgdYhiy/QCD6mJGalk6OEdfvp35uoL4jgo2irh4i9C3oOzSXFADUjivG66ZsVIN0k43boaO+JueqVso4GNYB8Zz4FIRlPQOZNCXHcuqvhnU0SGhujeb+H0LSXw53xmiwpWwB7xdv7b/qacaoOV1S3C8ZTM6FkJ8oKmNRMIWiIyfgyXQpmqaMND6nCVkcKkYbmVgNQZdWmbiKg1NGm66Q8rLtSUdIlyyCYzmxngLAa4zEbqPqgMwP4LIyCnxKn7hguBeyLsDvYRk029pgLnVVl5fl+Ijk4w2Noor/Axn3yD2gXCy5h9Xel1iXUqr4JtaJnWOoELx5KFwGhXeHdmRUjRVigbVN+nNd2AdtLih2eBimKpRm2NoBCrfGg9KUDpSi8eSTmbXW/enBWkdGrlu9lVTpgK3tlXW3VUveJh15rtwxTUagsee3G06w6YOu0ZRmT4hNfV2FWmjCuB4VCkY+KeFndsRLdC52odvO2z0u2nwBlvRjFrzErpAJdHWWv+XQ/fuOOjBbP5mvV1+gPEEA8QY4tvi/ac1n5S8L2oVNhaF39+QYlwMdcpLFy2BAw2PN7OnNAQMKViTu4iqVA6861oDa22D9EVufpyvSQj4Y0UoGhs8kS8aT8qsHUvabPlrjqslSuaIDB3H2kVSXXVW9kmMLmRNlhqm7Kowa4jjobr2lNY5dZFjJKy3wD2lsBdRHvsGrC35/vakI6Qy0WHcgA1YM7JwJl808lCQ9fi5Jcd/3tjfyhRv6AvZ6Na2VMZwg2bNOCJfhMKgTyssqRLy5us9zRXRvDFI8IQHmoNcliDnQZIcaVApPx095wQOOm4n8dqfw0AFSSRpgdQT6yQRxlNUyqhQbaUzlUKxxf9F6iVvpDMizmDbCB2/wapF+1/6M4HZfHT0JV4nnOtjr96Yfm1pUYN6jkcsyyeYypOFMKcbaTe9UtU9XU/AxJnkBOl2U7YRuffu3ElkZv0pZggWaNeQ3sCE5scVrFsi8+/AFz1O264knbXyw07leoal/JKIiAquq1Hx6QMzShgz/ympyGVHcC2DJBqjOQ/E8b/34WjUaBMop+JNMStUZnoJqL68rQcxkRdWAEj27f+A2c9nagz0TyCXLB5s/LQu3mbknXQzDbH7qJQxOidFg675fqaTrhekaR7psnJDGB2zATBgkqhkiG9w0BCRUxBgQEAQAAADBdBgkrBgEEAYI3EQExUB5OAE0AaQBjAHIAbwBzAG8AZgB0ACAAUwB0AHIAbwBuAGcAIABDAHIAeQBwAHQAbwBnAHIAYQBwAGgAaQBjACAAUAByAG8AdgBpAGQAZQByMGUGCSqGSIb3DQEJFDFYHlYAUAB2AGsAVABtAHAAOgAzAGUAYQAxADIAYQBiADcALQBjAGMAYgA4AC0ANAA3ADcAZAAtAGEAYQBlADQALQA5ADgAZQA1AGYAZgAzAGEANgA4ADcAZjCCA/cGCSqGSIb3DQEHBqCCA+gwggPkAgEAMIID3QYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQII49JHcCo5YoCAgfQgIIDsNAp0Fem6ktVE6yy8cO2q9jHI94QEA5Xu4T5v/RWz1VJJ2SdSCBXvrCYdhldYVSoXbSbeLTBsULmi/6ST1VkMETbtrl8RlW8DzzDFeYisyeZtOuxbHcVX8ByqDFo/Ro/vydvx7CRx11IstHIeg64qeVsofMU9NRS3rCGU9CwCjJ4aV9QFgZa0vEnROAZnaI1uRWOuMuHT98Kvv/wJ93xZJq2voAASyysePaZq/pUlzmRuyC/Pz2uXdNIoOu8BykMjvXw4kFzDCWt1DljYaijTLX9hGgzgxdbAOw1/2RSlEaYXpxPrhaYxOTFLGByyO2F1arn3btiMGTxBh61/2Gswg+gpUWX9J3jlT77pXXgyHgZ4YBJ45cWkTCmSSOqjyjdP6buSRInPlfTKDfQGi0riI32qdcO77gCvJdMOcN5HTleglaCDvQyFfYRAzWQ+EQ4N0WfnfDYe8v7+o136wht8cxxKQmo4/FbfOMURe6L1Hlj/hOie6yUD8+lqNMF3oFW42/rMUke5OWZZEIqDeN8tg08f/h7T2i10HW5zuDwAMllqwSdcfNZOESpcbAGbZn76wvvG2sYMXmT3lZvel4iWD8yOZTWIaCKv1+p5GqKTIiIpVOl7iXS4QTwbuNaMJl4a92zuCrnWxTJgw+ZCsmEvpC4u/OUivv7l1R7eJgbo/gdbtuaZWr3Ei4jaOlQj7W6OOGjJDAzzzY1MndsoBA+6HC3KsOCmP9aoXjp8g6hTMNnWZVehPE3Bq4AjHPoP3YXYFHfqqetUhYxnajYd6AB0JPiM9anCMTgbqUHhCTK8B+smPMCijRAGESbrP3EDcmSEJ2mjobV4SllM0qbfKBvU9ZdbUGaOHSytD/fplWpH4oc6SBvHyhK/WPzBz+o7uwgzD70Spl9OiqhsitQTw1asjWKRCs3rrby5tpAfbD0V0lSgLa9ac9bOP/B82LwRe5V7bG/TY+oE5hrN+d50rYl+FBzGsh0lZ//b9lbJIylFhNKz+C2zEobd846u90tYfBvbHgo8RSbIN082uGLo3Vi3d0g/uhkhSMqLNQdYkBku2akqPcPIVrgdaT1ezCgoxX61q5UTjtdRuZv1d9u1ZhOA8iO7Gqi0C/9MQAQhk9uhbHg+88gLE5VFeRgt7H+fI2OjvFqSkq6Xk8Tio4RCQp54wnZ9cyOl7i5mZ7pqEZBUPxbXS6ssQYjuFi67Bl4BqYdIIV11mEYCccDAuyzNmoRy6LnvKFF4JUfEWZvO09PSU7qMDswHzAHBgUrDgMCGgQUSM2AwxMfBXKBH7nTqtFwI2zPF/0EFN4t6/m7IFHS48s+ZjArJodRXSNNAgIH0A==", "password": "test", "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002"}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl upload] - Connection: [keep-alive] - Content-Length: ['3849'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl upload + Connection: + - keep-alive + Content-Length: + - '3849' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --certificate-file --certificate-password + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West%20US_clitest.rg000001?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West%20US_clitest.rg000001?api-version=2018-11-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","name":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","type":"Microsoft.Web/certificates","location":"West - US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}'} - headers: - cache-control: [no-cache] - content-length: ['1143'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:02 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - warning: ['199 Some of the uploaded certificates are either self-signed or expired.,199 - Some of the uploaded certificates cannot be validated to a trusted CA'] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}' + headers: + cache-control: + - no-cache + content-length: + - '1143' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + warning: + - 199 Some of the uploaded certificates are either self-signed or expired.,199 + Some of the uploaded certificates cannot be validated to a trusted CA + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:34:56.8766667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3204'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:04 GMT'] - etag: ['"1D43B7492FB2CCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:10.7466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3323' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:32 GMT + etag: + - '"1D4E97971A3DFAB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp show] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp show + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1114'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:35:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1114' + content-type: + - application/xml + date: + - Tue, 02 Apr 2019 17:28:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl bind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl bind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint --ssl-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:34:56.8766667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3204'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:05 GMT'] - etag: ['"1D43B7492FB2CCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","tags":{"web":"web1"},"properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:10.7466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"web":"web1"},"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3323' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:34 GMT + etag: + - '"1D4E97971A3DFAB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl bind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl bind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint --ssl-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates?api-version=2018-11-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","name":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","type":"Microsoft.Web/certificates","location":"West - US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['1181'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '1181' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl bind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl bind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint --ssl-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/hostNameBindings?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/hostNameBindings/web-ssl-test000003.azurewebsites.net","name":"web-ssl-test000003/web-ssl-test000003.azurewebsites.net","type":"Microsoft.Web/sites/hostNameBindings","location":"West - US","properties":{"siteName":"web-ssl-test000003","domainId":null,"hostNameType":"Verified"}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['523'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:06 GMT'] - etag: ['"1D43B7492FB2CCB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/hostNameBindings/web-ssl-test000003.azurewebsites.net","name":"web-ssl-test000003/web-ssl-test000003.azurewebsites.net","type":"Microsoft.Web/sites/hostNameBindings","location":"West + US","properties":{"siteName":"web-ssl-test000003","domainId":null,"hostNameType":"Verified"}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '523' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:35 GMT + etag: + - '"1D4E97971A3DFAB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"location": "West US", "properties": {"hostNameSslStates": [{"name": "web-ssl-test000003.azurewebsites.net", "sslState": "SniEnabled", "thumbprint": "9E9735C45C792B03B3FFCCA614852B32EE71AD6B", "toUpdate": true}], "reserved": - false, "isXenon": false, "scmSiteAlsoStopped": false}}''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl bind] - Connection: [keep-alive] - Content-Length: ['282'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + false, "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": false}}''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl bind + Connection: + - keep-alive + Content-Length: + - '299' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --certificate-thumbprint --ssl-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"SniEnabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:35:07.5666667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3212'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:08 GMT'] - etag: ['"1D43B74995A56EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"SniEnabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:37.07","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3326' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:37 GMT + etag: + - '"1D4E97971A3DFAB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl bind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl bind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint --ssl-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"SniEnabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:35:07.5666667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3212'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:08 GMT'] - etag: ['"1D43B74995A56EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"SniEnabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:37.07","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3326' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:38 GMT + etag: + - '"1D4E97981547EE0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl bind] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl bind + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --certificate-thumbprint --ssl-type + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1114'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:35:09 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1114' + content-type: + - application/xml + date: + - Tue, 02 Apr 2019 17:28:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl unbind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl unbind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"SniEnabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:35:07.5666667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3212'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:10 GMT'] - etag: ['"1D43B74995A56EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"SniEnabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:37.07","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3326' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:40 GMT + etag: + - '"1D4E97981547EE0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl unbind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl unbind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates?api-version=2018-11-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","name":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","type":"Microsoft.Web/certificates","location":"West - US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['1181'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:10 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '1181' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl unbind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl unbind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/hostNameBindings?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/hostNameBindings/web-ssl-test000003.azurewebsites.net","name":"web-ssl-test000003/web-ssl-test000003.azurewebsites.net","type":"Microsoft.Web/sites/hostNameBindings","location":"West - US","properties":{"siteName":"web-ssl-test000003","domainId":null,"hostNameType":"Verified","sslState":"SniEnabled","thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B"}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['603'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:10 GMT'] - etag: ['"1D43B74995A56EB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/hostNameBindings/web-ssl-test000003.azurewebsites.net","name":"web-ssl-test000003/web-ssl-test000003.azurewebsites.net","type":"Microsoft.Web/sites/hostNameBindings","location":"West + US","properties":{"siteName":"web-ssl-test000003","domainId":null,"hostNameType":"Verified","sslState":"SniEnabled","thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B"}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '603' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:41 GMT + etag: + - '"1D4E97981547EE0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''{"location": "West US", "properties": {"hostNameSslStates": [{"name": "web-ssl-test000003.azurewebsites.net", "sslState": "Disabled", "thumbprint": "9E9735C45C792B03B3FFCCA614852B32EE71AD6B", "toUpdate": true}], "reserved": - false, "isXenon": false, "scmSiteAlsoStopped": false}}''' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl unbind] - Connection: [keep-alive] - Content-Length: ['280'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + false, "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": false}}''' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl unbind + Connection: + - keep-alive + Content-Length: + - '297' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:35:12.3933333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3172'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:13 GMT'] - etag: ['"1D43B749C3AD495"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:42.7433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3291' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:42 GMT + etag: + - '"1D4E97981547EE0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl unbind] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl unbind + Connection: + - keep-alive + ParameterSetName: + - -g -n --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-24T06:35:12.3933333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} - headers: - cache-control: [no-cache] - content-length: ['3172'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:13 GMT'] - etag: ['"1D43B749C3AD495"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003","name":"web-ssl-test000003","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"web-ssl-test000003","state":"Running","hostNames":["web-ssl-test000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-115.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/web-ssl-test000003","repositorySiteName":"web-ssl-test000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["web-ssl-test000003.azurewebsites.net","web-ssl-test000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"web-ssl-test000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"web-ssl-test000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/ssl-test-plan000002","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-04-02T17:28:42.7433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"web-ssl-test000003","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143","possibleOutboundIpAddresses":"40.112.192.69,40.112.196.57,40.112.198.128,40.78.3.182,40.78.2.143,40.112.193.168,40.78.1.240,40.78.1.3","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-115","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"web-ssl-test000003.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' + headers: + cache-control: + - no-cache + content-length: + - '3291' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:43 GMT + etag: + - '"1D4E97984B62D75"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl unbind] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl unbind + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003/publishxml?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['1114'] - content-type: [application/xml] - date: ['Fri, 24 Aug 2018 06:35:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + webSystem="WebSites"> + headers: + cache-control: + - no-cache + content-length: + - '1114' + content-type: + - application/xml + date: + - Tue, 02 Apr 2019 17:28:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl delete] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl delete + Connection: + - keep-alive + ParameterSetName: + - -g --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates?api-version=2018-11-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","name":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West US_clitest.rg000001","type":"Microsoft.Web/certificates","location":"West - US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}],"nextLink":null,"id":null}'} - headers: - cache-control: [no-cache] - content-length: ['1181'] - content-type: [application/json] - date: ['Fri, 24 Aug 2018 06:35:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + US","properties":{"friendlyName":"","subjectName":"*.azurewebsites.net","hostNames":["*.azurewebsites.net"],"pfxBlob":null,"siteName":null,"selfLink":null,"issuer":"*.azurewebsites.net","issueDate":"2018-01-01T07:00:00+00:00","expirationDate":"2118-12-31T07:00:00+00:00","password":null,"thumbprint":"9E9735C45C792B03B3FFCCA614852B32EE71AD6B","valid":null,"toDelete":null,"cerBlob":null,"publicKeyHash":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"keyVaultSecretStatus":"Initialized","webSpace":"clitest.rg000001-WestUSwebspace","serverFarmId":null,"tags":null}}],"nextLink":null,"id":null}' + headers: + cache-control: + - no-cache + content-length: + - '1181' + content-type: + - application/json + date: + - Tue, 02 Apr 2019 17:28:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config ssl delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config ssl delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --certificate-thumbprint + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West%20US_clitest.rg000001?api-version=2018-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/certificates/9E9735C45C792B03B3FFCCA614852B32EE71AD6B__West%20US_clitest.rg000001?api-version=2018-11-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:35:16 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 02 Apr 2019 17:28:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp delete] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.41.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/web-ssl-test000003?api-version=2018-02-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:35:19 GMT'] - etag: ['"1D43B749C3AD495"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 02 Apr 2019 17:28:49 GMT + etag: + - '"1D4E97984B62D75"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.61 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} - headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Fri, 24 Aug 2018 06:35:20 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdFSkhBTUQ0VTIyTlE1TFhCVEFJNEJBRERJT0dEU1JXSTdVSHxGQTE1RDU2MjgwMTBBRjY3LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 02 Apr 2019 17:28:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdIM1g0QVpEQ01USEZIVUtVWElNTENaV0tPSVhZTlJMSUtTTHxCOEFGMzlBMjQ3NUQzODBFLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_triggeredWebjob_list.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_triggeredWebjob_list.yaml index d44c9b827bb..a62ac01835a 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_triggeredWebjob_list.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_triggeredWebjob_list.yaml @@ -1,92 +1,162 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-13T23:33:05Z"}}' + "date": "2019-03-26T20:45:08Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-13T23:33:05Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-26T20:45:08Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 23:33:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:45:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp webjob triggered list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp webjob triggered list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/triggeredwebjobs?api-version=2018-02-01 response: - body: {string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/triggeredwebjobs/test-triggered","name":"cliTestApp/test-triggered","type":"Microsoft.Web/sites/triggeredwebjobs","location":"Central - US","properties":{"latest_run":null,"history_url":"https://clitestapp.scm.azurewebsites.net/api/triggeredwebjobs/test-triggered/history","scheduler_logs_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/triggered/test-triggered/job_scheduler.log","name":"test-triggered","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/triggeredwebjobs/test-triggered","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/triggered/test-triggered","type":"triggered","error":null,"using_sdk":false,"settings":{"schedule":"0 - 0/15 * * * *"}}}]}'} + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliTestApp/providers/Microsoft.Web/sites/cliTestApp/triggeredwebjobs/test-triggered","name":"cliTestApp/test-triggered","type":"Microsoft.Web/sites/triggeredwebjobs","location":"West + US","properties":{"latest_run":{"id":"201903262044000861","name":"201903262044000861","status":"Running","start_time":"2019-03-26T20:44:00.0861097Z","end_time":"0001-01-01T00:00:00","duration":"00:01:13.7927648","output_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/triggered/test-triggered/201903262044000861/output_log.txt","error_url":null,"url":"https://clitestapp.scm.azurewebsites.net/api/triggeredwebjobs/test-triggered/history/201903262044000861","job_name":"test-triggered","trigger":"Schedule + - 0 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 + * * * *"},"history_url":"https://clitestapp.scm.azurewebsites.net/api/triggeredwebjobs/test-triggered/history","scheduler_logs_url":"https://clitestapp.scm.azurewebsites.net/vfs/data/jobs/triggered/test-triggered/job_scheduler.log","name":"test-triggered","run_command":"log.cmd","url":"https://clitestapp.scm.azurewebsites.net/api/triggeredwebjobs/test-triggered","extra_info_url":"https://clitestapp.scm.azurewebsites.net/azurejobs/#/jobs/triggered/test-triggered","type":"triggered","error":null,"using_sdk":false,"settings":{"schedule":"0 + 0/2 * * * *"}}}]}' headers: - cache-control: [no-cache] - content-length: ['857'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 13 Sep 2018 23:33:08 GMT'] - etag: ['"b9ac0119"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0, Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=d3331014a30dd09b8fbb05d9c792138902ef1dfab0428ed7ba951348d4eeec70;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: ['Accept-Encoding,Accept-Encoding'] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET, ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1434' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 26 Mar 2019 20:45:13 GMT + etag: + - '"733135e8"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=80acad023b61db9f585bb1886d9413f971193c63e63186520a0e7cc52daae5df;Path=/;HttpOnly;Domain=clitestapp.scm.azurewebsites.net + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.46] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 13 Sep 2018 23:33:08 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdJNkxWUVNSNE9aUkU0MlNVSTdXR1dSTDczQlpLRkEyTFJUTXxERjgxMjI0MkQzMkNEMURBLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 26 Mar 2019 20:45:14 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdPTVRYRkRTWTM2Tk5YTVBBQ1ZMNDZCQlhaRVFXWkZOTlVDN3w5MEQxOUMzOTQ4ODQzOTkzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_update.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_update.yaml index 5f1f9cb4bcb..8c7a41d9195 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_update.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_update.yaml @@ -1,437 +1,762 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-08-23T01:09:45Z"}}' + "date": "2019-03-25T23:36:01Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_update000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001","name":"cli_test_webapp_update000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T01:09:45Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001","name":"cli_test_webapp_update000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 01:09:49 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_update000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001","name":"cli_test_webapp_update000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-08-23T01:09:45Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001","name":"cli_test_webapp_update000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:36:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Thu, 23 Aug 2018 01:11:36 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:36:01 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": false}, "sku": {"name": "S1", "tier": "STANDARD", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['139'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '139' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","name":"webapp-update-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5622,"name":"webapp-update-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_update000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_update000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5622","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","name":"webapp-update-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":18303,"name":"webapp-update-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_update000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_update000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-089_18303","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1500'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:14:00 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","name":"webapp-update-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":5622,"name":"webapp-update-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_update000001-WestUSwebspace","subscription":"86b6a0d2-0cda-420a-97f9-9faad006cb46","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_update000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-103_5622","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","name":"webapp-update-plan000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":18303,"name":"webapp-update-plan000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"cli_test_webapp_update000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":10,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"cli_test_webapp_update000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-089_18303","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"S1","tier":"Standard","size":"S1","family":"S","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1500'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:16:43 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1547' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['519'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '537' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T01:22:24","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:11.84","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3436'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:22:29 GMT'] - etag: ['"1D43A7FBF589C20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3536' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:27 GMT + etag: + - '"1D4E36387EDDACB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '498' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1294'] - content-type: [application/xml] - date: ['Thu, 23 Aug 2018 01:22:30 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1294' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:36:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11998' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp update] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n --client-affinity-enabled --set + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T01:22:24.61","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:12.2366667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3439'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:22:34 GMT'] - etag: ['"1D43A7FBF589C20"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3541' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:27 GMT + etag: + - '"1D4E36387EDDACB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''b\\\''{"kind": "app", "location": "West US", "tags": {"foo": "bar"}, "properties": {"enabled": true, "hostNameSslStates": [{"name": "webapp-update-test000002.azurewebsites.net", "sslState": "Disabled", "hostType": "Standard"}, {"name": "webapp-update-test000002.scm.azurewebsites.net", "sslState": "Disabled", "hostType": "Repository"}], "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003", - "reserved": false, "isXenon": false, "scmSiteAlsoStopped": false, "clientAffinityEnabled": - false, "clientCertEnabled": false, "hostNamesDisabled": false, "containerSize": - 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}}\\\''\''''' + "reserved": false, "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": + false, "clientAffinityEnabled": false, "clientCertEnabled": false, "hostNamesDisabled": + false, "containerSize": 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}}\\\''\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp update] - Connection: [keep-alive] - Content-Length: ['824'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp update + Connection: + - keep-alive + Content-Length: + - '841' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --client-affinity-enabled --set + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","tags":{"foo":"bar"},"properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T01:22:56.83","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"foo":"bar"},"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","tags":{"foo":"bar"},"properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:29.67","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"foo":"bar"},"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3470'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:22:57 GMT'] - etag: ['"1D43A7FD28CFDE0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3567' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:29 GMT + etag: + - '"1D4E36387EDDACB"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","tags":{"foo":"bar"},"properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T01:22:56.83","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"foo":"bar"},"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002","name":"webapp-update-test000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","tags":{"foo":"bar"},"properties":{"name":"webapp-update-test000002","state":"Running","hostNames":["webapp-update-test000002.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002.azurewebsites.net","webapp-update-test000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:29.67","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":{"foo":"bar"},"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3470'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:29:22 GMT'] - etag: ['"1D43A7FD28CFDE0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3567' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:30 GMT + etag: + - '"1D4E3639251F860"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003", - "reserved": false, "isXenon": false, "siteConfig": {"netFrameworkVersion": "v4.6", - "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' + "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": + "v4.6", "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": + false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp deployment slot create] - Connection: [keep-alive] - Content-Length: ['442'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp deployment slot create + Connection: + - keep-alive + Content-Length: + - '459' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -s + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1","name":"webapp-update-test000002/s1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"webapp-update-test000002(s1)","state":"Running","hostNames":["webapp-update-test000002-s1.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002-s1.azurewebsites.net","webapp-update-test000002-s1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002-s1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002-s1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T01:30:46.5133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002__e2f8","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002-s1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1","name":"webapp-update-test000002/s1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"webapp-update-test000002(s1)","state":"Running","hostNames":["webapp-update-test000002-s1.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002-s1.azurewebsites.net","webapp-update-test000002-s1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002-s1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002-s1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:33.6466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002__8008","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002-s1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3491'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:30:54 GMT'] - etag: ['"1D43A7FD28CFDE0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3588' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:49 GMT + etag: + - '"1D4E3639251F860"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp update] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp update + Connection: + - keep-alive + ParameterSetName: + - -g -n -s --client-affinity-enabled + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1","name":"webapp-update-test000002/s1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"webapp-update-test000002(s1)","state":"Running","hostNames":["webapp-update-test000002-s1.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002-s1.azurewebsites.net","webapp-update-test000002-s1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002-s1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002-s1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T01:30:47.0133333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002__e2f8","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002-s1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1","name":"webapp-update-test000002/s1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"webapp-update-test000002(s1)","state":"Running","hostNames":["webapp-update-test000002-s1.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002-s1.azurewebsites.net","webapp-update-test000002-s1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002-s1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002-s1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:34.0066667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002__8008","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002-s1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3491'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:32:41 GMT'] - etag: ['"1D43A80EACD4655"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3588' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:49 GMT + etag: + - '"1D4E36394E7B16B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''b\\\''{"kind": "app", "location": "West US", "properties": {"enabled": true, "hostNameSslStates": [{"name": "webapp-update-test000002-s1.azurewebsites.net", "sslState": "Disabled", "hostType": "Standard"}, {"name": "webapp-update-test000002-s1.scm.azurewebsites.net", "sslState": "Disabled", "hostType": "Repository"}], "serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003", - "reserved": false, "isXenon": false, "scmSiteAlsoStopped": false, "clientAffinityEnabled": - true, "clientCertEnabled": false, "hostNamesDisabled": false, "containerSize": - 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}}\\\''\''''' + "reserved": false, "isXenon": false, "hyperV": false, "scmSiteAlsoStopped": + false, "clientAffinityEnabled": true, "clientCertEnabled": false, "hostNamesDisabled": + false, "containerSize": 0, "dailyMemoryTimeQuota": 0, "httpsOnly": false}}\\\''\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp update] - Connection: [keep-alive] - Content-Length: ['805'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 azure-mgmt-web/0.36.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp update + Connection: + - keep-alive + Content-Length: + - '822' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n -s --client-affinity-enabled + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1","name":"webapp-update-test000002/s1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West - US","properties":{"name":"webapp-update-test000002(s1)","state":"Running","hostNames":["webapp-update-test000002-s1.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-103.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002-s1.azurewebsites.net","webapp-update-test000002-s1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002-s1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002-s1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-08-23T01:32:43.75","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002__e2f8","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194","possibleOutboundIpAddresses":"104.42.152.64,40.118.228.30,40.118.235.170,40.118.239.187,40.118.232.194,40.118.232.202,40.118.239.1,40.112.131.175","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-103","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002-s1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/sites/webapp-update-test000002/slots/s1","name":"webapp-update-test000002/s1","type":"Microsoft.Web/sites/slots","kind":"app","location":"West + US","properties":{"name":"webapp-update-test000002(s1)","state":"Running","hostNames":["webapp-update-test000002-s1.azurewebsites.net"],"webSpace":"cli_test_webapp_update000001-WestUSwebspace","selfLink":"https://waws-prod-bay-089.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/cli_test_webapp_update000001-WestUSwebspace/sites/webapp-update-test000002","repositorySiteName":"webapp-update-test000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-update-test000002-s1.azurewebsites.net","webapp-update-test000002-s1.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-update-test000002-s1.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-update-test000002-s1.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_webapp_update000001/providers/Microsoft.Web/serverfarms/webapp-update-plan000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:36:50.9366667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-update-test000002__8008","trafficManagerHostNames":null,"sku":"Standard","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184","possibleOutboundIpAddresses":"40.83.150.233,13.64.108.67,13.64.104.203,13.64.109.86,13.64.107.184,13.64.105.5,13.64.108.146","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-089","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"cli_test_webapp_update000001","defaultHostName":"webapp-update-test000002-s1.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3485'] - content-type: [application/json] - date: ['Thu, 23 Aug 2018 01:32:43 GMT'] - etag: ['"1D43A813061E060"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3587' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:36:51 GMT + etag: + - '"1D4E36394E7B16B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.4 - msrest_azure/0.5.0 resourcemanagementclient/2.0.0 Azure-SDK-For-Python AZURECLI/2.0.45] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_webapp_update000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Thu, 23 Aug 2018 01:32:50 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGVVBEQVRFUjNZTElGSkNLNjM3M1haT0M2QXw1MTQ2NzRENjlBMDY1MkE2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:36:51 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUOjVGV0VCQVBQOjVGVVBEQVRFRFg0VkdJUkQ2TFE3WFhVN0NSN3w3REU4QkQ5NTgxMTY4NjRCLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create.yaml index d9eee63ac53..83fa802ed37 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create.yaml @@ -1,418 +1,731 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-26T20:05:00Z"}}' + "date": "2019-03-25T23:29:27Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-26T20:05:00Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 26 Sep 2018 20:05:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-26T20:05:00Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Wed, 26 Sep 2018 20:05:07 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:30 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": - false, "hyperV": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": - 1}}' + false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['153'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3915,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_3915","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13673,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13673","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:05:15 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":3915,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-111_3915","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":13673,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-107_13673","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1448'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:05:18 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1495' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": - "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.9.1"}], + "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "8.11.1"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['520'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-local-git + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-111.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-26T20:05:20.7466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103","possibleOutboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103,40.112.173.196,40.112.176.145,40.83.179.99","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-111","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:40.4833333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3227'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:05:23 GMT'] - etag: ['"1D455D441124DD5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3344' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:56 GMT + etag: + - '"1D4E3629EBE6B8B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-111.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-26T20:05:21.3733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103","possibleOutboundIpAddresses":"104.42.148.55,40.83.176.137,40.118.203.40,40.83.182.54,40.118.206.103,40.112.173.196,40.112.176.145,40.83.179.99","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-111","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-107.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:41.0166667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47","possibleOutboundIpAddresses":"40.80.156.205,40.80.152.218,104.42.156.123,104.42.216.21,40.78.63.47,40.80.156.103,40.78.62.97,40.80.153.6","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-107","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3227'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:05:24 GMT'] - etag: ['"1D455D441124DD5"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3344' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:57 GMT + etag: + - '"1D4E3629EBE6B8B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"netFrameworkVersion": "v4.6", "scmType": "LocalGit", "localMySqlEnabled": false, "http20Enabled": true}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['121'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-local-git + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-quick000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-quick000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2600'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:05:25 GMT'] - etag: ['"1D455D443D3C4CB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2715' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:59 GMT + etag: + - '"1D4E3629EBE6B8B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/publishingUsers/web?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"panchagnula","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}'} + body: + string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"panchagnula","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}' headers: - cache-control: [no-cache] - content-length: ['267'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:05:25 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '267' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/sourcecontrols/web","name":"webapp-quick000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://webapp-quick000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/sourcecontrols/web","name":"webapp-quick000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://webapp-quick000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['534'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:05:27 GMT'] - etag: ['"1D455D443D3C4CB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '534' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:00 GMT + etag: + - '"1D4E362A9AA56C0"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-local-git + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Wed, 26 Sep 2018 20:05:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:30:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.9.1"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"8.11.1"}}' headers: - cache-control: [no-cache] - content-length: ['357'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:07:13 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '358' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} + body: + string: '{"id":null,"name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' headers: - cache-control: [no-cache] - content-length: ['193'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 20:07:14 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '193' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 26 Sep 2018 20:07:28 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdLV0RZVFNRN1lTQUZETEROMjJLVEM1N1JUU1BBWk5WRkE3Vnw5NzIzODVDQkI4Mjg2OTZFLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:30:05 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdNVFE3SEU0SDVJTUpRTFhORUtGTk5VVlRYWVlYU0VXMlFBV3w3N0U2QjQ5NTRBQTM4QjFCLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_cd.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_cd.yaml index 5b37aa09862..33b6efa3691 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_cd.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_cd.yaml @@ -1,412 +1,730 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-25T23:55:19Z"}}' + "date": "2019-03-25T23:29:27Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-25T23:55:19Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 25 Sep 2018 23:55:20 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-25T23:55:19Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 25 Sep 2018 23:55:21 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": - false, "hyperV": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": - 1}}' + false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['153'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":433,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_433","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3886,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3886","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1446'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:55:31 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":433,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_433","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3886,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3886","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1446'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:55:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected=Windows&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":null,"name":"aspnet","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"aspnet","display":"Net - Framework Version","dependency":null,"majorVersions":[{"displayVersion":"v4.7","runtimeVersion":"v4.0","isDefault":true,"minorVersions":[]},{"displayVersion":"v3.5","runtimeVersion":"v2.0","isDefault":false,"minorVersions":[]}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"node","display":"node.js - Version","dependency":null,"majorVersions":[{"displayVersion":"0.6","runtimeVersion":"0.6","isDefault":false,"minorVersions":[{"displayVersion":"0.6.20","runtimeVersion":"0.6.20","isDefault":true}]},{"displayVersion":"0.8","runtimeVersion":"0.8","isDefault":false,"minorVersions":[{"displayVersion":"0.8.2","runtimeVersion":"0.8.2","isDefault":false},{"displayVersion":"0.8.19","runtimeVersion":"0.8.19","isDefault":false},{"displayVersion":"0.8.26","runtimeVersion":"0.8.26","isDefault":false},{"displayVersion":"0.8.27","runtimeVersion":"0.8.27","isDefault":false},{"displayVersion":"0.8.28","runtimeVersion":"0.8.28","isDefault":true}]},{"displayVersion":"0.10","runtimeVersion":"0.10","isDefault":false,"minorVersions":[{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":false},{"displayVersion":"0.10.18","runtimeVersion":"0.10.18","isDefault":false},{"displayVersion":"0.10.21","runtimeVersion":"0.10.21","isDefault":false},{"displayVersion":"0.10.24","runtimeVersion":"0.10.24","isDefault":false},{"displayVersion":"0.10.28","runtimeVersion":"0.10.28","isDefault":false},{"displayVersion":"0.10.29","runtimeVersion":"0.10.29","isDefault":false},{"displayVersion":"0.10.31","runtimeVersion":"0.10.31","isDefault":false},{"displayVersion":"0.10.32","runtimeVersion":"0.10.32","isDefault":false},{"displayVersion":"0.10.40","runtimeVersion":"0.10.40","isDefault":false},{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":true}]},{"displayVersion":"0.12","runtimeVersion":"0.12","isDefault":false,"minorVersions":[{"displayVersion":"0.12.0","runtimeVersion":"0.12.0","isDefault":false},{"displayVersion":"0.12.2","runtimeVersion":"0.12.2","isDefault":false},{"displayVersion":"0.12.3","runtimeVersion":"0.12.3","isDefault":false},{"displayVersion":"0.12.6","runtimeVersion":"0.12.6","isDefault":true}]},{"displayVersion":"4.8","runtimeVersion":"4.8","isDefault":false,"minorVersions":[]},{"displayVersion":"6.12","runtimeVersion":"6.12","isDefault":false,"minorVersions":[]},{"displayVersion":"7.10","runtimeVersion":"7.10","isDefault":false,"minorVersions":[{"displayVersion":"7.10.1","runtimeVersion":"7.10.1","isDefault":true}]},{"displayVersion":"8.4","runtimeVersion":"8.4","isDefault":false,"minorVersions":[]},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[]},{"displayVersion":"8.9","runtimeVersion":"8.9","isDefault":false,"minorVersions":[]},{"displayVersion":"8.10","runtimeVersion":"8.10","isDefault":false,"minorVersions":[]},{"displayVersion":"8.11","runtimeVersion":"8.11","isDefault":true,"minorVersions":[]},{"displayVersion":"10.0","runtimeVersion":"10.0","isDefault":false,"minorVersions":[{"displayVersion":"10.0.0","runtimeVersion":"10.0.0","isDefault":true}]},{"displayVersion":"10.6","runtimeVersion":"10.6","isDefault":false,"minorVersions":[{"displayVersion":"10.6.0","runtimeVersion":"10.6.0","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"php","display":"PHP - Version","dependency":null,"majorVersions":[{"displayVersion":"5.6","runtimeVersion":"5.6","isDefault":true,"minorVersions":[]},{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[]},{"displayVersion":"7.1","runtimeVersion":"7.1","isDefault":false,"minorVersions":[]},{"displayVersion":"7.2","runtimeVersion":"7.2","isDefault":false,"minorVersions":[]}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"python","display":"Python - Version","dependency":null,"majorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7.3","isDefault":true}]},{"displayVersion":"3.4","runtimeVersion":"3.4","isDefault":false,"minorVersions":[{"displayVersion":"3.4","runtimeVersion":"3.4.0","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"java","display":"Java - Version","dependency":null,"majorVersions":[{"displayVersion":"1.7","runtimeVersion":"1.7","isDefault":false,"minorVersions":[{"displayVersion":"1.7.0_51","runtimeVersion":"1.7.0_51","isDefault":false},{"displayVersion":"1.7.0_71","runtimeVersion":"1.7.0_71","isDefault":false},{"displayVersion":"1.7.0_80","runtimeVersion":"1.7.0_80","isDefault":true}]},{"displayVersion":"1.8","runtimeVersion":"1.8","isDefault":true,"minorVersions":[{"displayVersion":"1.8.0_25","runtimeVersion":"1.8.0_25","isDefault":false},{"displayVersion":"1.8.0_60","runtimeVersion":"1.8.0_60","isDefault":false},{"displayVersion":"1.8.0_73","runtimeVersion":"1.8.0_73","isDefault":false},{"displayVersion":"1.8.0_111","runtimeVersion":"1.8.0_111","isDefault":false},{"displayVersion":"1.8.0_172","runtimeVersion":"1.8.0_172","isDefault":false},{"displayVersion":"Zulu-1.8.0_92","runtimeVersion":"1.8.0_92","isDefault":false},{"displayVersion":"Zulu-1.8.0_102","runtimeVersion":"1.8.0_102","isDefault":false},{"displayVersion":"Zulu-1.8.0_144","runtimeVersion":"1.8.0_144","isDefault":false},{"displayVersion":"Zulu-1.8.0_172","runtimeVersion":"1.8.0_172_ZULU","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"javaContainers","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"javaContainers","display":"Java - Containers","dependency":"java","majorVersions":[],"frameworks":[{"name":"tomcat","display":"Tomcat","dependency":null,"majorVersions":[{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.50","runtimeVersion":"7.0.50","isDefault":false},{"displayVersion":"7.0.62","runtimeVersion":"7.0.62","isDefault":false},{"displayVersion":"7.0.81","runtimeVersion":"7.0.81","isDefault":true}]},{"displayVersion":"8.0","runtimeVersion":"8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.23","runtimeVersion":"8.0.23","isDefault":false},{"displayVersion":"8.0.46","runtimeVersion":"8.0.46","isDefault":true}]},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[{"displayVersion":"8.5.6","runtimeVersion":"8.5.6","isDefault":false},{"displayVersion":"8.5.20","runtimeVersion":"8.5.20","isDefault":false},{"displayVersion":"8.5.31","runtimeVersion":"8.5.31","isDefault":true}]},{"displayVersion":"9.0","runtimeVersion":"9.0","isDefault":true,"minorVersions":[{"displayVersion":"9.0.0","runtimeVersion":"9.0.0","isDefault":false},{"displayVersion":"9.0.8","runtimeVersion":"9.0.8","isDefault":true}]}],"frameworks":null},{"name":"jetty","display":"Jetty","dependency":null,"majorVersions":[{"displayVersion":"9.1","runtimeVersion":"9.1","isDefault":false,"minorVersions":[{"displayVersion":"9.1.0.v20131115","runtimeVersion":"9.1.0.20131115","isDefault":true}]},{"displayVersion":"9.3","runtimeVersion":"9.3","isDefault":true,"minorVersions":[{"displayVersion":"9.3.13.v20161014","runtimeVersion":"9.3.13.20161014","isDefault":true}]}],"frameworks":null}]}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":null,"name":"aspnet","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"aspnet","display":"Net + Framework Version","dependency":null,"majorVersions":[{"displayVersion":"v4.7","runtimeVersion":"v4.0","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"v3.5","runtimeVersion":"v2.0","isDefault":false,"minorVersions":[],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"node","display":"node.js + Version","dependency":null,"majorVersions":[{"displayVersion":"0.6","runtimeVersion":"0.6","isDefault":false,"minorVersions":[{"displayVersion":"0.6.20","runtimeVersion":"0.6.20","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.8","runtimeVersion":"0.8","isDefault":false,"minorVersions":[{"displayVersion":"0.8.2","runtimeVersion":"0.8.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.19","runtimeVersion":"0.8.19","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.26","runtimeVersion":"0.8.26","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.27","runtimeVersion":"0.8.27","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.28","runtimeVersion":"0.8.28","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.10","runtimeVersion":"0.10","isDefault":false,"minorVersions":[{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.18","runtimeVersion":"0.10.18","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.21","runtimeVersion":"0.10.21","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.24","runtimeVersion":"0.10.24","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.28","runtimeVersion":"0.10.28","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.29","runtimeVersion":"0.10.29","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.31","runtimeVersion":"0.10.31","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.32","runtimeVersion":"0.10.32","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.40","runtimeVersion":"0.10.40","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.12","runtimeVersion":"0.12","isDefault":false,"minorVersions":[{"displayVersion":"0.12.0","runtimeVersion":"0.12.0","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.2","runtimeVersion":"0.12.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.3","runtimeVersion":"0.12.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.6","runtimeVersion":"0.12.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"4.8","runtimeVersion":"4.8","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"6.5","runtimeVersion":"6.5","isDefault":false,"minorVersions":[{"displayVersion":"6.5.0","runtimeVersion":"6.5.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"6.9","runtimeVersion":"6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.1","runtimeVersion":"6.9.1","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"6.9.5","runtimeVersion":"6.9.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"6.12","runtimeVersion":"6.12","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.10","runtimeVersion":"7.10","isDefault":false,"minorVersions":[{"displayVersion":"7.10.1","runtimeVersion":"7.10.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.1","runtimeVersion":"8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.4","runtimeVersion":"8.1.4","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.4","runtimeVersion":"8.4","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.9","runtimeVersion":"8.9","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.10","runtimeVersion":"8.10","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.11","runtimeVersion":"8.11","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"10.0","runtimeVersion":"10.0","isDefault":false,"minorVersions":[{"displayVersion":"10.0.0","runtimeVersion":"10.0.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"10.6","runtimeVersion":"10.6","isDefault":false,"minorVersions":[{"displayVersion":"10.6.0","runtimeVersion":"10.6.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"php","display":"PHP + Version","dependency":null,"majorVersions":[{"displayVersion":"5.6","runtimeVersion":"5.6","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.1","runtimeVersion":"7.1","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.2","runtimeVersion":"7.2","isDefault":false,"minorVersions":[],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"python","display":"Python + Version","dependency":null,"majorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7.3","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"3.6","runtimeVersion":"3.4","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"3.4.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"java","display":"Java + Version","dependency":null,"majorVersions":[{"displayVersion":"1.7","runtimeVersion":"1.7","isDefault":false,"minorVersions":[{"displayVersion":"1.7.0_51 + (Oracle)","runtimeVersion":"1.7.0_51","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_71 + (Oracle)","runtimeVersion":"1.7.0_71","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_80 + (Oracle)","runtimeVersion":"1.7.0_80","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_191 + (Azul)","runtimeVersion":"1.7.0_191_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"1.8","runtimeVersion":"1.8","isDefault":true,"minorVersions":[{"displayVersion":"1.8.0_25 + (Oracle)","runtimeVersion":"1.8.0_25","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_60 + (Oracle)","runtimeVersion":"1.8.0_60","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_73 + (Oracle)","runtimeVersion":"1.8.0_73","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_92 + (Azul)","runtimeVersion":"1.8.0_92","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_102 + (Azul)","runtimeVersion":"1.8.0_102","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_111 + (Oracle)","runtimeVersion":"1.8.0_111","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_144 + (Azul)","runtimeVersion":"1.8.0_144","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_172 + (Oracle)","runtimeVersion":"1.8.0_172","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_172 + (Azul)","runtimeVersion":"1.8.0_172_ZULU","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_181 + (Oracle)","runtimeVersion":"1.8.0_181","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_181 + (Azul)","runtimeVersion":"1.8.0_181_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_202 + (Oracle)","runtimeVersion":"1.8.0_202","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_202 + (Azul)","runtimeVersion":"1.8.0_202_ZULU","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"11","runtimeVersion":"11","isDefault":false,"minorVersions":[{"displayVersion":"11.0.2 + (Azul)","runtimeVersion":"11.0.2_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"javaContainers","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"javaContainers","display":"Java + Containers","dependency":"java","majorVersions":[],"frameworks":[{"name":"tomcat","display":"Tomcat","dependency":null,"majorVersions":[{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.50","runtimeVersion":"7.0.50","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.62","runtimeVersion":"7.0.62","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.81","runtimeVersion":"7.0.81","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.0","runtimeVersion":"8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.23","runtimeVersion":"8.0.23","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.0.46","runtimeVersion":"8.0.46","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[{"displayVersion":"8.5.6","runtimeVersion":"8.5.6","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.20","runtimeVersion":"8.5.20","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.31","runtimeVersion":"8.5.31","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.34","runtimeVersion":"8.5.34","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.37","runtimeVersion":"8.5.37","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"9.0","runtimeVersion":"9.0","isDefault":true,"minorVersions":[{"displayVersion":"9.0.0","runtimeVersion":"9.0.0","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.8","runtimeVersion":"9.0.8","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.12","runtimeVersion":"9.0.12","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.14","runtimeVersion":"9.0.14","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":null},{"name":"jetty","display":"Jetty","dependency":null,"majorVersions":[{"displayVersion":"9.1","runtimeVersion":"9.1","isDefault":false,"minorVersions":[{"displayVersion":"9.1.0","runtimeVersion":"9.1.0.20131115","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"9.3","runtimeVersion":"9.3","isDefault":true,"minorVersions":[{"displayVersion":"9.3.13","runtimeVersion":"9.3.13.20161014","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.3.25","runtimeVersion":"9.3.25.20180904","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":null}]}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7602'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:55:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '12233' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.12"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['519'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '519' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-quick-cd000002","state":"Running","hostNames":["webapp-quick-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick-cd000002","repositorySiteName":"webapp-quick-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick-cd000002.azurewebsites.net","webapp-quick-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-25T23:55:35.5633333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-quick-cd000002","state":"Running","hostNames":["webapp-quick-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-121.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick-cd000002","repositorySiteName":"webapp-quick-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick-cd000002.azurewebsites.net","webapp-quick-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:40.62","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162","possibleOutboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162,40.78.92.123,40.78.92.141,40.78.85.102","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-121","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3211'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:55:43 GMT'] - etag: ['"1D4552B40E214E0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3330' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:57 GMT + etag: + - '"1D4E3629F273275"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-quick-cd000002","state":"Running","hostNames":["webapp-quick-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick-cd000002","repositorySiteName":"webapp-quick-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick-cd000002.azurewebsites.net","webapp-quick-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-25T23:55:36.11","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-quick-cd000002","state":"Running","hostNames":["webapp-quick-cd000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-121.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick-cd000002","repositorySiteName":"webapp-quick-cd000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick-cd000002.azurewebsites.net","webapp-quick-cd000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick-cd000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick-cd000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:41.7033333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick-cd000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162","possibleOutboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162,40.78.92.123,40.78.92.141,40.78.85.102","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-121","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick-cd000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3206'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:55:43 GMT'] - etag: ['"1D4552B40E214E0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3335' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:57 GMT + etag: + - '"1D4E3629F273275"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"repoUrl": "https://github.com/yugangw-msft/azure-site-test.git", "branch": "master", "isManualIntegration": true, "isMercurial": false}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['153'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '153' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress"}}' headers: - cache-control: [no-cache] - content-length: ['535'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:55:51 GMT'] - etag: ['"1D4552B4A74A4A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:09 GMT + etag: + - '"1D4E362AEA5770B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2018-09-25T23:56:22.4087730 - https://webapp-quick-cd000002.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2018-09-25_23-56-01Z"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"InProgress","provisioningDetails":"2019-03-25T23:30:39.1005554 + https://webapp-quick-cd000002.scm.azurewebsites.net/api/deployments/latest?deployer=GitHub&time=2019-03-25_23-30-19Z"}}' headers: - cache-control: [no-cache] - content-length: ['707'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:56:22 GMT'] - etag: ['"1D4552B4A74A4A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '707' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:42 GMT + etag: + - '"1D4E362AEA5770B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/sourcecontrols/web","name":"webapp-quick-cd000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://github.com/yugangw-msft/azure-site-test.git","branch":"master","isManualIntegration":true,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['534'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:56:53 GMT'] - etag: ['"1D4552B4A74A4A0"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '534' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:31:12 GMT + etag: + - '"1D4E362AEA5770B"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-source-url -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick-cd000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + /> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Tue, 25 Sep 2018 23:56:54 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:31:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: ['*/*'] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python-requests/2.19.1] + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.21.0 method: GET uri: http://webapp-quick-cd000002.azurewebsites.net/ response: - body: {string: Hello world 4 using Node v4.8.4} + body: + string: Hello world 4 using Node v4.8.4 headers: - content-length: ['31'] - content-type: [text/html; charset=utf-8] - date: ['Tue, 25 Sep 2018 23:57:30 GMT'] - etag: [W/"1f-5wgfifX1chdI4CmMe+Iov0qAB9Q"] - server: [Microsoft-IIS/10.0] - set-cookie: [ARRAffinity=8f63d99877d3789fd93ae78ced6cc2fbee7de1649451f5a7b5224c5368877844;Path=/;HttpOnly;Domain=webapp-quick-cd3z7r3m33y.azurewebsites.net] - vary: [Accept-Encoding] - x-powered-by: [Express, ASP.NET] - status: {code: 200, message: OK} + content-length: + - '31' + content-type: + - text/html; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:31:50 GMT + etag: + - W/"1f-5wgfifX1chdI4CmMe+Iov0qAB9Q" + server: + - Microsoft-IIS/10.0 + set-cookie: + - ARRAffinity=d5340ab1c66bfb1549d7e11d531000584743cc3d9b4360adc7ba7458d3c087df;Path=/;HttpOnly;Domain=webapp-quick-cdbe5vgo4kv.azurewebsites.net + vary: + - Accept-Encoding + x-powered-by: + - Express + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Tue, 25 Sep 2018 23:57:30 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkc1NTNKMlhJNVlVUjc2T1JMMjZaTDM0QlBZWEJWUDVSWU1HRnwzMzRBRjMxMTQ3ODg3MzIzLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:31:50 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdTRURQQk5RR1FYTUJSM0xTTkZWTURWTTNKTkpPWVhLUU1OT3xENUFBNDQ3NjA1Njg5MDJCLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_runtime.yaml b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_runtime.yaml index e9d37c05e82..fa22dc1ffbc 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_runtime.yaml +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/recordings/test_win_webapp_quick_create_runtime.yaml @@ -1,453 +1,808 @@ interactions: - request: body: '{"location": "westus", "tags": {"product": "azurecli", "cause": "automation", - "date": "2018-09-25T23:59:26Z"}}' + "date": "2019-03-25T23:29:27Z"}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group create] - Connection: [keep-alive] - Content-Length: ['110'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group create + Connection: + - keep-alive + Content-Length: + - '110' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - --location --name --tag + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-25T23:59:26Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 25 Sep 2018 23:59:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - status: {code: 201, message: Created} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2018-09-25T23:59:26Z"},"properties":{"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2019-03-25T23:29:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['384'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 25 Sep 2018 23:59:28 GMT'] - expires: ['-1'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '384' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 25 Mar 2019 23:29:29 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: '{"location": "westus", "properties": {"perSiteScaling": false, "isXenon": - false, "hyperV": false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": - 1}}' + false}, "sku": {"name": "B1", "tier": "BASIC", "capacity": 1}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [appservice plan create] - Connection: [keep-alive] - Content-Length: ['153'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - appservice plan create + Connection: + - keep-alive + Content-Length: + - '136' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":434,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_434","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3887,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3887","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1446'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:59:37 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":434,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"fb2c25dc-6bab-45c4-8cc9-cece7c42a95a","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"mdmId":"waws-prod-bay-113_434","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","name":"plan-quick000003","type":"Microsoft.Web/serverfarms","kind":"app","location":"West + US","properties":{"serverFarmId":3887,"name":"plan-quick000003","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"e483435e-282d-4ac1-92b5-d6123f2aa360","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-121_3887","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: - cache-control: [no-cache] - content-length: ['1446'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:59:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1493' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected=Windows&api-version=2018-02-01 response: - body: {string: '{"value":[{"id":null,"name":"aspnet","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"aspnet","display":"Net - Framework Version","dependency":null,"majorVersions":[{"displayVersion":"v4.7","runtimeVersion":"v4.0","isDefault":true,"minorVersions":[]},{"displayVersion":"v3.5","runtimeVersion":"v2.0","isDefault":false,"minorVersions":[]}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"node","display":"node.js - Version","dependency":null,"majorVersions":[{"displayVersion":"0.6","runtimeVersion":"0.6","isDefault":false,"minorVersions":[{"displayVersion":"0.6.20","runtimeVersion":"0.6.20","isDefault":true}]},{"displayVersion":"0.8","runtimeVersion":"0.8","isDefault":false,"minorVersions":[{"displayVersion":"0.8.2","runtimeVersion":"0.8.2","isDefault":false},{"displayVersion":"0.8.19","runtimeVersion":"0.8.19","isDefault":false},{"displayVersion":"0.8.26","runtimeVersion":"0.8.26","isDefault":false},{"displayVersion":"0.8.27","runtimeVersion":"0.8.27","isDefault":false},{"displayVersion":"0.8.28","runtimeVersion":"0.8.28","isDefault":true}]},{"displayVersion":"0.10","runtimeVersion":"0.10","isDefault":false,"minorVersions":[{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":false},{"displayVersion":"0.10.18","runtimeVersion":"0.10.18","isDefault":false},{"displayVersion":"0.10.21","runtimeVersion":"0.10.21","isDefault":false},{"displayVersion":"0.10.24","runtimeVersion":"0.10.24","isDefault":false},{"displayVersion":"0.10.28","runtimeVersion":"0.10.28","isDefault":false},{"displayVersion":"0.10.29","runtimeVersion":"0.10.29","isDefault":false},{"displayVersion":"0.10.31","runtimeVersion":"0.10.31","isDefault":false},{"displayVersion":"0.10.32","runtimeVersion":"0.10.32","isDefault":false},{"displayVersion":"0.10.40","runtimeVersion":"0.10.40","isDefault":false},{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":true}]},{"displayVersion":"0.12","runtimeVersion":"0.12","isDefault":false,"minorVersions":[{"displayVersion":"0.12.0","runtimeVersion":"0.12.0","isDefault":false},{"displayVersion":"0.12.2","runtimeVersion":"0.12.2","isDefault":false},{"displayVersion":"0.12.3","runtimeVersion":"0.12.3","isDefault":false},{"displayVersion":"0.12.6","runtimeVersion":"0.12.6","isDefault":true}]},{"displayVersion":"4.8","runtimeVersion":"4.8","isDefault":false,"minorVersions":[]},{"displayVersion":"6.12","runtimeVersion":"6.12","isDefault":false,"minorVersions":[]},{"displayVersion":"7.10","runtimeVersion":"7.10","isDefault":false,"minorVersions":[{"displayVersion":"7.10.1","runtimeVersion":"7.10.1","isDefault":true}]},{"displayVersion":"8.4","runtimeVersion":"8.4","isDefault":false,"minorVersions":[]},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[]},{"displayVersion":"8.9","runtimeVersion":"8.9","isDefault":false,"minorVersions":[]},{"displayVersion":"8.10","runtimeVersion":"8.10","isDefault":false,"minorVersions":[]},{"displayVersion":"8.11","runtimeVersion":"8.11","isDefault":true,"minorVersions":[]},{"displayVersion":"10.0","runtimeVersion":"10.0","isDefault":false,"minorVersions":[{"displayVersion":"10.0.0","runtimeVersion":"10.0.0","isDefault":true}]},{"displayVersion":"10.6","runtimeVersion":"10.6","isDefault":false,"minorVersions":[{"displayVersion":"10.6.0","runtimeVersion":"10.6.0","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"php","display":"PHP - Version","dependency":null,"majorVersions":[{"displayVersion":"5.6","runtimeVersion":"5.6","isDefault":true,"minorVersions":[]},{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[]},{"displayVersion":"7.1","runtimeVersion":"7.1","isDefault":false,"minorVersions":[]},{"displayVersion":"7.2","runtimeVersion":"7.2","isDefault":false,"minorVersions":[]}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"python","display":"Python - Version","dependency":null,"majorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7.3","isDefault":true}]},{"displayVersion":"3.4","runtimeVersion":"3.4","isDefault":false,"minorVersions":[{"displayVersion":"3.4","runtimeVersion":"3.4.0","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"java","display":"Java - Version","dependency":null,"majorVersions":[{"displayVersion":"1.7","runtimeVersion":"1.7","isDefault":false,"minorVersions":[{"displayVersion":"1.7.0_51","runtimeVersion":"1.7.0_51","isDefault":false},{"displayVersion":"1.7.0_71","runtimeVersion":"1.7.0_71","isDefault":false},{"displayVersion":"1.7.0_80","runtimeVersion":"1.7.0_80","isDefault":true}]},{"displayVersion":"1.8","runtimeVersion":"1.8","isDefault":true,"minorVersions":[{"displayVersion":"1.8.0_25","runtimeVersion":"1.8.0_25","isDefault":false},{"displayVersion":"1.8.0_60","runtimeVersion":"1.8.0_60","isDefault":false},{"displayVersion":"1.8.0_73","runtimeVersion":"1.8.0_73","isDefault":false},{"displayVersion":"1.8.0_111","runtimeVersion":"1.8.0_111","isDefault":false},{"displayVersion":"1.8.0_172","runtimeVersion":"1.8.0_172","isDefault":false},{"displayVersion":"Zulu-1.8.0_92","runtimeVersion":"1.8.0_92","isDefault":false},{"displayVersion":"Zulu-1.8.0_102","runtimeVersion":"1.8.0_102","isDefault":false},{"displayVersion":"Zulu-1.8.0_144","runtimeVersion":"1.8.0_144","isDefault":false},{"displayVersion":"Zulu-1.8.0_172","runtimeVersion":"1.8.0_172_ZULU","isDefault":true}]}],"frameworks":[]}},{"id":null,"name":"javaContainers","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"javaContainers","display":"Java - Containers","dependency":"java","majorVersions":[],"frameworks":[{"name":"tomcat","display":"Tomcat","dependency":null,"majorVersions":[{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.50","runtimeVersion":"7.0.50","isDefault":false},{"displayVersion":"7.0.62","runtimeVersion":"7.0.62","isDefault":false},{"displayVersion":"7.0.81","runtimeVersion":"7.0.81","isDefault":true}]},{"displayVersion":"8.0","runtimeVersion":"8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.23","runtimeVersion":"8.0.23","isDefault":false},{"displayVersion":"8.0.46","runtimeVersion":"8.0.46","isDefault":true}]},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[{"displayVersion":"8.5.6","runtimeVersion":"8.5.6","isDefault":false},{"displayVersion":"8.5.20","runtimeVersion":"8.5.20","isDefault":false},{"displayVersion":"8.5.31","runtimeVersion":"8.5.31","isDefault":true}]},{"displayVersion":"9.0","runtimeVersion":"9.0","isDefault":true,"minorVersions":[{"displayVersion":"9.0.0","runtimeVersion":"9.0.0","isDefault":false},{"displayVersion":"9.0.8","runtimeVersion":"9.0.8","isDefault":true}]}],"frameworks":null},{"name":"jetty","display":"Jetty","dependency":null,"majorVersions":[{"displayVersion":"9.1","runtimeVersion":"9.1","isDefault":false,"minorVersions":[{"displayVersion":"9.1.0.v20131115","runtimeVersion":"9.1.0.20131115","isDefault":true}]},{"displayVersion":"9.3","runtimeVersion":"9.3","isDefault":true,"minorVersions":[{"displayVersion":"9.3.13.v20161014","runtimeVersion":"9.3.13.20161014","isDefault":true}]}],"frameworks":null}]}}],"nextLink":null,"id":null}'} + body: + string: '{"value":[{"id":null,"name":"aspnet","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"aspnet","display":"Net + Framework Version","dependency":null,"majorVersions":[{"displayVersion":"v4.7","runtimeVersion":"v4.0","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"v3.5","runtimeVersion":"v2.0","isDefault":false,"minorVersions":[],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"node","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"node","display":"node.js + Version","dependency":null,"majorVersions":[{"displayVersion":"0.6","runtimeVersion":"0.6","isDefault":false,"minorVersions":[{"displayVersion":"0.6.20","runtimeVersion":"0.6.20","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.8","runtimeVersion":"0.8","isDefault":false,"minorVersions":[{"displayVersion":"0.8.2","runtimeVersion":"0.8.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.19","runtimeVersion":"0.8.19","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.26","runtimeVersion":"0.8.26","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.27","runtimeVersion":"0.8.27","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.8.28","runtimeVersion":"0.8.28","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.10","runtimeVersion":"0.10","isDefault":false,"minorVersions":[{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.18","runtimeVersion":"0.10.18","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.21","runtimeVersion":"0.10.21","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.24","runtimeVersion":"0.10.24","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.28","runtimeVersion":"0.10.28","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.29","runtimeVersion":"0.10.29","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.31","runtimeVersion":"0.10.31","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.32","runtimeVersion":"0.10.32","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.40","runtimeVersion":"0.10.40","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.10.5","runtimeVersion":"0.10.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"0.12","runtimeVersion":"0.12","isDefault":false,"minorVersions":[{"displayVersion":"0.12.0","runtimeVersion":"0.12.0","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.2","runtimeVersion":"0.12.2","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.3","runtimeVersion":"0.12.3","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"0.12.6","runtimeVersion":"0.12.6","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"4.8","runtimeVersion":"4.8","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"6.5","runtimeVersion":"6.5","isDefault":false,"minorVersions":[{"displayVersion":"6.5.0","runtimeVersion":"6.5.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"6.9","runtimeVersion":"6.9","isDefault":false,"minorVersions":[{"displayVersion":"6.9.1","runtimeVersion":"6.9.1","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"6.9.5","runtimeVersion":"6.9.5","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"6.12","runtimeVersion":"6.12","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.10","runtimeVersion":"7.10","isDefault":false,"minorVersions":[{"displayVersion":"7.10.1","runtimeVersion":"7.10.1","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.1","runtimeVersion":"8.1","isDefault":false,"minorVersions":[{"displayVersion":"8.1.4","runtimeVersion":"8.1.4","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.4","runtimeVersion":"8.4","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.9","runtimeVersion":"8.9","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.10","runtimeVersion":"8.10","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"8.11","runtimeVersion":"8.11","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"10.0","runtimeVersion":"10.0","isDefault":false,"minorVersions":[{"displayVersion":"10.0.0","runtimeVersion":"10.0.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"10.6","runtimeVersion":"10.6","isDefault":false,"minorVersions":[{"displayVersion":"10.6.0","runtimeVersion":"10.6.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"php","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"php","display":"PHP + Version","dependency":null,"majorVersions":[{"displayVersion":"5.6","runtimeVersion":"5.6","isDefault":true,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.1","runtimeVersion":"7.1","isDefault":false,"minorVersions":[],"applicationInsights":false},{"displayVersion":"7.2","runtimeVersion":"7.2","isDefault":false,"minorVersions":[],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"python","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"python","display":"Python + Version","dependency":null,"majorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7","isDefault":false,"minorVersions":[{"displayVersion":"2.7","runtimeVersion":"2.7.3","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"3.6","runtimeVersion":"3.4","isDefault":false,"minorVersions":[{"displayVersion":"3.6","runtimeVersion":"3.4.0","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"java","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"java","display":"Java + Version","dependency":null,"majorVersions":[{"displayVersion":"1.7","runtimeVersion":"1.7","isDefault":false,"minorVersions":[{"displayVersion":"1.7.0_51 + (Oracle)","runtimeVersion":"1.7.0_51","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_71 + (Oracle)","runtimeVersion":"1.7.0_71","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_80 + (Oracle)","runtimeVersion":"1.7.0_80","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.7.0_191 + (Azul)","runtimeVersion":"1.7.0_191_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"1.8","runtimeVersion":"1.8","isDefault":true,"minorVersions":[{"displayVersion":"1.8.0_25 + (Oracle)","runtimeVersion":"1.8.0_25","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_60 + (Oracle)","runtimeVersion":"1.8.0_60","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_73 + (Oracle)","runtimeVersion":"1.8.0_73","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_92 + (Azul)","runtimeVersion":"1.8.0_92","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_102 + (Azul)","runtimeVersion":"1.8.0_102","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_111 + (Oracle)","runtimeVersion":"1.8.0_111","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_144 + (Azul)","runtimeVersion":"1.8.0_144","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_172 + (Oracle)","runtimeVersion":"1.8.0_172","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_172 + (Azul)","runtimeVersion":"1.8.0_172_ZULU","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_181 + (Oracle)","runtimeVersion":"1.8.0_181","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_181 + (Azul)","runtimeVersion":"1.8.0_181_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_202 + (Oracle)","runtimeVersion":"1.8.0_202","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"1.8.0_202 + (Azul)","runtimeVersion":"1.8.0_202_ZULU","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"11","runtimeVersion":"11","isDefault":false,"minorVersions":[{"displayVersion":"11.0.2 + (Azul)","runtimeVersion":"11.0.2_ZULU","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":[]}},{"id":null,"name":"javaContainers","type":"Microsoft.Web/availableStacks?osTypeSelected=Windows","properties":{"name":"javaContainers","display":"Java + Containers","dependency":"java","majorVersions":[],"frameworks":[{"name":"tomcat","display":"Tomcat","dependency":null,"majorVersions":[{"displayVersion":"7.0","runtimeVersion":"7.0","isDefault":false,"minorVersions":[{"displayVersion":"7.0.50","runtimeVersion":"7.0.50","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.62","runtimeVersion":"7.0.62","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"7.0.81","runtimeVersion":"7.0.81","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.0","runtimeVersion":"8.0","isDefault":false,"minorVersions":[{"displayVersion":"8.0.23","runtimeVersion":"8.0.23","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.0.46","runtimeVersion":"8.0.46","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"8.5","runtimeVersion":"8.5","isDefault":false,"minorVersions":[{"displayVersion":"8.5.6","runtimeVersion":"8.5.6","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.20","runtimeVersion":"8.5.20","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.31","runtimeVersion":"8.5.31","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.34","runtimeVersion":"8.5.34","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"8.5.37","runtimeVersion":"8.5.37","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"9.0","runtimeVersion":"9.0","isDefault":true,"minorVersions":[{"displayVersion":"9.0.0","runtimeVersion":"9.0.0","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.8","runtimeVersion":"9.0.8","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.12","runtimeVersion":"9.0.12","isDefault":true,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.0.14","runtimeVersion":"9.0.14","isDefault":false,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":null},{"name":"jetty","display":"Jetty","dependency":null,"majorVersions":[{"displayVersion":"9.1","runtimeVersion":"9.1","isDefault":false,"minorVersions":[{"displayVersion":"9.1.0","runtimeVersion":"9.1.0.20131115","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false},{"displayVersion":"9.3","runtimeVersion":"9.3","isDefault":true,"minorVersions":[{"displayVersion":"9.3.13","runtimeVersion":"9.3.13.20161014","isDefault":false,"isRemoteDebuggingEnabled":false},{"displayVersion":"9.3.25","runtimeVersion":"9.3.25.20180904","isDefault":true,"isRemoteDebuggingEnabled":false}],"applicationInsights":false}],"frameworks":null}]}}],"nextLink":null,"id":null}' headers: - cache-control: [no-cache] - content-length: ['7602'] - content-type: [application/json] - date: ['Tue, 25 Sep 2018 23:59:47 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '12233' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: 'b''b\''{"location": "West US", "properties": {"serverFarmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003", "reserved": false, "isXenon": false, "hyperV": false, "siteConfig": {"netFrameworkVersion": "v4.6", "appSettings": [{"name": "WEBSITE_NODE_DEFAULT_VERSION", "value": "6.12"}], "localMySqlEnabled": false, "http20Enabled": true}, "scmSiteAlsoStopped": false}}\''''' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['519'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '519' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-25T23:59:49.47","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-121.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:40.3866667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162","possibleOutboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162,40.78.92.123,40.78.92.141,40.78.85.102","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-121","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3206'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 00:00:00 GMT'] - etag: ['"1D4552BD86B84AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['499'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3335' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:55 GMT + etag: + - '"1D4E3629EF4D7D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '499' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-113.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"lastModifiedTimeUtc":"2018-09-25T23:59:50.3466667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83","possibleOutboundIpAddresses":"40.78.48.219,104.40.3.246,104.40.8.50,104.40.4.179,104.40.14.83,104.40.12.222,104.40.2.67,104.40.9.121","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-113","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","kind":"app","location":"West + US","properties":{"name":"webapp-quick000002","state":"Running","hostNames":["webapp-quick000002.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-121.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/webapp-quick000002","repositorySiteName":"webapp-quick000002","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["webapp-quick000002.azurewebsites.net","webapp-quick000002.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"webapp-quick000002.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"webapp-quick000002.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/plan-quick000003","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2019-03-25T23:29:41.3733333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":null,"deploymentId":"webapp-quick000002","trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"kind":"app","outboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162","possibleOutboundIpAddresses":"13.93.141.10,40.78.90.180,40.78.93.25,40.78.88.130,40.78.92.162,40.78.92.123,40.78.92.141,40.78.85.102","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-121","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"webapp-quick000002.azurewebsites.net","slotSwapStatus":null,"httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null}}' headers: - cache-control: [no-cache] - content-length: ['3211'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 00:00:01 GMT'] - etag: ['"1D4552BD86B84AB"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '3335' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:56 GMT + etag: + - '"1D4E3629EF4D7D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{"properties": {"netFrameworkVersion": "v4.6", "scmType": "LocalGit", "localMySqlEnabled": false, "http20Enabled": true}}' headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['121'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '121' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-quick000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002","name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"numberOfWorkers":1,"defaultDocuments":["Default.htm","Default.html","Default.asp","index.htm","index.html","iisstart.htm","default.aspx","index.php","hostingstart.html"],"netFrameworkVersion":"v4.0","phpVersion":"5.6","pythonVersion":"","nodeVersion":"","linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":false,"remoteDebuggingEnabled":false,"remoteDebuggingVersion":null,"httpLoggingEnabled":false,"logsDirectorySizeLimit":35,"detailedErrorLoggingEnabled":false,"publishingUsername":"$webapp-quick000002","publishingPassword":null,"appSettings":null,"azureStorageAccounts":{},"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":"LocalGit","use32BitWorkerProcess":true,"webSocketsEnabled":false,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":"","managedPipelineMode":"Integrated","virtualApplications":[{"virtualPath":"/","physicalPath":"site\\wwwroot","preloadEnabled":false,"virtualDirectories":null}],"winAuthAdminState":0,"winAuthTenantState":0,"customAppPoolIdentityAdminState":false,"customAppPoolIdentityTenantState":false,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":"LeastRequests","routingRules":[],"experiments":{"rampUpRules":[]},"limits":null,"autoHealEnabled":false,"autoHealRules":null,"tracingOptions":null,"vnetName":"","siteAuthEnabled":false,"siteAuthSettings":{"enabled":null,"unauthenticatedClientAction":null,"tokenStoreEnabled":null,"allowedExternalRedirectUrls":null,"defaultProvider":null,"clientId":null,"clientSecret":null,"clientSecretCertificateThumbprint":null,"issuer":null,"allowedAudiences":null,"additionalLoginParams":null,"isAadAutoProvisioned":false,"googleClientId":null,"googleClientSecret":null,"googleOAuthScopes":null,"facebookAppId":null,"facebookAppSecret":null,"facebookOAuthScopes":null,"twitterConsumerKey":null,"twitterConsumerSecret":null,"microsoftAccountClientId":null,"microsoftAccountClientSecret":null,"microsoftAccountOAuthScopes":null},"cors":null,"push":null,"apiDefinition":null,"autoSwapSlotName":null,"localMySqlEnabled":false,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"ipSecurityRestrictions":null,"scmIpSecurityRestrictions":null,"scmIpSecurityRestrictionsUseMain":false,"http20Enabled":true,"minTlsVersion":"1.2","ftpsState":"AllAllowed","reservedInstanceCount":0}}' headers: - cache-control: [no-cache] - content-length: ['2600'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 00:00:03 GMT'] - etag: ['"1D4552BE0725E55"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '2715' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:58 GMT + etag: + - '"1D4E3629EF4D7D5"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/providers/Microsoft.Web/publishingUsers/web?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"panchagnula","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}'} + body: + string: '{"id":null,"name":"web","type":"Microsoft.Web/publishingUsers/web","properties":{"name":null,"publishingUserName":"panchagnula","publishingPassword":null,"publishingPasswordHash":null,"publishingPasswordHashSalt":null,"metadata":null,"isDeleted":false,"scmUri":null}}' headers: - cache-control: [no-cache] - content-length: ['267'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 00:00:04 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '267' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/sourcecontrols/web?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/sourcecontrols/web","name":"webapp-quick000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West - US","properties":{"repoUrl":"https://webapp-quick000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/sourcecontrols/web","name":"webapp-quick000002","type":"Microsoft.Web/sites/sourcecontrols","location":"West + US","properties":{"repoUrl":"https://webapp-quick000002.scm.azurewebsites.net","branch":null,"isManualIntegration":false,"deploymentRollbackEnabled":false,"isMercurial":false,"provisioningState":"Succeeded"}}' headers: - cache-control: [no-cache] - content-length: ['534'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 00:00:04 GMT'] - etag: ['"1D4552BE0725E55"'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '534' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:29:59 GMT + etag: + - '"1D4E362A92C3315"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: '{}' headers: - Accept: [application/xml] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp create] - Connection: [keep-alive] - Content-Length: ['2'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp create + Connection: + - keep-alive + Content-Length: + - '2' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --plan --deployment-local-git -r + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/publishxml?api-version=2018-02-01 response: - body: {string: ''} + webSystem="WebSites"> headers: - cache-control: [no-cache] - content-length: ['1150'] - content-type: [application/xml] - date: ['Wed, 26 Sep 2018 00:00:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '1150' + content-type: + - application/xml + date: + - Mon, 25 Mar 2019 23:30:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - Content-Length: ['0'] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/appsettings/list?api-version=2018-02-01 response: - body: {string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.12"}}'} + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"6.12"}}' headers: - cache-control: [no-cache] - content-length: ['356'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 00:00:05 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-resource-requests: ['11999'] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '356' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [webapp config appsettings list] - Connection: [keep-alive] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 azure-mgmt-web/0.40.0 Azure-SDK-For-Python AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - webapp config appsettings list + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 azure-mgmt-web/0.40.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/webapp-quick000002/config/slotConfigNames?api-version=2018-02-01 response: - body: {string: '{"id":null,"name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West - US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}'} + body: + string: '{"id":null,"name":"webapp-quick000002","type":"Microsoft.Web/sites","location":"West + US","properties":{"connectionStringNames":null,"appSettingNames":null,"azureStorageConfigNames":null}}' headers: - cache-control: [no-cache] - content-length: ['193'] - content-type: [application/json] - date: ['Wed, 26 Sep 2018 00:00:06 GMT'] - expires: ['-1'] - pragma: [no-cache] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-aspnet-version: [4.0.30319] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + cache-control: + - no-cache + content-length: + - '193' + content-type: + - application/json + date: + - Mon, 25 Mar 2019 23:30:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-aspnet-version: + - 4.0.30319 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + status: + code: 200 + message: OK - request: body: null headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - CommandName: [group delete] - Connection: [keep-alive] - Content-Length: ['0'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/3.7.0 (Windows-10-10.0.17134-SP0) requests/2.19.1 msrest/0.5.5 - msrest_azure/0.4.34 resourcemanagementclient/2.0.0 Azure-SDK-For-Python - AZURECLI/2.0.47] - accept-language: [en-US] + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --name --yes --no-wait + User-Agent: + - python/3.7.0 (Windows-10-10.0.17763-SP0) msrest/0.6.6 msrest_azure/0.6.0 resourcemanagementclient/2.1.0 + Azure-SDK-For-Python AZURECLI/2.0.60 + accept-language: + - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2018-05-01 response: - body: {string: ''} + body: + string: '' headers: - cache-control: [no-cache] - content-length: ['0'] - date: ['Wed, 26 Sep 2018 00:00:06 GMT'] - expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdQSTVFS0IyTUFXVFdGRU5RQlU3R082S1BDVktNVTNJTVE1T3xBQzgwRDQ0OTlEQjE0NzdELVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01'] - pragma: [no-cache] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] - status: {code: 202, message: Accepted} + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 25 Mar 2019 23:30:01 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTElURVNUOjJFUkdUSkg3UVpNSzRHQ1BZU1JIVVNSUTdaTlE3RlY3UFpKSFpRNnwzQTBCQ0RGNTBCMDFBQzI4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted version: 1 diff --git a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/test_webapp_commands.py b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/test_webapp_commands.py index d452b5ae35a..51d316c07b0 100644 --- a/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/test_webapp_commands.py +++ b/src/command_modules/azure-cli-appservice/azure/cli/command_modules/appservice/tests/latest/test_webapp_commands.py @@ -178,9 +178,9 @@ def test_linux_webapp_quick_create_cd(self, resource_group): time.sleep(45) # 45 seconds should be enough for the deployment finished(Skipped under playback mode) r = requests.get('http://{}.azurewebsites.net'.format(webapp_name), timeout=240) # verify the web page - if 'Hello world' not in str(r.content): + if 'Your App Service app is up and running' not in str(r.content): # dump out more info for diagnose - self.fail("'Hello world' is not found in the web page. We get instead:" + str(r.content)) + self.fail("'Your App Service app is up and running' is not found in the web page. We get instead:" + str(r.content)) @ResourceGroupPreparer(parameter_name='resource_group', parameter_name_for_location='resource_group_location') @ResourceGroupPreparer(parameter_name='resource_group2', parameter_name_for_location='resource_group_location2') @@ -1186,10 +1186,6 @@ def test_webapp_assign_system_identity(self, resource_group): self.cmd('webapp identity show -g {} -n {}'.format(resource_group, webapp_name), checks=[ self.check('principalId', result['principalId']) ]) - self.cmd('role assignment list -g {} --assignee {}'.format(resource_group, result['principalId']), checks=[ - JMESPathCheck('length([])', 1), - JMESPathCheck('[0].roleDefinitionName', role) - ]) self.cmd('webapp identity show -g {} -n {}'.format(resource_group, webapp_name), checks=self.check('principalId', result['principalId'])) self.cmd('webapp identity remove -g {} -n {}'.format(resource_group, webapp_name)) @@ -1205,7 +1201,6 @@ def test_webapp_list_locations_free_sku(self, resource_group): class WebappTriggeredWebJobListTest(ScenarioTest): - @record_only() @ResourceGroupPreparer() def test_webapp_triggeredWebjob_list(self, resource_group): diff --git a/src/command_modules/azure-cli-appservice/setup.py b/src/command_modules/azure-cli-appservice/setup.py index e3ddbe6574b..a5f87cf650f 100644 --- a/src/command_modules/azure-cli-appservice/setup.py +++ b/src/command_modules/azure-cli-appservice/setup.py @@ -14,7 +14,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "0.2.16" +VERSION = "0.2.17" CLASSIFIERS = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', @@ -32,7 +32,7 @@ DEPENDENCIES = [ 'azure-cli-core', 'azure-functions-devops-build==0.0.14', - 'azure-mgmt-web==0.40.0', + 'azure-mgmt-web==0.41.0', 'azure-mgmt-storage==3.1.1', 'azure-mgmt-containerregistry==2.7.0', 'azure-mgmt-applicationinsights==0.1.1', diff --git a/src/command_modules/azure-cli-botservice/setup.py b/src/command_modules/azure-cli-botservice/setup.py index 740c4cbcf1c..ae01dda51d3 100644 --- a/src/command_modules/azure-cli-botservice/setup.py +++ b/src/command_modules/azure-cli-botservice/setup.py @@ -36,7 +36,7 @@ DEPENDENCIES = [ 'azure-cli-core', - 'azure-mgmt-web==0.40.0', + 'azure-mgmt-web==0.41.0', 'azure-mgmt-botservice', 'cryptography', 'requests'