diff --git a/sdk/kusto/azure-mgmt-kusto/CHANGELOG.md b/sdk/kusto/azure-mgmt-kusto/CHANGELOG.md index 8eee94438549..c4b997e76b41 100644 --- a/sdk/kusto/azure-mgmt-kusto/CHANGELOG.md +++ b/sdk/kusto/azure-mgmt-kusto/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 1.0.0 (2021-02-04) + +- GA release + ## 1.0.0b1 (2020-11-30) This is beta preview version. diff --git a/sdk/kusto/azure-mgmt-kusto/README.md b/sdk/kusto/azure-mgmt-kusto/README.md index ea13b7f782ae..9dc850b8c6da 100644 --- a/sdk/kusto/azure-mgmt-kusto/README.md +++ b/sdk/kusto/azure-mgmt-kusto/README.md @@ -25,3 +25,13 @@ section of the project. ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-kusto%2FREADME.png) +# Usage + + +To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt) + + + +For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/) +Code samples for this package can be found at [Kusto Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com. +Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples) diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_kusto_management_client.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_kusto_management_client.py index 96b1ec1ca8c6..f164d7cde911 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_kusto_management_client.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_kusto_management_client.py @@ -68,7 +68,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) self.clusters = ClustersOperations( diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_metadata.json b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_metadata.json new file mode 100644 index 000000000000..9c8f38598ca4 --- /dev/null +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_metadata.json @@ -0,0 +1,67 @@ +{ + "chosen_version": "2020-09-18", + "total_api_version_list": ["2020-09-18"], + "client": { + "name": "KustoManagementClient", + "filename": "_kusto_management_client", + "description": "The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases.", + "base_url": "\u0027https://management.azure.com\u0027", + "custom_base_url": null, + "azure_arm": true, + "has_lro_operations": true, + "client_side_validation": true + }, + "global_parameters": { + "sync": { + "credential": { + "signature": "credential, # type: \"TokenCredential\"", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials.TokenCredential", + "required": true + }, + "subscription_id": { + "signature": "subscription_id, # type: str", + "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", + "docstring_type": "str", + "required": true + } + }, + "async": { + "credential": { + "signature": "credential, # type: \"AsyncTokenCredential\"", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", + "required": true + }, + "subscription_id": { + "signature": "subscription_id, # type: str", + "description": "Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", + "docstring_type": "str", + "required": true + } + }, + "constant": { + }, + "call": "credential, subscription_id" + }, + "config": { + "credential": true, + "credential_scopes": ["https://management.azure.com/.default"], + "credential_default_policy_type": "BearerTokenCredentialPolicy", + "credential_default_policy_type_has_async_version": true, + "credential_key_header_name": null + }, + "operation_groups": { + "clusters": "ClustersOperations", + "cluster_principal_assignments": "ClusterPrincipalAssignmentsOperations", + "databases": "DatabasesOperations", + "database_principal_assignments": "DatabasePrincipalAssignmentsOperations", + "attached_database_configurations": "AttachedDatabaseConfigurationsOperations", + "data_connections": "DataConnectionsOperations", + "operations": "Operations" + }, + "operation_mixins": { + }, + "sync_imports": "None", + "async_imports": "None" +} \ No newline at end of file diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py index 515f51c112dd..c47f66669f1b 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/_version.py @@ -6,5 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" - +VERSION = "1.0.0" diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/aio/_kusto_management_client.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/aio/_kusto_management_client.py index 1907469ec4c7..281c3962b07d 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/aio/_kusto_management_client.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/aio/_kusto_management_client.py @@ -65,7 +65,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) self.clusters = ClustersOperations( diff --git a/sdk/kusto/azure-mgmt-kusto/tests/recordings/test_cli_mgmt_kusto.test_kusto_adjusted.yaml b/sdk/kusto/azure-mgmt-kusto/tests/recordings/test_cli_mgmt_kusto.test_kusto_adjusted.yaml deleted file mode 100644 index e586a6bd4a3c..000000000000 --- a/sdk/kusto/azure-mgmt-kusto/tests/recordings/test_cli_mgmt_kusto.test_kusto_adjusted.yaml +++ /dev/null @@ -1,2776 +0,0 @@ -interactions: -- request: - body: '{"location": "westus", "sku": {"name": "Standard_L8s", "capacity": 2, "tier": - "Standard"}, "identity": {"type": "SystemAssigned"}, "properties": {"enableStreamingIngest": - true}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '177' - Content-Type: - - application/json; charset=utf-8 - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/Clusters/MyClusterNameXarqRnd","name":"MyClusterNameXarqRnd","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West - US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"properties":{"enableStreamingIngest":true,"state":"Creating","provisioningState":"Creating"},"identity":{"type":"SystemAssigned"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:04:58 GMT - etag: - - '""' - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' - x-powered-by: - - ASP.NET - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:05:28 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:05:58 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '298' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:06:28 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1cb1584d379d535b4e204d8b026c51e3639a903faa0012321764a71240054f98;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '297' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:06:58 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=aac07ba7dd5c68c1e84340e2ab9868de44ccb72bc55d43945b6902c6f5c7910e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '296' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:07:29 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=432ef3d4dab42dca9b00bb4c90a041b0d3d477d7dbfaf4534da5813ade4f9397;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '295' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:07:59 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=2d81217236c12dee3b920ef52d54d0d1a725b7c965cbd7887d87a7ecd1390208;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '294' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:08:29 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '293' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:08:59 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '292' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:09:29 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=ca551cadca44d207ca552ac7e358c18e9b5d2f87c9aaccfc3f596c8b40d4a863;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '291' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:10:00 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1cb1584d379d535b4e204d8b026c51e3639a903faa0012321764a71240054f98;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '290' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:10:30 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:11:00 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:11:30 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:12:01 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=432ef3d4dab42dca9b00bb4c90a041b0d3d477d7dbfaf4534da5813ade4f9397;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '286' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:12:31 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1cb1584d379d535b4e204d8b026c51e3639a903faa0012321764a71240054f98;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '285' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:13:01 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '284' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:13:31 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '283' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:14:02 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1cb1584d379d535b4e204d8b026c51e3639a903faa0012321764a71240054f98;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '282' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:14:32 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '281' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:15:02 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=aac07ba7dd5c68c1e84340e2ab9868de44ccb72bc55d43945b6902c6f5c7910e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Running","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:05:00.8203681Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '470' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:15:33 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/cebcbed4-9f65-4212-97b8-b32494d595ed?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/cebcbed4-9f65-4212-97b8-b32494d595ed","name":"cebcbed4-9f65-4212-97b8-b32494d595ed","status":"Succeeded","startTime":"2020-03-23T10:04:58.3046551Z","endTime":"2020-03-23T10:15:58.5029658Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateExternal","RootActivityId":"314f5e8c-5a94-4c73-be6a-cddde1b795fb","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '474' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:03 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=aac07ba7dd5c68c1e84340e2ab9868de44ccb72bc55d43945b6902c6f5c7910e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/Clusters/MyClusterNameXarqRnd","name":"MyClusterNameXarqRnd","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West - US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://myclusternamexarqrnd.westus.kusto.windows.net","dataIngestionUri":"https://ingest-myclusternamexarqrnd.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"provisioningState":"Succeeded"},"identity":{"principalId":"4c4fc6d7-044c-410d-be8f-5ed9f71ccc8e","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"}}' - headers: - cache-control: - - no-cache - content-length: - - '924' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:03 GMT - etag: - - '""' - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=432ef3d4dab42dca9b00bb4c90a041b0d3d477d7dbfaf4534da5813ade4f9397;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"location": "westus", "kind": "ReadWrite", "properties": {"softDeletePeriod": - "P1D"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '86' - Content-Type: - - application/json; charset=utf-8 - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd/databases/MyDatabase?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/Clusters/MyClusterNameXarqRnd/Databases/MyDatabase","name":"MyClusterNameXarqRnd/MyDatabase","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"West - US","kind":"ReadWrite","properties":{"softDeletePeriod":"P1D","provisioningState":"Creating"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationResults/a8c5019a-b88c-4318-aac3-4724f248d5af?api-version=2020-02-15 - cache-control: - - no-cache - content-length: - - '410' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:04 GMT - etag: - - '""' - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=ca551cadca44d207ca552ac7e358c18e9b5d2f87c9aaccfc3f596c8b40d4a863;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '199' - x-powered-by: - - ASP.NET - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/a8c5019a-b88c-4318-aac3-4724f248d5af?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/a8c5019a-b88c-4318-aac3-4724f248d5af","name":"a8c5019a-b88c-4318-aac3-4724f248d5af","status":"Succeeded","startTime":"2020-03-23T10:16:04.8200988Z","endTime":"2020-03-23T10:16:08.8005305Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"51e64c4d-d98f-4584-8780-0328cd0e1a9e","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '467' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:34 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd/databases/MyDatabase?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/Clusters/MyClusterNameXarqRnd/Databases/MyDatabase","name":"MyClusterNameXarqRnd/MyDatabase","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"West - US","kind":"ReadWrite","tags":{},"properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"hotCachePeriod":null,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '540' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:34 GMT - etag: - - '""' - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd/databases/MyDatabase?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/Clusters/MyClusterNameXarqRnd/Databases/MyDatabase","name":"MyClusterNameXarqRnd/MyDatabase","type":"Microsoft.Kusto/Clusters/Databases","etag":"\"\"","location":"West - US","kind":"ReadWrite","tags":{},"properties":{"isFollowed":false,"softDeletePeriodInDays":1,"softDeletePeriod":"P1D","hotCachePeriodInDays":0,"hotCachePeriod":null,"statistics":{"size":0.0},"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '540' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:35 GMT - etag: - - '""' - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/Clusters/MyClusterNameXarqRnd","name":"MyClusterNameXarqRnd","type":"Microsoft.Kusto/Clusters","etag":"\"\"","location":"West - US","sku":{"name":"Standard_L8s","tier":"Standard","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://myclusternamexarqrnd.westus.kusto.windows.net","dataIngestionUri":"https://ingest-myclusternamexarqrnd.westus.kusto.windows.net","trustedExternalTenants":[],"virtualNetworkConfiguration":null,"optimizedAutoscale":null,"enableDiskEncryption":false,"enableStreamingIngest":true,"keyVaultProperties":null,"languageExtensions":{"value":[]},"provisioningState":"Succeeded"},"identity":{"principalId":"4c4fc6d7-044c-410d-be8f-5ed9f71ccc8e","tenantId":"00000000-0000-0000-0000-000000000000","type":"SystemAssigned"}}' - headers: - cache-control: - - no-cache - content-length: - - '924' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:35 GMT - etag: - - '""' - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"name": "abc", "type": "Microsoft.Kusto/clusters/databases/dataConnections"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '77' - Content-Type: - - application/json; charset=utf-8 - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd/databases/MyDatabase/checkNameAvailability?api-version=2020-02-15 - response: - body: - string: '{"name":"abc","nameAvailable":true,"message":""}' - headers: - cache-control: - - no-cache - content-length: - - '48' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:16:36 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - 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 - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd/start?api-version=2020-02-15 - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationResults/96b673fc-889a-487a-a2b8-266ec4e707b9?api-version=2020-02-15 - cache-control: - - no-cache - content-length: - - '0' - date: - - Mon, 23 Mar 2020 10:16:36 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/96b673fc-889a-487a-a2b8-266ec4e707b9?api-version=2020-02-15&operationResultResponseType=Location - pragma: - - no-cache - set-cookie: - - ARRAffinity=2d81217236c12dee3b920ef52d54d0d1a725b7c965cbd7887d87a7ecd1390208;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - 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 - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/96b673fc-889a-487a-a2b8-266ec4e707b9?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/96b673fc-889a-487a-a2b8-266ec4e707b9","name":"96b673fc-889a-487a-a2b8-266ec4e707b9","status":"Running","startTime":"2020-03-23T10:16:36.9217085Z","endTime":"2020-03-23T10:16:37.7655431Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterResume","RootActivityId":"edb7fa6d-5ecc-4f6f-991e-6dd5f96c6adf","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '462' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:17:06 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/96b673fc-889a-487a-a2b8-266ec4e707b9?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/96b673fc-889a-487a-a2b8-266ec4e707b9","name":"96b673fc-889a-487a-a2b8-266ec4e707b9","status":"Succeeded","startTime":"2020-03-23T10:16:36.9217085Z","endTime":"2020-03-23T10:17:14.8652326Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterResume","RootActivityId":"edb7fa6d-5ecc-4f6f-991e-6dd5f96c6adf","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '466' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:17:37 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1cb1584d379d535b4e204d8b026c51e3639a903faa0012321764a71240054f98;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '298' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - accept-language: - - en-US - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_kusto_test_kusto_adjusted440a1037/providers/Microsoft.Kusto/clusters/MyClusterNameXarqRnd/stop?api-version=2020-02-15 - response: - body: - string: '' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - cache-control: - - no-cache - content-length: - - '0' - date: - - Mon, 23 Mar 2020 10:17:38 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15&operationResultResponseType=Location - pragma: - - no-cache - set-cookie: - - ARRAffinity=432ef3d4dab42dca9b00bb4c90a041b0d3d477d7dbfaf4534da5813ade4f9397;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1197' - x-powered-by: - - ASP.NET - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:18:08 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '299' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:18:38 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1cb1584d379d535b4e204d8b026c51e3639a903faa0012321764a71240054f98;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '298' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:19:08 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '297' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:19:39 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=432ef3d4dab42dca9b00bb4c90a041b0d3d477d7dbfaf4534da5813ade4f9397;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '296' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:20:09 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=68eda2333691511c17b2574619a79876611dd86be1c55aa848d58cf2408b7c02;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '295' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:20:39 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '294' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:21:09 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=2d81217236c12dee3b920ef52d54d0d1a725b7c965cbd7887d87a7ecd1390208;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '293' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:21:39 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '292' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:22:10 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '291' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:22:40 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1cb1584d379d535b4e204d8b026c51e3639a903faa0012321764a71240054f98;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '290' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:23:10 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:23:41 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=bf171968557f7483abc0913a42c0207b9017c552b91766911eca876583df224c;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:24:11 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:24:41 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=aac07ba7dd5c68c1e84340e2ab9868de44ccb72bc55d43945b6902c6f5c7910e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '286' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:25:11 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=432ef3d4dab42dca9b00bb4c90a041b0d3d477d7dbfaf4534da5813ade4f9397;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '289' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:25:41 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=2d81217236c12dee3b920ef52d54d0d1a725b7c965cbd7887d87a7ecd1390208;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '288' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:26:12 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '287' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:26:42 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '286' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:27:12 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=f977ea28325f4c100ed19c1a7ed6395c7554e0af5ce62499bbee5975165c7757;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '285' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:27:43 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=86446098da8de5f00b83089ea395bfc10c8d53c3a1350acab6a5cba5ddab4ec2;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '284' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:28:13 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=1c5c29bcda1f855b3b361d64bb5c7ead5fec452c7427aa2499563d7dbfee3122;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '283' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Running","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:17:38.8421363Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Running"}}' - headers: - cache-control: - - no-cache - content-length: - - '463' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:28:43 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=aac07ba7dd5c68c1e84340e2ab9868de44ccb72bc55d43945b6902c6f5c7910e;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '282' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-5.0.0-1032-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-kusto/0.7.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West%20US/operationResults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc?api-version=2020-02-15 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Kusto/locations/West - US/operationresults/b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","name":"b4aeb0fa-63e9-4be5-8e9b-986a9698eafc","status":"Succeeded","startTime":"2020-03-23T10:17:38.2171113Z","endTime":"2020-03-23T10:29:13.7560061Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterSuspend","RootActivityId":"33aeeed4-bbee-454f-86db-f38d768cb113","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '467' - content-type: - - application/json; charset=utf-8 - date: - - Mon, 23 Mar 2020 10:29:13 GMT - expires: - - '-1' - pragma: - - no-cache - set-cookie: - - ARRAffinity=ca551cadca44d207ca552ac7e358c18e9b5d2f87c9aaccfc3f596c8b40d4a863;Path=/;HttpOnly;Domain=rp-kustorpwus-website.azurewebsites.net - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '281' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -version: 1